.navbar .item11 span {
    background: url(../images/zwwz/gndt.png) no-repeat center center;
}
.navbar .item11:hover span,
.navbar .item11.dis span {
    background: url(../images/zwwz/gndth.png) no-repeat center center;
}
.navbar .item12 span {
    background: url(../images/zwwz/qndt.png) no-repeat center center;
}
.navbar .item12:hover span,
.navbar .item12.dis span {
    background: url(../images/zwwz/qndth.png) no-repeat center center;
}
.navbar .item13 span {
    background: url(../images/zwwz/lycd.png) no-repeat center center;
}
.navbar .item13:hover span,
.navbar .item13.dis span {
    background: url(../images/zwwz/lycdh.png) no-repeat center center;
}

.navbar .item08 span {
    background: url(../images/zwwz/weixin.png) no-repeat center center;
}
.navbar .item08:hover span {
    background: url(../images/zwwz/weixinh.png) no-repeat center center;
}
.navbar .item09 span {
    background: url(../images/zwwz/weibo.png) no-repeat center center;
}
.navbar .item09:hover span {
    background: url(../images/zwwz/weiboh.png) no-repeat center center;
}
.navbar .item10 span {
    background: url(../images/zwwz/khd.png) no-repeat center center;
}
.navbar .item10:hover span {
    background: url(../images/zwwz/khdh.png) no-repeat center center;
}
body {
    background: #f7f7f7;
}
.b-news {
    width: 100%;
    height: 134px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.b-news li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    transition: all linear .2s;
    position: absolute;
    top: 0;
}
.b-news li:first-child {
    opacity: 1;
    filter:alpha(opacity);
    -moz-opacity:1;
}
.b-news li a {
    display: block;
    width: 90%;
    text-align: center;
    margin: 15px auto;
    font-size: 36px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-news li a:hover {
    color: #8c0307;
}
.b-news li p {
    font-size: 26px;
    color: #333;
    padding: 0 30px;
    margin: 15px 0;
    text-indent: 1em;
}
.bner {
    position: relative;
    width: 1200px;
    height: 625px;
    overflow: hidden;
    margin-bottom: 30px;
}
.bner .imgs {
    width: 6000px;
    overflow: hidden;
    height: 100%;
}
.bner .imgs li {
    float: left;
    width: 1200px;
    height: 100%;
    position: relative;
}
.bner .imgs li img {
    width: 100%;
    height: 100%;
}
.bner .imgs li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 0 20% 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bner .icon-left {
    position: absolute;
    width: 51px;
    height: 80px;
    background: url(../images/index/left.png) no-repeat;
    left: 0;
    top: 50%;
    margin-top: -40px;
}
.bner .icon-right {
    position: absolute;
    width: 51px;
    height: 80px;
    background: url(../images/index/right.png) no-repeat;
    right: 0;
    top: 50%;
    margin-top: -40px;
}
.bner .inds {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.bner .inds span {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
}
.bner .inds .dis {
    width: 20px;
    background: #2f5594;
}
.xw-news {
    overflow: hidden;
    height: 416px;
}
.x-left {
    float: left;
    width: 30%;
    height: 100%;
    border-right: 1px solid #c9cac9;
    position: relative;
}
.x-right {
    float: right;
    width: 70%;
    height: 100%;
    padding-left: 60px;
    position: relative;
}
.x-left > p {
    margin: 30px 0 25px;
}
.x-left > div {
    padding-left: 20px;
}
.x-left > div p {
    font-size: 40px;
}
.x-left > span {
    position: absolute;
    width: 80px;
    height: 5px;
    background: #2f5594;
    bottom: 42px;
    left: 20px;
}
.xwtitle {
    font-size: 40px;
    color: #2f5594;
    padding-left: 20px;
    position: relative;
}
.xwtitle span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 30px;
    background: url(../images/zwwz/lfticon.png) no-repeat;
}

.news-lists li {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px dashed #c6c6c6;
}
.news-lists li:first-child {
    border-top: 0;
}
.news-date {
    width: 64px;
    height: 64px;
    background: url(../images/index/datebg.png) no-repeat;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    float: left;
}
.news-date span {
    display: block;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
}
.news-details {
    float: left;
    width: 88%;
    margin-left: 3%;
}
.news-details .news-title {
    font-size: 30px;
    width: 100%;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px;
    font-weight: 500;
}
.news-details .news-content {
    position: relative;
}
.news-details .news-content span {
    color: #565656;
    display: block;
    text-indent: 1em;
    font-size: 20px;
}
.news-details .news-content a {
    color: #b4271c;
    position: absolute;
    bottom: 0;
    right: 0;
}
.imgxw {
    width: 100%;
    height: 600px;
    background: #f1f1f1;
    padding: 30px 40px;
}
.imgxw .xwtitle {
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.imgxw .xwtitle span {
    bottom: 15px;
}
.imgxw ul {
    overflow: hidden;
}
.imgxw ul li {
    float: left;
    width: 31%;
    height: 420px;
    margin-left: 3.5%;
    background: #fff;
    border-top: 4px solid transparent;
}
.imgxw ul li:first-child {
    margin-left: 0;
}
.imgxw ul .lis01 {
    border-top-color: #4797d6;
}
.imgxw ul .lis02 {
    border-top-color: #f27171;
}
.imgxw ul .lis03 {
    border-top-color: #31c2b9;
}
.imgxw ul li > div a {
    display: block;
    width: 80%;
    margin: 10px auto 15px;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    height:64px;
}
.imgxw ul li > a {
    display: block;
    width: 316px;
    height: 154px;
    overflow: hidden;
    margin: 0 auto 15px;
    
}
.imgxw ul li > a:hover img {
    transform:scale(1.1);
}
.imgxw ul li > a img {
    width: 100%;
    height: 100%;
    transition: all linear .5s;
}
.imgxw ul li > p {
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
    text-indent: 1em;
   line-height: 35px;

}
.xwtitle > a {
    float: right;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    width: 62px;
    height: 32px;
    background: #ebebeb;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin-top: 24px;
}

@media screen and (max-width:768px) {
    .navbar li:first-child {
        width: 25%;
    }
    .navbar li {
        width: 25%;
    }
    .b-news{height:250px;}
    .bner {
        width: 100%;
        height: 225px;
        margin-bottom: 10px;
    }
.imgxw{width:100%;padding:0;height:auto;}
.imgxw ul li{width:100%;margin-left:0;}

}