@charset "UTF-8";

.title001{
    position: relative;
    z-index: 2;
}
.title001 h2 i{
    display: block;
    width: .54rem;
    height: .75rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
    margin-left: .21rem;
}
.title001 h2 span{
    display: block;
    color: #0068B7;
    margin-left: -.23rem;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .58rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    padding: 0 .16rem .1rem 0;
    background: url("../images/more-1.png") no-repeat right bottom/100% auto;
    transition: .5s;
}
.title001 .more a:hover{
    color: #0068B7;
}
.index_s1 .left{
    width: 60.84%;
    position: relative;
    z-index: 2;
}
.index_s1 .left .img-box a{
    display: block;
    position: relative;
}
.index_s1 .left .img-box .pic{
    padding-top: 6.53rem;
}

.index_s1 .left:after{
    position: absolute;
    content: '';
    left: -.3rem;
    bottom: -.3rem;
    width: 5.51rem;
    height: 3.4rem;
    background: linear-gradient(180deg, #00A1DC 0%, #0068B7 100%);
    z-index: -1;
}
.index_s1 .right{
    width: 37.01%;
    position: relative;
    z-index: 3;
    margin-top: .27rem;
}
.list_box1 li .show a{
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1  li .show time{
    display: block;
    font-size: .18rem;
    color: #0068B7;
    margin-right: .26rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    flex-shrink: 0;
}
.list_box1 li .show  .line_box{
    width: .1rem;
    flex-shrink: 0;
    margin-right: .13rem;
    position: relative;
}
.list_box1 li .show .line_box .line{
    position: absolute;
    left: 0;
    right: 0;
    top: -.23rem;
    height: .54rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box1 li .show .line_box span{
    width: 60%;
    height: 1px;
    background: rgba(0, 104, 183, 0.4535);
}
.list_box1 li .line_box span:nth-child(5),
.list_box1 li .line_box span:nth-child(10){
    width: 100%;
}
.list_box1 li .line_box span:nth-child(5){
    background: #0068B7;
}
.list_box1 li .show h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li + li{
    margin-top: .28rem;
}
.list_box1 li:last-child .line_box span:nth-child(9),
.list_box1 li:last-child .line_box span:nth-child(10){
    opacity: 0;
}
.list_box1 li:hover h3{
    color: #0068B7;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box1 .hide .txt-box{
    position: relative;
    z-index: 3;
    padding: .15rem .15rem 0 0;
    margin-left: -1.18rem;
}
.list_box1 .hide  .txt-box a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .3rem .22rem .32rem .28rem;
    background: #fff;
}
.list_box1 .hide  .txt-box time{
    display: block;
    width: .61rem;
    margin-right: .29rem;
    flex-shrink: 0;
    color: #333;
    text-align: center;
    opacity: 0;
}
.list_box1 .hide .txt-box time span{
    display: block;
    font-size: .16rem;
    line-height: .27rem;
    color: #FFFFFF;
    background: #F39800;
    border: 1px solid #F7B74D;
}
.list_box1 .hide  .txt-box em{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    border: 1px solid rgba(102, 102, 102, 0.3);
    border-top: none;
}
.list_box1 .hide  .txt-box .txt{
    flex: 1;
    overflow: hidden;
}
.list_box1 .hide  .txt-box h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #0068B7;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    opacity: 0;
}
.list_box1 .hide  .txt-box p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    -webkit-line-clamp: 3;
    height: .78rem;
    margin-top: .2rem;
    opacity: 0;
}
.list_box1 .hide  .txt-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
}

.list_box1 li.active .show,
.list_box1 li .hide{
    display: none;
}
.list_box1 li.active .hide{
    display: block;
}
.list_box1 li.active .hide .txt-box time,
.list_box1 li.active .hide .txt-box h3,
.list_box1 li.active .hide .txt-box p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box1 li.active .hide .txt-box h3{
    animation-delay: .2s;
}
.list_box1 li.active .hide .txt-box p{
    animation-delay: .3s;
}
.index_s1 .content{
    margin-top: .36rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1{
    padding: .36rem 0 .98rem;
    background: #fff url("../images/index_s1.png") no-repeat bottom right/cover;
}

.index_s2 .left{
    width: 47.4%;
    padding: .25rem .55rem .4rem .45rem;
    position: relative;
    z-index: 5;
}
.index_s2 .tab-tit{
    margin-top: .14rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s2 .tab-tit .li{
    font-size: .26rem;
    line-height: .38rem;
    color: #333333;
    opacity: .65;
    cursor: pointer;
    transition: .5s;
}
.index_s2 .tab-tit .li.active{
    opacity: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box2 li a{
    position: relative;
    height: .9rem;
    padding: 0 .32rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.list_box2 li time{
    display: block;
    color: #F39800;
    text-align: center;
    margin-right: .26rem;
    flex-shrink: 0;
    transition: .5s;
}
.list_box2 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .1rem;
}
.list_box2 li .line{
    width: 1px;
    height: .57rem;
    background: rgba(151, 151, 151, 0.24);
    flex-shrink: 0;
    margin-right: .26rem;
    transition: .5s;
}
.list_box2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    max-height: .6rem;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F39800;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li{
    background: #fff;
    position: relative;
    opacity: 0;
}
.list_box2 li + li{
    margin-top: .17rem;
}
.list_box2 li:hover time{
    color: #fff;
}
.list_box2 li:hover .line{
    background: rgba(255, 255, 255, 0.42);
}
.list_box2 li:hover h3{
    color: #fff;
    font-weight: bold;
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.index_s2 .tab-cont .child{
    display: none;
}
.index_s2 .tab-cont .child.active{
    display: block;
}
.index_s2 .tab-cont .child.active .list_box2 li{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s2 .tab-cont .child.active .list_box2 li:nth-child(2){
    animation-delay: .2s;
}
.index_s2 .tab-cont .child.active .list_box2 li:nth-child(3){
    animation-delay: .3s;
}
.index_s2 .tab-cont .child.active .list_box2 li:nth-child(4){
    animation-delay: .4s;
}
.index_s2 .tab-cont .child.active .list_box2 li:nth-child(5){
    animation-delay: .5s;
}
.index_s2 .tab-cont .child.active .list_box2 li:nth-child(6){
    animation-delay: .6s;
}
.index_s2 .tab-cont{
    margin-top: .3rem;
}
.index_s2 .left .title001 .more a{
    display: none;
}
.index_s2 .left .title001 .more a.active{
    display: block;
}
.index_s2 .left:after{
    position: absolute;
    content: '';
    left: -.3rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFF3DD;
    border-radius: 0 .2rem .2rem 0;
    z-index: -1;
}

.index_s2 .right{
    width: 50%;
    position: relative;
    z-index: 2;
}

.list1w a{
    display: block;
    height: 100%;
    position: relative;
}
.list1w a .pic{
    height: 100%;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    padding: 0 .23rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    z-index: 3;
}
.list1w a time{
    position: absolute;
    right: 0;
    top: 0;
    width: .89rem;
    height: .89rem;
    background: #F39800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}
.list1w a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list1w a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .1rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 17.56%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list1w li{
    width: 100%;
    height: 4.3rem;
}
.list1wBox{
    padding-right: 0;
}
.list_box3 li a{
    height: 0.98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    max-height: .6rem;
    color: #fff;
    transition: .5s;
}
.list_box3 li time{
    display: block;
    color: #fff;
    margin-left: .2rem;
    flex-shrink: 0;
    text-align: center;
}
.list_box3 li time span{
    display: block;
    font-size: .32rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box3 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .08rem;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #FFFFFF;
    opacity: .2;
    transition: .5s;
}
.list_box3 li{
    position: relative;
}
.list_box3 li:hover h3{
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box3 li:hover:after{
    opacity: 1;
}
.index_s2 .right .bot{
    margin-top: .16rem;
}
.index_s2 .right .con:after{
    position: absolute;
    content: '';
    top: -.18rem;
    right: 0;
    bottom: 0;
    left: -1.28rem;
    background: #0068B7;
    border-radius: .2rem 0 0 .2rem;
    z-index: -1;
}
.index_s2 .right .con{
    margin-top: .18rem;
    position: relative;
    z-index: 2;
    padding: .5rem .4rem .55rem 0;
}
.index_s2 .right .title001{
    margin-left: .46rem;
}
.index_s2 .right{
    margin-top: .25rem;
}
.index_s2 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: .41rem;
    background: #EDF4F9;
}
.index_s2{
    position: relative;
}

.index_s3 .left{
    width: 65.71%;
}
.list2w .ll{
    width: 48.72%;
}
.list2wBox a{
    display: block;
}
.list2wBox a .pic{
    padding-top: 6.5rem;
}
.list2w .rr{
    width: 51.28%;
    background: #fff;
    box-shadow: 0 .02rem .09rem 0 #EFEFEF;
}
.list2wTxt li a{
    display: block;
    position: relative;
    padding: .2rem .39rem .19rem;
    z-index: 2;
}
.list2wTxt li h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #333333;
    margin-bottom: .1rem;
    transition: .5s;
}
.list2wTxt li h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    padding-left: .26rem;
    background: no-repeat left center/.16rem;
    transition: .5s;
}
.list2wTxt li h5 + h5{
    margin-top: .04rem;
}
.list2wTxt li h5.h51{
    background-image: url("../images/s3-img-2.png");
}
.list2wTxt li h5.h52{
    background-image: url("../images/s3-img-3.png");
}
.list2wTxt li h5.h53{
    background-image: url("../images/s3-img-4.png");
}
.list2wTxt li + li{
    margin-top: .06rem;
}
.list2wTxt li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0068B7 url("../images/s3-img-8.png") no-repeat right bottom/contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2wTxt li{
    position: relative;
}
.list2wTxt li.active h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list2wTxt li.active h5{
    color: #fff;
}
.list2wTxt li.active h5.h51{
    background-image: url("../images/s3-img-5.png");
}
.list2wTxt li.active h5.h52{
    background-image: url("../images/s3-img-6.png");
}
.list2wTxt li.active h5.h53{
    background-image: url("../images/s3-img-7.png");
}
.list2wTxt li.active:after{
    opacity: 1;
    visibility: visible;
}
.list2w{
    margin-top: .21rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_s3 .right{
    width: 30.97%;
}

.list_box4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box4 li{
    width: 46.54%;
    position: relative;
    margin-top: .325rem;
}
.list_box4 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box4 li a{
    height: 1.04rem;
    padding: 0 .1rem 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background: transparent;
    border: 1px solid rgba(0, 104, 183, 0.2);
    transition: .5s;
}
.list_box4 li .icon{
    width: .71rem;
    height: .71rem;
    position: relative;
    margin-right: .1rem;
    flex-shrink: 0;
}
.list_box4 li .icon .img-2{
    opacity: 0;
}
.list_box4 li h3{
    flex: 1;
    text-align: center;
    font-size: .24rem;
    line-height: .3rem;
    max-height: .6rem;
    color: #333333;
    transition: .5s;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0068B7;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F39800;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box4 li:hover h3{
    color: #fff;
}
.list_box4 li:hover .icon .img-2{
    opacity: 1;
}
.list_box4 li:hover .icon .img-1{
    opacity: 0;
}
.list_box4 li:hover{
    border-color: #0068B7;
}
.list_box4 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box4 li:hover:after{
    left: .05rem;
    top: .05rem;
    opacity: 1;
    visibility: visible;
}
.list_box4{
    margin-top: .21rem;
}
.index_s3{
    margin-top: .29rem;
}
.home1{
    padding-bottom: .5rem;
    background: url("../images/home1.png") no-repeat bottom center/100% auto;
}
.index_s4 .left{
    width: 40.13%;
}
.list3w a {
    display: block;
}
.list3w a .pic{
    padding-top: 3.95rem;
    border-radius: .1rem;
}
.list3w a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 21%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list3w a h3{
    font-size: .2rem;
    line-height: .29rem;
    height: .58rem;
    color: #0068B7;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list3w a p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .16rem;
}
.list3w a time{
    display: block;
    font-size: .2rem;
    line-height: .29rem;
    color: #0068B7;
    margin-top: .25rem;
}
.list3w a .txt{
    margin-top: .38rem;
}
.list3w .swiDots{
    font-size: 0;
    bottom: 2.41rem;
}
.list3w .swiDots span{
    width: .09rem;
    height: .09rem;
    margin: 0 .07rem;
    background: #fff;
    opacity: .43;
}
.list3w .swiDots span.active{
    opacity: 1;
}
.list3w{
    margin-top: .41rem;
}
.index_s4 .right{
    width: 56.69%;
}
.list_box5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box5 li{
    width: 48.11%;
    margin-top: .33rem;
    overflow: hidden;
}
.list_box5 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box5 li a{
    display: block;
    position: relative;
}
.list_box5 li a .pic{
    padding-top: 2.9rem;
}
.list_box5 li a h2{
    font-size: .2rem;
    line-height: .29rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .23rem;
    padding: 0 .2rem;
    z-index: 5;
}
.list_box5 li.imgli a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 36.82%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.list_box5 li.txtli h3{
    font-size: .2rem;
    line-height: .29rem;
    color: #fff;
    height: .58rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box5 li.txtli i{
    display: block;
    width: .67rem;
    height: .03rem;
    background: #fff;
    margin-top: .3rem;
}
.list_box5 li.txtli p{
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .78rem;
    margin-top: .3rem;
}

.list_box5 li.txtli .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .46rem .4rem .45rem;
}
.list_box5 li:nth-child(2){
    border-radius: .14rem .14rem 0 0;
}
.list_box5 li:nth-child(3){
    border-radius: 0 0 .14rem .14rem ;
}
.list_box5{
    margin-top: .41rem;
}
.index_s4{
    padding: .39rem 0 .44rem;
    background: url("../images/index_s4.png") no-repeat 50%/cover;
}
.list4w li a{
    position: relative;
    z-index: 2;
    display: block;
    padding: .1rem .1rem .3rem;
}
.list4w li a .pic{
    padding-top: 3.01rem;
}
.list4w li a h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    text-align: center;
    margin-top: .21rem;
}
.list4w li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0068B7;
    box-shadow: 0 .02rem .25rem rgba(0, 104, 183, 0.5899);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list4w li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list4w li:hover a h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list4w li{
    position: relative;
}
.list4wBox{
    margin: 0 -.1rem;
    padding: .3rem 0;
}

.list4w .btnBox{
    margin-top: .24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list4w .btnBox i{
    flex: 1;
    height: 1px;
    background: rgba(0, 104, 183, 0.4);
}
.list4w .btn{
    width: 1.02rem;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}
.list4w .btn a{
    position: static;
    display: block;
    width: .36rem;
    height: .36rem;
    background: #0068B7 no-repeat 50%/.11rem;
    transform: none;
    border-radius: 50%;
    transition: .5s;
}
.list4w .btn .prev{
    background-image: url("../images/prev-1.png");
}
.list4w .btn .next{
    background-image: url("../images/next-1.png");
}
.list4w .btn a:hover{
    background-color: #F39800;
}
.list_box6 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box6 li{
    width: 23.64%;
    margin: .28rem 0 0 1.81%;
}
.list_box6 li:nth-child(-n+4){
    margin-top: 0;
}
.list_box6 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box6 li a{
    display: block;
}
.list_box6 li .pic{
    padding-top: 1.91rem;
}
.list_box6{
    margin-top: .41rem;
}
.index_s6{
    margin-top: .26rem;
}
.home2{
    padding: .46rem 0 2.49rem;
    background: url("../images/home2.png") no-repeat bottom center/cover;
}
@media (min-width: 1025px) {
    .list1w li a{
        opacity: 1;
        transition: .5s;
    }
    .list1w li.swiper-slide-active a{
        opacity: 1;
    }
    .list1w li.swiper-slide-active + li a{
        opacity: .7;
    }
    .list1w li.swiper-slide-active + li + li a{
        opacity: .46;
    }
    .list1w li.swiper-slide-active + li + li + li a{
        opacity: .31;
    }
    .list1w li a time,
    .list1w li a h3,
    .list1w li a:after{
        opacity: 1;
        transition: .5s;
    }
    .list1w li.swiper-slide-active a time,
    .list1w li.swiper-slide-active a h3,
    .list1w li.swiper-slide-active a:after{
        opacity: 1;
    }
}

@media (max-width: 1025px) {
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 h2 i{
        width: .3rem;
        height: .41rem;
        margin-left: .1rem;
    }
    .title001 h2 span{
        margin-left: -.13rem;
    }
    .title001 .more a{
        font-size: .14rem;
        line-height: .24rem;
        padding: 0 .1rem .04rem 0;
    }
    .index_s1 .left{
        width: 100%;
    }
    .index_s1 .left:after{
        left: -.1rem;
        bottom: -.1rem;
        display: none;
    }
    .index_s1 .left .img-box .pic{
        padding-top: 69.69%;
    }
    .list_box1 .hide .txt-box{
        position: relative;
        inset: 0;
        width: 100%;
        margin-left: 0;
        padding: 0 0 .1rem .1rem;
    }
    .list_box1 .hide .txt-box time{
        margin-right: .2rem;
    }
    .list_box1 .hide .txt-box p{
        margin-top: .1rem;
    }
    .list_box1 .hide .txt-box a{
        padding: .2rem;
    }
    .list_box1 .hide .txt-box:after{
        background: linear-gradient(180deg, #00A1DC 0%, #0068B7 100%);
        clip-path: polygon(9% 0, 100% 0, 100% calc(100% - .1rem),calc(100% - .1rem) 100%, 0 100%, 0 0);
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li .show .line_box .line{
        top: -.2rem;
        height: 0.46rem;
    }
    .list_box1 li .show time{
        margin-right: .1rem;
    }
    .list_box1 li + li{
        margin-top: .2rem;
    }
    .index_s1 .content {
        margin-top: 0.2rem;
    }
    .index_s1{
        padding: .4rem 0;
    }
    .index_s2 .left{
        width: 100%;
        padding: .2rem 0;
    }
    .index_s2 .tab-tit .li{
        font-size: .22rem;
        line-height: .3rem;
    }
    .index_s2 .tab-tit{
        margin-top: .15rem;
        gap: 0 .2rem;
        justify-content: center;
    }
    .index_s2 .tab-cont{
        margin-top: .2rem;
    }
    .list_box2 li a{
        height: .92rem;
        padding: 0 .2rem;
    }
    .list_box2 li time span{
        font-size: .3rem;
    }
    .list_box2 li time em{
        margin-top: .05rem;
    }
    .list_box2 li time{
        margin-right: .15rem;
    }
    .list_box2 li .line{
        margin-right: .15rem;
    }
    .list_box2 li + li{
        margin-top: .1rem;
    }
    .index_s2 .left:after{
        left: -15px;
        right: -15px;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .index_s2 .right .title001{
        margin-left: 0;
    }
    .index_s2 .right .con{
        padding: .2rem 0;
    }
    .list_box3 li a{
        height: .9rem;
    }
    .list1w li{
        height: auto;
    }
    .list1w a .pic{
        height: auto;
        padding-top: 61.75%;
    }
    .list1w a time span{
        font-size: .3rem;
    }
    .list1w a time em{
        margin-top: .05rem;
    }
    .list1w a time{
        width: .8rem;
        height: .8rem;
    }
    .list1wBox{
        padding-right: 0;
    }
    .index_s2 .right .bot{
        margin-top: .1rem;
    }
    .index_s2 .right .con:after{
        left: -15px;
        right: -15px;
        border-radius: .1rem 0 0 .1rem;
    }
    .index_s3 .left{
        width: 100%;
    }
    .list2wTxt li a{
        padding: .2rem .2rem .19rem;
    }
    .list2w{
        margin-top: .2rem;
    }
    .index_s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box4 li{
        width: 23.5%;
        margin: 0;
    }
    .list_box4 li a{
        height: .8rem;
        padding: 0 .1rem;
    }
    .list_box4 li .icon{
        width: .55rem;
        height: .55rem;
        margin-right: .1rem;
    }
    .list_box4 li h3{
        font-size: .2rem;
    }
    .list_box4 ul{
        gap: .2rem 2%;
        justify-content: center;
    }
    .home1{
        padding-bottom: .4rem;
    }
    .index_s4 .left{
        width: 100%;
    }
    .list3w a .pic{
        padding-top: 63.92%;
    }
    .list3w a h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list3w a p{
        font-size: .17rem;
        margin-top: .1rem;
    }
    .list3w a time{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .list3w a .txt{
        margin-top: .2rem;
    }
    .list3w .swiDots{
        bottom: 2rem;
    }
    .index_s4 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box5 li a .pic{
        padding-top: 69.05%;
    }
    .list_box5 li{
        width: 49%;
        margin: 0;
    }
    .list_box5 li:nth-child(2){
        border-radius: .1rem .1rem 0 0;
    }
    .list_box5 li:nth-child(3){
        border-radius: 0 0 .1rem .1rem ;
    }
    .list_box5 li.txtli .txt{
        padding: .3rem;
    }
    .list_box5 li a h2{
        bottom: .15rem;
    }
    .list_box5 ul{
        gap: .2rem 2%;
    }
    .list_box5{
        margin-top: .2rem;
    }
    .index_s4{
        padding: .4rem 0;
    }
    .list4w li a .pic{
        padding-top: 133.78%;
    }
    .list4w li a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list4w li a{
        padding: .1rem;
    }
    .list4w li:after{
        box-shadow: 0 0 .1rem rgba(0, 104, 183, 0.5899);
    }
    .list4wBox{
        padding: .2rem 0;
    }
    .list4w .btn a{
        width: .4rem;
        height: .4rem;
        background-size: .08rem;
    }
    .list4w .btnBox{
        margin-top: .1rem;
    }
    .list_box6 li .pic{
        padding-top: 52.47%;
    }
    .list_box6 li{
        width: 23.5%;
        margin: 0;
    }
    .list_box6 ul{
        gap: .2rem 2%;
    }
    .list_box6{
        margin-top: .2rem;
    }
    .index_s6{
        margin-top: .4rem;
    }
    .home2{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .list2w .ll{
        width: 100%;
    }
    .list2wBox a .pic{
        padding-top: 131.85%;
    }
    .list2w .rr{
        width: 100%;
    }
    .list2wTxt li a{
        padding: .2rem;
    }
    .list2wTxt li + li{
        margin-top: 0;
    }
    .list_box4 li{
        width: 32%;
    }
    .list_box5 li{
        width: 100%;
    }
    .list_box5 li:nth-child(1){
        order: 0;
    }
    .list_box5 li:nth-child(4){
        order: 1;
    }
    .list_box5 li:nth-child(2){
        order: 2;
    }
    .list_box5 li:nth-child(3){
        order: 4;
    }

    .list_box5 li.txtli a .pic{
        padding-top: inherit;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .list_box5 li.txtli .txt{
        position: relative;
        padding: .2rem;
    }
    .list_box5 li.txtli h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list_box5 li.txtli i{
        margin-top: .1rem;
    }
    .list_box5 li.txtli p{
        margin-top: .1rem;
    }
    .list_box6 li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .index_s2 .tab-tit{
        gap: .05rem 0;
    }
    .index_s2 .tab-tit .li{
        width: 50%;
        text-align: center;
    }
    .list_box4 li{
        width: 49%;
    }
}