<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banImg::after{
    background: none;
}
.banImg .imgBg{
    background-position: center bottom;
}
.banText{
    justify-content: flex-start;
    padding-bottom: 0;
}
.banTech .swiper-slide .imgBg {
    animation: banAni 10s 1 alternate forwards;
}
.mnewslist{
    display: none;
}
.mload-more{
    font-size: 0;
    height: .4rem;
    background: url(../../detail/images/news/c-d.png) center center no-repeat;
    background-size: .4rem;
}
@media (min-width: 1025px) and (max-width: 1688px){
    .top-shadowtext{
        font-size: 14px;
    }
}
@media screen and (max-width: 1600px) {
    .top-shadowtext{
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    .top-shadowtext{
        padding: 0 5%;
    }
}
@media screen and (max-width: 1024px) {
    .top-shadowtext{
        font-size: .24rem;
    }
    .position-relative.swicth{
        display: none;
    }
    .mnewslist{
        display: block;
        max-width: 5.4rem;
        margin: 0 auto;
    }
    .no-more,
    .mload-more{
        text-align: center;
        font-size: .24rem;
        line-height: 1.6;
        cursor: pointer;
    }
}

@media screen and (max-width: 767px) {
    .banTech .banText {
        justify-content: flex-start;
        padding: 0;
    }
    .banTech .banText .wrap {
        padding: 0 15px;
    }
    .banTech .swiper-slide .imgBg{
        background-position: 25% bottom;
    }
    .newslist-wrap .big-tit{
        margin: 0.64rem 0;
    }
    .top-shadowtext{
        top: 2.1rem;
    }
    .top-shadowtext .wrap {
        padding: 0 1.1rem;
    }

    .top-shadowtext h2 {
        font-size: 1rem;
        margin: .5rem 0 .12rem;
    }
    .top-shadowtext p{
        font-size: .28rem;
        line-height: 1.6;
    }
    .top-more{
        font-size: .3rem;
    }
    .big-tit .cg_tit{
        font-size: .46rem;
    }
    .mnewslist{
        max-width: 100%;
    }
    .newslist-one .top-shadowtext p {
        font-size: .2rem;
        line-height: 0.3rem;
    }

    .newslist-one .top-shadowtext a {
        font-size: .24rem;
        display: inline-block;
        width: auto;
        line-height: .47rem;
        padding-right: .7rem;
        position: relative;
        margin-top: 0.3rem;
    }
    .top-more i{
        width: 0.47rem;
        height: 0.47rem;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        background-image: url(../../images/arrow.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        margin-top: -2px;
        margin-left: .3rem;
        transition: all .3s;
    }
    .newslist-one .top-shadowtext a::after {
        content: "";
        display: block;
        width: 0.47rem;
        height: 0.47rem;
        border: 1px solid #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: url(../../detail/images/news/Vector.png) no-repeat center;
        background-size: .2rem;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

    .swiper-container {
        width: auto;
        max-width: none;
    }

    .newslist-item,
    .swiper-slide {
        padding: 0;
    }

    .newslist-item{
        margin-bottom: 0.77rem;
        overflow: hidden;
    }

    .newslist-item .cover {
        padding-bottom: 47%;
    }
    .newslist-item&gt;a{
        margin-bottom: 0.36rem;
    }
    .newslist-item p a{
        color: #3f3f3f;
    }
    .newslist-item &gt; p:nth-child(2) a{
        color: #8f8f8f;
    }
    .newslist-item:nth-child(odd)&gt;a {
        transform: skew(-15deg) translateX(1.48rem);
        -webkit-transform: skew(-15deg) translateX(1.48rem);
        -moz-transform: skew(-15deg) translateX(1.48rem);
        -ms-transform: skew(-15deg) translateX(1.48rem);
        -o-transform: skew(-15deg) translateX(1.48rem);
}

    .newslist-item:nth-child(even)&gt;a {
        transform: skew(-15deg) translateX(-1.48rem);
        -webkit-transform: skew(-15deg) translateX(-1.48rem);
        -moz-transform: skew(-15deg) translateX(-1.48rem);
        -ms-transform: skew(-15deg) translateX(-1.48rem);
        -o-transform: skew(-15deg) translateX(-1.48rem);
}

    .newslist-item:nth-child(odd) {
        text-align: right;
        /* padding: 0 0 0 0.9rem; */
    }

    .newslist-item:nth-child(even) {
        /* text-align: right; */
        /* padding: 0 1rem; */
        /* padding: 0 0 0 0.9rem; */
    }

    .newslist-item p{
        margin-left: 0;
        line-height: 0.38rem;
        margin-bottom: .02rem;
    }
    .newslist-item:nth-child(odd) p{
        margin-right: 1.1rem;
        width: 4.65rem;
        float: right;
    }
    .newslist-item:nth-child(even) p{
        margin-left: 1.1rem;
        width: 4.65rem;
        float: left;
    }

    .load-more{
        font-size: 0;
        height: .4rem;
        background: url(../../detail/images/news/c-d.png) no-repeat center;
        background-size: .4rem;
    }
    .newslist-item span,
    .newslist-item p a{
        font-size: .3rem;
        line-height: 1.6;
    }
}</pre></body></html>