@charset "UTF-8";
.p50{
    padding: 0.6rem 0;
}
.lmTit {
    margin-bottom: 0.6rem;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.lmTit h2{
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #004386;
    position: relative;
}
.lmTit h2::before{
    display:block;
    content:"";
    width:44%;
    height:3px;
    background:#004386;
    position:absolute;
    left:3%;
    bottom: -0.1rem;
}
.lmTit a{
    display: block;
    width: 0.62rem;
    height: 0.32rem;
    border: 1px solid #007bc1;
    box-sizing: border-box;
    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #0099ff;
    text-align: center;
}
.lmTit a:hover{
    color: #004386;
    border: 1px solid #004386;
}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 100vh;
}
.banner a .tit{
    width: 100%;
    max-width: 16.5rem;
    height: auto;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
    z-index: 99;
}
.banner a:hover .img p{
    transform: none;
}
.banner .slick-dots{
    width: 100%;
    max-width: 16.5rem;
    display: flex;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    align-items: center;
    justify-content: flex-end;
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: #c3bec1;
    margin: 0 0.06rem;
    float: none;
}
.banner .slick-dots li.slick-active{
    background: #84d2ee;
}
/* indexCon1 */
.indexCon1{
    padding: 0.5rem 0 0.6rem;
}
/* newBanner */
.newBanner{
    width: 56%;
    float: left;
}
.newBanner ul li,.newBanner ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner ul li a .img{
    width: 100%;
    padding: 4.72rem 0 0;
}
.newBanner ul li a .tit{
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 0.3rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: linear-gradient(0deg, rgba(0, 0, 0,1) 5%, rgba(0, 0, 0, 0) 100%);
}
.newBanner ul li a:hover .tit{
    color: #84d2ee;
}
.newBanner .slick-dots{
    padding: 0.2rem 0;
    padding-right: 0.3rem;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 0.24rem;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.newBanner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    background: #c4c5c5;
    border-radius: 100%;
    margin-left: 0.1rem;
}
.newBanner .slick-dots li:first-of-type{
    margin-left:0;
}
.newBanner .slick-dots li.slick-active{
    background: #84d2ee;
}
.newList{
    width: 41.4%;
    float: right;
}
.newList ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed #cacaca;
    padding: 0.18rem 0;
    position: relative;
}
.newList ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #0099ff;
    position: absolute;
    left: 0;
    bottom: -1px;

}
.newList ul li:first-of-type a{
    padding-top: 0;
}
.newList ul li a .time{
    width: 0.65rem; white-space:nowrap;
}
.newList ul li a .time p:nth-of-type(1){
    font-size: 0.3rem;
    font-weight: bold;
    color: #0099ff;
    line-height: 0.36rem;
}
.newList ul li a .time p:nth-of-type(2){
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #0099ff;
}
.newList ul li a .con{
    width: calc(100% - 0.65rem);
    padding-left: 0.15rem;
    box-sizing: border-box;
}
.newList ul li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333333;
    max-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.newList ul li a .con .txt{
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList ul li a:hover{
    border-bottom: 1px dashed #0099ff;
}
.newList ul li a:hover .con .tit{
    color: #0099ff;
    font-weight: bold;
}
.newList ul li a:hover .con .txt{
    color: #0099ff;
}
.newList ul li a:hover::before{
    width: 100%;
}
/* .indexCon2 */
.indexCon2{
    padding: 0.4rem 0 0.7rem;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
}
.indexCon2 .lmTit h2{
    color: #fff;
}
.indexCon2 .lmTit h2::before{
    background: #0099ff;
}
.indexCon2 .lmTit a:hover{
    border: 1px solid #fff;
    color: #fff;
}
.xsdt ul{
    margin: 0 -0.14rem;
}
.xsdt ul li{
    float: left;
    margin: 0 0.14rem;
}
.xsdt ul a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem 0.12rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.2rem;
    overflow: hidden;
}
.xsdt ul a .time{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.xsdt ul a .time p:nth-of-type(1){
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #42a9ff;
}
.xsdt ul a .time p:nth-of-type(2){
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #42a9ff;
}
.xsdt ul a .img{
    width: 100%;
    padding: 62% 0 0;
    margin-top: 0.15rem;
}
.xsdt ul a .con{
    margin-top: 0.2rem;
}
.xsdt ul a .tit{
    font-size: 0.18rem;
    line-height: 0.24rem;
    max-height: 0.24rem;
    font-weight: bold;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xsdt ul a .txt{
    font-size: 0.15rem;
    line-height: 0.24rem;
    max-height: 0.48rem;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.1rem;
}
.xsdt ul a:hover .tit{
    color: #0099ff;
}
.xsdt ul a:hover .txt{
    color: #ffffff;
}
.xsdt ul .slick-prev, .xsdt ul .slick-next{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: rgba(0,153,255,0.4) url(../img/arrowIcon.png) no-repeat center;
    z-index: 29;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -0.6rem;
}
.xsdt ul .slick-prev{
    right: auto;
    left: -0.6rem;
    transform: rotateY(180deg) translateY(-50%);
}
.xsdt ul .slick-prev:hover{
    background: rgba(0,153,255,1) url(../img/arrowIcon.png) no-repeat center;
}
.xsdt ul .slick-next:hover{
    background: rgba(0,153,255,1) url(../img/arrowIcon.png) no-repeat center;
}
/* indexCon3 */
.indexCon3{
    padding: 0.6rem 0;
}
/* indexCon4 */
.indexCon4{

}
.sbgx ul{
    width: 100%;
    box-shadow: 0 0 0.1rem 0.02rem rgba(193,193,193,0.75);
}
.sbgx li{
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
}
.sbgx li:last-of-type{
    border-right: none;
}
.sbgx li a{
    display: block;
    width: 100%;
    height: auto;
}
.sbgx li a .img{
    width: 100%;
    height: 3.88rem;
    position: relative;
}
.sbgx li a .img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sbgx li a p{
    font-size: 0.2rem;
    line-height: 0.24rem;
    height: 0.58rem;
    text-align: center;
    color: #333333;
    padding: 0 5% 0.1rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
}
.sbgx li a:hover img{
    transform:  translate(-50%,-50%) scale(1.05);
}
.sbgx li a:hover p{
    color: #0099ff;
    font-weight: bold;
}
/* indexCon5 */
.indexCon5{
    padding: 0.7rem 0;
}
.rczp li{
    float: left;
    width: 46.7%;
    margin-right: 6.6%;
}
.rczp li:nth-of-type(2n){
    margin-right: 0;
}
.rczp li a{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #004386;
    position: relative;
}
.rczp li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #0099ff;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.rczp li a .tit{
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rczp li a .txt{
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999999;
    height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0.2rem 0;
    text-align: justify;
}
.rczp li a .con{
    display: flex;
}
.rczp li a .con span{
    display: block;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0 0.28rem;
    box-sizing: border-box;
    position: relative;
}
.rczp li a .con span::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.16rem;
    background: #333333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rczp li a .con span:first-of-type{
    padding-left: 0;
}
.rczp li a .con span:last-of-type{
    padding-right: 0;
}
.rczp li a .con span:last-of-type::before{
    display: none;
}
.rczp li a:hover .tit{
    color: #0099ff;
}
.rczp li a:hover .txt{
    color: #333333;
}
.rczp li a:hover::before{
    width: 100%;
}
.xsjl ul li{
    width: 20.8%;
    margin-right: 1.2%;
    float: left;
    transition: all .4s;
}
.xsjl ul li.on{
    width: 56%;
}
.xsjl ul li:last-of-type{
    margin-right: 0%;
}
.xsjl ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.xsjl ul li a .img{
    width: 100%;
    padding: 2.3rem 0 0;
}
.xsjl ul li .tit{
    width: 100%;
    background: #f9fbff;
    padding: 0.2rem 0.25rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem 0.05rem rgba(228,228,228,0.75);
}
.xsjl ul li .tit p{
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #333333;
    height: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xsjl ul li .con,.xsjl ul li.on .tit{
    display: none;
}
.xsjl ul li.on{
    background: #f9fbff;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem 0.05rem rgba(228,228,228,0.75);
}
.xsjl ul li.on .con{
    display: block;
    width: 40.4%;
    padding: 0.3rem;
}
.xsjl ul li.on a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.xsjl ul li.on a .img{
    width: 59.6%;
    padding: 3.2rem 0 0;
}
.xsjl ul li.on .con .bt{
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333333;
    font-weight: bold;
    max-height: 1.08rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xsjl ul li.on .con .zy{
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999999;
    max-height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0.15rem 0;
}
.xsjl ul li.on .con .sj{
    width: 1.25rem;
    height: 0.45rem;
    background: #4095e5;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.xsjl ul li.on .con .sj span{
    font-size: 0.24rem;
    font-weight: bold;
    display: block;
}
.xsjl ul li a:hover .con .bt{
    color: #0099ff;
}
.xsjl ul li a:hover .tit p{
    color: #0099ff;
    font-weight: bold;
}
.indexCon3 .hx{
    width: 85%;
    height: 1px;
    margin: 0.5rem auto 0;
    background: #dadada;
}

/* xz */
.indexCon1_1{
    padding: 0.6rem 0;
}
.indexCon1_1.kxjz{
    padding-top: 0;
}
.indexCon1_1.kycg{
    padding-bottom: 0;
}
.kyjz{
    width: 100%;
    padding: 0.4rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.15rem 0 rgba(0,0,0,0.1);
}
.kyjz ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.kyjz ul li:last-of-type{
    margin-right: 0;
}
.kyjz ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.kyjz ul li .img{
    padding: 56% 0 0;
    border: 1px solid #ededed;
}
.kyjz ul li .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.15rem 0;
}
.kyjz ul li .time{
    width: 1.25rem;
    line-height: 0.3rem;
    background: #4095e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #fff;
}
.kyjz ul li .time span{
    font-size: 0.2rem;
    display: block;
    line-height: 1;
}
.kyjz ul li a:hover .tit{
    color: #0099ff;
    font-weight: bold;
}
.kycg .kyjz ul li .tit{
    margin-bottom: 0;
}
.indexImg ul li{
    float: left;
    width: 24%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
}
.indexImg ul li:first-of-type{
    width: 48%;
    margin-bottom: 0;
}
.indexImg ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}
.indexImg ul li .img{
    padding: 2.1rem 0 0;
}
.indexImg ul li:first-of-type .img{
    padding: 4.5rem 0 0;
}
.indexImg ul li:nth-of-type(3),.indexImg ul li:nth-of-type(5){
    margin-right: 0;
}
.indexImg ul li:nth-of-type(4),.indexImg ul li:nth-of-type(5){
    margin-bottom: 0;
}
.indexImg ul li .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.18rem;
    line-height: 0.44rem;
    text-align: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.indexImg ul li:first-of-type .tit{
    font-size: 0.2rem;
    line-height: 0.6rem;
}
.indexImg .lmTit h2::before{
    width: 22%;
    left: 1%;
}
@media only screen and (min-width: 1041px){
    .indexCon1 .lmTit,.indexCon1 .newBanner,.indexCon1 .newBannerList,
    .indexCon1_1 .lmTit,.indexCon1_1 .kyjz,
    .indexImg .lmTit,.indexImg ul li,
    .indexCon2 .lmTit,.xsdt,
    .indexCon3 .lmTit,.xsjl,
    .indexCon4 .lmTit,.sbgx,
    .indexCon5 .lmTit,.rczp li{
        visibility: visible;
        opacity: 0;
    }
    .indexCon1 .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon1 .newBanner.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexCon1 .newList.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInRight;
    }
    .indexCon1_1 .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon1_1 .kyjz.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon2 .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon2 .xsdt.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon3 .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon3 .xsjl.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon4 .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon4 .sbgx.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon5 .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon5 .rczp.animation li:nth-last-child(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.7s ease .5s 1 normal backwards running fadeInRight;
    }
    .indexCon5 .rczp.animation li:nth-last-child(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.7s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexImg .lmTit.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexImg ul.animation li:nth-of-type(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexImg ul.animation li:nth-of-type(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexImg ul.animation li:nth-of-type(3){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexImg ul.animation li:nth-of-type(4){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexImg ul.animation li:nth-of-type(5){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
}
@media only screen and (max-width: 1720px){
    .banner a .tit{
        padding: 0 0.3rem;
        box-sizing: border-box;
        max-width: 100%;
    }
    .banner .slick-dots{
        width: auto;
        right: 0.3rem;
        left: auto;
        transform: none;
    }
    .xsdt ul .slick-prev{
        left: -0.11rem;
        background: rgba(0,153,255,1) url(../img/arrowIcon.png) no-repeat center;
        background-size: 64% auto;
    }
    .xsdt ul .slick-next{
        right: -0.11rem;
        background: rgba(0,153,255,1) url(../img/arrowIcon.png) no-repeat center;
        background-size: 64% auto;
    }
.banner a .img{
height:auto;
padding:47.35% 0 0;
}
}
@media only screen and (max-width: 1040px){
    .newBanner,.newList{
        width: 100%;
        float: none;
    }
    .newBanner ul li a .img{
        padding: 60% 0 0;
    }
    .newList{
        margin-top: 10px;
    }
    .newList ul li:first-of-type a{
        padding-top: 0.18rem;
    }
    .lmTit{
        justify-content: flex-start;
        margin-bottom: 40px;
    }
    .lmTit a{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .rczp li{
        width: 48.5%;
        margin-right: 3%;
    }
    .lmTit h2{
        font-size: 30px;
        line-height: 40px;
    }
    .lmTit h2::before{
        width:44%;
    }
    .indexCon5{
        padding: 60px 0;
    }
    .sbgx li a p{
        font-size: 16px;
        line-height: 20px;
    }
    .indexCon2{
        padding: 40px 0 110px;
    }
    .xsdt ul .slick-prev, .xsdt ul .slick-next{
        top: auto;
        bottom: -80px;
        transform: none;
        width: 50px;
        height: 50px;
    }
    .xsdt ul .slick-prev{
        left: 50%;
        transform: rotateY(180deg) translateX(200%);
    }
    .xsdt ul .slick-next{
        right: 50%;
        transform: translateX(200%);
    }
    .banner a .tit{
        font-size: 24px;
        line-height: 1.8;
        bottom: 40px;
    }
    .banner .slick-dots{
        bottom: 20px;
    }
    .xsjl ul li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 40px;
    }
    .xsjl ul li.on{
        width: 48.5%;
    }
    .xsjl ul li.on a{
        display: block;
    }
    .xsjl ul li:first-of-type{
        width: 100%;
    }
    .xsjl ul li.on a .img{
        width: 100%;
        padding: 2.3rem 0 0;
    }
    .xsjl ul li.on .tit{
        width: 100%;
        background: #f9fbff;
        padding: 0.2rem 0.25rem;
        box-sizing: border-box;
        box-shadow: 0 0 0.1rem 0.05rem rgba(228,228,228,0.75);
    }
    .xsjl ul li.on .tit p{
        font-size: 0.18rem;
        line-height: 0.25rem;
        color: #333333;
        height: 0.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .xsjl ul li.on .tit{
        display: block;
    }
    .xsjl ul li.on .con{
        display: none;
    }
    .xsjl ul li:first-of-type .tit{
        display: none;
    }
    .xsjl ul li:first-of-type{
        background: #f9fbff;
        box-sizing: border-box;
        box-shadow: 0 0 0.1rem 0.05rem rgba(228,228,228,0.75);
    }
    .xsjl ul li:first-of-type .con{
        display: block;
        width: 40.4%;
        padding: 0.3rem;
    }
    .xsjl ul li:first-of-type a{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .xsjl ul li:first-of-type a .img{
        width: 59.6%;
        padding: 3.2rem 0 0!important;
    }
    .xsjl ul li:first-of-type .con .bt{
        font-size: 0.18rem;
        line-height: 0.36rem;
        color: #333333;
        font-weight: bold;
        max-height: 1.08rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .xsjl ul li:first-of-type .con .zy{
        font-size: 0.14rem;
        line-height: 0.24rem;
        color: #999999;
        max-height: 0.72rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin: 0.15rem 0;
    }
    .xsjl ul li:first-of-type .con .sj{
        width: 1.25rem;
        height: 0.45rem;
        background: #4095e5;
        font-size: 0.16rem;
        line-height: 0.24rem;
        color: #ffffff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
    }
    .xsjl ul li:first-of-type .con .sj span{
        font-size: 0.24rem;
        font-weight: bold;
        display: block;
    }
    .xsjl ul li.on a .img,.xsjl ul li a .img{
        padding: 60% 0 0;
    }
    .kyjz{
        padding: 30px;
    }
    .kyjz ul li{
        width:49%;
        margin: 10px 0;
        margin-right:2%;
    }
    .kyjz ul li:nth-of-type(3n){
        margin-right:2%;
    }
    .kyjz ul li:nth-of-type(2n){
        margin-right:0;
    }
    .kyjz ul li .tit{
        margin: 10px 0 0;
    }
    .kyjz ul li a{
        position:relative;
    }
    .kyjz ul li .time{
        position:absolute;
        left:0;
        top:0;
        height: 40px;
    }
    .indexCon1_1{
        padding: 50px 0;
    }
    .indexImg ul li{
        width: 49%;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .indexImg ul li .img{
        padding: 58.3% 0 0;
    }
    .indexImg ul li:first-of-type{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .indexImg ul li:first-of-type .img{
        padding: 62.5% 0 0;
    }
}
@media only screen and (max-width: 768px){
    .rczp li{
        width: 100%;
        margin-bottom: 40px;
    }
    .sbgx li{
        width: 50%;
    }
    .lmTit h2{
        font-size: 24px;
        line-height: 30px;
    }
    .lmTit h2::before{
        width:44%;
    }
    .rczp li a .txt{
        height: auto;
        -webkit-line-clamp: 2;
        margin: 10px 0;
    }
    .rczp li:last-of-type{
        margin-bottom: 0;
    }
    .indexCon3,.indexCon5{
        padding: 50px 0;
    }
    .newBanner ul li a .tit{
        padding: 20px 10px;
        padding-right: 100px;
        font-size: 0.18rem;
        line-height: 0.24rem;
    }
    .newBanner .slick-dots{
        padding: 20px 0;
        right: 10px;
    }
    .newBanner .slick-dots li{
        width: 8px;
        height: 8px;
        margin-left: 8px;
    }
    .banner a .tit{
        font-size: 20px;
        line-height: 1.8;
        bottom: 40px;
        padding: 0 20px;
    }
    .banner .slick-dots{
        bottom: 20px;
        right: 20px;
    }
    .xsjl ul li{
        margin-bottom: 30px;
    }
    .indexCon3 .hx{
        margin-top: 20px;
    }
    .xsjl ul li .tit,.xsjl ul li.on .tit{
        padding: 15px 10px;
    }
    .xsjl ul li:first-of-type .con{
        padding: 15px;
    }
    .xsjl ul li:first-of-type a .img{
        padding: 240px 0 0!important;
    }
    .kyjz{
        padding: 20px;
    }
    .indexCon1_1{
        padding: 40px 0;
    }
}
@media only screen and (max-width: 520px){
    .lmTit h2{
        font-size: 20px;
        line-height: 30px;
    }
    .lmTit{
        margin-bottom: 30px;
    }
    .lmTit h2::before{
        height: 2px;
        bottom: -4px;
    }
    .sbgx li{
        width: 100%;
    }
    .xsjl ul li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .xsjl ul li.on a{
        flex-wrap: wrap;
    }
    .xsjl ul li.on a .img{
        width: 100%;
    }
    .xsjl ul li.on .con{
        width: 100%;
    }
    .indexCon5{
        padding: 30px 0;
    }
    .indexCon3{
        padding: 40px 0;
    }
    .rczp li a .tit{
        font-size: 16px;
        line-height: 20px;
    }
    .indexCon2{
        padding: 30px 0 90px;
    }
    .xsdt ul .slick-prev, .xsdt ul .slick-next{
        bottom: -65px;
        width: 40px;
        height: 40px;
    }
    .newList ul li a .con .txt{
        display: none;
    }
    .newList ul li a .con .tit{
        -webkit-line-clamp: 2;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 28px;
        max-height: 52px;
    }
    .newList ul li a{
        padding:15px 0;
    }
    .newList ul li a .time{
        width: 0.65rem;
    }
    .newList ul li a .time p:nth-of-type(1){
        font-size: 26px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .newList ul li a .time p:nth-of-type(2){
        font-size: 14px;
        line-height: 1;
    }
    .indexCon1{
        padding: 30px 0;
    }
    .newBanner ul li a .tit{
        padding: 10px;
        font-size: 16px;
        padding-right: 85px;
    }
    .newBanner .slick-dots{
        padding: 10px 0;
    }
    .banner a .tit{
        font-size: 17px;
        line-height: 1.8;
        bottom: 20px;
        padding: 0 12px;
    }
    .banner .slick-dots{
        bottom: 10px;
        right: 12px;
    }
    .banner .slick-dots li{
        width:8px;
        height:8px;
        margin: 0 3px;
    }
    .xsjl ul li.on{
        width: 100%;
    }
    .xsjl ul li .tit p{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        -webkit-line-clamp: 10;
    }
    .indexCon3 .hx{
        display: none;
    }
    .xsjl ul li:last-of-type{
        margin-bottom: 0;
    }
    .xsjl ul li:first-of-type a .img{
        padding: 60% 0 0!important;
    }
    .xsjl ul li:first-of-type .con .bt{
        font-size: 16px;
        line-height: 24px;
        max-height: none;
        -webkit-line-clamp: 2;
        font-weight: normal;
    }
    .xsjl ul li:first-of-type .con{
        padding: 15px 10px;
    }
    .xsjl ul li:first-of-type .con .zy{
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
        margin: 8px 0;
        -webkit-line-clamp: 3;
        display: none;
    }
    .xsjl ul li:first-of-type .con .sj{
        width: 104px;
        height: 36px;
        font-size: 14px;
        line-height: 20px;
        display: none;
    }
    .xsjl ul li:first-of-type .con .sj span{
        font-size: 18px;
    }
    .kyjz{
        padding: 15px;
    }
    .kyjz ul li{
        width: 100%;
        margin: 15px 0 0!important;
    }
    .kyjz ul li:first-of-type{
        margin-top: 0!important;
    }
    .indexCon1_1{
        padding: 30px 0;
    }
    .indexImg ul li{
        width: 100%;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .indexImg ul li a{
        border-radius: 5px;
    }
    .indexImg ul li:first-of-type .img{
        padding: 58.3% 0 0;
    }
    .indexImg ul li:first-of-type .tit{
        font-size: 0.18rem;
        line-height: 0.44rem;
    }
}