@charset "utf-8";
.head {
    position: relative;
}
.head .img {
    width: 100%;
}
.img_m {
    display: none;
}
.head .logo {
    position: absolute;
    top: 5%;
    left: 19%;
}
.con {
    padding-bottom: 20px;
}
/*头条*/
.tt h3 {
    width: 1050px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 28px;
    text-align: center;
    background: url(../images/border_bottom.png) bottom center no-repeat;
}
.tt .memo {
    width: 1140px;
    padding: 30px 30px 0;
    background: linear-gradient(to bottom, #f9fcff, #edf6ff);
}
.tt p {
    border-bottom: 2px solid #006ce5;
    padding-bottom: 30px;
    font-size:18px;
    line-height:30px;

}
/*政策举措*/
.zcjc {
    padding: 35px 0;
    margin-top: 30px;
}
.til-txt {
    font-size: 30px;
    color: #006ce5;
    font-weight: 700;
}
.zcjc .til-txt {
    position: relative;
}
.til-txt i {
    display: inline-block;
    width: 5px;
    height: 30px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
    background: #e0b662;
}
.zcjc-con {
    padding: 35px 0 25px 0;
}
/*省级政策*/
.second-til {
    position: relative;
    margin-bottom: 50px;
}
.second-til h3 {
    height: 65px;
    line-height: 65px;
    margin-top: 45px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: url(../images/til_bg.png) center no-repeat;
}
.second-til .more {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #6289b6;
    font-size: 16px;
}
.sj-list li {
    float: left;
    width: 31.94%;
    margin-left: 25px;
}
.sj-list li:first-child {
    margin-left: 0;
}
.sj-list li img {
    width: 100%;
    height: 230px;
}
.sj-list li span {
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border: 1px solid #3561ff;
    border-top: none;
    font-size: 18px;
}
/*地市政策*/
.ds-list li {
    float: left;
    width: 31.94%;
    height: 85px;
    padding: 20px;
    margin-right: 25px;
    margin-bottom: 20px;
    border: 1px solid  #3561ff;
    border-bottom: 5px solid  #3561ff;
    background-color: #fff;
}
.ds-list li:nth-child(3n) {
    margin-right: 0;
}
.ds-list li a {
    font-size: 18px;
}
/*地市动态*/
.dsdt {
    margin-bottom: 50px;
}
.dsdt-con li {
    float: left;
    width: 48.75%;
    padding: 15px;
    margin-right: 30px;
    margin-top: 30px;
    background: #edf6ff;
    border-bottom: 2px solid #006ce5;
}
.dsdt-con li:nth-child(2n) {
    margin-right: 0;
}
.dsdt-con li h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dsdt-con li span {
    line-height: 25px;
}
/*新突破*/
.xtp,.fwzd {
    padding-top: 35px;
    margin-bottom: 50px;
}
.xtp .til-txt,
.fwzd .til-txt,
.dsdt .til-txt {
    position: relative;
}
.til-txt .more {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #6289b6;
    font-size: 16px;
    font-weight: normal;
}
.xtp-con {
    margin-top: 30px;
}
.tp-list {
    float: left;
    width: 55%;
}
.tp-list li {
    height: 55px;
    line-height: 55px;
}
.tp-list li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #7e96e1;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}
.tp-list li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.tp-img {
    float: left;
    position: relative;
    width: 45%;
}
.tp-img img {
    width: 100%;
    height: 265px;
}
.tp-img span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,.5);
}
/*服务直达*/
.fwzd {
    background: #edf6ff;
}
.fwzd-con {
    position: relative;
    margin-top: 40px;
    padding-bottom: 35px;
}
.fwzd-con .swiper-container {
    width: 1150px;
    height: 210px;
}
.fwzd-con img {
    width: 100%;
    height: 100%;
}
.fwzd-con .swiper-button-next,
.fwzd-con .swiper-button-prev {
    width: 20px;
    height: 40px;
    background-size: 100%;
}
.fwzd-con .swiper-button-prev {
    left: 25px;
    background-image: url(../images/icon_prev.png);
}
.fwzd-con .swiper-button-next {
    right: 25px;
    background-image: url(../images/icon_next.png);
}
@media screen and (max-width: 991px) {
    .head .logo {width: 25%;left: 10%;}
    .head .img {display: none;}
    .head .img_m {display: block;width: 100%;}
    .tt h3 {width: 100%;}
    .tt .memo {width: 100%;}
    .second-til .more {bottom: -35px;}
    .sj-list li {float: none;width: 100%;margin: 0;margin-bottom: 20px;}
    .ds-list li {float: none;width: 100%;margin: 0 0 20px 0;}
    .dsdt-con li {float:none;width: 100%;margin-right: 0;}
    .tp-list,.tp-img {float: none;width: 100%;}
    .tp-img img {width: 100%;height: auto;}
    .fwzd-con .swiper-container {width: 100%;height: auto;}
    .fwzd-con .swiper-button-prev {left: 0;}
    .fwzd-con .swiper-button-next {right: 0;}
}