@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: calc(100vh - 1rem);
}
.banner .slick-dots{
    width: 100%;
    bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 0.28rem;
    height: 0.04rem;
    background: #fff;
    margin-right: 0.12rem;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li.slick-active{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
}
/* indexCon1 */
.indexCon1{
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
}
.kslj{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 0.18rem 0;
}
.kslj li a{
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding-bottom: 0.26rem;
}
.kslj li .icon{
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    margin: 0 auto;
}
.kslj li .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.kslj li .tit{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.16rem;
    text-align: center;
    letter-spacing: 0px;
    color: #3D3D3D;
    width: auto;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 0.6rem;
    transform: translateX(-50%);
}
.kslj li a:hover .tit{
    color: #1184E7;
}
.kslj li a:hover .icon img{
    animation: bouns2 0.5s linear infinite;
}
/* lmTit */
.lmTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.2rem;
}
.lmTit .tit{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.lmTit .tit h2{
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #333333;
}
.lmTit .tit h2 span{
    color: #1184E7
}
.lmTit .tit img{
    display: block;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.lmTit .tit .en{
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.18rem;
    color: #999999;
}
.lmTit .tit .sx{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: 290;
    line-height: 0.21rem;
    letter-spacing: -0.04em;
    color: #999999;
    margin: 0 5px;
}
.lmTit .more a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: -0.04em;
    color: #888888;
    padding-right: 0.16rem;
    padding-bottom: 0.12rem;
    background: url(../img/moreIcon.png) no-repeat right bottom;
    background-size: 0.62rem auto;
}
.lmTit .more a:hover{
    color: #1184E7;
    padding-right: 0.24rem;
    font-weight: bold;
}
/* indexCon2 */
.indexCon2{
    padding: 0.6rem 0 0.4rem;
}
.newBanner{
    width: 40%;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner li .img{
    width: 100%;
    padding: 3.35rem 0 0;
}
.newBanner li .con{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 2px solid #1184E7;
    padding: 0.18rem 0.2rem;
}
.newBanner li .con .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.26rem;
    margin-bottom: 0.1rem;
    padding-right: 0.7rem;
    box-sizing: border-box;
}
.newBanner li .con .txt{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: -0.04em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.44rem;
}
.newBanner li a:hover .con .tit{
    color: #1184E7;
}
.newBanner .slick-dots{
    bottom: 1.18rem;
    text-align: left;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
}
.newBanner .slick-dots li{
    width: 0.08rem;
    height: 0.08rem;
    background: rgba(255,255,255,0.8);
    margin-right: 0.1rem;
}
.newBanner .slick-dots li.slick-active{
    background: #1184E7;
    transform: rotate(-45deg);
}
.time1{
    width: 0.48rem;
    height: 0.6rem;
    padding: 0.02rem;
    box-sizing: border-box;
    border-radius: 0px 0px 6px 6px;
    background: #1184E7;
    box-shadow: 2px 2px 4px 0px rgba(28, 42, 90, 0.3);
    position: absolute;
    right: 0.2rem;
    bottom: 1.18rem;
    transform: translateY(calc(100% - 10px));
}
.time1 div{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 6px 6px;
    box-sizing: border-box;
}
.time1 div::before{
    display: block;
    content: "";
    border-left: 6px solid #0860AC;
    border-right: 0 solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 0 solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.time1 .life{
    font-family: SourceHanSerifCN;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #FAFCFB;
    margin-top: 0.03rem;
    position: relative;
}
.time1 .life::before{
    display: block;
    content: "";
    width: 0.24rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
.time1 .life span{
    display: block;
}
.time1 .life span:nth-of-type(1){
    text-align: left;
    padding-left: 0.03rem;
}
.time1 .life span:nth-of-type(2){
    text-align: right;
    padding-right: 0.03rem;
}
.time1 .year{
    font-family: SourceHanSerifCN;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.18rem;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FAFCFB;
}
.newList{
    width: 57.15%;
}
.newList li{
    width: 100%;
    height: auto;
}
.newList li a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0.18rem 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}
.newList li:first-of-type a{
    padding-top: 0;
}
.newList li .img{
    width: 2rem;
    padding: 1.2rem 0 0;
}
.newList li .con{
    width: calc(100% - 2rem);
    padding-right: 0.3rem;
    box-sizing: border-box;
}
.newList li .con .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.24rem;
}
.newList li .con .txt{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: 0em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.44rem;
}
.newList li .con .time2{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: 0em;
    color: #1184E7;
    padding-left: 0.22rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.16rem auto;
    margin: 0.1rem 0;
}
.newList li a:hover .tit{
    color: #1184E7;
    font-weight: bold;
}
.newList li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #1184E7;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.newList li a:hover::before{
    width: 100%;
}
/* indexCon3 */
.indexCon3{
    position: relative;
}
.indexCon3::before{

}
.notice::before{
    display: block;
    content: "";
    width: 2rem;
    height: 100%;
    background: url(../img/bg2_1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.notice::after{
    display: block;
    content: "";
    width: 4.5rem;
    height: calc(100% + 0.7rem);
    background: url(../img/bg2_2.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: -2rem;
    bottom: 0;
    z-index: 2;

}

.notice{
    width: 15.2rem;
    margin: 0 auto;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
    padding: 0.5rem 0;
    position: relative;
}
.notice .w1400{position: relative;z-index: 4;}

.notice li{
    float: left;
    width: 31.72%;
    margin: 0.2rem 0;
    margin-right: 2.4%;
}
.notice li:nth-of-type(3n){
    margin-right: 0;
}
.notice li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem 0.2rem;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0.08rem;
    position: relative;
    box-sizing: border-box;
    z-index: 9;
}
.notice li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: url(../img/noticeBg.png) no-repeat center bottom;
    background-size: cover;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0.08rem;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
}
.notice li a::after{
    display: block;
    content: "";
    width: 0;
    height: calc(100% - 0.12rem);
    box-sizing: border-box;
    border: 1px dashed rgba(255,255,255,0.6);
    border-radius: 0.06rem;
    position: absolute;
    left: 0.06rem;
    top: 0.06rem;
    z-index: -1;
}
.notice li a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.24rem;
    margin-bottom: 0.12rem;
    width: 100%;
    padding-left: 0.62rem;
    box-sizing: border-box;
}
.notice li a .txt{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.22rem;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.66rem;
}
.notice .time1{
    left: 0.2rem;
    right: auto;
    top: 0;
    transform: translateY(-10px);
}
.notice li a:hover::before{
    width: 100%;
    left: 0;
}
.notice li a:hover::after{
    width: calc(100% - 0.12rem);
}
.notice li a:hover .tit,.notice li a:hover .txt{
    color: #fff;
}
.notice li a:hover .tit{
    font-weight: bold;
}
.notice li a:hover .time1{
    background: #F8FAFA;
    box-shadow: 2px 2px 4px 0px rgba(28, 42, 90, 0.3);
}
.notice li a:hover .time1 .life,.notice li a:hover .time1 .year{
    color: #1184E7;
}
.notice li a:hover .time1 .life::before{
    background: #1184E7;
}
/* indexCon4 */
.indexCon4{
    padding-top: 0.6rem;
}
.leftList{
    width: 47.28%;
}
.rightList{
    width: 48.58%;
}
.indexCon4 .list li{
    float: left;
    width: 47.74%;
    margin-right: 4.5%;
    position: relative;
}
.indexCon4 .list li::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #1184E7;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9;
}
.indexCon4 .list li:nth-of-type(2n){
    margin-right: 0;
}
.indexCon4 .list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.16rem 0 0.12rem 0.2rem;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    box-sizing: border-box;
}
.indexCon4 .list .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-bottom: 0.12rem;
}
.indexCon4 .list a::before{
    display: block;
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    background: #DAEAF7;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.22rem;
}
.indexCon4 .list a::after{
    display: block;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #1184E7;
    border-radius: 100%;
    position: absolute;
    left: 0.03rem;
    top: 0.25rem;
}
.indexCon4 .list .txt{
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.181rem;
    letter-spacing: 0em;
    color: #999999;
}
.indexCon4 .list a:hover .tit{
    font-weight: bold;
    color: #1184E7;
}
.indexCon4 .list li:hover::before{
    width: 100%;
}
.rightList .lmTit{
    margin-bottom: 0.16rem;
}
.indexCon4 .sub .list{
    padding: 0.04rem 0.2rem 0.2rem;
    box-sizing: border-box;
    background: #F8FAFA;
    border-radius: 0.08rem;
    width: 50%;
}
.indexCon4 .sub  .list li{
    width: 100%;
    margin-right: 0;
}
.indexCon4 .sub .imgList{
    width: 46.9%;
}
.imgList li a{
    display: block;
    width: 100%;
    height: auto;
}
.imgList li .img{
    width: 100%;
    padding: 2rem 0 0;
    border-radius: 0.08rem 0.08rem 0 0;
}
.imgList li .con{
    width: 100%;
    padding: 0.2rem 0.2rem 0.3rem;
    box-sizing: border-box;
    background: #F8FAFA;
}
.imgList li .con .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.52rem;
    margin-bottom: 0.15rem;
}
.imgList li .con .txt{
    background: url(../img/jtIcon.png) no-repeat right center;
    background-size: 0.25rem auto;
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: -0.04em;
    color: #1184E7;
}
.imgList li .con .txt span{
    padding-left: 0.2rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.16rem auto;
    box-sizing: border-box;
}
.imgList li a:hover .con .tit{
    color: #1184E7;
    font-weight: bold;
}
/* 媒体查询 */

@media only screen and (max-width: 1680px){
    .notice{
        width: 100%;
    }
  .notice::before{
    width: 1rem;
    right: 0;
    top: 50%;
    z-index: 2;
    left: 0;
}
.notice::after{

    width: 3.1rem;
    right: 0rem;

}

.notice .w1400{width: 85%;}



}

@media only screen and (max-width: 1560px){

}
@media only screen and (max-width: 1460px){
    .banner a .img{
        height: auto;
        padding: 42% 0 0;
    }
 .w1400{
    width: 100%;
    max-width: 14rem;
}




}



@media only screen and (max-width: 1040px){

.notice::before{opacity: 0;}
.notice::after{opacity: 0;}
.notice .w1400{width: 100%;}

    .w1400,header .w1400{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
    .notice{
        width: 100%;
    }

    .nav ul>li{
        margin-left: 0.25rem;
    }

    .kslj{
        justify-content: space-between;
        padding: 0.18rem 0 0.22rem;
    }
    .banner .slick-dots{
        bottom: 0.2rem;
    }
    .indexCon2{
        padding: 40px 0;
    }
    .newBanner,.newList{
        width: 100%;
    }
    .newBanner li .img{
        padding: 56.25% 0 0;
    }
    .newList li:first-of-type a,.newList li a{
        padding: 20px 0;
    }
    .notice{
        padding: 40px 0;
    }
    .notice li{
        width: 48%;
        margin-right: 4%;
    }
    .notice li:nth-of-type(3n){
        margin-right: 4%;
    }
    .notice li:nth-of-type(2n){
        margin-right: 0;
    }
    .leftList{
        width: 100%;
    }
    .rightList{
        width: 100%;
        margin-top: 40px;
    }
    .kslj li .tit{
        width:200%;
        text-align: center;
        white-space: normal;
        top: 0.54rem;
        line-height: 0.2rem;
    }
    .indexCon4{
        padding-top: 40px;
    }
}
@media only screen and (max-width: 768px){
    .indexCon4 .list li{
        width: 100%;
        margin-right: 0;
    }
    .indexCon4 .list .tit{
        height: auto;
        max-height: 0.48rem;
    }
    .indexCon4 .sub .list{
        width: 100%;
    }
    .indexCon4 .sub .imgList{
        width: 100%;
        margin-top: 30px;
    }
    .imgList li .img{
        padding: 56.25% 0 0;
    }
    .imgList li .con{
        padding: 0.2rem;
    }
    .notice li{
        width: 100%;
        margin-right: 0;
    }
    .notice li a .txt{
        height:auto;
        max-height: 0.66rem;
    }
    .notice{
        padding: 30px 0;
    }
    .indexCon2{
        padding: 30px 0;
    }
    .kslj{
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 10px 0;
    }
    .kslj li{
        width: 25%;
        margin: 10px 0;
    }
    .indexCon4{
        padding-top: 40px;
    }
}
@media only screen and (max-width: 560px){
    .lmTit .tit .sx{
        display: none;
    }
    .lmTit .tit{
        flex-wrap: wrap;
    }
    .lmTit .tit .en{
        width: 100%;
    }
    .indexCon2{
        padding: 20px 0;
    }
    .lmTit .tit h2{
        font-size: 20px;
    }
    .lmTit .more a{
        padding-right: 0;
    }
    .newBanner li .con{
        padding: 10px;
    }
    .newBanner li .con .tit{
        font-size: 16px;
        -webkit-line-clamp: 2;
        max-height: 44px;
        line-height: 22px;
        padding-right: 60px;
        height: 44px;
    }
    .newBanner li .con .txt{
        font-size: 14px;
    }
    .time1{
        bottom: 120px;
        right: 10px;
    }
    .newBanner .slick-dots{
        padding: 10px;
    }
    .newList li .con{
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .newList li .img{
        width: 100%;
        padding: 56.25% 0 0;
    }
    .newList li:first-of-type a, .newList li a{
        flex-wrap: wrap;
    }
    .newList li .con .tit{
        font-size: 16px;
        -webkit-line-clamp: 2;
        max-height: 44px;
        height: auto;
        line-height: 22px;
    }
    .notice li{
        margin: 14px 0;
    }
    .notice li a{
        padding: 15px 10px 10px;
    }
    .notice .time1{
        left: 10px;
    }
    .notice li a .tit{
        font-size: 16px;
        -webkit-line-clamp: 2;
        max-height: 44px;
        height: auto;
        line-height: 22px;
        padding-left: 52px;
        margin-bottom: 5px;
    }
    .notice li a .txt{
        font-size: 14px;
    }
    .notice{
        padding: 20px 0 10px;
    }
    .indexCon4{
        padding-top: 20px;
    }
    .indexCon4 .list .tit{
        font-size: 16px;
    }
    .indexCon4 .list li:first-of-type a{
        padding-top: 0;
    }
    .indexCon4 .sub .list{
        padding: 4px 10px 20px;
    }
    .rightList{
        margin-top: 30px;
    }
    .indexCon4 .sub .list li:first-of-type a{
        padding-top: 0.16rem;
    }
    .indexCon4 .sub .imgList{
        margin-top: 20px;
    }
    .imgList li .con{
        padding: 10px;
    }
    .imgList li .con .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        margin-bottom: 5px;
    }
    .kslj{
        justify-content: space-between;
    }
    .kslj li{
        width: 49%;
        margin: 5px 0;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    }
    .kslj li:last-of-type{
        width: 100%;
    }
    .kslj li a{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }
    .kslj li .tit{
        position: static;
        transform: none;
        width: calc(100% - 40px);
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 15px;
    }
    .kslj li .icon{
        width: 40px;
        height:40px;
    }
}