s.main_body {
    width: 1002px;
    margin: 18px auto 0;
}

.banner_slider {
    width: 1002px;
    height: 350px;
    margin: 0 auto;
}

/* slide */

.slide, .slide li {
    width: 1002px;
    height: 350px;
    background-color: #fbfbfb;
}

.slide {
    overflow: hidden;
    border: 1px #ededed solid;
    position: relative;
    margin: 10px auto 0 auto;
}

.slide li {
    position: absolute;
    overflow: hidden;
    display: none;
}

.slide li.current {
    display: block;
}

.slide li .image {
    position: absolute;
    top: -2px;
    left: -2px;
}

.slide li img {
    width: 1000px;
    height: 350px;
}

.slide .triggers {
    position: absolute;
    z-index: 1;
    width: 400px;
    text-align: center;
    bottom: 10px;
    height: 38px;
    right: 0;
    left: 0;
    padding: 0 0 8px;
}

.slide .triggers a {
    font-size: 11px;
    line-height: 12px;
    color: #000;
    overflow: hidden;
    border-radius: 1px;
    -webkit-text-size-adjust: none;
    float: none;
    width: 62px;
    height: 42px;
    text-align: center;
    display: inline-block;
    background: 0;
    margin: 0 3px 0 0;
}

.slide .triggers a:hover {
    text-decoration: none;
}

.slide .triggers a img {
    width: 58px;
    height: 38px;
    border: 1px #999 solid;
    vertical-align: middle;
    opacity: .6;
}

.slide .triggers a.current img {
    border: 2px #2fac00 solid;
    opacity: 1;
}

.slide .icon-dot {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 60px;
}

.slide .icon-dot a {
    width: 9px;
    height: 9px;
    display: inline-block;
    background-image: url(../img/nav.png);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    overflow: hidden;
    margin: 0 2px;
}

.slide .icon-dot a.current {
    background-position: -1px -12px;
}

.slide .link-watch {
    width: 30px;
    height: 44px;
    display: none;
    position: absolute;
    top: 110px;
    background: url(../img/arrow.png) no-repeat 0 -57px;
    filter: alpha(opacity=60);
    cursor: pointer;
}

.slide .link-watch.pre {
    left: 0;
}

.slide .link-watch.next {
    left: 368px;
    right: 0;
    background-position: right -57px;
}

.slide .link-watch.down {
    background-position-y: -2px;
}

.title {
    position: relative;
    float: right;
    top: 280px;
    right: 20px;
}

.title a {
    font-size: 16px;
    color: white;
    opacity: 0.8;
    background: black;
    padding: 5px 10px;
}

.news_area {
    width: 1002px;
    margin: 20px auto 0;
}

.news_area_left {
    width: 226px;
}

.gchra_world {
    width: 226px;
    height: 373px;
    background: url(../img/gchera.png) no-repeat;
}

.gchra_pic_links {
    width: 198px;
    margin: 0 auto;
    padding: 70px 0 0 0;
}

.options {
    width: 222px;
    margin: 13px auto 0;
    text-align: center;
}

.options select {
    width: 222px;
    margin: 0 auto;
    text-align: center;
}

.options select option {
    width: 222px;
    text-align: center;
}

.news_area_right {
    width: 765px;
    height: 410px;
    background: url(../img/index_news_left.png) no-repeat left center;
}

.public_news, .news_info {
    width: 349px;
}

.public_news {
    margin: 0 0 0 16px;
    display: inline;
}

.commen_top {
    width: 100%;
    height: 37px;
    background: url(../img/commen_top.png) repeat-x;
    font: bold 16px/37px "Microsoft YaHei";
}

.commen_top h4 {
    width: 103px;
    height: 37px;
    background: url(../img/clumn_name_bj.png) no-repeat;
    font: bold 16px/37px "Microsoft YaHei";
    color: #156339;
    padding: 0 0 0 30px;
}

/*左栏样式-liu13*/

.commen_top {
    width: 100%;
    height: 37px;
    background: url(../img/commen_top.png) repeat-x;
    font: bold 16px/37px "Microsoft YaHei";
}

.context_top h4 {
    width: 100%;
    height: 37px;
    background: url(../img/clumn_name_bj.png) no-repeat;
    font: bold 16px/37px "Microsoft YaHei";
    color: #156339;
    margin: 5px 0 5px 5px;
    padding-left: 30px;
}

.context_top ul {
    padding-left: 20px;
    font-size: 16px;
    margin-top: 0px;
    color: #717171;
}

.context_top ul a {
    font-size: 16px;
    color: #717171;
}

.context_top li {
    padding-top: 10px;
}

/*左栏样式-liu13*/

.new_list_area {
    margin: 10px 0 0 0;
}

.new_list_area ul li {
    width: 100%;
    height: 26px;
    background: url(../img/green_arrow.png) no-repeat 4px 10px;
}

.new_list_area ul li .pub_title {
    padding: 0 0 0 12px;
    font: normal 14px/26px "Microsoft YaHei";
    color: black;
}

.new_list_area ul li .pub_date {
    padding: 0 2px 0 0;
    font: normal 12px/26px "Microsoft YaHei";
    color: #919191;
}

.news_area_bottom {
    padding: 30px 0 0 14px;
    *padding: 0 0 0 14px;
}

.news_area_bottom ul li {
    margin: 0 20px;
    display: inline;
}