@keyframes lineAnimate {
    100% {
        width: 100%
    }
}

.news1 {
    padding: 93px 0 50px
}
.news1 .cut {
    display: flex;
    border-bottom: 1px solid #F0F0F0;
    gap: 65px;
    margin: 0 0 100px
}

.news1 .cut .list {
    padding: 0 0 36px;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    position: relative;
    transition: .6s ease;
    cursor: pointer
}

.news1 .cut .list:hover, .news1 .cut .list.on {
    color: var(--color)
}

.news1 .cut .list:hover:after, .news1 .cut .list.on:after {
    transform: scaleX(1)
}

.news1 .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--color);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease
}

.news1 .content {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    gap: 25px;
}


.news1 .content .lSwiper {
    width: 100%;
    height: 370px;
    border-radius: 10px;
    overflow: hidden
}
.news1 .content .right .r{
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 21px;
    height: 100%;
}
.news1 .content .right .r .flex .matter .time{
    margin: 0 0 10px;
}
.news1 .content .right .r .flex .matter .p2{
    margin: 0 0 10px;
}
.news1 .content .right .r .flex .matter{
    pointer-events: auto!important;
    opacity: 1!important;
}
.news1 .content .right .r .flex .matter *{
    opacity: 1!important;
    transform: translateY(0) !important;
}
.news1 .content .right .r .flex{
    background: #F9F9F9;
    padding: 0 62px;
    margin: 0;
    height: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news1 .content .right .r .flex:hover .matter .p1{
    color: var(--color);
}

.news1 .content .right .r .flex .matter .p1{
    transition: .6s ease;
}

.news1 .content .lSwiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px
}

.news1 .content .lSwiper .swiper-slide a:hover img {
    transform: scale(1.05)
}

.news1 .content .lSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .content .r {
    width: 709px;
    padding:30px;
}
.news1 .content .left{
    background: #F9F9F9;
    width: 691px;
}
.news1 .content .r .flex {
    position: relative;
    margin: 0 0 20px
}

.news1 .content .r .flex .matter {
    position: relative;
    width: 100%;
    pointer-events: none
}

.news1 .content .r .flex .matter.on {
    pointer-events: auto
}

.news1 .content .r .flex .matter.on .time, .news1 .content .r .flex .matter.on .p1, .news1 .content .r .flex .matter.on .p2, .news1 .content .r .flex .matter.on .more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.news1 .content .r .flex .matter.on .p1 {
    transition-delay: 400ms
}

.news1 .content .r .flex .matter.on .p2 {
    transition-delay: 500ms
}

.news1 .content .r .flex .matter.on .more {
    transition-delay: 600ms
}

.news1 .content .r .flex .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .content .r .flex .matter .time {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .content .r .flex .matter .p1 {
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    margin: 0 0 7px;
    opacity: 0;
    transform: translateY(20px);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity 300ms, transform 600ms 400ms
}

.news1 .content .r .flex .matter .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    -webkit-line-clamp: 1;
    margin: 0 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 500ms
}

.news1 .content .r .flex .matter .more {
    width: 50px;
    height: 24px;
    background: #0090D5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 600ms
}

.news1 .content .r .flex .matter .more .iconfont {
    font-size: 16px;
    color: #fff
}

.news1 .content .r .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 70px 0 0 0
}

.news1 .content .r .swiper-pagination span {
    width: 20px;
    height: 4px;
    background: #C0C0C0;
    opacity: 1 !important;
    transition: .6s ease;
    margin: 0 8px 0 0 !important;
    border-radius: 2px;
    position: relative
}

.news1 .content .r .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    left: 0;
    top: 0;
    background: var(--color)
}

.news1 .content .r .swiper-pagination span.swiper-pagination-bullet-active {
    width: 32px
}

.news1 .content .r .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: lineAnimate 5s linear forwards
}

.news1 .content .r .swiper-pagination span:last-child {
    margin: 0 !important
}

.news1 .content2 {
    margin: 94px 0 0 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 51px 55px
}

.news1 .content2 .item {
    width: 430px;
    height: 558px;
    background: #F8F8F8;
    border-radius: 12px
}

.news1 .content2 .item:hover .img img {
    transform: scale(1.05)
}

.news1 .content2 .item:hover .text .p1 {
    color: var(--color)
}

.news1 .content2 .item .img {
    border-radius: 12px;
    overflow: hidden;
    height: 300px
}

.news1 .content2 .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .content2 .item .text {
    padding: 47px 42px 0 35px
}

.news1 .content2 .item .text .time {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 18px
}

.news1 .content2 .item .text .p1 {
    width: 353px;
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 40px;
    transition: 1s
}

.news1 .content2 .item .text .more {
    width: 50px;
    height: 24px;
    background: #0090D5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.news1 .content2 .item .text .more .iconfont {
    font-size: 16px;
    color: #fff
}

.newsInfo1 {
    padding: 177px 0 154px
}

.newsInfo1 .w1400 {
    display: flex;
    justify-content: space-between
}

.newsInfo1 .w1400 .r {
    margin: 230px 0 0 0;
    width: 281px;
    height: fit-content
}

.newsInfo1 .w1400 .r .item {
    display: block
}

.newsInfo1 .w1400 .r .item:hover .img img {
    transform: scale(1.05)
}

.newsInfo1 .w1400 .r .item:hover .text .p1 {
    color: var(--color)
}

.newsInfo1 .w1400 .r .item:not(:last-child) {
    margin: 0 0 48px
}

.newsInfo1 .w1400 .r .item .img {
    height: 197px;
    border-radius: 10px;
    overflow: hidden
}

.newsInfo1 .w1400 .r .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.newsInfo1 .w1400 .r .item .text {
    margin: 20px 0 0 0
}

.newsInfo1 .w1400 .r .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin: 0 0 13px
}

.newsInfo1 .w1400 .r .item .text .p1 {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    transition: .6s ease
}

.newsInfo1 .w1400 .l {
    width: 900px
}

.newsInfo1 .w1400 .l .back {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 44px
}

.newsInfo1 .w1400 .l .back .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0090D5;
    margin: 0 9px 0 0
}

.newsInfo1 .w1400 .l .back .circle .iconfont {
    font-size: 12px;
    color: #fff;
    transform: rotate(180deg)
}

.newsInfo1 .w1400 .l .back p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A
}

.newsInfo1 .w1400 .l .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 34px
}

.newsInfo1 .w1400 .l .time {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    margin: 0 0 16px
}

.newsInfo1 .w1400 .l .line {
    width: 100%;
    height: 1px;
    background: #E8E8E8
}

.newsInfo1 .w1400 .l .content {
    margin: 48px 0 0 0
}

.newsInfo1 .w1400 .l .content p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px
}

.newsInfo1 .w1400 .l .content p img {
    height: fit-content
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 4.84375vw 0px 2.6041666667vw;
    }
    .news1 .cut{
        gap: 3.3854166667vw;
        margin: 0px 0px 5.2083333333vw;
    }
    .news1 .cut .list{
        padding: 0px 0px 1.875vw;
        font-size: 0.8333333333vw;
    }
    .news1 .cut .list::after{
        height: 0.1041666667vw;
    }
    .news1 .content{
        border-radius: 0.5208333333vw;
        gap: 1.3020833333vw;
    }
    .news1 .content .lSwiper{
        height: 19.2708333333vw;
        border-radius: 0.5208333333vw;
    }
    .news1 .content .right .r{
        gap: 1.09375vw;
    }
    .news1 .content .right .r .flex .matter .time{
        margin: 0px 0px 0.5208333333vw;
    }
    .news1 .content .right .r .flex .matter .p2{
        margin: 0px 0px 0.5208333333vw;
    }
    .news1 .content .right .r .flex{
        padding: 0px 3.2291666667vw;
    }
    .news1 .content .lSwiper .swiper-slide a{
        border-radius: 1.0416666667vw;
    }
    .news1 .content .r{
        width: 36.9270833333vw;
        padding: 1.5625vw;
    }
    .news1 .content .left{
        width: 35.9895833333vw;
    }
    .news1 .content .r .flex{
        margin: 0px 0px 1.0416666667vw;
    }
    .news1 .content .r .flex .matter .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .p1{
        font-size: 1.1458333333vw;
        margin: 0px 0px 0.3645833333vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .p2{
        font-size: 0.8333333333vw;
        line-height: 1.40625vw;
        margin: 0px 0px 1.3020833333vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .more{
        width: 2.6041666667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .news1 .content .r .swiper-pagination{
        margin: 3.6458333333vw 0px 0px;
    }
    .news1 .content .r .swiper-pagination span{
        width: 1.0416666667vw;
        height: 0.2083333333vw;
        border-radius: 0.1041666667vw;
        margin: 0px 0.4166666667vw 0px 0px !important;
    }
    .news1 .content .r .swiper-pagination span::after{
        border-radius: 0.2604166667vw;
    }
    .news1 .content .r .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.6666666667vw;
    }
    .news1 .content2{
        margin: 4.8958333333vw 0px 0px;
        gap: 2.65625vw 2.8645833333vw;
    }
    .news1 .content2 .item{
        width: 22.3958333333vw;
        height: 29.0625vw;
        border-radius: 0.625vw;
    }
    .news1 .content2 .item .img{
        border-radius: 0.625vw;
        height: 15.625vw;
    }
    .news1 .content2 .item .text{
        padding: 2.4479166667vw 2.1875vw 0px 1.8229166667vw;
    }
    .news1 .content2 .item .text .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.9375vw;
    }
    .news1 .content2 .item .text .p1{
        width: 18.3854166667vw;
        font-size: 1.1458333333vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .news1 .content2 .item .text .more{
        width: 2.6041666667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
    }
    .news1 .content2 .item .text .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .newsInfo1{
        padding: 9.21875vw 0px 8.0208333333vw;
    }
    .newsInfo1 .w1400 .r{
        margin: 11.9791666667vw 0px 0px;
        width: 14.6354166667vw;
    }
    .newsInfo1 .w1400 .r .item:not(:last-child){
        margin: 0px 0px 2.5vw;
    }
    .newsInfo1 .w1400 .r .item .img{
        height: 10.2604166667vw;
        border-radius: 0.5208333333vw;
    }
    .newsInfo1 .w1400 .r .item .text{
        margin: 1.0416666667vw 0px 0px;
    }
    .newsInfo1 .w1400 .r .item .text .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.6770833333vw;
    }
    .newsInfo1 .w1400 .r .item .text .p1{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .newsInfo1 .w1400 .l{
        width: 46.875vw;
    }
    .newsInfo1 .w1400 .l .back{
        margin: 0px 0px 2.2916666667vw;
    }
    .newsInfo1 .w1400 .l .back .circle{
        width: 1.3020833333vw;
        height: 1.3020833333vw;
        margin: 0px 0.46875vw 0px 0px;
    }
    .newsInfo1 .w1400 .l .back .circle .iconfont{
        font-size: 0.625vw;
    }
    .newsInfo1 .w1400 .l .back p{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .w1400 .l .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.7708333333vw;
    }
    .newsInfo1 .w1400 .l .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .newsInfo1 .w1400 .l .content{
        margin: 2.5vw 0px 0px;
    }
    .newsInfo1 .w1400 .l .content p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .news1{
        padding: 30px 0 30px 0;
    }
    .news1 .cut .list{
        font-size: 14px;
        padding: 0 0 12px;
    }
    .news1 .cut{
        gap: 20px;
        margin: 0 0 35px;
    }
    .news1 .content{
        height: auto;
        border-radius: 10px;
        flex-direction: column;
    }
    .news1 .content .lSwiper{
        width: 100%;
        height: 210px;
        border-radius: 10px;
    }
    .news1 .content .lSwiper .swiper-slide a{
        border-radius: 10px;
    }
    .news1 .content .r{
        width: 100%;
        padding: 20px 5%;
    }
    .news1 .content .r .flex .matter .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .news1 .content .r .flex .matter .p1{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .news1 .content .r .flex .matter .p2{
        font-size: 13px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .news1 .content .r .flex .matter .more{
        width: fit-content;
        height: 25px;
        padding: 0 20px;
        border-radius: 15px;
    }
    .news1 .content .r .flex .matter .more .iconfont{
        font-size: 13px;
    }
    .news1 .content .r .swiper-pagination{
        margin: 20px 0 0 0;
    }
    .news1 .content .r .swiper-pagination span.swiper-pagination-bullet-active{
        width: 40px;
    }
    .news1 .content .r .swiper-pagination span{
        width: 20px;
        height: 3px;
        border-radius: 4px;
        margin: 0 8px 0 0 !important;
    }
    .news1 .content .r .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .news1 .content2{
        margin: 25px 0 0 0;
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .news1 .content2 .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .news1 .content2 .item .img{
        border-radius: 10px;
        height: auto;
    }
    .news1 .content2 .item .text{
        padding: 25px 5%;
    }
    .news1 .content2 .item .text .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .news1 .content2 .item .text .p1{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .news1 .content2 .item .text .more{
        width: fit-content;
        height: 25px;
        padding: 0 20px;
        border-radius: 15px;
    }
    .news1 .content2 .item .text .more .iconfont{
        font-size: 13px;
    }

    .newsInfo1{
        padding: 80px 0 30px;
    }
    .newsInfo1 .w1400 .l .back .circle{
        width: 25px;
        height: 25px;
        margin: 0 8px 0 0;
    }
    .newsInfo1 .w1400 .l .back .circle .iconfont{
        font-size: 12px;
    }
    .newsInfo1 .w1400 .l .back p{
        font-size: 13px;
    }
    .newsInfo1 .w1400{
        flex-direction: column;
    }
    .newsInfo1 .w1400 .l .back{
        margin: 0 0 30px;
    }
    .newsInfo1 .w1400 .l{
        width: 100%;
    }
    .newsInfo1 .w1400 .l .title{
        font-size: 20px;
        margin: 0 0 15px;
    }

    .newsInfo1 .w1400 .l .time{
        font-size: 12px;
        margin: 0 0 20px;
    }
    .newsInfo1 .w1400 .l .content{
        margin: 20px 0 0 0;
    }
    .newsInfo1 .w1400 .l .content p{
        font-size: 13px;
        line-height: 25px;
    }
    .newsInfo1 .w1400 .r{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .newsInfo1 .w1400 .r .item:not(:last-child) {
        margin: 0px 0px 25px;
    }
    .newsInfo1 .w1400 .r .item .img{
        height: auto;
    }
    .newsInfo1 .w1400 .r .item .text{
        margin: 20px 0 0 0;
    }
    .newsInfo1 .w1400 .r .item .text .time{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .newsInfo1 .w1400 .r .item .text .p1{
        font-size: 16px;
        line-height: 25px;
    }
    .news1 .content .right{
        margin: 20px 0 0 0;
    }
    .news1 .content .right .r{
        gap: 20px;
    }
    .news1 .content .right .r .flex{
        padding: 20px;
        height: auto;
        max-height: unset;
    }

    .news1 .content .left{
        width: 100%;
    }
}
