.news {
    padding: 63px 0 73px
}

.news .wrap {
    width: 1480px;
    margin: auto
}

.news .wrap .cut {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 78px
}

.news .wrap .cut a {
    width: 202px;
    height: 61px;
    border-radius: 30px;
    border: 1px solid #878787;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: .6s ease
}

.news .wrap .cut a.on {
    background: #00388b;
    color: #fff
}

.news .wrap .cut a:not(:last-child) {
    margin: 0 21px 0 0
}

.news .wrap .content .newsSwiper {
    width: 100%
}

.news .wrap .content .newsSwiper .swiper-slide .item {
    display: flex;
    height: 448px;
    border-radius: 6px;
    overflow: hidden
}

.news .wrap .content .newsSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.news .wrap .content .newsSwiper .swiper-slide .item:hover .color h1 {
    color: #00388b
}

.news .wrap .content .newsSwiper .swiper-slide .item .img {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.news .wrap .content .newsSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news .wrap .content .newsSwiper .swiper-slide .item .color {
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    padding: 56px 84px 0 74px
}

.news .wrap .content .newsSwiper .swiper-slide .item .color .label {
    width: fit-content;
    padding: 0 7px;
    height: 32px;
    background: rgba(0, 51, 141, .1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #00388b;
    margin: 0 0 25px
}

.news .wrap .content .newsSwiper .swiper-slide .item .color h1 {
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    margin: 0 0 28px;
    transition: 1s
}

.news .wrap .content .newsSwiper .swiper-slide .item .color .time {
    font-weight: 500;
    font-size: 16px;
    color: #888;
    margin: 0 0 38px
}

.news .wrap .content .newsSwiper .swiper-slide .item .color .text {
    font-weight: 400;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    margin: 0 0 55px
}

.news .wrap .content .newsSwiper .swiper-slide .item .color .more {
    display: flex;
    align-items: center
}

.news .wrap .content .newsSwiper .swiper-slide .item .color .more p {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin: 0 6px 0 0
}

.news .wrap .content .newsSwiper .swiper-slide .item .color .more .iconfont {
    font-size: 16px;
    color: #333
}

.news .wrap .content .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 57px auto 0
}

.news .wrap .content .swiper-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1 !important;
    margin: 0 12px 0 0;
    background: rgba(0, 0, 0, 0) !important;
    position: relative
}

.news .wrap .content .swiper-pagination span:last-child {
    margin: 0
}

.news .wrap .content .swiper-pagination span img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: .6s ease
}

.news .wrap .content .swiper-pagination span img:nth-child(2) {
    opacity: 0
}

.news .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(2) {
    opacity: 1
}

.news .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(1) {
    opacity: 0
}

.news .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 108px 95px;
    margin: 73px 0 0 0;
    position: relative;
    padding: 0 0 120px
}

.news .wrap .flex .item {
    width: 430px
}

.news .wrap .flex .item:hover .img img {
    transform: scale(1.05)
}

.news .wrap .flex .item:hover .text h1 {
    color: #00388b
}

.news .wrap .flex .item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 24px rgba(0,0,0,0.12);
}

.news .wrap .flex .item .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.news .wrap .flex .item .text {
    margin: 27px 0 0 0
}

.news .wrap .flex .item .text .dis {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news .wrap .flex .item .text .dis .label {
    width: fit-content;
    padding: 0 8px;
    height: 32px;
    background: rgba(0, 51, 141, .1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #00388b
}

.news .wrap .flex .item .text .dis .label.on {
    background: rgba(0, 159, 227, .1);
    color: #448eae
}

.news .wrap .flex .item .text .dis .time {
    font-weight: 500;
    font-size: 16px;
    color: #888
}

.news .wrap .flex .item .text h1 {
    font-weight: 500;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px;
    margin: 25px 0 0 0;
    transition: .6s ease
}

.news .wrap .flex .more {
    width: 180px;
    height: 56px;
    background: #f6f6f6;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: .6s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.news .wrap .flex .more:hover {
    background: #00388b;
    color: #fff
}

@media screen and (max-width: 1919px) {
    .news {
        padding: 3.28125vw 0 3.8020833333vw
    }

    .news .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .news .wrap .cut {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 4.0625vw
    }

    .news .wrap .cut a {
        width: 10.5208333333vw;
        height: 3.1770833333vw;
        border-radius: 1.5625vw;
        border: 0.0520833333vw solid #878787;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333;
        transition: .6s ease
    }

    .news .wrap .cut a.on {
        background: #00388b;
        color: #fff
    }

    .news .wrap .cut a:not(:last-child) {
        margin: 0 1.09375vw 0 0
    }

    .news .wrap .content .newsSwiper {
        width: 100%
    }

    .news .wrap .content .newsSwiper .swiper-slide .item {
        display: flex;
        height: 23.3333333333vw;
        border-radius: 0.3125vw;
        overflow: hidden
    }

    .news .wrap .content .newsSwiper .swiper-slide .item:hover .img img {
        transform: scale(1.05)
    }

    .news .wrap .content .newsSwiper .swiper-slide .item:hover .color h1 {
        color: #00388b
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .img {
        width: 50%;
        height: 100%;
        overflow: hidden
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color {
        width: 50%;
        height: 100%;
        background: #f9f9f9;
        padding: 2.9166666667vw 4.375vw 0 3.8541666667vw
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .label {
        width: fit-content;
        padding: 0 0.3645833333vw;
        height: 1.6666666667vw;
        background: rgba(0, 51, 141, .1);
        border-radius: 0.2083333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.7291666667vw;
        color: #00388b;
        margin: 0 0 1.3020833333vw
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color h1 {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #1a1a1a;
        margin: 0 0 1.4583333333vw;
        transition: 1s
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .time {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #888;
        margin: 0 0 1.9791666667vw
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .text {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #888;
        line-height: 1.5625vw;
        margin: 0 0 2.8645833333vw
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .more {
        display: flex;
        align-items: center
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .more p {
        font-weight: 500;
        font-size: 0.78125vw;
        color: #333;
        margin: 0 0.3125vw 0 0
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .more .iconfont {
        font-size: 0.8333333333vw;
        color: #333
    }

    .news .wrap .content .swiper-pagination {
        position: static;
        width: fit-content;
        margin: 2.96875vw auto 0
    }

    .news .wrap .content .swiper-pagination span {
        width: 0.625vw;
        height: 0.625vw;
        border-radius: 0;
        opacity: 1 !important;
        margin: 0 0.625vw 0 0;
        background: rgba(0, 0, 0, 0) !important;
        position: relative
    }

    .news .wrap .content .swiper-pagination span:last-child {
        margin: 0
    }

    .news .wrap .content .swiper-pagination span img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        transition: .6s ease
    }

    .news .wrap .content .swiper-pagination span img:nth-child(2) {
        opacity: 0
    }

    .news .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(2) {
        opacity: 1
    }

    .news .wrap .content .swiper-pagination span.swiper-pagination-bullet-active img:nth-child(1) {
        opacity: 0
    }

    .news .wrap .flex {
        display: flex;
        flex-wrap: wrap;
        gap: 5.625vw 4.9479166667vw;
        margin: 3.8020833333vw 0 0 0;
        padding: 0 0 6.25vw
    }

    .news .wrap .flex .item {
        width: 22.3958333333vw
    }

    .news .wrap .flex .item:hover .img img {
        transform: scale(1.05)
    }

    .news .wrap .flex .item:hover .text h1 {
        color: #00388b
    }

    .news .wrap .flex .item .img {
        width: 100%;
        overflow: hidden;
        border-radius: 0.3125vw
    }

    .news .wrap .flex .item .img img {
        width: 100%;
        height: 100%;
        transition: 2s
    }

    .news .wrap .flex .item .text {
        margin: 1.40625vw 0 0 0
    }

    .news .wrap .flex .item .text .dis {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .news .wrap .flex .item .text .dis .label {
        width: fit-content;
        padding: 0 0.4166666667vw;
        height: 1.6666666667vw;
        background: rgba(0, 51, 141, .1);
        border-radius: 0.2083333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.7291666667vw;
        color: #00388b
    }

    .news .wrap .flex .item .text .dis .label.on {
        background: rgba(0, 159, 227, .1);
        color: #448eae
    }

    .news .wrap .flex .item .text .dis .time {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #888
    }

    .news .wrap .flex .item .text h1 {
        font-weight: 500;
        font-size: 0.9375vw;
        color: #1a1a1a;
        line-height: 1.6666666667vw;
        margin: 1.3020833333vw 0 0 0;
        transition: .6s ease
    }

    .news .wrap .flex .more {
        width: 9.375vw;
        height: 2.9166666667vw;
        background: #f6f6f6;
        border-radius: 1.4583333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333;
        transition: .6s ease
    }

    .news .wrap .flex .more:hover {
        background: #00388b;
        color: #fff
    }
}

@media screen and (max-width: 1024px) {
    .news{
        padding: 50px 0;
    }
    .news .wrap .cut{
        margin: 0 0 26px;
    }
    .news .wrap .cut a {
        width: 110px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #878787;
        font-size: 13px;
    }
    .news .wrap .cut a:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .news .wrap{
        width: 90%;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item{
        height: auto;
        flex-direction: column;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item .img{
        width: 100%;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item .color{
        width: 100%;
        padding: 25px 10px;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item .color .label {
        padding: 0 7px;
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
        margin: 0 0 20px;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item .color h1{
        font-size: 18px;
        margin: 0 0 15px;
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .time{

        font-size: 13px;
        margin: 0 0 15px;
    }

    .news .wrap .content .newsSwiper .swiper-slide .item .color .text{
        font-size: 13px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item .color .more p{
        font-size: 12px;
        margin: 0 5px 0 0;
    }
    .news .wrap .content .newsSwiper .swiper-slide .item .color .more .iconfont{
        font-size: 13px;
    }

    .news .wrap .content .swiper-pagination{
        margin: 25px auto 0;
    }

    .news .wrap .content .swiper-pagination span {
        width: 12px;
        height: 12px;
        margin: 0 12px 0 0;
    }

    .news .wrap .flex {
        gap: 35px 0;
        flex-direction: column;
        margin: 45px 0 0 0;
        padding: 0 0 75px;
    }
    .news .wrap .flex .item{
        width: 100%;
    }
    .news .wrap .flex .item .img{
        height: auto;
        border-radius: 10px;
    }
    .news .wrap .flex .item .text .dis .label{
        padding: 0 7px;
        height: 32px;
        border-radius: 4px;
        font-size: 13px;
    }
    .news .wrap .flex .item .text .dis .time{
        font-size: 13px;
    }
    .news .wrap .flex .item .text {
        margin: 15px 0 0 0;
    }

    .news .wrap .flex .item .text h1{
        margin: 10px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
    .news .wrap .flex .more {
        width: 120px;
        height: 45px;
        border-radius: 25px;
        margin: 0 auto 0;
        font-size: 13px;
    }
}