body {
    background: #F5F5F7
}

.news1 {
    padding: 80px 0
}

.news1 .wrap {
    width: 1440px;
    margin: auto
}

.news1 .wrap .title {
    font-size: 32px;
    color: #000011;
    margin: 0 0 50px;
    text-align: center
}

.news1 .wrap .content {
    width: 100%;
    height: 500px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    overflow: hidden
}

.news1 .wrap .content .img {
    width: 720px;
    height: 500px
}

.news1 .wrap .content .img .imgSwiper {
    width: 100%;
    height: 100%
}

.news1 .wrap .content .img .imgSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.news1 .wrap .content .r {
    width: 720px;
    padding: 60px 80px 60px 40px
}

.news1 .wrap .content .r .flex {
    position: relative
}

.news1 .wrap .content .r .flex .flex_list {
    pointer-events: none
}

.news1 .wrap .content .r .flex .flex_list.on {
    pointer-events: auto
}

.news1 .wrap .content .r .flex .flex_list.on .p1, .news1 .wrap .content .r .flex .flex_list.on .line, .news1 .wrap .content .r .flex .flex_list.on .p2, .news1 .wrap .content .r .flex .flex_list.on .dis {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.news1 .wrap .content .r .flex .flex_list.on .line {
    transition-delay: .4s
}

.news1 .wrap .content .r .flex .flex_list.on .p2 {
    transition-delay: .5s
}

.news1 .wrap .content .r .flex .flex_list.on .dis {
    transition-delay: .6s
}

.news1 .wrap .content .r .flex .flex_list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .wrap .content .r .flex .flex_list .p1 {
    font-size: 24px;
    color: #000011;
    line-height: 36px;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .3s, transform .6s .3s
}

.news1 .wrap .content .r .flex .flex_list .line {
    width: 46px;
    height: 4px;
    background: #0069AC;
    margin: 40px 0;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .3s, transform .6s .4s
}

.news1 .wrap .content .r .flex .flex_list .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 0 0 100px;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .3s, transform .6s .5s
}

.news1 .wrap .content .r .flex .flex_list .dis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .3s, transform .6s .6s
}

.news1 .wrap .content .r .flex .flex_list .dis .time {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.news1 .wrap .content .r .flex .flex_list .dis .more {
    display: flex;
    align-items: center;
    gap: 6px
}

.news1 .wrap .content .r .flex .flex_list .dis .more:hover p, .news1 .wrap .content .r .flex .flex_list .dis .more:hover .iconfont {
    color: var(--color)
}

.news1 .wrap .content .r .flex .flex_list .dis .more p {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.news1 .wrap .content .r .flex .flex_list .dis .more .iconfont {
    font-size: 10px;
    color: #111111;
    transition: .6s ease
}

.news1 .wrap .swiper-pagination {
    position: static;
    margin: 40px 0 0 0
}

.news1 .wrap .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 1 !important;
    background: rgba(0, 105, 172, 0.3);
    margin: 0 25px 0 0 !important;
    cursor: pointer;
    border-radius: 0;
    position: relative
}

.news1 .wrap .swiper-pagination span:last-child {
    margin: 0 !important
}

.news1 .wrap .swiper-pagination span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    max-width: unset;
    max-height: unset;
    object-fit: contain;
    width: 22px;
    opacity: 0;
    transition: .6s ease
}

.news1 .wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0) !important
}

.news1 .wrap .swiper-pagination span.swiper-pagination-bullet-active img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.news2 {
    padding: 0 0 133px
}

.news2 .wrap {
    width: 1440px;
    margin: auto;
    padding: 94px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.news2 .wrap .title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #000011
}

.news2 .wrap .content {
    margin: 50px 0 0 0
}

.news2 .wrap .content .item {
    padding: 0 0 60px;
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.news2 .wrap .content .item:hover .l .img img {
    transform: scale(1.05)
}

.news2 .wrap .content .item:hover .l .text .time {
    background: #005EB8;
    color: #fff
}

.news2 .wrap .content .item:hover .l .text .p1 {
    color: #005EB8
}

.news2 .wrap .content .item:hover .more {
    background: var(--color)
}

.news2 .wrap .content .item:hover .more .iconfont {
    color: #fff
}

.news2 .wrap .content .item .l {
    display: flex;
    align-items: center
}

.news2 .wrap .content .item .l .img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin: 0 40px 0 0;
    border-radius: 10px
}

.news2 .wrap .content .item .l .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news2 .wrap .content .item .l .text {
    width: 693px
}

.news2 .wrap .content .item .l .text .time {
    width: fit-content;
    padding: 0 10px;
    height: 29px;
    background: #E3E3E6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.news2 .wrap .content .item .l .text .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin: 0 0 40px;
    transition: .6s ease
}

.news2 .wrap .content .item .l .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 26px
}

.news2 .wrap .content .item .more {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #E3E3E3;
    transform: rotate(-90deg);
    transition: .6s ease
}

.immediately {
    box-shadow: 0px -1px 0px 0px rgba(17, 17, 17, 0.1)
}

.newsInfo1 {
    padding: 207px 0 193px;
    background: #fff
}

.newsInfo1 .wrap {
    width: 1440px;
    margin: auto
}

.newsInfo1 .wrap .top {
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .top .l .title {
    font-weight: 500;
    font-size: 28px;
    color: #000011;
    line-height: 44px;
    margin: 0 0 38px
}

.newsInfo1 .wrap .top .l .dis {
    display: flex;
    align-items: center;
    gap: 64px
}

.newsInfo1 .wrap .top .l .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #666666
}

.newsInfo1 .wrap .top .l .dis .fx {
    display: flex;
    align-items: center;
    gap: 6px
}

.newsInfo1 .wrap .top .l .dis .fx .iconfont {
    color: #999999;
    font-size: 16px
}

.newsInfo1 .wrap .top .back {
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    background: #0069AC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.newsInfo1 .wrap .top .back .iconfont {
    color: #fff;
    font-size: 18px;
    margin: 0 8px 0 0;
    position: relative;
    top: -1px
}

.newsInfo1 .wrap .top .back p {
    font-size: 16px;
    color: #FFFFFF
}

.newsInfo1 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0
}

.newsInfo1 .wrap .content .l {
    width: 1000px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0 0 0
}

.newsInfo1 .wrap .content .l p {
    font-size: 18px;
    color: #333333;
    line-height: 32px
}

.newsInfo1 .wrap .content .l h2 {
    font-size: 20px;
    color: #111111
}

.newsInfo1 .wrap .content .side {
    width: 320px;
    height: fit-content;
    background: #F5F5F7;
    border-radius: 12px;
    padding: 30px 20px;
    position: sticky;
    top: 100px
}

.newsInfo1 .wrap .content .side .flex:not(:last-child) {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.newsInfo1 .wrap .content .side .flex p {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    margin: 0 0 20px
}

.newsInfo1 .wrap .content .side .flex .item:hover .img img {
    transform: scale(1.05)
}

.newsInfo1 .wrap .content .side .flex .item:hover .time, .newsInfo1 .wrap .content .side .flex .item:hover .p1 {
    color: #0069AC
}

.newsInfo1 .wrap .content .side .flex .item .img {
    width: 100%;
    height: 186px;
    overflow: hidden;
    border-radius: 15px
}

.newsInfo1 .wrap .content .side .flex .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.newsInfo1 .wrap .content .side .flex .item .time {
    margin: 18px 0 15px 0;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    transition: .6s ease
}

.newsInfo1 .wrap .content .side .flex .item .p1 {
    font-size: 16px;
    color: #111111;
    line-height: 28px;
    transition: .6s ease
}

.newsInfo1 .wrap .content .l p img{
    height: max-content;
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 4.1666666667vw 0px;
    }
    .news1 .wrap{
        width: 75vw;
    }
    .news1 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .news1 .wrap .content{
        height: 26.0416666667vw;
        border-radius: 0.625vw;
    }
    .news1 .wrap .content .img{
        width: 37.5vw;
        height: 26.0416666667vw;
    }
    .news1 .wrap .content .r{
        width: 37.5vw;
        padding: 3.125vw 4.1666666667vw 3.125vw 2.0833333333vw;
    }
    .news1 .wrap .content .r .flex .flex_list .p1{
        font-size: 1.25vw;
        line-height: 1.875vw;
        transform: translateY(1.3020833333vw);
    }
    .news1 .wrap .content .r .flex .flex_list .line{
        width: 2.3958333333vw;
        height: 0.2083333333vw;
        margin: 2.0833333333vw 0px;
        transform: translateY(1.3020833333vw);
    }
    .news1 .wrap .content .r .flex .flex_list .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 5.2083333333vw;
        transform: translateY(1.3020833333vw);
    }
    .news1 .wrap .content .r .flex .flex_list .dis{
        transform: translateY(1.3020833333vw);
    }
    .news1 .wrap .content .r .flex .flex_list .dis .time{
        font-size: 0.8333333333vw;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .more{
        gap: 0.3125vw;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .more p{
        font-size: 0.8333333333vw;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .more .iconfont{
        font-size: 0.5208333333vw;
    }
    .news1 .wrap .swiper-pagination{
        margin: 2.0833333333vw 0px 0px;
    }
    .news1 .wrap .swiper-pagination span{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        margin: 0px 1.3020833333vw 0px 0px !important;
    }
    .news1 .wrap .swiper-pagination span img{
        width: 1.1458333333vw;
    }
    .news2{
        padding: 0px 0px 6.9270833333vw;
    }
    .news2 .wrap{
        width: 75vw;
        padding: 4.8958333333vw 0px 0px;
    }
    .news2 .wrap .title{
        font-size: 1.6666666667vw;
    }
    .news2 .wrap .content{
        margin: 2.6041666667vw 0px 0px;
    }
    .news2 .wrap .content .item{
        padding: 0px 0px 3.125vw;
        margin: 0px 0px 3.125vw;
    }
    .news2 .wrap .content .item .l .img{
        width: 15.625vw;
        height: 10.4166666667vw;
        margin: 0px 2.0833333333vw 0px 0px;
        border-radius: 0.5208333333vw;
    }
    .news2 .wrap .content .item .l .text{
        width: 36.09375vw;
    }
    .news2 .wrap .content .item .l .text .time{
        padding: 0px 0.5208333333vw;
        height: 1.5104166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .news2 .wrap .content .item .l .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .news2 .wrap .content .item .l .text .p2{
        font-size: 0.7291666667vw;
        line-height: 1.3541666667vw;
    }
    .news2 .wrap .content .item .more{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        font-size: 0.8333333333vw;
    }
    .newsInfo1{
        padding: 10.78125vw 0px 10.0520833333vw;
    }
    .newsInfo1 .wrap{
        width: 75vw;
    }
    .newsInfo1 .wrap .top .l .title{
        font-size: 1.4583333333vw;
        line-height: 2.2916666667vw;
        margin: 0px 0px 1.9791666667vw;
    }
    .newsInfo1 .wrap .top .l .dis{
        gap: 3.3333333333vw;
    }
    .newsInfo1 .wrap .top .l .dis p{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .top .l .dis .fx{
        gap: 0.3125vw;
    }
    .newsInfo1 .wrap .top .l .dis .fx .iconfont{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .top .back{
        padding: 0 1.041666666vw;
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
    }
    .newsInfo1 .wrap .top .back .iconfont{
        font-size: 0.9375vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }
    .newsInfo1 .wrap .top .back p{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .content{
        margin: 2.0833333333vw 0px 0px;
    }
    .newsInfo1 .wrap .content .l{
        width: 52.0833333333vw;
        padding: 2.0833333333vw 0px 0px;
    }
    .newsInfo1 .wrap .content .l p{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
    .newsInfo1 .wrap .content .l h2{
        font-size: 1.0416666667vw;
    }
    .newsInfo1 .wrap .content .side{
        width: 16.6666666667vw;
        border-radius: 0.625vw;
        padding: 1.5625vw 1.0416666667vw;
        top: 5.2083333333vw;
    }
    .newsInfo1 .wrap .content .side .flex:not(:last-child){
        padding: 0px 0px 2.0833333333vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .newsInfo1 .wrap .content .side .flex p{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .newsInfo1 .wrap .content .side .flex .item .img{
        height: 9.6875vw;
        border-radius: 0.78125vw;
    }
    .newsInfo1 .wrap .content .side .flex .item .time{
        margin: 0.9375vw 0px 0.78125vw;
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .content .side .flex .item .p1{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .news1{
        padding: 50px 0;
    }
    .news1 .wrap{
        width: 90%;
    }
    .news1 .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .news1 .wrap .content{
        height: auto;
        border-radius: 15px;
        flex-direction: column;
    }
    .news1 .wrap .content .img{
        width: 100%;
        height: 100%;
    }
    .news1 .wrap .content .r{
        width: 100%;
        padding: 25px 5%;
    }

    .news1 .wrap .content .r .flex .flex_list .p1{
        font-size: 16px;
        line-height: 25px;
    }
    .news1 .wrap .content .r .flex .flex_list .line{
        width: 30px;
        height: 2px;
        margin: 16px 0;
    }
    .news1 .wrap .content .r .flex .flex_list .p2{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .time{
        font-size: 13px;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .more{
        gap: 7px;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .more p{
        font-size: 12px;
    }
    .news1 .wrap .content .r .flex .flex_list .dis .more .iconfont{
        font-size: 12px;
    }
    .news2{
        padding: 0 0 0px;
    }
    .news2 .wrap{
        width: 90%;
        padding: 30px 0;
    }
    .news2 .wrap .title{
        font-size: 22px;
    }
    .news2 .wrap .content{
        margin: 20px 0 0 0;
    }
    .news2 .wrap .content .item{
        padding: 0 0 30px;
        margin: 0 0 30px;
        flex-direction: column;
        align-items: unset;
    }
    .news2 .wrap .content .item .l{
        flex-direction: column;
        align-items: unset;
    }
    .news2 .wrap .content .item .l .img{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        border-radius: 15px;
    }
    .news2 .wrap .content .item .l .text .time{
        padding: 0 10px;
        height: 25px;
        font-size: 12px;
        margin: 0 0 15px;
        border-radius: 4px;
    }
    .news2 .wrap .content .item .l .text{
        width: 100%;
    }
    .news2 .wrap .content .item .l .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
        line-height: 25px;
    }
    .news2 .wrap .content .item .l .text .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .news2 .wrap .content .item .more{
        width: 40px;
        height: 40px;
        font-size: 13px;
        margin: 25px 0 0 0;
    }
    .newsInfo1{
        padding: 120px 0 30px;
    }
    .newsInfo1 .wrap{
        width: 90%;
    }
    .newsInfo1 .wrap .top{
        flex-direction: column-reverse;
    }
    .newsInfo1 .wrap .top .back{
        width: fit-content;
        height: 35px;
        border-radius: 20px;
        padding: 0 22px;
        margin: 0 0 25px;
    }
    .newsInfo1 .wrap .top .back .iconfont{
        font-size: 14px;
        margin: 0 6px 0 0;
    }
    .newsInfo1 .wrap .top .back p{
        font-size: 13px;
    }
    .newsInfo1 .wrap .top .l .title{
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .top .l .dis{
        gap: 15px;
    }
    .newsInfo1 .wrap .top .l .dis .fx .iconfont{
        font-size: 14px;
    }
    .newsInfo1 .wrap .top .l .dis .fx{
        gap: 6px;
    }
    .newsInfo1 .wrap .top .l .dis p{
        font-size: 13px;
    }
    .newsInfo1 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .newsInfo1 .wrap .content .l{
        width: 100%;
        padding: 25px 0;
    }
    .newsInfo1 .wrap .content .l p{
        font-size: 13px;
        line-height: 25px;
    }
    .newsInfo1 .wrap .content .side{
        width: 100%;
    }
    .newsInfo1 .wrap .content .side .flex:not(:last-child){
        padding: 0 0 25px;
        margin: 0 0 25px;
    }
    .newsInfo1 .wrap .content .side .flex p{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .newsInfo1 .wrap .content .side .flex .item .img{
        height: auto;
        border-radius: 10px;
    }
    .newsInfo1 .wrap .content .side .flex .item .time{
        margin: 15px 0 10px 0;
        font-size: 13px;
    }
    .newsInfo1 .wrap .content .side .flex .item .p1{
        font-size: 15px;
        line-height: 25px;
    }
    .newsInfo1 .wrap .content .side{
        padding: 15px;
        top: 0;
    }
    .newsInfo1 .wrap .top .l .dis .fx{
        display: none;
    }
}

