*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
    margin: 0;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}

.center{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}


.con{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}


/*专题内导航栏*/
.ztnav{
    width: 100%;
    background: #0b6ed3;
    height: 80px;
}
.ztnav li{
    width: 20%;
    float: left;
    text-align: center;
    height: auto;
    line-height: 80px;
}
.ztnav li a{
    color: #fff;
    font-size: 26px;
}




/*轮播图*/
.swiper {
    width: 100%;
    height: 100%;
    float: left;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper{width: 590px;height: 350px}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.mySwiper:hover .swiper-button-next{
    opacity: 1;
}
.mySwiper:hover .swiper-button-prev{
    opacity: 1;
}
.swiper-pagination{bottom: 5px !important;}
.mySwiper .swiper-slide p{
    background-color: rgba(10,10,10,0.5);
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}

/*最新动态*/

.headline{
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
    line-height: 80px;
    height: 155px;
    background: url(toutiao.png) no-repeat;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.headline h1{
    line-height: 90px;
}
.headline a{
    font-size: 34px;
    color: #1F4D83;
    font-weight: bold;
}
.headline p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    margin: -5px 15px;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}
.headlines-article-list li {
    border-bottom: 1px dashed #bfbfbf;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
.headlines-article-list li a:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.headlines-article-list li p {
    font-size: 16px;
    color: #888;
    text-indent: 2em;
}
.headlines-article-list li p a {
    color: #2f88ff;
}
.imgnews{
    height: 100%;
    width: 600px;
    float: right;
}


/*政策集锦*/
.white {
    color: white;
    background: url(tt_02.png) repeat-x;
    height: 48px;
    width: 1200px;
    margin: 100px auto 20px;
    position: relative;
    z-index: 100;
}
.white em {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    background: #053587;
    float: left;
    font-style: normal;
    margin-top: -13px;
    color: white;
}
.white i {
    background: url(tt_01.png) no-repeat;
    width: 13px;
    height: 48px;
    display: block;
    float: left;
    margin-top: -13px;
}


.slideTxtBox{
    width: 100%;
}
.slideTxtBox .hd{
    float: left;
    width: 30%;
}
.slideTxtBox .hd li{
    width: 90%;
    margin: 15px auto 25px auto;
    height: 70px;
    line-height: 70px;
    text-indent: 1em;
    border-radius: 10px;
    background-color: #edf4ff;
}
.slideTxtBox .hd li a{
    color: #053587;
    font-size: 18px;
    font-weight: bold;
}
.slideTxtBox .bd{
    float: right;
    width: 95%;
    padding-right: 5%;
}
.slideTxtBox .bd li{
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
}
.slideTxtBox .bd li a{
    font-size: 18px;
}
.slideTxtBox .bd li span{
    float: right;
}
.slideTxtBox .bd li a{
    padding-left: 16px;
}
.slideTxtBox .bd li a:before{
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 23px;
    left: 0;
    background-color: #c2cdd7;
    width: 5px;
    height: 5px;
}
.slideTxtBox .bd ul{
    padding-right: 3%;
}




/*政策解读*/
.jdLeft{
    float: left;
    width: 48%;
}
.jdLeft li{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.jdLeft li span{float: right}
.jdRight{
    float: right;
    width: 50%;
}

.picjd{
    margin: 0 auto;
}
.mySwiper2{
    width: 90%;
    height: 400px;
    margin: 0 auto;
    float: none;
}
.vdjd{
    width: 90%;
    margin: 20px auto 0;
}



/*市政府网顶部、底部*/
.zt-top{
    background-color:#0b6ed3;
}
.footer{
    background-color: #f8f8f8;
}


/*移动端*/
@media screen and (max-width: 767px) {
    .zt-top{display: none}
    .center{width: 100%}
    .ztnav{height: auto}
    .ztnav li{width: 33.3%;line-height: 40px;}
    .ztnav li a{font-size: 20px;font-weight: bold;}
    .headline{width: 100%;height: auto;}
    .headline a{font-size: 26px}
    .headline h1{line-height: 40px}
    .headline p{margin: 5px 15px}
    .mySwiper{width: 100%}
    .headlines-article-list{width: 100%}
    .headlines-article-list li{padding: 0 5px}
    .slideTxtBox .hd{float: none;width: 100%}
    .slideTxtBox .hd li{margin: 5px auto 10px auto;}
    .slideTxtBox .bd{width: 100%}
    .slideTxtBox .bd li{width: 98%;margin: 0 auto;height: auto;border-bottom: 1px dashed #bfbfbf;}
    .slideTxtBox .bd ul{padding-right: 0}
    .slideTxtBox .bd li a:before{display: none}
    .slideTxtBox .bd li a{padding-left: 0}
    .white,.jdLeft,.jdRight{width:100%;}
    .jdLeft li{margin: 8px 5px;height: auto;line-height: 30px}
    .zxdt{margin-top: 0 !important;}
    .white{margin-top: 60px}
}