﻿.headline {
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7
}
.headline h1 a {
    font-size: 34px;
    color: #015293;
    text-align: center;
    display: block;
    margin: 20px auto 10px;
}
.headline ul {
    overflow: auto;
    width: 735px;
    margin: 0 auto;
}
.headline ul li {
    float: left;
    margin: 0 10px;
    width: 225px;
}
.headline ul li span {
    width: 86%;
    display: inline-block;
    margin-bottom: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bner-news {
    overflow: hidden;
    margin: 20px 0;
}
.bner {
    position: relative;
    width: 673px;
    height: 379px;
    overflow: hidden;
    float: left;
}
.imgs {
    width: 2048px;
    overflow: auto;
}
.imgs li {
    float: left;
    position: relative;
}
.imgs span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}
.icon-left,
.icon-right {
    width: 42px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}
.icon-left {
    left: 0;
    background: url(../images/icon/move_lf.png) no-repeat;
}
.icon-right {
    right: 0;
    background: url(../images/icon/move_rf.png) no-repeat;
}
.inds {
    position: absolute;
    right: 15px;
    bottom: 12px;
}
.inds span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 10px;
    background: #fff;
}
.inds .dis {
    background: #ee3e32;
}
.news {
    float: right;
    width: 500px;
    height: 379px;
    position: relative;
}
.news-nav {
    overflow: auto;
    font-size: 22px;
}
.news-nav li {
    float: left;
    width: 132px;
    height: 45px;
    line-height: 36px;
    text-align: center;
}
.news-nav li.active{
    background: url("../images/index/newsbg.png");
    color: #fff;
}
.news-nav li a {
    display: block;
    color: #000;
    height: 100%;
}
.news-nav .dis a {
    color: #fff;
    background: url(../images/index/newsbg.png) no-repeat;
}
.news-lists {
    font-size: 16px;
}
.news-lists li {
    margin: 14px 0;
}
.news-lists li span {
    float: right;
    color: #999;
}
.news-lists li p {
    padding-left: 25px;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/icon/dian.png) no-repeat 2px 12px;
}
.news-lists ul,
.news-more li {
    display: none;
}
.news-lists .dis,
.news-more .dis {
    display: block;
}
.news-more li a {
    color: #999;
}
.news-more li a:hover {
    color: red;
}
.news-more {
    position: absolute;
    right: 0;
    top: 5px;
}
/*index_nav*/
.index_nav{
    width: 100%;
    height: 144px;
    overflow: hidden;
    padding: 20px 0;
    border: 1px solid #ccdce9;
    margin: 20px auto;
}
.index_nav .bd {
    width: 100%;
    height: 100%;
    position: relative;
}
.index_nav .bd .lb{
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.index_nav .bd .lb .tempWrap{
    width: 100%;
    height: 100%;
}
.index_nav .bd ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}
.index_nav .bd a.prev{
    width: 44px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
    
}
.index_nav .bd a.next {
    width: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
}
.index_nav .bd ul li {
    float: left;
    width: 20%;
    height: 100%;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.index_nav .bd ul li .pic {
    width: 100%;
    height: 100%;
    text-align: center;
}
.index_nav .bd ul li .pic a{
    display: block;
    width: 94%;
    height: 100%;
    font-size: 18px;
    color: #015293;
    position: relative;
    background: #6995c6;
    margin: 0 auto;
    border-radius: 8px;
}
.index_nav .bd ul li .pic a img{
    margin-top: 20px;
}
.index_nav .bd ul li .pic a p{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #fff;
}
.warp {
    margin-bottom: 20px;
}
.qxdt-box,
.gkbz-box,
.lzyw-box,
.zmhd-box {
    position: relative;
    width: 675px;
    height: 218px;
    border: 2px solid #ccdce9;
    padding: 20px;
}
.lzyw-box,
.zmhd-box {
    height: 380px;
}
.gkbz-box,
.zmhd-box {
    width: 504px;
}
.qxdt-box > img,
.gkbz-box > img,
.lzyw-box > img,
.zmhd-box > img {
    position: absolute;
    right: 80px;
    top: 28px;
}
.title {
    font-size: 22px;
    overflow: auto;
}
.title li {
    float: left;
    margin-right: 20px;
}
.title li a {
    color: #000;
}
.title .dis a {
    color: #225d95;
}
.more {
    position: absolute;
    right: 20px;
    top: 25px;
}
.more li a {
    color: #a9a9a9;
}
.more li a:hover {
    color: red;
}
.more li,
.lists ul {
    display: none;
}
.more .dis,
.lists .dis {
    display: block;
}
.lists li {
    margin: 15px 0;
    padding-left: 14px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
}
.lists li span {
    float: right;
    color: #999;
}
.lists li p {
    width: 80%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gkbz-lists {
    font-size: 16px;
    overflow: auto;
    margin-top: 20px;
}
.gkbz-lists li {
    float: left;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #f1f1f1;
    border-left: 4px solid #2273b3;
    margin-bottom: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.gkbz-lists li a {
    color: #3c6da1;
}
.gkbz-lists .item01,
.gkbz-lists .item02,
.gkbz-lists .item03 {
    width: 31%;
    margin-right: 3%;
}
.gkbz-lists .item03 {
    margin-right: 0;
}
.gkbz-lists .item04 {
    width: 48.5%;
    margin-right: 3%;
}
.gkbz-lists .item05 {
    width: 48.5%;
}
.wyxx {
    margin: 30px 0 15px;
}
.wyxx a {
    display: block;
    width: 98%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    background: #2273b3;
    border-radius: 8px;
    font-style: italic;
}
.wyxx a img {
    margin-right: 10px;
}
.wyxx a span {
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #86b2d5;
    background: #6995c6;
    margin-left: 60px;
    font-style: normal;
}
.list-li {
    font-size: 16px;
height:55px;
}
.list-li li {
    padding-left: 15px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
    margin-bottom: 10px;
}
.wsdc-box {
    font-size: 16px;
    margin-top: 20px;
}
.wsdc-box li {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
}
.wsdc-box li a {
    color: #fff;
}
.wsdc-box .item01 {
    background: #6caec9;
}
.wsdc-box .item02 {
    background: #8393ca;
}
.wsdc-box .item03 {
    background: #448ccb;
    margin-right: 0;
}
.lxxd {
    margin-bottom: 15px;
}
.lxxd a {
    float: right;
    color: #999;
}
.lxxd span {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .headline h1 a {
        font-size: 22px;
        margin: 15px 0;
    }
    .headline ul {
        width: 100%;
    }
    .headline ul li {
        margin: 0 auto;
        float: none;
    }
    .bner,
    .news {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    } 
    .bner-news,
    .news {
        margin-bottom: 0;
    }
    .news-nav {
        font-size: 16px;
    }
    .news-more {
        top: 9px;
    }
    .news-lists li {
        margin: 10px 0;
    }
    .news-nav li {
        width: 86px;
    }
    .news-nav .dis a {
        background-position: center center;
    }
    .news-more,
    .news-lists {
        font-size: 14px;
    }
    .news-lists li p {
        width: 60%;
    }
    .index_nav{
        width: 96%;
    }
    .index_nav .bd .lb{
        width: 76%;
    }
    .index_nav .bd ul li{
        width: 50%;
    }
    .index_nav .bd ul li .pic a{
        font-size: 14px;
    }
    .qxdt-box, .gkbz-box, .lzyw-box, .zmhd-box {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 15px;
    }
    .lists li p {
        width: 60%;
    }
    .qxdt-box > img, .gkbz-box > img, .lzyw-box > img, .zmhd-box > img {
        display: none;
    }
    .more {
        top: 15px;
    }
    
    .gkbz-lists .item01, .gkbz-lists .item02,
    .gkbz-lists .item03, .gkbz-lists .item04,
    .gkbz-lists .item05 {
        width: 49%;
        margin-right: 2%;
    }
    .gkbz-lists .item02, 
    .gkbz-lists .item04 {
        margin-right: 0;
    }
    .warp {
        margin-bottom: 0;
    }
    .wsdc-box li {
        width: 49%;
        margin-bottom: 10px;
    }
    .wsdc-box .item02 {
        margin-right: 0;
    }
    .wyxx {
        margin: 15px 0;
    }
    .wyxx a {
        font-size: 16px;
    }
    .wyxx a img {
        margin-right: 2px;
    }
    .wyxx a span {
        margin-left: 2px;
        font-size: 14px;
    }
.list-li{height:auto;}
}