.first-section {
    width: 100%;
}
.first-section.top-section{
    background: #F6FAFF;
    
}
.first-section.top-section .center-section-wrap{
    padding: 60px 0;
}
.first-section.top-section .center-section-wrap .swiper-container{
    width: 586px;
    height: 399px;
}
.first-section.top-section .center-section-wrap .swiper-container img{
    display: block;
    width: 100%;
}


.first-section.top-section .center-section-wrap .section-left .article-title{
    position: absolute;
    bottom: 0;
    left:0;
    padding: 6px 0 6px 15px;
    background: rgba(5, 29, 49, .47);
    width: 100%;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
.first-section.top-section .center-section-wrap .swiper-container-horizontal> .swiper-pagination-bullets{
    width: 25%;
    left: auto;
    right: 15px;
}
.first-section.top-section .center-section-wrap .swiper-pagination-bullet{
    /* width: 14px;
    height: 4px; */
    /* border-radius: 0; */
    background: #fff;
    opacity: 1;
}
.first-section.top-section .center-section-wrap .swiper-pagination-bullet-active{
    background: #197DD3;
    /* width: 17px;
    height: 7px; */
}
.first-section.top-section .center-section-wrap .section-right{
    width: 542px;
    padding:0 22px;
    height: 407px;
    box-sizing: border-box;
}
.first-section.top-section .center-section-wrap .section-right .section-nav-box{
    width: 100%;
    overflow: hidden;
}
.first-section.top-section .center-section-wrap .section-right .section-nav-box .nav-item{
    display: block;
    float: left;
    width: 100px;
    font-size: 24px;
    font-weight: bold;
    color: #3169BC;
}
.first-section.top-section .center-section-wrap .section-right .section-nav-box .right-line{
    margin:10px 0 0 115px;
    height: 10px;
    background: url(../img/title_line.png) repeat-x;
    background-size: auto 100%;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box{
    width: 100%;
    margin-top: 26px;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .news-list{
    display: none;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .news-list.cur{
    display: block;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .list-item{
    width: 100%;
    padding: 0 0 24px 12px;
    box-sizing: border-box;
    position: relative;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .list-item:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #C8C8C8;
    left: -6px;
    top: 6px;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .list-item .tit{
    width: 75%;
    color: #666;
    font-size: 16px;
    float: left;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .list-item .tit:hover{
    color: #3169BC;
}
.first-section.top-section .center-section-wrap .section-right .section-news-box .list-item.cur{
    color: #3169BC;
}

.first-section.top-section .center-section-wrap .section-right .section-news-box .list-item .time{
    width: 20%;
    color: #666;
    font-size: 16px;
    float: right;
    text-align: right;
}
/* 政务信息公开 */
.main-section{
    width: 100%;
}
.main-section .section-wrap{
    padding-top: 55px;
}
.main-section.odd{
    background: #F6FAFF;
}
.main-section.even{
    background: #fff;
}
.main-section .section-wrap .title{
    width: 100%;
    border-top: solid 1px #85AAE2;
    text-align: center;
}
.main-section.odd .section-wrap .title .title-inner{
    display: inline-block;
    padding: 0 38px;
    position: relative;
    top:-30px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    background: #F6FAFF;
}
.main-section.odd .section-wrap .title .title-inner a{
    color: #333;
}
.main-section.even .section-wrap .title .title-inner{
    display: inline-block;
    padding: 0 38px;
    position: relative;
    top:-30px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    background: #fff;
}
.main-section.even .section-wrap .title .title-inner a{
    color: #333;
}
.section-main-info{
    margin-top: 40px;
    width: 100%;
}

.main-section.other .other-item{
    width: 379px;
    margin-right: 30px;
}
.main-section.other .other-item:last-child{
    margin-right: 0;
}
.main-section.other .other-item .other-title{
    width: 100%;
}
.main-section.other .other-item .other-title .tit-info{
    color: #3B70BF;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 99px;
}
.main-section.other .other-item .other-title .right-line{
    margin:10px 0 0 114px;
    height: 10px;
    background: url(../img/title_line.png) repeat;
    background-size: auto 100%;
}
.main-section.other .other-item .other-list-wrap{
    margin-top: 30px;
}
.main-section.other .other-item .other-list-wrap .list-item{
    padding-bottom: 20px;
}
.main-section.other .other-item .other-list-wrap .list-item .item-wrap{
    display: block;
    color: #666;
}
.main-section.other .other-item .other-list-wrap .list-item .item-wrap .other-tit{
    width: 70%;
}
.main-section.other .other-item .other-list-wrap .list-item .item-wrap .other-tit:hover{
    color: #3B70BF;
}
.main-section.other .other-item .other-list-wrap .list-item .item-wrap .other-tit span{
    font-size: 14px;
    color: #C8C8C8;
    padding-right: 8px;
}
.main-section.other .other-item .other-list-wrap .list-item .item-wrap .time{
    width: 30%;
    text-align: right;
}

.main-section.video-news .news-list{
    padding: 52px 0 63px;
}
.main-section.video-news .news-list .list-item{
    width: 315px;
    height: 205px;
    margin-right: 85px;
}
.main-section.video-news .news-list .list-item:last-child{
    margin-right: 0;
}
.main-section.video-news .news-list .list-item a{
    display: block;
}
.main-section.video-news .news-list .list-item a img{
    display: block;
    width: 100%;
    height: 100%;
}

.main-section.zt .zt-list{
    padding: 52px 0 63px;
}
.main-section.zt .zt-list .list-item{
    width: 229px;
    height: 174px;
    margin-right: 13px;
}
.main-section.zt .zt-list .list-item:last-child{
    margin-right: 0;
}
.main-section.zt .zt-list .list-item a{
    display: block;
}
.main-section.zt .zt-list .list-item a img{
    display: block;
    width: 100%;
    height: 100%;
}