.first-section {
    width: 100%;
}
.first-section.top-section{
    width: 100%;
    height: 340px;
    background: url(../img/top_bg.png) no-repeat center center;
    background-size: auto 100%;
    
}
.first-section.top-section .center-section-wrap{
    padding: 56px 0;
    height: 340px;
    box-sizing: border-box;
}
.first-section.top-section .center-section-wrap .gk-item{
    width: 212px;
    min-height: 219px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-right: 35px;
}
.first-section.top-section .center-section-wrap .gk-item .item-wrap{
    width: 212px;
    height: 219px;
    padding-top:42px;
    transition: all 0.3s;
    overflow: hidden;
    border: solid 1px #E5E5E5;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
}
.first-section.top-section .center-section-wrap .gk-item:last-child{
    margin-right: 0;
}
.first-section.top-section .center-section-wrap .gk-item .item-top{
    display: block;
}
.first-section.top-section .center-section-wrap .gk-item .item-top img{
    display: block;
    width: 73px;
    margin: 0 auto;
}
.first-section.top-section .center-section-wrap .gk-item .item-top .name{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 36px 0;
}
.first-section.top-section .center-section-wrap .gk-item .child-list{
    padding: 0 20px;
}
.first-section.top-section .center-section-wrap .gk-item .child-list .list-item{
    display: block;
    text-align: left;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.first-section.top-section .center-section-wrap .gk-item .child-list .list-item span{
    color: #077AB9;
    font-size: 18px;
    padding-right: 16px;
}
.first-section.top-section .center-section-wrap .gk-item .item-wrap:hover{
    height: auto;
    box-shadow: 1px 0px 18px 0px rgba(206, 206, 206, 0.65);
}
.first-section.top-section .center-section-wrap .gk-item:nth-child(1) .item-wrap:hover{
    border-top: 8px solid #FF7643;
}
.first-section.top-section .center-section-wrap .gk-item:nth-child(2) .item-wrap:hover{
    border-top: 8px solid #B6A0FE;
}
.first-section.top-section .center-section-wrap .gk-item:nth-child(3) .item-wrap:hover{
    border-top: 8px solid #7EB1FB;
}
.first-section.top-section .center-section-wrap .gk-item:nth-child(4) .item-wrap:hover{
    border-top: 8px solid #FFD278;
}
.first-section.top-section .center-section-wrap .gk-item:nth-child(5) .item-wrap:hover{
    border-top: 8px solid #63CBBE;
}
/* 政务信息公开 */
.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.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;
}
.section-main-info{
    margin-top: 40px;
    width: 100%;
}

.main-section .title-wrap .tit-info{
    color: #3B70BF;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 99px;
}
.main-section .title-wrap{
    margin-top: 20px;
}
.main-section .zdly-wrap .title-wrap .tit-info{
    width: 199px;
}
.main-section .zfxx-wrap .title-wrap .tit-info,
.main-section .xxgkph-wrap .title-wrap .tit-info{
    width: 149px;
}
.main-section .title-wrap .right-line{
    margin:12px 0 0 114px;
    height: 10px;
    background: url(../img/title_line.png) repeat;
    background-size: auto 100%;
}
.main-section .zdly-wrap .title-wrap .right-line{
    margin-left: 220px;
}
.main-section .zfxx-wrap .title-wrap .right-line,
.main-section .xxgkph-wrap .title-wrap .right-line{
    margin-left: 164px;
}
.main-section .left-wrap{
    width: 266px;
    margin-right: 35px;
}
.main-section .zdly-wrap{
    width: 592px;
    margin-right: 35px;
}
.main-section .zfxx-wrap{
    width: 270px;
}

.main-section .ldzc-wrap .xz-info{
    margin-top: 36px;
}
.main-section .ldzc-wrap .xz-info .ld-img{
    display: block;
    width: 130px;
    margin-right: 28px;
}
.main-section .ldzc-wrap .xz-info .info .top-info{
    color: #3C444E;
    font-size: 20px;
}
.main-section .ldzc-wrap .xz-info .info .zw{
    color: #3B70BF;
    font-size: 20px;
}
.main-section .ldzc-wrap .xz-info .info .info-btn-wrap{
    margin-top: 36px;
}
.main-section .ldzc-wrap .xz-info .info .info-btn-wrap .btn-item{
    display: block;
    width: 90px;
    text-align: center;
    line-height: 32px;
    background: #F0F5FD;
    margin-bottom: 6px;
}
.main-section .ldzc-wrap .xz-info .info .info-btn-wrap .btn-item img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 4px 0;
}
.main-section .ldzc-wrap .fxz-wrap{
    margin-top: 38px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}
.main-section .ldzc-wrap .fxz-wrap .tit{
    width: 65px;
}
.main-section .ldzc-wrap .fxz-wrap .fxz-list{
    overflow: hidden;
    width: 200px;
}
.main-section .ldzc-wrap .fxz-wrap .fxz-list .list-item{
    float: left;
    display: block;
    margin:0 0 10px 16px;
}
.main-section .ldzc-wrap .zf-info-btn{
    margin-top: 29px;
}
.main-section .ldzc-wrap .zf-info-btn .btn-item{
    display: block;
    width: 131px;
    line-height: 59px;
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom:10px;
}
.main-section .ldzc-wrap .zf-info-btn .btn-item:nth-child(1){
    background: url(../img/ld_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .ldzc-wrap .zf-info-btn .btn-item:nth-child(2){
    background: url(../img/ld_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .ldzc-wrap .zf-info-btn .btn-item:nth-child(3){
    background: url(../img/ld_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .ldzc-wrap .zf-info-btn .btn-item:nth-child(4){
    background: url(../img/ld_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .zccx-wrap{
    margin-top: 45px;
}
.main-section .zccx-wrap .form-wrap{
    margin-top: 35px;
}
.main-section .zccx-wrap .form-wrap .form{
    display: block;
}
.main-section .zccx-wrap .form-wrap .form .label-wrap{
    display: block;
    width: 100%;
    margin-bottom: 11px;
}
.main-section .zccx-wrap .form-wrap .form .left-item{
    width: 76px;
    margin-right: 15px;
    font-size: 18px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    line-height: 27px;
    overflow: hidden;
}
.main-section .zccx-wrap .form-wrap .form .right-item{
    width: 159px;
    overflow: hidden;
}
.main-section .zccx-wrap .form-wrap .form .right-item .input-wrap{
    display: inline-block;
    width: 100%;
    height: 27px;
    background: #F0F5FD;
    border: solid 1px #D5E8FF;
    padding: 0 10px;
    box-sizing: border-box;
}
.main-section .zccx-wrap .form-wrap .form .right-item .input-wrap.year{
    width: 80%;
    margin-right: 5%;
}
.main-section .zccx-wrap .form-wrap .form select{
    display: block;
    float: left;
    height: 27px;
    box-sizing: border-box;
    border: 1px solid #D5E8FF;
    outline: none;
    appearance: none;
    padding: 0 4px;
    box-sizing: border-box;
}
.main-section .zccx-wrap .form-wrap .form span{
    display: block;
    width: 26px;
    height: 27px;
    background: #3169BC;
    float: left;
}
.main-section .zccx-wrap .form-wrap .form span img{
    display: block;
    width: 100%;
}
.main-section .zccx-wrap .form-wrap .form .left-item select{
    width: 50px;
}
.main-section .zccx-wrap .form-wrap .form .right-item select{
    width: 133px;
}
.main-section .zccx-wrap .form-wrap .form .cx-btn{
    display: block;
    width: 106px;
    height: 35px;
    background: #3B70BF;
    border-radius: 5px;
    color: #fff;
    margin:29px auto 0;
}
.main-section .xxgkph-wrap{
    margin-top: 50px;
}
.main-section .xxgkph-wrap .xxgkph-nav{
    margin-top: 39px;
    overflow: hidden;
}
.main-section .xxgkph-wrap .xxgkph-nav .nav-item{
    width: 50%;
    background: #F5F5F5;
    line-height: 28px;
    color: #245399;
    text-align: center;
    cursor: pointer;
}
.main-section .xxgkph-wrap .xxgkph-nav .nav-item.cur{
    color: #fff;
    background: #245399;
}
.main-section .xxgkph-wrap .xxgkph-list{
    display: none;
    font-size: 16px;
    color: #000;
}
.main-section .xxgkph-wrap .xxgkph-list.cur{
    display: block;
}
.main-section .xxgkph-wrap .xxgkph-list .list-item{
    margin-top: 10px;
    overflow: hidden;
    line-height: 34px;
}
.main-section .xxgkph-wrap .xxgkph-list .list-item:nth-child(even){
    background: #F5F9FD;
}
.main-section .xxgkph-wrap .xxgkph-list span{
    display: block;
}
.main-section .xxgkph-wrap .xxgkph-list span:nth-child(1){
    width: 10%;
    text-align: right;
}
.main-section .xxgkph-wrap .xxgkph-list span:nth-child(2){
    width: 65%;
    margin: 0 2.5%;
    text-align: center;
}
.main-section .xxgkph-wrap .xxgkph-list span:nth-child(3){
    width: 20%;
}
.main-section .zdly-btn-wrap{
    margin-top: 36px;
}
.main-section .zdly-btn-wrap .btn-item{
    display: block;
    width: 177px;
    height: 59px;
    background: #F5F9FD;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    border:solid 1px #D5E8FF;
    box-sizing: border-box;
    margin: 0 30px 30px 0;
}
.main-section .zdly-btn-wrap .btn-item:nth-child(3n + 3){
    margin-right: 0;
}
.main-section .zdly-btn-wrap .btn-item img{
    display: block;
    width: 25px;
    float: left;
    margin: 17px 12px 0;
}
.main-section .zdly-btn-wrap .btn-item span{
    display: block;
    margin-top: 17px;
}
.main-section .zdly-btn-wrap .btn-item:nth-child(8) span{
    margin-top: 6px;
}

.main-section .zdlymore .btn-item{
    font-size: 15px;
margin: 0 10px 17px 0;
height: 49px;
width: 110px;
text-align:center;

}
.main-section .zdlymore .btn-item:nth-child(3n + 3){
    margin-right: 10px;
}
.main-section .zdlymore .btn-item img{
display:none;
}

.main-section .zdlymore .btn-item span{
margin-top: 12px;
}
.main-section .zdlymore .btn-item:nth-child(8) span{
    margin-top: 12px;
}




.main-section .file-wrap{
    width: 100%;
    margin-top: 36px;
height: 384px;
}
.main-section .file-wrap .file-nav{
    border-bottom: solid 1px #C8C8C8;
}
.main-section .file-wrap .file-nav .nav-item{
    display: block;
    width: 25%;
    font-size: 20px;
    color: #666;
    text-align: center;
    border-bottom: solid 4px transparent;
}
.main-section .file-wrap .file-nav .nav-item.cur{
    color: #3F69B8;
    font-weight: bold;
    border-bottom: solid 4px #3F69B8;
}
.main-section .file-wrap .file-nav .nav-item .name{
    display: block;
    width: 100%;
}
.main-section .file-wrap .file-nav .nav-item .arrow-up{
    display: none;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: solid 8px transparent;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px #3F69B8;
}
.main-section .file-wrap .file-nav .nav-item.cur .arrow-up{
    display: block;
}
.main-section .file-wrap .info-box{
    width: 100%;
    margin-top: 36px;
}
.main-section .file-wrap .info-box .list-wrap{
    display: none;
}
.main-section .file-wrap .info-box .list-wrap.cur{
    display: block;
}
.main-section .file-wrap .info-box .list-wrap .list-item{
    width: 100%;
    padding-bottom: 22px;
}
.main-section .file-wrap .info-box .list-wrap .list-item a{
    display: block;
    color:#666;
    font-size: 16px;
}
.main-section .file-wrap .info-box .list-wrap .list-item a .tit{
    width: 70%;
}
.main-section .file-wrap .info-box .list-wrap .list-item a .tit span{
    font-size: 14px;
    color: #C8C8C8;
    padding-right: 8px;
}
.main-section .file-wrap .info-box .list-wrap .list-item a .time{
    width: 30%;
    text-align: right;
    color: #666;
    font-size: 16px;
}
.main-section .danwei-wrap{
    margin-top: 50px;
}
.main-section .danwei-wrap .danwei-nav{
    border-bottom: solid 1px #C8C8C8;
    background: #F5F5F5;
}
.main-section .danwei-wrap .danwei-nav .nav-item{
    display: block;
    width: auto;
    font-size: 20px;
    color: #666;
    text-align: center;
    border-bottom: solid 4px transparent;
    padding: 0 19px;
    box-sizing: border-box;
}
.main-section .danwei-wrap .danwei-nav .nav-item.cur{
    color: #3F69B8;
    font-weight: bold;
    border-bottom: solid 4px #3F69B8;
}
.main-section .danwei-wrap .danwei-nav .nav-item .name{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.main-section .danwei-wrap .danwei-nav .nav-item .arrow-up{
    display: none;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: solid 8px transparent;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px #3F69B8;
}
.main-section .danwei-wrap .danwei-nav .nav-item.cur .arrow-up{
    display: block;
}
.main-section .danwei-wrap .dw-list-box{
    width: 100%;
}
.main-section .danwei-wrap .dw-list-box .dw-list{
    display: none;
    overflow: hidden;
    width: 100%;
}
.main-section .danwei-wrap .dw-list-box .dw-list.cur{
    display: block;
}
.main-section .danwei-wrap .dw-list-box .dw-list .item-wrap{
    display: block;
    float: left;
    width: 31.33%;
    height: auto;
    margin-right: 2%;
    font-size: 16px;
    color: #000;
    padding-top: 14px;
}
.main-section .danwei-wrap .dw-list-box .dw-list .item-wrap span{
    font-size: 18px;
    color: #666;
    padding-right: 12px;
}
.main-section .danwei-wrap .dw-list-box .dw-list .item-wrap:nth-child(3n+3){
    margin-right: 0;
}
.main-section .gk-btn-first{
    border: solid 1px #D5E8FF;
    box-sizing: border-box;
    padding: 0 11px;
    margin-top: 36px;
}
.main-section .gk-btn-first .btn-item{
    display: block;
    border-bottom: solid 1px #D5E8FF;
    color: #000;
    font-size: 16px;
    line-height: 75px;
}
.main-section .gk-btn-first .btn-item:last-child{
    border-bottom: none;
}
.main-section .gk-btn-first .btn-item img{
    display: inline-block;
    width: 25px;
    margin: 0 20px;
}

.main-section .gk-btn-second{
    margin-top: 23px;
}
.main-section .gk-btn-second .btn-item{
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 65px;
    margin-top: 16px;
}
.main-section .gk-btn-second .btn-item:nth-child(1){
    background: url(../img/gk_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .gk-btn-second .btn-item:nth-child(2){
    background: url(../img/gk_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .gk-btn-second .btn-item:nth-child(3){
    background: url(../img/gk_bg3.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .gk-btn-second .btn-item:nth-child(4){
    background: url(../img/gk_bg4.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .gk-btn-second .btn-item:nth-child(5){
    background: url(../img/gk_bg5.png) no-repeat;
    background-size: 100% 100%;
}
.main-section .gk-btn-second .btn-item:last-child{
    border-bottom: none;
}
.main-section .gk-btn-second .btn-item img{
    display: inline-block;
    width: 26px;
    margin: 0 30px 0 25px;
}

.main-section .gk-pt-list{
    margin-top: 19px;
}
.main-section .gk-pt-list .pt-item{
    display: block;
    margin-top: 16px;
}
.main-section .gk-pt-list .pt-item img{
    display: block;
    width: 100%;
}

.main-section.ztzl-news{
    margin-top: 20px;
}
.main-section.ztzl-news .news-list{
    padding: 30px 0 63px;
}
.main-section.ztzl-news .news-list .list-item{
    width: 370px;
    height: 150px;
    margin:0 30px 29px 0;
}
.main-section.ztzl-news .news-list .list-item:last-child{
    margin-right: 0;
}
.main-section.ztzl-news .news-list .list-item a{
    display: block;
}
.main-section.ztzl-news .news-list .list-item a img{
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:801px){

.main-section .zdly-btn-wrap .btn-item:nth-child(5n + 5){
margin-right: 0;
}
}