@keyframes lineAnimate {
    100% {
        width: 100%
    }
}

.news1 {
    padding: 100px 0 120px;
    background: #FAFAFC
}

.news1 .content {
    display: flex;
    height: 460px;
    border-radius: 10px;
    overflow: hidden
}

.news1 .content .lSwiper {
    width: 50%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.news1 .content .lSwiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.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: 50%;
    padding: 80px 79px 0 64px;
    background: #FFFFFF
}

.news1 .content .r .flex {
    position: relative;
    margin: 0 0 65px
}

.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 .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 .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 400ms
}

.news1 .content .r .flex .matter .p2 {
    width: 547px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    -webkit-line-clamp: 3;
    margin: 0 0 56px;
    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 {
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 600ms
}

.news1 .content .r .flex .matter .more .circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color)
}

.news1 .content .r .flex .matter .more .circle .iconfont {
    font-size: 13px;
    color: #fff
}

.news1 .content .r .flex .matter .more p {
    margin: 0 0 0 10px;
    color: var(--color);
    font-size: 16px
}

.news1 .content .r .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 60px 0 0 0
}

.news1 .content .r .swiper-pagination span {
    width: 15px;
    height: 6px;
    background: #E3E3E9;
    opacity: 1 !important;
    transition: .6s ease;
    margin: 0 10px 0 0 !important;
    border-radius: 5px;
    position: relative
}

.news1 .content .r .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    left: 0;
    top: 0;
    background: #D2292E
}

.news1 .content .r .swiper-pagination span.swiper-pagination-bullet-active {
    width: 48px
}

.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 {
    border-top: 1px solid #E3E6EC;
    margin: 70px 0 60px 0;
    padding: 70px 0 0 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 60px
}

.news1 .content2 .item {
    width: 440px;
    height: 465px;
    background: #FFFFFF;
    border-radius: 10px
}

.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: 10px;
    overflow: hidden;
    height: 270px
}

.news1 .content2 .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .content2 .item .text {
    padding: 29px 30px
}

.news1 .content2 .item .text .p1 {
    width: 371px;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 40px;
    transition: 1s
}

.news1 .content2 .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.newsInfo1 {
    padding: 121px 0 52px 0
}

.newsInfo1 .top {
    display: flex;
    justify-content: space-between
}

.newsInfo1 .top .brand {
    display: flex;
    align-items: center
}

.newsInfo1 .top .brand a {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: .6s ease
}

.newsInfo1 .top .brand a:last-child, .newsInfo1 .top .brand a:hover {
    color: #D2292E
}

.newsInfo1 .top .brand .iconfont {
    color: #999999;
    font-size: 12px;
    margin: 0 5px
}

.newsInfo1 .top .back {
    width: 100px;
    height: 40px;
    background: #264083;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center
}

.newsInfo1 .top .back .iconfont {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 10px 0 0
}

.newsInfo1 .top .back p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.newsInfo1 .content {
    width: 1200px;
    margin: 100px auto 0;
    border-top: 1px solid #E3E6EC;
    padding: 0 0 91px
}

.newsInfo1 .content .title {
    text-align: center;
    margin: 35px 0 0 0
}

.newsInfo1 .content .title .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 17px
}

.newsInfo1 .content .title .time {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC
}

.newsInfo1 .content .flex {
    margin: 60px 0 0 0
}

.newsInfo1 .content .flex p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px
}

.newsInfo1 .content2 {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 40px 200px 0 40px;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .content2:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #E3E6EC;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.newsInfo1 .content2 .list {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    transition: .6s ease
}

.newsInfo1 .content2 .list:hover {
    color: var(--color)
}

.newsInfo1 .content2 .list span {
    color: #CCCCCC
}

.newsInfo1 .content .flex p img{
    height: auto;
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 5.2083333333vw 0px 6.25vw;
    }
    .news1 .content{
        height: 23.9583333333vw;
        border-radius: 0.5208333333vw;
    }
    .news1 .content .lSwiper{
        border-radius: 0.5208333333vw;
    }
    .news1 .content .lSwiper .swiper-slide a{
        border-radius: 0.5208333333vw;
    }
    .news1 .content .r{
        padding: 4.1666666667vw 4.1145833333vw 0px 3.3333333333vw;
    }
    .news1 .content .r .flex{
        margin: 0px 0px 3.3854166667vw;
    }
    .news1 .content .r .flex .matter .p1{
        font-size: 1.25vw;
        margin: 0px 0px 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .p2{
        width: 28.4895833333vw;
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        margin: 0px 0px 2.9166666667vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .more{
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .more .circle{
        width: 1.25vw;
        height: 1.25vw;
    }
    .news1 .content .r .flex .matter .more .circle .iconfont{
        font-size: 0.6770833333vw;
    }
    .news1 .content .r .flex .matter .more p{
        margin: 0px 0px 0px 0.5208333333vw;
        font-size: 0.8333333333vw;
    }
    .news1 .content .r .swiper-pagination{
        margin: 3.125vw 0px 0px;
    }
    .news1 .content .r .swiper-pagination span{
        width: 0.78125vw;
        height: 0.3125vw;
        border-radius: 0.2604166667vw;
        margin: 0px 0.5208333333vw 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: 2.5vw;
    }
    .news1 .content2{
        margin: 3.6458333333vw 0px 3.125vw;
        padding: 3.6458333333vw 0px 0px;
        gap: 3.125vw;
    }
    .news1 .content2 .item{
        width: 22.9166666667vw;
        height: 24.21875vw;
        border-radius: 0.5208333333vw;
    }
    .news1 .content2 .item .img{
        border-radius: 0.5208333333vw;
        height: 14.0625vw;
    }
    .news1 .content2 .item .text{
        padding: 1.5104166667vw 1.5625vw;
    }
    .news1 .content2 .item .text .p1{
        width: 19.3229166667vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .news1 .content2 .item .text .time{
        font-size: 0.7291666667vw;
    }
    .newsInfo1{
        padding: 6.3020833333vw 0px 2.7083333333vw;
    }
    .newsInfo1 .top .brand a{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .top .brand .iconfont{
        font-size: 0.625vw;
        margin: 0px 0.2604166667vw;
    }
    .newsInfo1 .top .back{
        width: 5.2083333333vw;
        height: 2.0833333333vw;
        border-radius: 1.1979166667vw;
    }
    .newsInfo1 .top .back .iconfont{
        font-size: 0.8854166667vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }
    .newsInfo1 .top .back p{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .content{
        width: 62.5vw;
        margin: 5.2083333333vw auto 0px;
        padding: 0px 0px 4.7395833333vw;
    }
    .newsInfo1 .content .title{
        margin: 1.8229166667vw 0px 0px;
    }
    .newsInfo1 .content .title .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 0.8854166667vw;
    }
    .newsInfo1 .content .title .time{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .content .flex{
        margin: 3.125vw 0px 0px;
    }
    .newsInfo1 .content .flex p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .newsInfo1 .content2{
        width: 62.5vw;
        padding: 2.0833333333vw 10.4166666667vw 0px 2.0833333333vw;
    }
    .newsInfo1 .content2 .list{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
}

@media screen and (max-width: 1024px) {
    .news1{
        padding: 40px 0;
    }
    .news1 .content{
        height: auto;
        flex-direction: column;
        align-items: unset;
    }
    .news1 .content .lSwiper{
        width: 100%;
        border-radius: 10px;
    }
    .news1 .content .r{
        width: 100%;
        padding: 35px 5%;
    }
    .news1 .content .r .flex .matter .p1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .news1 .content .r .flex .matter .p2{
        width: 100%;
        font-size: 13px;
        line-height: 26px;
    }
    .news1 .content .lSwiper .swiper-slide a{
        border-radius: 10px;
    }
    .news1 .content .r .flex .matter .more .circle{
        width: 30px;
        height: 30px;
    }
    .news1 .content .r .flex .matter .more .circle .iconfont{
        font-size: 13px;
    }
    .news1 .content .r .flex .matter .more p{
        font-size: 13px;
        margin: 0 0 0 15px;
    }
    .news1 .content .r .flex .matter .p2{
        margin: 0 0 25px;
    }
    .news1 .content .r .swiper-pagination span{
        width: 15px;
        height: 6px;
        margin: 0 10px 0 0 !important;
        border-radius: 5px;
    }
    .news1 .content .r .swiper-pagination span.swiper-pagination-bullet-active {
        width: 48px;
    }
    .news1 .content .r .swiper-pagination span::after{
        border-radius: 5px;
    }
    .news1 .content .r .swiper-pagination{
        margin: 22px 0 0 0;
    }
    .news1 .content2{
        padding: 30px 0 0 0;
        margin: 55px 0 35px 0;
        gap: 22px;
        grid-template-columns: repeat(1,1fr);
    }
    .news1 .content2 .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .news1 .content2 .item .img{
        height: auto;
        border-radius: 10px;
    }
    .news1 .content2 .item .text{
        padding: 25px 5%;
    }
    .news1 .content2 .item .text .p1{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .news1 .content2 .item .text .time{
        font-size: 14px;
    }
    .newsInfo1{
        padding: 85px 0 45px;
    }
    .newsInfo1 .top .brand .iconfont{
        font-size: 12px;
        margin: 0 10px;
    }
    .newsInfo1 .top .brand a{
        font-size: 12px;
    }
    .newsInfo1 .top{
        flex-direction: column;
    }

    .newsInfo1 .top .brand{
        flex-wrap: wrap;
        gap: 15px 0;
    }

    .newsInfo1 .top .back {
        width: 100px;
        height: 40px;
        background: #264083;
        border-radius: 23px;
        margin: 25px 0 0 0;
    }
    .newsInfo1 .top .back p{
        font-size: 13px;
    }
    .newsInfo1 .top .back .iconfont{
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .newsInfo1 .content{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .newsInfo1 .content .title .p1{
        font-size: 18px;
    }
    .newsInfo1 .content .title{
        margin: 25px 0 0 0;
    }
    .newsInfo1 .content .title .p1{
        margin: 0 0 20px;
    }
    .newsInfo1 .content .flex{
        margin: 20px 0 0 0;
    }
    .newsInfo1 .content .title .time{
        font-size: 13px;
    }
    .newsInfo1 .content .flex p{
        font-size: 13px;
        line-height: 28px;
    }
    .newsInfo1 .content2{
        width: 100%;
        padding: 30px 0 0 0;
        flex-direction: column;
        gap: 20px;
    }
    .newsInfo1 .content2 .list{
        font-size: 14px;
        line-height: 25px;
    }
    .w1680{
        width: 90%;
    }

}
