@charset "utf-8";
body:not(.fp-viewing-page0) .header:after{
    height: 100%;
}

.section {overflow: hidden;}
.section .fp-tableCell {padding: 1rem 0 0}
.section.banner_box .fp-tableCell {padding: 0}

.svgPath{display: block}
.banner_box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
/*.banner .a:after{position: absolute;content: '';left: 0;right: 0;bottom:0;height: 28.54%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);}*/
.banner.on .swiper-slide-active .a .imgBox, .banner.on .swiper-slide-duplicate-active .a .imgBox, .banner.on .swiper-slide-prev .a .imgBox{ animation: sca 7s linear 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.banner .swiDots{
    bottom: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiDots span{
    display: block;
    width: .36rem;
    height: .35rem;
    margin: 0 0;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.banner .swiDots span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .09rem;
    height: .09rem;
    background: #FFFFFF;
    opacity: .6;
    border-radius: 50vw;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
.banner .swiDots span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/dots-1.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.banner .swiDots span.active:before{
    opacity: 0;
    visibility: hidden;
}
.banner .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
}
.banner .swiDots span.active{
    margin: 0 .02rem;
}

.title001 h2{
    font-size: .36rem;
    line-height: 1;
    color: #333333;
    font-weight: 600;
    display: flex;
    flex-shrink: 0;
    margin-right: .35rem;
}
.title001 h2 span{
    color: #003b9e;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #003b9e;
    line-height: .26rem;
    transition: all .5s;
}
.title001 .more a i{
    color: #000000;
}
.title001 .more a:hover{
    color: #b12619 !important;
}

.title001 .lines{
    position: relative;
    flex: 1;
    pointer-events: none;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.2);
}
.title001 .lines:before{
    position: absolute;
    content: '';
    right: 100%;
    bottom: 0;
    width: .16rem;
    height: .24rem;
    background: url("../images/cir-1.png") no-repeat 50%/100% 100%;
}
.title001 .lines:after{
    position: absolute;
    content: '';
    left: 100%;
    bottom: -.045rem;
    width: .09rem;
    height: .09rem;
    background: url("../images/cir-2.png") no-repeat 50%/100% 100%;
}

.index-s1 .left{
    width: 45%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 5.7rem;
}
.list1w a time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: .15rem;
}
.list1w a h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #FFFFFF;
    font-weight: 600;
    transition: all .5s;
}

.list1w a .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .3rem;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(180deg,transparent 0%,#000 100%);
}

.index-s1 .right{
    width: 53.75%;
}

.list-box1 li.liimg a{
    display: block;
    position: relative;
}
.list-box1 li.liimg .pic{
    padding-top: 2.75rem;
}
.list-box1 li.liimg .text{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .3rem;
    z-index: 5;
}
.list-box1 li.liimg h3{
    font-size: .22rem;
    line-height: .32rem;
    max-height: .64rem;
    color: #ffffff;
}
.list-box1 li.liimg time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: .15rem;
}
.list-box1 li.liimg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 56%;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
}
.list-box1 li.litxt a{
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0 .3rem;
}

.list-box1 li.litxt h3{
    font-size: .22rem;
    color: #122a7e;
    line-height: .32rem;
    height: .64rem;
    font-weight: 600;
    position: relative;
    transition: all .5s;
}
.list-box1 li.litxt time{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
    opacity: .6;
    margin-top: .2rem;
    transition: all .5s;
}
.list-box1 li.litxt p{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    margin-top: .2rem;
    transition: all .5s;
}
.list-box1 li.litxt:hover h3{
    color: #003b9e;
}
.list-box1 li:nth-child(-n+2){
    margin-top:0;
}
.list-box1 li.litxt:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .04rem;
    background: #122a7e no-repeat 50% 50%;
    background-size: cover;
    transition: height .5s;
}
.list-box1 li.litxt:hover h3,
.list-box1 li.litxt:hover time,
.list-box1 li.litxt:hover p{
    color: #FFFFFF;
}
.list-box1 li.litxt:hover:before{
    background-image: url("../images/s1-img-3.png");
    height: 100%;
}
.list-box1 li.litxt{
    background: #FFFFFF;
}
.list-box1 li{
    width: 48.37%;
    margin-top: .2rem;
    position: relative;
}
.list-box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s1 .content{
    margin-top: .64rem;
}
.index-s1{
    background: url("../images/index-s1.png") no-repeat center center/cover;
}
.list-box2 li{
    width: 31.25%;
    position: relative;
    margin: .4rem 0 0 3.125%;
    background: #ffffff;
    box-shadow: .005rem .008rem .41rem .046rem rgba(50, 50, 50, 0.1);
    overflow: hidden;
}
.list-box2 li:nth-child(-n+3){
    margin-top: 0;
}
.list-box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list-box2 li a{
    display: block;
    position: relative;
    padding: .64rem .65rem .92rem .47rem;
    z-index: 2;
}
.list-box2 li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #003b9e;
    font-weight: 600;
    transition: all .5s;
}
.list-box2 li time span{
    display: block;
    font-size: .3rem;
    margin-right: .09rem;
}
.list-box2 li h3{
    margin-top: .3rem;
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: all .5s;
}
.list-box2 li a .arrow img{
    display: block;
    width: .21rem;
}
.list-box2 li a .arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    width: .6rem;
    height: .6rem;
    background: #1d5ecb;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all .5s;
}
.list-box2 li .bg {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/s2-img-1.png') no-repeat center center/cover;
    z-index: 1;
    pointer-events: none;
}
.list-box2 li:hover time{
    color: #FFFFFF;
}
.list-box2 li:hover h3{
    color: #FFFFFF;
}
.list-box2 li:hover .arrow{
    background: #f4c95b;
}
.list-box2{
    margin-top: .84rem;
}

.index-s2{
    background: url("../images/index-s2.png") no-repeat center center/cover;
}
.index-s3 .top_l{
    width: 56.25%;
}
.list2w1 a{
    display: block;
}
.list2w1 a .pic{
    padding-top: 5.96rem;
}
.index-s3 .top_r{
    width: 43.75%;
    padding: 1.44rem 1.3rem 1.3rem 0;
    position: relative;
}
.list2w2 a{
    display: block;
    position: relative;
}
.list2w2 a h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #FFFFFF;
    font-weight: 700;
}
.list2w2 a p{
    font-size: .22rem;
    line-height: .32rem;
    color: #FFFFFF;
    -webkit-line-clamp: 3;
    height: .96rem;
    margin-top: .5rem;
}
.list2w2 a h5 i{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .14rem;
    background: url("../images/arrow-2.png") no-repeat 50%/100%;
    transition: all .5s;
}
.list2w2 a h5{
    margin-top: .86rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    width: 1.6rem;
    height: .5rem;
    color: #003b9e;
    background: #FFFFFF;
    border-radius: 50vw;
    transition: all .5s;
}
.list2w2 a h5:hover i{
    background-image: url("../images/arrow-1.png");
}
.list2w2 a h5:hover{
    color: #FFFFFF;
    background: #f4c95b;
}
.index-s3 .top_r:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: calc((100vw - 16rem) / -2);
    background: url("../images/s3-img-2.jpg") no-repeat bottom right/cover;
    pointer-events: none;
}
.index-s3 .top{
    flex-direction: row-reverse;
}
.list2w3 li .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 1.62rem;
    position: relative;
    z-index: 2;
}
.list2w3 li .item .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .65rem;
    height: .65rem;
}
.list2w3 li .item .ico svg{
    display: block;
    max-width: 100%;
    max-height: 100%;
    fill: #003b9e;
}
.list2w3 li .item h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    text-align: center;
    margin-top: .2rem;
    transition: all .5s;
}
.list2w3 li .item:before{
    position: absolute;
    content: '';
    left:0;
    top: 0;
    bottom: 0;
    width: .01rem;
    background: #1d5ecb;
    opacity: .1;
}
.list2w3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .2rem;
    bottom: 0;
    background: #f4c95b url("../images/s3-img-3.png") no-repeat bottom center/100% auto;
    box-shadow: 0 0 .2rem .03rem rgba(50, 50, 50, 0.43);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list2w3 li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: calc(100% - .2rem);
    border: .2rem solid transparent;
    border-bottom-color: #f4c95b;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
/*.list2w3 li.swiper-slide-thumb-active .item .ico svg{
    fill: #FFFFFF;
}*/
.list2w3 li.swiper-slide-thumb-active h3{
    color: #122a7e;
    font-weight: 600;
}
.list2w3 li.swiper-slide-thumb-active:before,
.list2w3 li.swiper-slide-thumb-active:after{
    opacity: 1;
    visibility: visible;
}

.list2w3 li{
    position: relative;
    padding-top: .2rem;
}
.index-s3 .bot:before{
    position: absolute;
    content: '';
    left: 50%;
    top: .2rem;
    bottom: 0;
    width: 100vw;
    background: #FFFFFF;
    transform: translateX(-50%);
    pointer-events: none;
}
.index-s3 .bot .btn{
    width: .4rem;
    height: .4rem;
    background: no-repeat 50% 50%;
    background-size: 100%;
    transition: all .5s;
    margin-top: .2rem;
}
.index-s3 .bot .prev{
    left: -.8rem;
    background-image: url("../images/prev-1.png");
}
.index-s3 .bot .next{
    right: -.8rem;
    background-image: url("../images/next-1.png");
}
.index-s3 .bot .prev:hover{
    background-image: url("../images/prev-2.png");
}
.index-s3 .bot .next:hover{
    background-image: url("../images/next-2.png");
}
.index-s3 .bot{
    position: relative;
    z-index: 5;
    margin-top: -.2rem;
}
.index-s3 .fp-tableCell{
    vertical-align: bottom;
}
.index-s3{
    background: url("../images/index-s3.png") no-repeat center center/cover;
}
.index-s4 .left{
    width: 48.75%;
}
.list-box3 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .19rem .2rem .19rem .6rem;
    transition: padding .5s;
}
.list-box3 li .h3{
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
.list-box3 li h3{
    flex: 1;
    font-size: .22rem;
    color: #333333;
    transition: all .5s;
}
.list-box3 li time{
    display: block;
    font-size: .18rem;
    color: rgba(18, 42, 126, 0.5);
    flex-shrink: 0;
    margin-left: .2rem;
}
.list-box3 li p{
    font-size: .18rem;
    line-height: .28rem;
    color: rgba(18, 42, 126, 0.6);
    height: .56rem;
}
.list-box3 li + li .desc{
    display: none;
}
.list-box3 li .spans{
    position: absolute;
    width: .18rem;
    height: .18rem;
    left: .2rem;
    top: .245rem;
    cursor: pointer;
    z-index: 5;
    transition: all .5s;
}
.list-box3 li .spans:before,
.list-box3 li .spans:after{
    position: absolute;
    content: '';
    background: #122a7e;
    transition: all .5s;
}
.list-box3 li .spans:before{
    left: 0;
    right: 0;
    top: 50%;
    height: .02rem;
    margin-top: -.01rem;
}
.list-box3 li .spans:after{
    left: 50%;
    top: 0;
    bottom: 0;
    width: .02rem;
    margin-left: -.01rem;
}
.list-box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .03rem;
    background: #122a7e;
}
.list-box3 li.active h3{
    color: #122a7e;
    font-weight: 600;
}
.list-box3 li.active .h3{
    margin-bottom: .14rem;
}
.list-box3 li.active .spans{
    top: .3rem
}
.list-box3 li.active .spans:after{
    transform: rotate(90deg);
}
.list-box3 li.active a{
    padding-top: .24rem;
    padding-bottom: .24rem;
}
.list-box3 li.active:before{
    animation: o-upfade-right .5s forwards ;
}
.list-box3 li + li{
    margin-top: .23rem;
}
.list-box3 li{
    position: relative;
    background: #FFFFFF;
}
.list-box3{
    margin-top: .5rem;
}
.index-s4 .right{
    width: 48.75%;
}
.index-s4{
    background: url("../images/index-s4.png") no-repeat bottom center/cover;
}

.index-s5 .add-list{
    margin-top: .5rem;
    padding: 0 .28rem;
padding: 0 .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.index-s5 .add-list .li h3{
    font-size: .22rem;
    line-height: 1;
    color: #122a7e;
    font-weight: 600;
    padding-left: .2rem;
    position: relative;
    margin-bottom: .25rem;
}
.index-s5 .add-list .li h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #122a7e;
}
.index-s5 .add-list .li h5{
    font-size: .18rem;
    line-height: .3rem;
    color: rgba(51, 51, 51, 0.8);
    padding-left: .2rem;
}
.index-s5 .add-list .line{
    width: .01rem;
    height: .98rem;
    background: #1d5ecb;
    opacity: .1;
    margin: 0 .56rem;
margin: 0 .15rem;
}
.index-s5 .content{
    padding: .39rem .4rem .55rem;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: .005rem .008rem .41rem .046rem rgba(50, 50, 50, 0.1);
}
.index-s5 .fp-tableCell{
    padding: .9rem 0 1.2rem;
}

.index-s5{
    background: url("../images/index-s5.png") no-repeat bottom center;
    background-size: 100% 100%;
}
.section_last .fp-tableCell,
.section_last {
    display: block !important;
    height: auto !important;
    padding-top: 0;
    overflow: visible;
}


@media (min-width: 1025px) {
    .list2w1{
        width: calc(100% + (100vw - 16rem) / 2);
        margin-right: calc(-(100vw - 16rem) / 2);
        box-shadow: 0 0 .2rem .03rem rgba(50, 50, 50, 0.47);
    }
    .list-box3 li .hide time,
    .list-box3 li .hide h3,
    .list-box3 li .hide p{
        opacity: 0;
    }
    .list-box3 li.active .hide time,
    .list-box3 li.active .hide h3,
    .list-box3 li.active .hide p{
        animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    .list-box3 li.active .hide h3{
        animation-delay: .2s;
    }
    .list-box3 li.active .hide p{
        animation-delay: .25s;
    }
.index-s4.on [data-aos^=fade][data-aos^=fade],
    .index-s5.on [data-aos^=fade][data-aos^=fade]{
        opacity: 1;
        transform: translateZ(0);
        pointer-events: auto;
    }
}

@media (max-width: 1199px) {
    .index-s3 .top_r:before{
        left: -15px;
    }
}
@media (max-width: 1025px) {
    .section:not(.banner_box,.index-s3,.section_last){
        padding: .5rem 0;
    }
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner .swiDots span{
        width: .24rem;
        height: .24rem;
    }
    .banner .swiDots span:before{
        width: .07rem;
        height: .07rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 h2{
        font-size: .28rem;
        margin-right: .25rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 62%;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list1w a time{
        margin-top: .05rem;
    }
    .list1w a .text{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list-box1 li.liimg .pic{
        padding-top: 30vw;
    }
    .list-box1 li.liimg time{
        margin-top: .05rem;
    }
    .list-box1 li.liimg h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list-box1 li.liimg .text{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list-box1 li.litxt a{
        height: 30vw;
        padding: 0 .2rem;
    }
    .list-box1 li{
        width: 49%;
        margin-top: 0;
    }
    .list-box1{
        gap: .2rem 2%;
    }
    .index-s1 .content{
        margin-top: .25rem;
    }
    .list-box2 li a{
        padding: .2rem .2rem .4rem;
    }
    .list-box2 li time span{
        font-size: .25rem;
        margin-right: .05rem;
    }
    .list-box2 li time{
        font-size: .16rem;
    }
    .list-box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .list-box2 li a .arrow img{
        width: .12rem;
    }
    .list-box2 li a .arrow{
        width: .35rem;
        height: .35rem;
    }
    .list-box2 li:hover .bg{
        left: 0;
    }
    .list-box2 li{
        width: 32%;
        margin: 0;
    }
    .list-box2 ul{
        gap: .2rem 2%;
    }
    .list-box2{
        margin-top: .25rem;
    }
    .index-s2{
        padding-top: 0 !important;
    }
    .index-s3 .top_l{
        width: 100%;
    }
    .list2w1 a .pic{
        padding-top: 56.23%;
    }
    .index-s3 .top_r{
        width: 100%;
        padding: .2rem;
    }
    .list2w2 a h3{
        font-size: .22rem;
        line-height: .32rem;
    }
    .list2w2 a p{
        font-size: .18rem;
        line-height: .28rem;
        height: .84rem;
        margin-top: .05rem;
    }
    .list2w2 a h5 i{
        width: .12rem;
        height: .12rem;
        margin-left: .1rem;
    }
    .list2w2 a h5{
        font-size: .16rem;
        width: 1.3rem;
        height: 0.4rem;
        margin-top: .1rem;
    }
    .index-s3 .top_r:before{
        left: 0;
    }
    .list2w3 li .item .ico{
        width: 35rem;
        height: .35rem;
    }
    .list2w3 li .item h3{
        margin-top: .1rem;
    }
    .list2w3 li:after{
        border-width: .1rem;

    }
    .list2w3 li{
        padding-top: .1rem;
    }
    .index-s3 .bot .btn{
        width: .35rem;
        height: .35rem;
        margin-top: .1rem;
    }
    .index-s3 .bot .next{
        right: -15px;
    }
    .index-s3 .bot .prev{
        left: -15px;
    }
    .index-s3 .bot:before{
        width: 100%;
    }
    .index-s4 .left{
        width: 100%;
    }
    .list-box3 li h3{
        font-size: .2rem;
    }
    .list-box3 li .h3{
        height: .3rem;
    }
    .list-box3 li a{
        padding: .15rem .2rem .15rem .4rem;
    }
    .list-box3 li .spans{
        left: 0.15rem;
        top: .22rem;
        width: .15rem;
        height: .15rem;
    }
    .list-box3 li.active .h3{
        margin-bottom: .1rem;
    }
    .list-box3 li.active a{
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .list-box3 li.active .spans{
        top: .22rem;
    }
    .list-box3 li + li{
        margin-top: .15rem;
    }
    .list-box3{
        margin-top: .25rem;
    }
    .index-s4 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index-s5 .add-list{
        padding: 0 ;
        margin-top: .25rem;
        justify-content: flex-start;
        gap: .2rem;
    }

    .index-s5 .add-list .li h3{
        font-size: .2rem;
        margin-bottom: .1rem;
        padding-left: .1rem;
    }
    .index-s5 .add-list .li h5{
        font-size: .16rem;
        line-height: .24rem;
        padding-left: .1rem;
    }
    .index-s5 .add-list .line{
        display: none;
    }
    .index-s5 .content{
        padding: .25rem .2rem;
    }
    .index-s5{
        padding-top: 0 !important;
    }
}
@media (max-width: 769px) {
    .list-box2 li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .list-box1 li{
        width: 100%;
    }
    .list-box1 li.liimg .pic {
        padding-top: 61vw;
    }
    .list-box1 li.litxt time,
    .list-box1 li.litxt p{
        margin-top: .1rem;
    }
    .list-box1 li.litxt a{
        height: auto;
        padding: .2rem;
    }
    .list-box1 li:nth-child(1){
        order: 0;
    }
    .list-box1 li:nth-child(2){
        order: 1;
    }
    .list-box1 li:nth-child(3){
        order: 3;
    }
    .list-box1 li:nth-child(4){
        order: 2;
    }
    .list-box2 li{
        width: 100%;
    }
    .list2w3 li .item{
        height: 1.32rem;
    }
}