.news1 {
    padding: 90px 0 80px
}

.news1 .title {
    text-align: center;
    margin: 74px 0 64px;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF
}

.news1 .content {
    display: flex;
    background: #494B4E;
    height: 500px
}

.news1 .content .lSwiper {
    width: 50%;
    height: 100%
}

.news1 .content .lSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.news1 .content .r {
    width: 50%;
    padding: 100px 64px 0 86px
}

.news1 .content .r .flex {
    position: relative
}

.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 {
    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:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .content .r .flex .matter .time {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    margin: 0 0 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .content .r .flex .matter .p1 {
    width: 535px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 400ms
}

.news1 .content .r .flex .matter .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 500ms
}

.news1 .content .r .next {
    width: fit-content;
    font-size: 32px;
    color: #fff;
    margin: 70px 0 0 0;
    cursor: pointer
}

.news1 .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 58px auto 0;
    display: flex
}

.news1 .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: #F2F2F2;
    opacity: 1 !important;
    transition: .6s ease;
    margin: 0 17px 0 0 !important
}

.news1 .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color)
}

.news1 .swiper-pagination span:last-child {
    margin: 0 !important
}

.news2 {
    padding: 0 0 97px
}

.news2 .wrap .title {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 30px
}

.news2 .wrap .screen {
    display: flex;
    align-items: center;
    padding: 0 0 25px;
    margin: 0 0 47px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.2)
}

.news2 .wrap .screen p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF
}

.news2 .wrap .screen .dis {
    display: flex;
    margin: 0 0 0 10px
}

.news2 .wrap .screen .dis p {
    transition: .6s ease;
    cursor: pointer
}

.news2 .wrap .screen .dis p.on {
    color: var(--color)
}

.news2 .wrap .screen .dis p:not(:last-child) {
    margin: 0 40px 0 0
}

.news2 .wrap .content {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 60px 30px;
    margin: 0 0 80px
}

.news2 .wrap .content .item {
    width: 100%
}

.news2 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.news2 .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.news2 .wrap .content .item .img {
    width: 100%;
    height: 320px;
    overflow: hidden
}

.news2 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news2 .wrap .content .item .text {
    height: 181px;
    background: #494B4E;
    padding: 40px 59px 0 40px
}

.news2 .wrap .content .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    margin: 0 0 15px
}

.news2 .wrap .content .item .text .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .4s ease
}

.newsInfo1 {
    padding: 166px 0 120px 0
}

.newsInfo1 .wrap .back {
    display: flex;
    align-items: center;
    position: relative;
    left: -70px;
    margin: 0 0 50px;
    width: fit-content
}

.newsInfo1 .wrap .back .circle {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color);
    margin: 0 25px 0 0
}

.newsInfo1 .wrap .back .circle .iconfont {
    font-size: 22px;
    transform: rotate(-135deg);
    color: #fff
}

.newsInfo1 .wrap .back p {
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC
}

.newsInfo1 .wrap .title {
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
    margin: 0 0 60px
}

.newsInfo1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 19px
}

.newsInfo1 .wrap .title .time {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC
}

.newsInfo1 .wrap .content p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px
}

.newsInfo1 .wrap .content p img {
    height: fit-content
}

.newsInfo1 .wrap .other {
    border-top: 1px solid rgba(242, 242, 242, 0.2);
    padding: 47px 0 0 0;
    margin: 60px 0 0 0
}

.newsInfo1 .wrap .other a {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    transition: .6s ease
}

.newsInfo1 .wrap .other a:hover {
    color: var(--color)
}

.newsInfo1 .wrap .other a:not(:last-child) {
    margin: 0 0 20px
}

.news2 .wrap .page_title {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
    margin: 0 0 47px
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 4.6875vw 0px 4.1666666667vw;
    }
    .news1 .title{
        margin: 3.8541666667vw 0px 3.3333333333vw;
        font-size: 1.5625vw;
    }
    .news1 .content{
        height: 26.0416666667vw;
    }
    .news1 .content .r{
        padding: 5.2083333333vw 3.3333333333vw 0px 4.4791666667vw;
    }
    .news1 .content .r .flex .matter .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.78125vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .p1{
        width: 27.8645833333vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin: 0px 0px 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .flex .matter .p2{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .content .r .next{
        font-size: 1.6666666667vw;
        margin: 3.6458333333vw 0px 0px;
    }
    .news1 .swiper-pagination{
        margin: 3.0208333333vw auto 0px;
    }
    .news1 .swiper-pagination span{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        margin: 0px 0.8854166667vw 0px 0px !important;
    }
    .news2{
        padding: 0px 0px 5.0520833333vw;
    }
    .news2 .wrap .title{
        font-size: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .news2 .wrap .screen{
        padding: 0px 0px 1.3020833333vw;
        margin: 0px 0px 2.4479166667vw;
    }
    .news2 .wrap .screen p{
        font-size: 1.0416666667vw;
    }
    .news2 .wrap .screen .dis{
        margin: 0px 0px 0px 0.5208333333vw;
    }
    .news2 .wrap .screen .dis p:not(:last-child){
        margin: 0px 2.0833333333vw 0px 0px;
    }
    .news2 .wrap .content{
        gap: 3.125vw 1.5625vw;
        margin: 0px 0px 4.1666666667vw;
    }
    .news2 .wrap .content .item .img{
        height: 16.6666666667vw;
    }
    .news2 .wrap .content .item .text{
        height: 9.4270833333vw;
        padding: 2.0833333333vw 3.0729166667vw 0px 2.0833333333vw;
    }
    .news2 .wrap .content .item .text .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .news2 .wrap .content .item .text .p1{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .newsInfo1{
        padding: 8.6458333333vw 0px 6.25vw;
    }
    .newsInfo1 .wrap .back{
        left: -3.6458333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .newsInfo1 .wrap .back .circle{
        width: 2.8645833333vw;
        height: 2.8645833333vw;
        margin: 0px 1.3020833333vw 0px 0px;
    }
    .newsInfo1 .wrap .back .circle .iconfont{
        font-size: 1.1458333333vw;
    }
    .newsInfo1 .wrap .back p{
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .title{
        padding: 0px 0px 1.5625vw;
        margin: 0px 0px 3.125vw;
    }
    .newsInfo1 .wrap .title .p1{
        font-size: 1.25vw;
        margin: 0px 0px 0.9895833333vw;
    }
    .newsInfo1 .wrap .title .time{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .content p{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .newsInfo1 .wrap .other{
        padding: 2.4479166667vw 0px 0px;
        margin: 3.125vw 0px 0px;
    }
    .newsInfo1 .wrap .other a{
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .other a:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .news2 .wrap .page_title{
        font-size: 1.25vw;
        padding: 0px 0px 1.25vw;
        margin: 0px 0px 2.4479166667vw;
    }
}


@media screen and (max-width: 1024px) {
    .news1{
        padding: 50px 0;
    }
    .news1 .title{
        margin: 40px 0;
        font-size: 16px;
    }

    .news1 .content{
        height: auto;
        flex-direction: column;
    }
    .news1 .content .lSwiper{
        width: 100%;
    }
    .news1 .content .r{
        width: 100%;
        padding: 40px 5%;
    }
    .news1 .content .r .flex .matter .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .news1 .content .r .flex .matter .p1{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .news1 .content .r .flex .matter .p2{
        font-size: 12px;
        line-height: 22px;
    }
    .news1 .content .r .next{
        font-size: 13px;
        margin: 25px 0 0 0;
    }
    .news1 .swiper-pagination{
        margin: 30px auto 0;
    }
    .news1 .swiper-pagination span{
        width: 7px;
        height: 7px;
        margin: 0 10px 0 0!important;
    }
    .news1 .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .news2 .wrap .title{
        font-size: 18px;
        margin: 0 0 16px;
    }
    .news2 .wrap .screen{
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .news2 .wrap .screen p{
        font-size: 13px;
    }
    .news2 .wrap .screen .dis p:not(:last-child) {
        margin: 0px 15px 0px 0px;
    }
    .news2 .wrap .screen .dis{
        margin: 0 0 0 5px;
    }
    .news2 .wrap .content{
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
        margin: 0 0 30px;
    }
    .news2 .wrap .content .item .img{
        height: auto;
    }
    .news2 .wrap .content .item .text{
        height: auto;
        padding: 30px 5%;
    }
    .news2 .wrap .content .item .text .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .news2 .wrap .content .item .text .p1{
        font-size: 16px;
        line-height: 25px;
        height: auto;
    }
    .news2{
        padding: 0 0 45px;
    }

    .newsInfo1{
        padding: 100px 0 60px;
    }
    .newsInfo1 .wrap .back{
        left: 0;
        margin: 0 0 15px;
    }
    .newsInfo1 .wrap .back .circle{
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
    }
    .newsInfo1 .wrap .back .circle .iconfont{
        font-size: 14px;
    }
    .newsInfo1 .wrap .back p{
        font-size: 14px;
    }
    .newsInfo1 .wrap .title .p1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .newsInfo1 .wrap .title .time{
        font-size: 14px;
    }

    .newsInfo1 .wrap .title{
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .newsInfo1 .wrap .content p{
        font-size: 13px;
        line-height: 30px;
    }

    .newsInfo1 .wrap .other{
        padding: 25px 0 0 0;
        margin: 25px 0 0 0;
    }

    .newsInfo1 .wrap .other a:not(:last-child) {
        margin: 0px 0px 15px;
    }

    .newsInfo1 .wrap .other a{
        font-size: 12px;
        line-height: 22px;
    }
    .news2 .wrap .page_title{
        font-size: 22px;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
}
