/*
* @Author: bubairen
* @Date:   2017-08-01 11:24:52
*/


/*public*/

body {
    position: relative;
}

.w {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.header {
    width: 1145px;
    height: 119px;
    background-image: url(../img/top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    /* background-attachment: fixed;*/
}

.head-box {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 120px;
}

.logo {
    position: absolute;
    top: 40px;
    left: 0;
}

.time-aqi {
    position: absolute;
    top: 7px;
    right: 6px;
    color: #3277c5;
    font-size: 14px;
}

#showtime {
    float: left;
    margin-right: 15px;
}

.aqi {
    float: right;
}

.aqi a {
    color: #fff;
    font-size: 12px;
}

.language {
    position: absolute;
    right: 0px;
    bottom: 47px;
}

.language a {
    float: left;
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
}

.shearch {
    position: absolute;
    right: 2px;
    bottom: 8px;
    border: 1px solid #C5D6E9;
}

.shearch-txt {
    float: left;
    padding: 0 6px;
    width: 150px;
    height: 28px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #f6f6f6;
    background-color: #fff;
    font-size: 14px;
    color: #333333;
}

.shearch-btn {
    float: left;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-shearch.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #3277c5;
    border: 0;
    cursor: pointer;
}

.shearch-btn:hover {
    background-color: #0066cc;
}


/*== nav ==*/

.navBar {
    width: 1145px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #3277c5;
    color: #333;
}

.navBar .index-nav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 999999999
}

.navBar .index-nav a {
    color: #fff;
}

.navBar .index-nav h3 {
    width: 100%;
    font-size: 100%;
    font-weight: normal;
}

.navBar .index-nav .m {
    float: left;
    position: relative;
    width: 12 0px;
    z-index: 1;
}

.navBar .index-nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.navBar .index-nav h3 a {
    display: block;
    width: 120px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navBar .index-nav h3 a:hover {
    background: #f9961f;
    text-decoration: none;
}

.navBar .index-nav .sub {
    display: none;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 1;
    width: 140px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}

.navBar .index-nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.navBar .index-nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
}

.navBar .index-nav .sub li a:hover {
    color: #FE7700;
}

.navBar .index-nav .curr {
    height: 50px;
    width: 130px;
    background: #f9961f;
}

.navBar .index-nav .bs {
    float: left;
}

.navBar .index-nav .bs a {
    width: 180px;
    display: inline-block;
    float: left;
    padding-left: 58px;
    background-image: url(../img/icon-wsbs-pic.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
}


/*== post ==*/

.pb {
    width: 1145px;
    display: block;
}


/*== é¦–é¡µå…¬å‘Šæ  ==*/

.post {
    position: relative;
    width: 960px;
    height: 90px;
    background-color: #f6f6f6;
    z-index: 999;
}

.post .til {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    padding: 6px;
    display: inline-block;
    width: 70px;
    height: 50px;
    background-color: #f9961f;
    font-size: 16px;
    color: #fff;
    background-image: url(../img/icon-post.png);
    background-position: 41px center;
    background-repeat: no-repeat;
}

.post .til span {
    display: block;
    width: 2em;
    line-height: 20px;
}

.post .info {
    float: left;
    width: 860px;
    background-color: #f6f6f6;
    height: 80px;
}

.post .info li {
    line-height: 25px;
    height: 25px;
    width: 371px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f6f6f6;
}

.post .info li>a {
    width: 450px;
    overflow: hidden;
    margin-left: 10px;
    background-image: url(../img/dot.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #f6f6f6;
}

.post .info li>a>em {
    float: left;
    width: 85px;
    margin-left: 7px;
    margin-right: 8px;
    font-size: 14px;
    color: #666666;
    zoom: 1;
}

.post .info li>a>span {
    float: left;
    width: 300px;
    font-size: 14px;
    color: #333333;
}

.post #scrollDiv {
    *height: 90px;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
}

.post #scrollDiv ul, li {
    margin: 0;
    padding: 0;
}

.post #scrollDiv ul li {
    margin: 0;
    padding: 0;
    width: 430px;
    height: 25px;
    overflow: hidden;
    background-color: #f6f6f6;
    float: left;
}

.post #scrollDiv ul li a {
    margin: 0;
    padding: 0;
    width: 420px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

.post #scrollDiv ul li a:hover em, .post #scrollDiv ul li a:hover span {
    color: #F9961F;
}

.post .scrollText {
    position: relative;
    width: 860px;
    height: 80px;
    min-height: 25px;
    line-height: 25px;
    float: left;
    overflow: hidden
}

.zwmail {
    padding: 10px;
    *padding-top: 5px;
    *padding-bottom: 0;
    float: right;
    width: 175px;
    *width: 155px;
    height: 90px;
    *height: 85px;
    _height: 90px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.zwmail .tit {}

.zwmail .tit span {
    font-size: 16px;
}

.zwmail .tit input {
    margin-left: 10px;
    color: #fff;
    width: 74px;
    height: 22px;
    background-color: #f9961f;
    border-radius: 5px;
    cursor: pointer;
}

.zwmail .row {
    margin-top: 5px;
}

.zwmail .row span {
    width: 36px;
    font-size: 12px;
    float: left;
}

.zwmail .row input {
    float: left;
    width: 119px;
    *width: 109px;
    height: 20px;
    *height: 15px;
    border: 1px #eee solid;
}


/**/


/* six model tab , frist open web*/

.mainmod {
    width: 100%;
}

.mainmod .slideTxtBox {
    position: relative;
    width: 100%;
    *height: 390px;
    text-align: left;
}

.mainmod .slideTxtBox .hd {
    float: left;
    width: 140px;
    height: 390px;
    line-height: 30px;
    background: #f0f1f2;
    border-bottom: 1px solid #ddd;
}

.mainmod .slideTxtBox .hd ul {
    float: left;
    width: 140px;
}

.mainmod .slideTxtBox .hd ul li {
    padding: 0 15px;
    height: 65px;
    line-height: 65px;
    *height: 64px;
    *line-height: 64px;
    color: #333;
    cursor: pointer;
    background-color: #f0f1f2;
    border-bottom: 1px #cbcbcb solid;
}

.mainmod .slideTxtBox .hd ul li .link {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    background-image: url(../img/mainnavrrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.mainmod .slideTxtBox .hd ul li.on {
    background: #3277c5;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.mainmod .slideTxtBox .hd ul li.on a {
    color: #fff;
    background-image: url(../img/mainnavrrow-curr.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.mainmod .slideTxtBox .bd {
    width: 1000px;
    float: right;
}

.mainmod .slideTxtBox .bd ul {
    height: 390px;
    overflow: hidden;
    zoom: 1;
}

.mainmod .slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.mainmod .slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.mainmod .slideTxtBox .arrow {
    position: absolute;
    right: 10px;
    top: 0;
}

.mainmod .slideTxtBox .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/arrow.png") 0 0 no-repeat;
}

.mainmod .slideTxtBox .arrow .next {
    background-position: 0 -50px;
}

.mainmod .slideTxtBox .arrow .prevStop {
    background-position: -60px 0;
}

.mainmod .slideTxtBox .arrow .nextStop {
    background-position: -60px -50px;
}


/*Startup chart*/

.first-lb {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 390px;
    z-index: 100;
}


/* first-lb lunbo */

.first-lb .slideshow, .first-lb .slideshow .swiper-container {
    width: 1000px;
    height: 390px;
    float: left;
}

.first-lb .slideshow .swiper-container .swiper-wrapper .swiper-slide .link {
    display: block;
    width: 100%;
    height: 390px;
}

.first-lb .slideshow .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.first-lb .slideshow .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.first-lb .slideshow .swiper-container .swiper-active-switch {
    background: #fff;
}


/*tb-num*/


/*tb-one-left*/

.tb-one .tb-l {
    width: 490px;
    height: 390px;
}

.tb-one .tb-l .slideshow {
    width: 100%;
    height: 270px;
}

.tb-one .tb-l .slideshow .swiper-container .swiper-wrapper .swiper-slide .link {
    display: block;
    width: 100%;
    height: 270px;
}

.tb-one .tb-l .slideshow .swiper-container .swiper-wrapper .swiper-slide .con {
    position: absolute;
    width: 100%;
    padding: 0 70px 0 10px;
    height: 30px;
    line-height: 30px;
    color: #333;
    bottom: 0;
    background-color: #f6f6f6;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tb-one .tb-l .slideshow .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}


/* tb-one  4-btn */

.tb-one .tb-l .four-btn {
    width: 100%;
    height: 100px;
}

.tb-one .tb-l .four-btn .f-btn {
    padding: 0 20px;
    width: 240px;
    height: 45px;
    *width: 200px;
    *height: 45px;
    background-color: #f6f6f6;
}

.tb-one .tb-l .four-btn .f-btn:hover {
    background-color: #F0EFEF;
}

.tb-one .tb-l .four-btn .f-btn .icons-btn {
    margin: 6px 5px 6px 0;
    float: left;
    width: 35px;
    height: 35px;
    background-image: url(../img/tb-one-four-btn.png);
    background-size: 102px 89px;
}

.tb-one .tb-l .four-btn .f-btn .icons-shqyy {
    background-position: 0 1px;
}

.tb-one .tb-l .four-btn .f-btn .icons-xydyw {
    background-position: -67px 1px;
}

.tb-one .tb-l .four-btn .f-btn .icons-gffxtx {
    background-position: 0 -43px;
}

.tb-one .tb-l .four-btn .f-btn .icons-spxx {
    background-position: -67px -43px;
}

.tb-one .tb-l .four-btn .f-btn span {
    float: left;
    height: 45px;
    line-height: 45px;
}


/*tb-one tb-r*/

.tb-one .tb-r {
    width: 495px;
    height: 390px;
}


/* news-list */

.news-list-box {
    float: right;
    width: 495px;
    height: 390px;
    background: #f6f6f6;
}

.news-list-box .tab {
    overflow: hidden;
    background: #ccc;
    margin-left: -1px;
}

.news-list-box .tab a {
    display: block;
    width: 123px;
    *width: 120px;
    line-height: 40px;
    float: left;
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-left: 1px;
    border-right: 1px #fff solid;
}

.news-list-box .tab a:hover {
    background: #f9961f;
    color: #fff;
    text-decoration: none;
}

.news-list-box .tab a.on {
    background: #3277C5;
    color: #fff;
    text-decoration: none;
}

.news-list-box .content {
    height: 350px;
    overflow: hidden;
    width: 495px;
    position: relative;
}

.news-list-box .content ul.ct {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
}

.news-list-box .content ul.ct li {
    width: 495px;
    float: left;
    padding: 10px;
}

.news-list-box .news-list dl{
    width: 475px;
    line-height: 25px;
}  
.news-list-box .news-list dt{
    float: left;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.news-list-box .news-list dd{
    float: right;
}  
.news-list-box .content .news-top {
    border-bottom: 1px dashed #999;
    height: 85px;
    margin-bottom: 5px;
}

.news-list-box .content .news-top h4 {
    font-size: 18px;
    line-height: 38px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-box .content .news-top p {
    padding: 0 10px 0 10px;
    color: #999;
    font-size: 14px;
    text-indent: 2em;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}


/*
.news-list {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 260px;
}
.news-list dl {
    display: block;
    width: 480px;
    line-height: 28px;
    overflow: hidden;
}
.news-list dl dt a {
    display: block;
    width: 100%;
    padding-left: 24px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.news-list dl dt a:hover {
    // background-image: url(../img/news-cuur.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.news-list dl dt a:hover, .news-list dl dt a:hover, .news-list dl:hover {
    color: #3277C5;
}
.news-list dt {
    float: left;
    width: 380px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.news-list dd {
    float: right;
    width: 100px;
    color: #999;
    font-size: 14px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
*/


/*tb-two*/

.tb-two>.til, .tb-three>.til, .tb-four>.til, .tb-five>.til, .tb-six>.til {
    background-image: url(../img/organ.gif);
    background-repeat: repeat-x;
    margin: 20px 0;
}

.tb-two>.til span, .tb-three>.til span, .tb-four>.til span, .tb-five>.til span, .tb-six>.til span {
    display: block;
    text-align: center;
    width: 124px;
    height: 20px;
    line-height: 20px;
    background-color: #FFFFFF;
    color: #3277C5;
    font-size: 20px;
    border-left: 5px #3277C5 solid;
}

.tb-two .con {
    width: 100%;
    height: 330px;
}

.tb-two .con .t-c-l {
    width: 625px;
    height: 330px;
}

.tb-two .con .tit {
    width: 100%;
}

.tb-two .con .t-c-l .tit span {
    float: left;
    width: 110px;
    height: 45px;
    color: #3277C5;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px #3277C5 solid;
}

.tb-two .con .t-c-l .tit .tcb {
    float: left;
    width: 515px;
    height: 45px;
    border-bottom: 1px #666 solid;
}

.tb-two .con .t-c-l .conlit dl {
    display: block;
    width: 615px;
    line-height: 45px;
    background-image: url(../img/tb-two-rrow.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px #f3f3f3 solid;
    margin-left: 10px;
    overflow: hidden;
}

.tb-two .con .t-c-l .conlit dl dt {
    float: left;
    width: 500px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.tb-two .con .t-c-l .conlit dl dt a {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tb-two .con .t-c-l .conlit dd {
    float: right;
    width: 90px;
    color: #999;
    font-size: 14px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.tb-two .con .t-c-l .f-btn {
    width: 100%;
    margin-top: 20px;
}

.tb-two .con .t-c-l .f-btn .btn {
    display: block;
    float: left;
    margin-right: 10px;
    width: 117px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background-color: #ddd;
}

.tb-two .con .t-c-r {
    width: 355px;
    height: 330px;
}

.tb-two .con .t-c-r .tit span {
    float: left;
    width: 110px;
    height: 45px;
    color: #3277C5;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px #3277C5 solid;
}

.tb-two .con .t-c-r .tit span {
    float: left;
    width: 110px;
    height: 45px;
    color: #3277C5;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px #3277C5 solid;
}

.tb-two .con .t-c-r .tit .tcb {
    float: left;
    width: 245px;
    height: 45px;
    border-bottom: 1px #666 solid;
}

.tb-two .con .t-c-r .con {
    width: 355px;
    height: 285px;
}

.tb-two .con .t-c-r .con .list-l {
    width: 115px;
    margin-right: 5px;
}

.tb-two .con .t-c-r .con .list-l .btn {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    *height: 38px;
    *line-height: 38px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 4px #6fc6ff solid;
    font-size: 14px;
}

.tb-two .con .t-c-r .con .cor-one .btn {
    border-bottom: 4px #68d3cd solid;
}

.tb-two .con .t-c-r .con .cor-two .btn {
    border-bottom: 4px #a5d474 solid;
}

.tb-two .con .t-c-r .con a.btn:hover {
    background-color: #d9d6d6;
}


/* tb-three */

.tb-three, .tb-three .con {
    width: 100%;
}

.tb-three .con .t-t-l {
    width: 355px;
}

.tb-three .con .t-t-l .btn {
    display: block;
    margin-top: 20px;
    width: 167.5px;
    height: 50px;
    background-color: #B3B3B3;
    border-radius: 5px;
}

.tb-three .con .t-t-l .btn:hover {
    background-color: #3277C5;
}

.tb-three .con .t-t-l .btn:hover span {
    color: #fff;
}

.tb-three .con .t-t-l .icon-tt {
    float: left;
    margin: 12.5px 0 12.5px 20px;
    width: 25px;
    height: 25px;
    background-image: url(../img/tb-three-icons-btn-bg.png);
    background-position: 3px 3px;
}

.tb-three .con .t-t-l .btn span {
    float: left;
    margin-left: 5px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.tb-three .con .t-t-l .btn .icon-tt1 {
    background-position: 3px 3px;
}

.tb-three .con .t-t-l .btn .icon-tt2 {
    background-position: 3px -64px;
}

.tb-three .con .t-t-l .btn .icon-tt3 {
    background-position: 3px -134px;
}

.tb-three .con .t-t-l .btn .icon-tt4 {
    background-position: 3px -203px;
}

.tb-three .con .t-t-l .btn .icon-tt5 {
    background-position: 3px -269px;
}

.tb-three .con .t-t-l .btn .icon-tt6 {
    background-position: -180px 2px;
}

.tb-three .con .t-t-l .btn .icon-tt7 {
    background-position: -180px -65px;
}

.tb-three .con .t-t-l .btn .icon-tt8 {
    background-position: -180px -135px;
}

.tb-three .con .t-t-l .btn .icon-tt9 {
    background-position: -180px -200px;
}

.tb-three .con .t-t-l .btn .icon-tt10 {
    background-position: -180px -270px;
}

.tb-three .con .t-t-r {
    width: 625px;
}

.tb-three .con .t-t-r .query {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
}

.tb-three .con .t-t-r .query .t span {
    display: block;
    margin-top: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    *height: 30px;
    *line-height: 30px;
}

.tb-three .con .t-t-r .query .t input {
    width: 165px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.tb-three .con .t-t-r .query .q-btn {
    margin: 10px 0;
    margin-left: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #3277C5;
}

.b-w285-col {
    width: 285px;
    *width: 265px;
    padding-right: 10px;
}

.b-w115-col {
    width: 115px;
}

.b-w90-col {
    width: 90px;
}

.b-w80-col {
    width: 80px;
}

.b-w70-col {
    width: 70px;
}

.b-w65-col {
    width: 65px;
}

.tb-three .con .t-t-r .table thead {
    background: #3277c5;
}

.tb-three .con .t-t-r .table thead th {
    height: 45px;
    line-height: 45px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.tb-three .con .t-t-r .table .u .link {
    display: block;
    width: 625px;
}

.tb-three .con .t-t-r .table .u .link span {
    padding-right: 10px;
    *padding-right: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tb-three .con .t-t-r .table .u .link-odd {
    background-color: #ebebeb;
}

.tb-three .con .t-t-r .table .u .link-even {
    background-color: #f5f5f5;
}


/*tb-four*/

.tb-four .con .m-l {
    width: 268px;
    height: 330px;
    border-right: 1px #f0f0f0 solid;
}

.tb-four .con .m-l .t-f-tit {
    border-left: 5px #3277C5 solid;
}

.tb-four .con .m-l .t-f-tit p {
    margin-left: 20px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #3277C5;
}

.tb-four .con .m-l .t-f-con {
    margin-top: 10px;
    padding: 10px 20px;
    margin-left: -5px;
}

.tb-four .con .m-l .t-f-con .link {
    margin-left: 5px;
    width: 72px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.tb-four .con .m-l .t-f-in {
    width: 248px;
}

.tb-four .con .ggfw-btn {
    width: 404px;
    *width: 400px;
}

.tb-four .con .ggfw-btn .t-f-con {
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 10px 0 10px 20px;
    width: 100%;
}

.tb-four .con .ggfw-btn .t-f-con .link {
    float: left;
    margin: 0 0 20px 20px;
    width: 107px;
    height: 35px;
    background-color: #3277C5;
    border-radius: 5px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf {
    float: left;
    margin: 5px 0 0 10px;
    width: 25px;
    height: 25px;
    background-image: url(../img/tb-four-icons-btn-bg.png);
    background-position: 3px 3px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf1 {
    background-position: 3px 2px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf2 {
    background-position: -134px 1px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf3 {
    background-position: -270px 2px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf4 {
    background-position: 0px -49px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf5 {
    background-position: -133px -49px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf6 {
    background-position: -267px -50px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf7 {
    background-position: 2px -101px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf8 {
    background-position: -133px -101px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf9 {
    background-position: -267px -101px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf10 {
    background-position: 1px -154px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf11 {
    background-position: -134px -154px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf12 {
    background-position: -267px -155px;
}

.tb-four .con .ggfw-btn .t-f-con .link .icon-tf13 {
    background-position: -2px -204px;
}

.tb-four .con .ggfw-btn .t-f-con .link span {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
}


/*tb-five*/

.tb-five .con {}

.tb-five .con .link {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    background-color: transparent;
    width: 240px;
    height: 105px;
}

.tb-five .con .link img {
    height: 100%;
}


/*tb-six*/

.tb-six {}

.tb-six .con .c {
    margin-right: -20px;
}

.tb-six .con .link {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #B4B4B4;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

.tb-six .con .link:hover {
    background-color: #3277C5;
}


/*wm-sxf*/

.wm-sxf {
    width: 100%;
    *width: 1143px;
    height: 320px;
    border: 1px #dadada solid;
    overflow: hidden;
}

.wm-sxf .tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #f6f6f6;
}

.wm-sxf .tit p {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    background-color: #3277C5;
}


/*wzdh-tab*/

.wzdh {
    width: 100%;
    *width: 1143px;
    height: 200px;
    border: 1px #dadada solid;
    overflow: hidden;
}

.wzdh-tab {
    width: 1143px;
    height: 200px;
}

.wzdh-tab .tit {
    background: #f6f6f6;
}

.wzdh-tab .tit .n {
    float: left;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    background-color: #3277c5;
    width: 116px;
    *width: 70px;
}

.wzdh-tab .w-t {
    height: 45px;
    float: left;
    overflow: hidden;
}

.wzdh-tab .w-t a {
    display: block;
    padding: 0 20px;
    float: left;
    text-decoration: none;
    height: 45px;
    *height: 43px;
    line-height: 45px;
    color: #333;
    font-size: 14px;
    border-bottom: 2px #F6F6F6 solid;
}

.wzdh-tab .w-t a.on, .wzdh-tab .w-t a:hover {
    font-size: 14px;
    color: #3277C5;
    text-decoration: none;
    border-bottom: 2px #3277C5 solid;
}

.wzdh-tab .content {
    overflow: hidden;
    padding: 10px;
}

.wzdh-tab .content li {
    display: none;
    padding: 10px 10px;
}

.wzdh-tab .content li .link {
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
}


/*footer*/

.newFooter {
    padding: 30px 0px;
    background-color: #f6f6f6;
    font-size: 12px;
    color: #333;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-top: 5px #3277C5 solid;
}

.newFooterLeft {
    float: left;
    position: relative;
    top: 15px;
    margin-right: 20px;
    width: 320px;
}

.newFooterRight {
    float: right;
    display: inline-block;
    text-align: left;
    width: 600px;
}

.newFooterRight p {
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/*== qr & gotop ==*/

.qr-gotop {
    visibility: hidden;
}

.qr {
    display: inline-block;
    height: 155px;
    width: 88px;
    position: fixed;
    bottom: 348px;
    left: 50%;
    margin-left: 544px;
    background-color: #f6f6f6;
    color: #0d4da1;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.qr img.pic {
    width: 88px;
    height: 96px;
}

.go-top {
    display: inline-block;
    height: 106px;
    width: 88px;
    position: fixed;
    bottom: 240px;
    left: 50%;
    margin-left: 544px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #f6f6f6;
    background-image: url(../img/gotop.png);
    background-position: center;
    background-repeat: no-repeat;
}

.go-is-visible {
    visibility: visible;
    opacity: 1;
}

.go-fade-out {
    opacity: 1;
}

.go-top:hover {
    opacity: 1;
}

.toolbar-item, .toolbar-layer {
    background: url(../img/toolbar2.png) no-repeat;
}

.toolbar {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 999999999999;
}


/**/

.toolbar-item {
    display: block;
    width: 64px;
    height: 64px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-moz-transition: background-position 0.3s;
    -webkit-moz-transition: background-position 0.3s;
    transition: background-position 0.3s;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item-weixin {
    background-position: -150px 0px;
}

.toolbar-item-weixin:hover {
    background-position: -150px -66px;
}

.toolbar-item-weixin .toolbar-layer {
    height: 179px;
    background-position: 0 0;
}

.toolbar-item-weibo {
    background-position: -150px -132px;
}

.toolbar-item-weibo:hover {
    background-position: -150px -198px;
}

.toolbar-item-weibo .toolbar-layer {
    height: 179px;
    background-position: 0 -191px;
}

.toolbar-item-xinlang {
    background-position: -150px -264px;
}

.toolbar-item-xinlang:hover {
    background-position: -150px -330px;
}

.toolbar-item-xinlang .toolbar-layer {
    height: 179px;
    background-position: 0 -380px;
}

.toolbar-item-app {
    background-position: -150px -396px;
}

.toolbar-item-app:hover {
    background-position: -150px -462px;
}

.toolbar-item-app .toolbar-layer {
    height: 179px;
    background-position: 0 -569px;
}

.toolbar-item-top {
    background-position: -150px -528px;
}

.toolbar-item-top:hover {
    background-position: -150px -594px;
}
/**/
.toolbar-item-apk {
    background-position: -150px -660px;
}

.toolbar-item-apk:hover {
    background-position: -150px -726px;
}

.toolbar-item-apk .toolbar-layer {
    height: 179px;
    background-position: 0 -758px;
}
/**/
.toolbar-layer {
    position: absolute;
    right: 68px;
    bottom: 0px;
    width: 136px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.toolbar .tbclose {
    position: absolute;
    width: 64px;
    height: 30px;
    line-height: 30px;
    top: -29px;
    COLOR: #F6F6F6;
    text-align: center;
    background-color: #F9961F;
}

.toolbar .tbclose:hover {
    COLOR: #F89620;
    text-align: center;
    background-color: #F6F6F6;
}


/*sanbiao*/
/*
.swiper-pagination {
    position: absolute;
    z-index: 20;
    width: 100%;
    left: 0;
    margin: 5px auto;
    bottom: 10px !important;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    background: #f9961f;
    margin-right: 5px;
    opacity: 0.5;
    cursor: pointer;
    border-radius: 20px;
}

.swiper-active-switch {
    background-color: #fff;
    opacity: 1;
}

*/
/*== news-benner ==*/


/*== 新闻幻灯片 ==*/
/*
.news-banner {
    float: left;
    width: 490px;
    height: 270px;
    background-color: #f6f6f6;
}

.news-banner .swiper-slide p {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    display: none;
}

.news-banner .swiper-pagination {
    bottom: 0px !important;
}

.news-banner .swiper-pagination-bullet {
    width: 28px !important;
    height: 10px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: .5;
}

.news-banner .swiper-pagination-bullet-active {
    background-color: #f9961f;
    opacity: 1;
}

.news-banner .swiper-slide img {
    width: 490px;
    height: 270px;
}
*/

/*sanbiao*/

.sanbiao {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    z-index: 999999999;
}

.sanbiao .link {
    position: relative;
    display: block;
}

.sanbiao .link span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background-color: #f9961f;
    color: #fff;
    cursor: pointer;
}


/*wmcs*/

.wmcs-l {
    width: 80px;
    height: 450px;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 9999999999;
}

.wmcs-r {
    width: 80px;
    height: 450px;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 9999999999;
}

.wmcs-l img, .wmcs-r img {
    width: 100%;
    height: 100%;
}


/*sanbiao*/

.sanbiao {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    z-index: 999999999;
}

.sanbiao .link {
    position: relative;
    display: block;
}

.sanbiao .link span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background-color: #f9961f;
    color: #fff;
    cursor: pointer;
}


/*wmcs*/

.wmcs-l {
    width: 80px;
    height: 450px;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 9999999999;
}

.wmcs-r {
    width: 80px;
    height: 450px;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 9999999999;
}

.wmcs-l img, .wmcs-r img {
    width: 100%;
    height: 100%;
}


/*
wsfw.html
 */


/*
bsfw
 */

.bsfw {
    width: 100%;
}

.bsfw .btn {
    float: left;
    margin-right: 10px;
    width: 375px;
    height: 65px;
    line-height: 65px;
    background-color: #3377C3;
    border-radius: 10px;
}

.bsfw .btn .icons {
    float: left;
    margin-left: 104px;
    margin-top: 15px;
    width: 35px;
    height: 35px;
    line-height: 65px;
}

.bsfw .btn span {
    float: left;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}

.bsfw .btn .icons-bsfw01 {
    background-image: url(../img/bafw01.png);
}

.bsfw .btn .icons-bsfw02 {
    background-image: url(../img/bafw02.png);
}

.bsfw .btn .icons-bsfw03 {
    background-image: url(../img/bafw03.png);
}


/*bssx*/

.bssx {}

.bssx .tit {
    width: 140px;
    height: 295px;
    background-image: url(../img/cbsx-bg.jpg);
}

.bssx .cont {
    width: 1005px;
    height: 295px;
    *height: 289px;
    background-color: #F5F5F5;
    border-top: 6px #3377C3 solid;
}

.bssx .cont .dy {
    height: 185px;
}

.bssx .cont .bt {
    * width: 985px;
    padding: 10px;
    height: 110px;
    *height: 80px;
}

.bssx .cont .bt .btn {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    *height: 15px;
    border: 1px #d9d9d9 solid;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    background-color: #F5F5F5;
}

.bssx .cont .bt .btn:hover {
    color: #3377c3;
    border: 1px #3377c3 solid;
}


/* tk */

.tk {}

.tk .btn {
    float: left;
    margin-right: 10px;
    padding-top: 30px;
    margin-bottom: 10px;
    width: 155px;
    height: 155px;
    *height: 125px;
    border-radius: 10px;
    background-color: #72AEFB;
}

.tk .btn .icons {
    display: block;
    width: 70px;
    height: 60px;
    margin-left: 42.5px;
}

.tk .btn p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.tk .btn .i-01 {
    background-image: url(../img/tk01.png);
}

.tk .btn .i-02 {
    background-image: url(../img/tk02.png);
}

.tk .btn .i-03 {
    background-image: url(../img/tk03.png);
}

.tk .btn .i-04 {
    background-image: url(../img/tk04.png);
}

.tk .btn .i-05 {
    background-image: url(../img/tk05.png);
}

.tk .btn .i-06 {
    background-image: url(../img/tk06.png);
}

.tk .btn .i-07 {
    background-image: url(../img/tk07.png);
}

.tk .btn .i-08 {
    background-image: url(../img/tk08.png);
}

.tk .btn .i-09 {
    background-image: url(../img/tk09.png);
}

.tk .btn .i-10 {
    background-image: url(../img/tk10.png);
}

.tk .btn .i-11 {
    background-image: url(../img/tk11.png);
}

.tk .btn .i-12 {
    background-image: url(../img/tk12.png);
}

.tk .btn .i-13 {
    background-image: url(../img/tk13.png);
}

.tk .btn .i-14 {
    background-image: url(../img/tk14.png);
}


/*listPage.html*/


/*list mod*/

.mod {
    /* background-color: #f0f0f0; */
}

.mod .tit, .ryzz .tit {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #3277c5 solid;
    background-color: #3277c5;
}

.mod .tit .n, .ryzz .tit .n {
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    background-color: #f9961f;
}

.mod .tit .more, .ryzz .tit .more {
    position: absolute;
    font-size: 12px;
    right: 5px;
    color: #fff;
}

.mod .tit .more a {
    color: #fafafc;
}

.mod .list {
    padding: 0 10px;
}

.mod .list dl {
    display: block;
    padding: 3px 0;
    * height: 21px;
    * line-height: 21px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px #e0e0e0 dashed;
}

.mod .list dl:hover {}

.mod .list dl:after {
    display: table;
    content: '';
    clear: both;
}


/*default*/

.mod .list dl span, .mod .list dl dt {
    float: left;
    width: 780px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod .list dl em, .mod .list dl dd {
    float: right;
}

.lb-pic .picnew {
    width: 545px;
    height: 300px;
    background-color: #fff;
}


/*navf*/

.navf {
    width: 215px;
    background-color: #f6f6f6;
}

.navf .tit, .i-p-r .tit {
    width: 100%;
    height: 50px;
}

.navf .tit h1 {
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #3277c5;
}

.navf .list {
    background: url(../img/newslistbg.png) no-repeat;
    background-size: 83px 90px;
    background-position: center 55px;
}

.navf .list ul {
    min-height: 235px;
    height: auto;
    padding-bottom: 46px;
}

.navf .list ul li {
    margin-right: 15px;
    padding: 0 0px 0 15px;
    background-size: 10px;
    height: 50px;
    line-height: 50px;
}

.navf .list ul li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navf .list .curr, .navf .list li:hover {
    background-image: url(../img/rrow-r.png);
    background-repeat:  no-repeat;
    background-position: right;
    background-size: 10px 10px;
}

.navf .list .curr a, .navf .list li a:hover {
    color: #3277c5;
}


/*flfg*/

.flfg {
    width: 910px;
}

.flg .list .row span, .flg .list .row dt {
    width: 620px;
}


/*pages*/

.page {
    width: 768px;
    text-align: right;
}

.page input {
    width: 60px;
    height: 20px;
    border: 1px #A9A9A9 solid;
    margin: 0 10px;
}

.page a {
    margin: 0 5px;
}

.page .skip {
    margin: 0 10px;
    padding: 0;
    width: 55px;
    height: 22px;
    line-height: 18px;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
}

.page .num {
    padding: 0 5px;
    color: #3277c5;
    border: 1px #3277c5 solid;
}

.page .curr, .page .num:hover {
    padding: 0 5px;
    background-color: #3277c5;
    color: #fff;
    border: 1px #3277c5 solid;
}

.page .forbid {
    pointer-events: none;
    color: #ddd;
}

.article {
    padding: 20px;
}

.article h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #E93D1C;
}

.article h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    color: #E93D1C;
    margin: 10px 0;
}

.article .head-tt p {
    text-align: center;
    color: #999999;
}

.article .head-tt p em {
    padding: 0 16px;
    color: #999999
}

.article .head-tt p em a {
    color: #999999
}

.article .mc img {
    margin-bottom: 10px;
}

.article .share {
    margin-top: 120px;
    width: 100%;
}

.bssx .cont .list .maquee {
    margin: 0 auto;
    width: 980px;
    height: 170px;
    overflow: hidden;
}

.bssx .cont .list .maquee a {
    display: block;
    width: 980px;
    margin: 0px auto;
}

.bssx .cont .list dl {
    display: block;
    width: 980px;
    margin: 10px auto 10px auto;
}

.bssx .cont .list dl dd {
    float: left;
    margin: 0px;
    padding: 0px;
}

.bssx .cont .list .maquee a span {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 22px;
}

.bssx .cont .list dl .td-num, .bssx .cont .list .maquee .td-num {
    width: 220px;
    overflow: hidden;
}

.bssx .cont .list dl .td-name, .bssx .cont .list .maquee .td-name {
    width: 310px;
    overflow: hidden;
}

.bssx .cont .list dl .td-position, .bssx .cont .list .maquee .td-position {
    width: 294px;
    overflow: hidden;
}

.bssx .cont .list dl .td-status, .bssx .cont .list .maquee .td-status {
    width: 70px;
    overflow: hidden;
}

.bssx .cont .list dl .td-time, .bssx .cont .list .maquee .td-time {
    width: 78px;
    overflow: hidden;
}

.y-t {
    height: 45px;
    background-color: #edeef0;
}

.y-t .tit {
    width: 175px;
    height: 45px;
    background-color: #3577c3;
}

.y-t .tit p {
    float: left;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
}

.y-t .tit p a {
    color: #fff;
}

.y-t .tit .y-sign {
    display: block;
    margin: 0 10px;
    float: left;
    width: 39px;
    height: 39px;
    background-image: url(../img/y-sign.jpg);
}

.y-zjdyw .con {
    margin-top: 15px;
}

.y-zjdyw .con .y-jsscoll {
    width: 760px;
    *width: 760px;
    height: 320px;
    *height: 300px;
    float: left;
    overflow: hidden;
}

.y-zjdyw .con .y-jsscoll .link {
    width: 760px;
    height: 320px;
    background-size: cover;
    *background-size: 760px 320px;
    background-position: center;
    background-repeat: no-repeat;
}

.y-zjdyw .con .y-detils {
    padding: 10px;
    position: relative;
    float: right;
    width: 375px;
    *width: 355px;
    height: 320px;
    *height: 280px;
    background-color: #FFFFFF;
}

.y-zjdyw .con .y-detils p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    height: 275px;
    *height: 255px;
    overflow: hidden;
}

.y-zjdyw .con .y-detils .y-more {
    position: absolute;
    display: block;
    color: #3277c5;
    bottom: 10px;
}

.y-zjdyw .con .y-detils .y-more:hover {
    color: #2360a5;
}

.y-zjdyw .con .y-ent {
    float: left;
    width: 760px;
    height: 320px;
    overflow: hidden;
}

.y-zjdyw .con .y-ent a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 182.5px;
    height: 155px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 155px;
    background-color: #3277c5;
}

.y-zjdyw .con .y-ent a:hover {
    background-color: #2c66a9;
}

.y-zjdyw .con .y-ent a.last {
    margin-right: 0;
}

.y-zjdyw .con .y-ent a.t-item {
    margin-bottom: 10px;
}


/* video */

.y-zjdyw .con #video {
    position: relative;
    cursor: pointer;
    float: right;
    width: 375px;
    height: 320px;
    overflow: hidden;
}

.y-zjdyw .con #video .pic {
    width: 375px;
    height: 320px;
    vertical-align: middle;
}

#video .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px;
    display: block;
    width: 65px;
    height: 65px;
    background-color: transparent;
    background-image: url(../img/video-btn.png);
    z-index: 2;
}

.bg-black {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/video-bg.png);
    background-repeat: repeat;
    background-position: 0 0;
    z-index: 100;
}

#video-box-boom {
    position: fixed;
    top: 50%;
    left: 50%;
    display: table;
    vertical-align: middle;
    margin-top: -250px;
    margin-left: -450px;
    width: 900px;
    height: 500px;
    background-color: #fff;
    border: 8px solid #333;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    z-index: 9;
    text-align: center;
    vertical-align: middle;
}

#video-box-boom .close-video {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #666;
    font-size: 30px;
    font-weight: 700;
    z-index: 9999;
}

#video-box-boom .close-video.hover {
    color: #999;
}


/*
* æ”¿æ°‘äº’åŠ¨
* y-zmhd
 */

.y-zmhd {
    /*margin-top: 20px;*/
}

.y-zmhd .y-jk {
    padding: 20px 30px 0 30px;
    /*background-color: #fff;*/
}

.y-zmhd .y-jk .jk-one {
    float: left;
    width: 380px;
    height: 300px;
    border-right: 1px #f0f0f0 solid;
}

.y-zmhd .y-jk .jk-two {
    float: right;
    width: 700px;
    height: 300px;
}

.y-zmhd .y-item {}

.y-zmhd .y-item .y-bok {
    float: left;
    margin-right: 20px;
    width: 270px;
    *width: 269px;
    border: 1px #eee solid;
}

.y-zmhd .y-item .last {
    margin-right: 0;
}

.y-zmhd .y-item .y-bok .y-list {
    padding: 20px;
    background-color: #fff;
    height: 190px;
}

.y-zmhd .y-bok .y-list a, .y-zmhd .y-bok .y-list ..news-list dl {
    display: block;
    cursor: pointer;
}

.y-zmhd .y-bok .y-list .news-list dl a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.y-zmhd .y-bok .y-list a p, .y-zmhd .y-bok .y-list .news-list dt {
    float: left;
    width: 220px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*
.y-zmhd .y-bok .y-list a span, .y-zmhd .y-bok .y-list ..news-list dd {
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
}*/


/*
* æ”¿åŠ¡å…¬å¼€
* --------
* .y-zwgk
 */

.y-zwgk {
    /*margin-top: 20px;*/
}

.y-zwgk .y-fbok {
    float: left;
    width: 800px;
    overflow: hidden;
}

.y-zwgk .y-sileBox {
    border: 1px #eee solid
}

.y-zwgk .y-sileBox .hd {
    height: 45px;
    background-color: #edeef0;
}

.y-zwgk .y-sileBox .y-big {
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-color: #3577c3;
}

.y-zwgk .y-sileBox .y-big .y-sign {
    display: block;
    margin: 0 5px;
    float: left;
    width: 39px;
    height: 39px;
    background-image: url(../img/y-rect.jpg);
}

.y-zwgk .y-sileBox .y-big p {
    float: left;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
}

.y-zwgk .y-sileBox li {
    float: left;
}

.y-zwgk .y-sileBox li p {
    color: #3577c3;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
}

.y-zwgk .y-sileBox li.on {
    background-image: url(../img/y-big-arrow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.y-zwgk .y-sileBox .bd {
    padding: 20px;
    min-height: 160px;
    background-color: #fff;
}

.y-zwgk .y-sileBox .bd .news-list dl {
    display: block;
    cursor: pointer;
}

.y-zwgk .y-sileBox .bd .news-list dl a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.y-zwgk .y-sileBox .bd .news-list dt {
    float: left;
    width: 600px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.y-zwgk .y-sileBox .bd .news-list dd {
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
}

.y-zwgk .y-side {
    float: right;
    width: 325px;
    height: auto;
    overflow: hidden;
}

.y-zwgk .y-side .tit {
    width: 323px;
    background-color: #edeef0;
}

.y-zwgk .y-side .tit p {
    float: none;
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #3577c3;
    font-size: 18px;
}

.y-zwgk .y-side .y-zzjg {
    background-color: #fff;
    border: 1px #eee solid;
}

.y-zwgk .y-side .con {
    padding: 30px 15px;
    background-color: #fff;
}

.y-zwgk .y-side .con p {
    margin: 20px 0 5px 0;
    text-align: center;
}

.y-zwgk .y-side .con a {
    float: left;
    display: block;
    margin: 0 15px;
    width: 115px;
    height: 100px;
    background-color: #3577c3;
    cursor: pointer;
}

.y-zwgk .y-side .con a:hover {
    background-color: #2c66a9
}

.y-zwgk .y-side .con .sign-l {}

.y-zwgk .y-side .con .sign-z {}

.y-zwgk .y-side .con span {
    display: block;
    text-align: center;
    color: #fff;
}

.y-zwgk .y-side .y-gkzl {
    border: 1px #eee solid;
}

.y-zwgk .y-side .y-gkzl .tit {}

.y-zwgk .y-side .y-gkzl p {
    width: 185px;
}

.y-zwgk .y-side .y-gkzl .con {
    padding: 20px;
}

.y-zwgk .y-side .y-gkzl .con a {
    margin: 0;
    display: block;
    float: none;
    width: 290px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*
* 侧边栏+文章内容
* 
 */

.y-articles {
    padding: 20px;
}

.y-articles .top-tit {
    color: #ce0808;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
}
.y-articles .til_next {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

.y-articles .ftime {
    margin-top: 8px;
    margin-bottom: 10px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-bottom: 1px #ccc dotted;
    font-size: 12px;
    color: #666;
}

.y-articles .cent-con{
	overflow-x:auto;
}

.y-zmhd .sides {
    float: left;
    width: 256px;
    padding-right: 22px;
    border-right: 1px solid #d2d2d2;
}

.y-zmhd .sides .select {
    width: 380px;
}

.y-zmhd .sides .select .write {
    float: left;
    width: 220px;
}

.y-zmhd .sides .select .write .row {
    margin-bottom: 10px;
}

.y-zmhd .sides .select .lab {
    height: 30px;
    *height: 25px;
    line-height: 30px;
    *line-height: 25px;
    color: #333;
    font-size: 14px;
}

.y-zmhd .sides .select .inp {
    width: 150px;
    height: 25px;
    border: 1px solid #aaa;
    background-color: #fff;
}

.y-zmhd .sides .select .select-btn {
    float: left;
    margin-left: 10px;
    display: block;
    width: 47px;
    height: 66px;
    *height: 70px;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
    background-color: #3277c5;
    color: #fff;
    cursor: pointer;
}

.y-zmhd .sides .select a:hover {
    background-color: #2c66a9;
}

.y-zmhd .sides .search .inp {
    width: 197px;
    height: 25px;
    border: 1px solid #aaa;
    background-color: #fff;
    padding-left: 4px;
}

.y-zmhd .sides .search-btn {
    float: right;
    display: block;
    min-width: 42px;
    height: 25px;
    line-height: 25px;
    background-color: #3277c5;
    font-size: 12px;
    color: #fff;
    border: 0;
    text-align: center;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    cursor: pointer;
}

.y-zmhd .item {
    margin-left: -25px;
}

.y-zmhd .item a {
    float: left;
    display: block;
    margin-left: 25px;
    margin-top: 5px;
    padding-left: 50px;
    width: 155px;
    *width: 125px;
    height: 42px;
    line-height: 18px;
    background-color: #3277c5;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 14px center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.y-zmhd .item a:hover {
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    background-color: #2c66a9;
}

.y-zmhd .item a.txt {
    text-align: center !important;
}

.y-zmhd .item a.f16 {
    font-size: 16px !important;
}

.y-zmhd .item a.lh {
    line-height: 42px !important;
}

.y-zmhd .item a.pd62 {
    /* padding-left: 62px !important; */
}

.y-zmhd .item a.pdt2 {
    padding-top: 2px !important;
}

.y-zmhd .item a.pd45 {
    padding-top: 2px !important;
    padding-left: 45px !important;
}

.y-zmhd .item .write {
    background-image: url(../img/organ-write.png);
}

.y-zmhd .item .more {
    background-image: url(../img/organ-more.png);}

.y-zmhd .item .leadership {
    background-image: url(../img/organ-lind.png);
}

.y-zmhd .item .cd {
    background-image: url(../img/organ-jw.png);
}

.y-zmhd .item .org {
    background-image: url(../img/organ-org.png);
}

.y-zmhd .item .online {
    background-image: url(../img/organ-online.png);
}

.y-zmhd .item .zsk {
    background-image: url(../img/organ-zsk.png);
}

.y-zmhd .item .xwfbh {
    background-image: url(../img/organ-xwfbh.png);
}