﻿body{
    
}
.banner{
    width: 100%;
    background-image: url('./banner.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    height: 314px;
    position: absolute;
}
.ztfw-main{
    background-image: url(./body-bj2.png);
    background-size: 100%;
    background-repeat:  repeat-x;
    background-position: center bottom;
    padding-bottom: 55px;
    /* position: relative;
    width: 1200px;
    margin: 0 auto; */
}

.ztfw-info{
    height: 175px;
    color: #fff;
    padding-top: 57px;
    box-sizing: border-box;
}
.ztfw-info a{
    color: #fff;
}
.ztfw-info h2{
    font-size: 46px;
    font-weight: bold;
}
.ztfw-info .ztfw-breadcrumb{
    margin-top: 30px;
}
.ztfw-container{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.slide{
    position: relative;
    width: 450px;
    height: 309px;
    overflow: hidden;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
}
.slide .bd {
    font-size: 0;
    border-bottom: solid 1px #dbdbdb;
}
.slide .bd img{
    width: 448px;
    height: 246px;
    object-fit: cover;
    font-size: 0;
}
.slide .bd p{
    font-size: 18px;
    line-height: 59px;
    height: 61px;
    overflow: hidden;
    /* box-sizing: border-box; */
   
    padding: 0 90px 0 16px;
}
.slide .bd p a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.slide .bd{
    height: 246px;
}
.slide .hd{
    position: absolute;
    width: auto;
    right: 12px;
    bottom: 22px;
}
.slide .hd li{
    float: left;
    width:16px;
    height: 16px;
    margin: 0 4px;
    background-color: #dcdcdc;
    border-radius: 100%;
}
.slide .hd li.on{
    background-color: #72cded;
}

.section-1-list{
    width: 600px;
}
.section-1-list .title{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #185aae;
    line-height: 42px;
    height: 42px;
    border: solid 1px #eeeeee;
    padding: 0  40px;
}
.section-1-list .title a{
    color: #185aae;
}

.section-1-list .title::before{
    content: "";
    display: block;
    width: 21px;
    height: 42px;
    position: absolute;
    background-image: url(./title.png);
    top: 0;
    left: 0;
}

.section-1-list .title::after{
    content: "";
    display: block;
    width: 21px;
    height: 42px;
    position: absolute;
    transform: rotate(180deg);
    background-image: url(./title.png);
    right: 0;
    top: 0;
}
.section-1-list .dt-list{
    margin-top: 36px;
}
.section-1-list .dt-list a{
    line-height: 21px;
    max-width: 485px;
    overflow: hidden;
    display: inline-block;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
        max-width: 512px;
}
.section-1-list .dt-list li{
    padding-left: 16px;
    background-image: url(./list-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    height: 21px;
}
.section-1-list .dt-list li .date{
    color: #9b9b9b;
}
.section-1-list .dt-list li+li{
    margin-top: 30px;
}
.matter-box{
    width: 346px;
    border-radius: 4px;
    overflow: hidden;
}
.matter-box .title{
    width: 100%;
    height: 68px;
    background-image: url(./title-bj.png);
    background-position: left;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 68px;
    padding-left: 26px;
    box-sizing: border-box;
}
.matter-list{
    width: 100%;
    height: 241px;
    box-sizing: border-box;
    padding: 13px; 
    background-color: #4672d3;
}
.matter-list a{
    display: inline-block;
    line-height: 50px;
    padding-right: 16px;
}
.matter-box dl{
    background-color: #fff;
    border-radius: 4px;
    padding:  6px 0;
}
.matter-box dd{
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    background-position: 20px center;
    background-image: url(./dos.png);
    background-repeat: no-repeat;
}
.matter-box dd+dd{
    border-top: solid 1px #acc1eb;
}

.iconTitle .iconfont{
    font-size: 22px;
    margin-right: 6px;
}
.section-2{
    margin-top: 50px;
}
.section-3{
    margin-top: 50px;
}
.iconTitle{
    font-size: 22px;
    font-weight: bold;
    color: #185aae;
}
.iconTitle a{
    color: #185aae;
}
.link-box{
    overflow: hidden;
    width: 100%;
    padding-bottom: 26px;
    border-bottom: solid 1px #dfe1e2;
}
.link-box .iconfont{
    font-size: 24px;
}
.link-box-title{
    color: #185aae;
}

.link-box ul{
    width: 1300px;
    margin-top: 24px;
}
.link-box ul li{
    width:344px;
    height: 48px;
    line-height: 48px; 
    background-color: #f1f2f3;
    padding:0 22px;
    float: left;
    box-sizing: border-box;
    margin-right: 33.5px;
    margin-bottom: 15px;
}
.link-box ul li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}

.xgzc-list-box{
    padding: 30px 30px 50px 30px;
    background-color: #f6f8fc;
    background-image: url(./list-bj.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.xgzc-list-box li{
    background-image: url(./list-icon.png);
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 21px;
    overflow: hidden;
}
.xgzc-list-box li a{
    display: inline-block;
    max-width: 900px;
    overflow: hidden;
}
.xgzc-list-box ul{
    margin-top: 26px;
}
.xgzc-list-box li+li{
    margin-top: 26px;
}
.xgzc-list-box li .date{
    color: #9b9b9b;
}

.section-4{
    margin-top: 50px;
}
.applist{
    margin-top: 24px;
    height: 264px;
}
.qrcode-box{
    width: 217px;
    height: 100%;
    background-color: #f5f5f5;
    text-align: center;
}
.qrcode-box-1 img{
    margin-top: 46px;
}
.qrcode-box-2 img{
    margin-top: 46px;
}
.qrcode-box-3 img{
    margin-top: 46px;
}
.qrcode-box-4 {
    font-size: 0;
}
.qrcode-box-4  img{
    width: 325px;
    height: 263px;
}
.imgbox{
    width: 216px;
    height: 216px;
}
.qrcode-box p{
    font-size: 20px;
}

.applist li{
    float: left;
}
.applist li+li{
    margin-left: 41px;
}
.ywzxLink{
    display: none;
}
.tab-slide {
    margin-top: 24px;
}
.tab-slide dl{
    position: relative;
}
.tab-slide dd{
    cursor: default;
    float: left;
    border: dashed 1px #185aae;
    color: #185aae;
    line-height: 34px;
    font-size: 20px;
    padding: 0 20px;
}
.tab-slide dd a{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color: #969696;
}
.tab-slide dd.on a{
    display: block;
}
.tab-slide dd+dd{
    margin-left: 20px;
}
.tab-slide dd.on{
    background-color: #185aae;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 1199px){
    .section-1-list {
        width: 410px;
    }
    .matter-box{
        width: 296px;
    }
    .link-box{
        width: 100%;
    }
    .link-box ul{
        width: 940px;
    }
     .link-box ul li{
         width: 278px;
     }
        
    .qrcode-box {
        width: 177px;
    }
    .imgbox{
        width: 177px;
        height: 200px;
    }
    .applist li+li{
        margin-left: 21px;
    }
    .applist{
        height: 249px;
    }
    .qrcode-box-1 img,
    .qrcode-box-2 img,
    .qrcode-box-3 img{
        margin-top: 35px;
    }
    .qrcode-box-4 img{
        width: 308px;
        height: 249px;
        /* width: 300px; */
    }
    .section-1-list .dt-list a{
        max-width: 295px;
    }
    .xgzc-list-box li a{
        max-width: 700px;
    }
}

@media screen and (max-width: 1001px){
    .ztfw-container{
        padding: 20px;
    }
    .slide{
        width: 350px;
    }
    .section-1-list{
        width: 350px;
    }
    .matter-box{
        width: 240px;
    }
    .link-box ul{
        width: 760px;
    }
    .link-box ul li{
        width: 219.5px;
    }

    .qrcode-box-4 img{
        width: 245px;
        height: 198px;
    }
    .qrcode-box{
        width: 140px;
    }
    .imgbox{
        width: 140px;
        height: 166px;
    }
    .qrcode-box p{
        font-size: 16px;
    }
    .qrcode-box-1 img, .qrcode-box-2 img, .qrcode-box-3 img{
        margin-top: 15px;
    }
    .applist{
        height: 198px;
    }

    .section-1-list .dt-list a{
        max-width: 230px;
    }
    .xgzc-list-box li a{
        max-width: 540px;
    }
}

@media screen and (max-width: 767px){
    .slide .bd img{
        width: 100%;
    }    .tab-slide dd a {
    position: absolute;
    right: 0;
    top: -48px;
    }.tab-slide dd {
    margin-right:15px;
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 10px;
}.tab-slide dd+dd {
    margin-left: 0;
}
    .slide{
        width: 100%;
    }
    .section-1-list{
        margin-top: 30px;
        width: 100%;
    }
    .section-1-list .dt-list{
        margin-top: 20px;
    }
    .section-1-list .dt-list li+li{
        margin-top: 16px;
    }
    .matter-box{
        width: 235px;
    }
    .link-box ul{
        width: 100%
    }
    .link-box ul li{
        width: 49%;
        margin-right: 0;
        
    }
    .link-box ul li:nth-child(2n){
        margin-left: 2%;
    }
    .link-box ul li{
        padding: 0 4%;
    }
    .section-2 ul li.link-box{
        margin-left: 0;
        width: 100%;
        margin-top: 5%;
    }
    .section-2 ul li.link-box dd{
        margin-top: 0;
        width: 31.3333333%;
        float: left;
    }
    .section-2 ul li.link-box dd+dd{
        margin-left: 3%;
    }
    .imgbox{
        width: 152px;
    }
    .qrcode-box{
        width: 152px;
    }
    .ywzxLink{
        font-size: 18px;
        border: solid 1px #dbdbdb;
        width: 100%;
        height: 40px;
        line-height: 38px;
        display: block;
        box-sizing: border-box;
        margin-top: 24px;
        text-align: center;
    }
    a.ywzxLink:hover{
        background-color: #185aae;
        border-color: #185aae;
        color: #fff;
    }
    .applist{
        height: auto;
    }
    .applist .qrcode-box-4{
        width: 100%;
        margin-left: 0;
    }
    .qrcode-box{
        padding-bottom: 14px;
    }
    .qrcode-box-4 img{
        display: none;
        
    }

    .section-1-list .dt-list a {
        max-width: 370px;
    }
    .xgzc-list-box li a {
        max-width: 310px;
    }
    
    .ztfw-info{
        padding-top: 0;
        padding-left: 2.5%;
        line-height: 60px;
        height: 60px;
    }
    .ztfw-info h2{
        font-size: 28px;
    }
}

@media screen and (max-width: 540px){
    
    .ztfw-container{
        padding: 20px 2.5%;
    }
    .section-1-list .dt-list li{
        display: flex;
    }
    .section-1-list .dt-list a{
        padding-right: 16px;
        flex: 1;
        max-width: 540px;
    }

    .qrcode-box p{
        height: 42px;
        vertical-align: middle
    }
    .matter-box .title{
        background-size: 100% ;
    }
    .section-2{
        margin-top: 10%;
    }
    .xgzc-list-box{
        padding: 5% 2.5%;
    }
    .xgzc-list-box li{
        display: flex;
        padding-left: 20px;
    }
    .xgzc-list-box li a{
        flex: 1;
        max-width: 540px;
    }
    .qrcode-box{
        width: 31.33333333333%;
    }
    .qrcode-box+.qrcode-box{
        margin-left: 3%;
    }
    .qrcode-box .imgbox{
        width: 100%;
        box-sizing: border-box;
        padding: 0 8%;
    }
    .qrcode-box-1 img, .qrcode-box-2 img, .qrcode-box-3 img{
        margin-top: 8%;
    }
    .qrcode-box .imgbox{
        height: auto;
    
    }

}.section-5 ul li{
height:42px;
line-height:42px;
border-bottom:1px #cccccc dashed;
    width: 100%;
    background: none;
    padding: 0;
    float: left;

    margin-right: 0;
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
}.section-5{
    margin-top:50px
}.section-5 .link-box{
    padding-bottom:41px
}.zwfwicon{
        display: block;
    float: left;
    margin: 3px 12px 0 0;
}.section-5 ul li:after{
    content:"";
    width:5px;
    height:5px;
    top:0;
    bottom:0;
    left:10px;
    background:url(/images2020/zwfwiconyd.png);
    margin:auto;

        position: absolute;
}@media screen and (max-width: 767px){
.section-5 .link-box ul li:nth-child(2n) {
    margin-left: 0;
}
}   
.stztlist{    overflow: hidden;margin-bottom:20px;margin-top:40px}
  .stztlist li{display:block;float:left;    margin-left: 3.33%;    width: 22.5%;margin-bottom:40px}
  .stztlist li:first-child,.stztlist li:first-child+li+li+li+li,.stztlist li:first-child+li+li+li+li+li+li+li+li{margin-left:0}
    .stztlist li a{display:block}
      .stztlist li a img{display:block;width:100%}
      @media screen and (max-width: 768px){
        .stztmain {
    width: 97%;
}
  .stztlist li{    margin-left: 4%;  width: 48%;}
  .stztlist li:nth-child(odd){margin-left:0}

      }