@charset "utf-8";

/* 通用 */
body{
background-color: #fff;
background-image: url(../images/yjhx_bodybg.png);
background-repeat:  no-repeat;
background-position: center bottom;
}
.wid1400{
    width: 1400px;
    margin: 0 auto;
}
.yjhx_tit{
    margin-top: 41px;
}

/* 头部 */
.yjhx_head{
    min-height: 596px;
    background: url(../images/yjhx_bg.jpg)  no-repeat;
    background-size: 100% 100%;
    padding-top: 10px;
}
.yjhx_head a img{width:300px;}


.yjhx_tip{
    height: 236px;
    background: url(../images/yjhx_tipbg.png) no-repeat;
    background-size:100%;
    padding: 34px 27px 0 58px;
    /* margin-top: -104px; */
    position: relative;
}
.yjhx_tip p{
    font-size: 20px;
font-weight: 700;
letter-spacing: 0px;
line-height: 40px;
color: rgba(14, 84, 196, 1);
text-indent: 2em;
}
.yjhx_tip::after{
    content: "";
    width: 29px;
    height: 58px;
    position: absolute;
    background: url(../images/yjhx_tipicon.png) no-repeat;
    top: -48px;
    left: 159px;
}
.yjhx_tip::before{
        content: "";
    width: 29px;
    height: 58px;
    position: absolute;
    background: url(../images/yjhx_tipicon.png) no-repeat;
    top: -48px;
    right: 159px;
}

/* 工作推进 */
.gztj_l{
    float: left;
    width: 48.5%;
    height: 406px;
}
.gztj_l video{
    max-width: 100%;
    height: auto;
}
.gztj_r{
    float: right;
    width: 50%;
}

.gztj_r li{
    width: 100%;
    height: 94px;
    background: url(../images/yjhx_listbg01.png) no-repeat;
    padding-top: 16px;
    border-bottom: 1px solid rgba(188, 198, 245, .4);
}
.gztj_r li:nth-child(2n){
    background: none;
}
.gztj_r li>div{
    float: left;
}
.gztj_time{
    width: 15%;
    text-align: center;
    font-size: 16px;
    color: rgba(56, 56, 56, 1);

}
.gztj_time p{
    font-size: 38px;
    font-weight: 700;
    color: rgba(42, 130, 228, 1);
   line-height: 40px;
}
.gztj_tit{
    float: right;
    width: 75%;
    height: 100%;
}   
.gztj_tit a{
    font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 33px;
color: rgba(51, 51, 51, 1);
}

/* 政策文件 */
.yjhx_zcwj{
    width: 100%;
   background: rgba(234, 245, 254, 1);
    overflow: hidden;
    padding-bottom: 20px;
}
.zcwj_link{
    text-align: center;
    margin-bottom: 69px;
}
.zcwj_link a{
    display:inline-block;
    width:199px;
    height:56px;
    line-height:56px;
    font-size:26px;
    color:#fff;
    background:url(../images/wjtabbg.png)  no-repeat;
    background-size:100% 100%;
}
.zcwj_link a.on{
    background-image:url(../images/wjtabbg_on.png);
}
.zcwj_box ul{
    display:none;
}
.zcwj_box ul.on{
    display:block;
}
.zcwj_box li{
    width: 48.57%;
    height: 110px;
    float: left;
    margin-bottom: 40px;
    margin-right: 2.85%;
    padding: 26px 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(201, 245, 218, 1);
    box-shadow: 5px 1px 13px  rgba(201, 245, 218, 1);
    border-radius: 186px;
}
.zcwj_box li:nth-child(2n){
    margin-right: 0;
}
.zcwj_box li a{
    display: block;
    width: 100%;
    height: 100%;
    padding:0 38px;
    line-height: 28.96px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    /* padding-top: 26px; */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zcwj_box li:hover{
    background: linear-gradient(90deg, rgba(0, 91, 237, 1) 0%, rgba(0, 154, 219, 1) 100%);
}
.zcwj_box li:hover a{
    color: #fff;
}
/* 政策解 */

.zcjd_l{
    float: left;
    width: 66.57%;
}
.zcjd_l li{
    width: 100%;
    height: 71px;
    background: url(../images/yjhx_listbg02.png) no-repeat;
    transition: all 0.4s linear;
    margin-bottom: 13px;
}
.zcjd_l li a{
    display: inline-block;
    line-height: 71px;
    width: 100%;
    padding-left: 27px;
    background: url(../images/yjhx_dian.png) no-repeat 9px center;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcjd_l li:hover{
    box-shadow: 5px 5px 10px #999;
}
.zcjd_r{
    float: right;
    width: 31.42%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.zcjd_r .swiper{
    width: 100%;
    height:100%;
}
.zcjd_r img{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    text-align: right;
    padding-right: 30px;
}
.swiper-pagination-bullet{
    background: rgba(255, 255, 255,1);
    opacity:0.42;
}
.swiper-pagination-bullet-active{
    width: 18.67px;
height: 7px;
opacity: 1;
border-radius: 3.5px;
background: rgba(255, 255, 255, 1);

}
/* 四大行动 */
.yjhx_sdxd{
    margin-top: 60px;
    width: 100%;
    background: rgba(234, 245, 254, 1);
    overflow: hidden;
    padding-bottom: 56px;
}
.sdxd_box li{
    width: 320px;
    height: 434px;
    margin-left: 40px;
    float: left;
}
.sdxd_box li:first-child{
    margin-left: 0;
}

/* 回应关切 */
.hygq_box li{
    width: 48.57%;
height: 251px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(214, 232, 255, 1);
box-shadow: 5px 1px 13px  rgba(204, 227, 255, 0.6);
padding:33px 30px 0 90px;
background-image: url(../images/yjhx_hyicon.png);
background-repeat:  no-repeat;
background-position: 30px 25px;
float: left;
margin-right: 2.85%;
margin-bottom: 40px;
}
.hygq_box li:nth-child(2n){
    margin-right: 0px;
}

.hygq_box li div{
    width: 100%;
    height: 87px;
    
}
.hygq_box li div a{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(28, 100, 184, 1);
    width: 100%;
    text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -moz-box;
      -moz-line-clamp: 2;
      -moz-box-orient: vertical;
      overflow-wrap: break-word;
      word-break: break-all;
      white-space: normal;
      overflow: hidden;
}


.hygq_box li p{
    font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(56, 56, 56, 1);
}
.hygq_box li p a{
    color: rgba(212, 48, 48, 1);
}
.hygq_box li:hover{
    background-color: rgba(42, 130, 228, 1);
    background-image: url(../images/yjhx_hyicon.png);
}
.hygq_box li:hover div a{
    color: rgba(255, 255, 255, 1);
}
.hygq_box li:hover p{
    color: rgba(157, 194, 248, 1);  
}
.hygq_box li:hover p a{
    color: rgba(255, 255, 255, 1);
}
.yjhx_xfqd{
    margin-top: 20px;
}
.yqlj{
    display: none !important;
}

.newfooter .wzinfo{
    background: none;
}
body .newfooter{
    margin-top: 40px;
}
@media (max-width: 1500px) {
    .wid1400{
        width: 1200px;
    }
    .yjhx_head{
        min-height: 731px;
    }
    .yjhx_tip{
        padding-top: 20px;
    }
    .hygq_box li{
        height: 292px;
    }
    .sdxd_box li{
        width: 270px;
        height: 366px;
    }
    body{
        background-position: center bottom -60px;
    }
}
@media (max-width: 1280px) {
    .wid1400{
        width: 940px;
    }
    .yjhx_tip{
        background-size: 100% 100%;
    }
    .yjhx_tip p{
        font-size: 18px;
    }
    .gztj_tit a{
        text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -moz-box;
      -moz-line-clamp: 2;
      -moz-box-orient: vertical;
      overflow-wrap: break-word;
      word-break: break-all;
      white-space: normal;
      overflow: hidden;
    }
    .gztj_time p{
        font-size: 30px;
    }
    .gztj_time{
        width: 20%;
    }
    .sdxd_box li{
        width: 214px;
        margin-left: 2.85%;
        height: 290px;
    }
    .hygq_box li{
        padding-left: 70px;
        background-position:15px 12px;
        padding-top: 20px;
    }
    .hygq_box li div{
        height: 70px;
    }
    .yjhx_xfqd{
        margin-top: 0;
    }
    
}

@media (max-width: 450px){
    .wid1400{
        width: 100%;
        padding: 0 10px;
    }
    .yjhx_tit{
        margin-top: 20px;
        overflow: hidden;
    }
    .yjhx_tit a img{
        max-width: 300%;
        margin-left: -97%;
    }
    .yjhx_head{
        min-height: 224px;
        padding-top: 2px;
        background: url(../images/yjhx_bg.png) no-repeat;
        background-size: 155%;
        background-position: top center;
    }
    .yjhx_head a img{
        width: 120px;
    }
    .yjhx_tip::before{
        right: 30px;
    }
    .yjhx_tip::after{
        left: 30px;
    }
    .yjhx_tip{
        background: none;
        border: 10px solid rgba(107, 156, 255, 1);
        height: auto;
        padding-top: 20px;
    }
    .yjhx_tip p {
        font-size: 16px;
        line-height: 34px;
    }
    .gztj_l,.gztj_r{
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 24px;
    }
    .gztj_l video{
        width: 100%;
    }
    .gztj_tit{
        margin-left: 4%;
    }
    .zcwj_link{
        text-align: left;
        margin-bottom: 30px;
    }
    .zcwj_link a{
        display: inline-block;
        width: 32%;
        font-size: 18px;
        text-align: center;
    }
    .zcwj_box li{
        width: 100%;
        float: none;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        
    }
    .zcwj_box li a{
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .zcjd_l,.zcjd_r{
        width: 100%;
        float: none;
    }
    .zcjd_l li a{
        font-size: 16px;
    }
    .yjhx_zcjd{
        padding-bottom: 20px;
    }
    .sdxd_box li{
        width: 49%;
        height: auto;
        min-height: 221px;
        margin-left: 0;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .sdxd_box li:nth-child(2n){
        margin-right: 0;
    }
    .yjhx_sdxd{
        padding-bottom: 20px;
    }
    .hygq_box li{
        float: none;
        width: 100%;
        padding: 15px 10px;
        height: 222px;
        background-position: 5px 12px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .hygq_box li div a{
        font-size: 16px;
        padding-left: 45px;
        line-height: 30px;
    }
    .hygq_box li p{
        font-size: 14px;
        line-height: 30px;
    }
    body{
        background: none;
    }
    .newfooter .wzinfo{
        background: #396BBD;
    }
    body .newfooter{
        margin-top: 20px;
    }
    .gztj_tit a{
        font-size: 16px;
    }
}