    /* 新加 */
    .Box1 {
        width: 100%;
        padding-top: 180px;
        padding-bottom: 80px;
        padding-left: var(--container);
        padding-right: var(--container);
        background: #EEF0F4;
    }

    .box1swiper {
        width: 100%;
        overflow: hidden;
    }

    .item1 {
        display: flex;
        flex-wrap: wrap;
    }

    .item1 .img1 {
        width: 45%;
    }

    .item1 .text1 {
        width: 55%;
        background: #fff;
        padding: 75px 90px;
    }

    .item1 .text1 h1 {
        font-family: PuHuiTi55;
        font-size: 42px;
        line-height: 1;
        color: #000000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .item1 .text1 h2 {
        font-family: PuHuiTi55;
        font-size: 18px;
        line-height: 2;
        color: #000000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 30px 0 60px;
    }

    .item1 .text1 .aa {
        display: block;
        width: 100%;
        height: 3px;
        background: #D7D7D7;
        margin-bottom: 60px;
        position: relative;
    }

    .item1 .text1 .aa::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: var(--color);
        transition: 0.5s;
    }

    .item1:hover .text1 .aa::after {
        width: 100%;
    }

    .item1 .text1 .aa::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: var(--color);
        transition: 0.5s;
    }

    .NewsItem:hover .text .aa::after {
        width: 100%;
    }

    .item1 .text1 span {
        font-family: PuHuiTi55;
        font-size: 22px;
        line-height: 2;
        color: #AEB0B4;
        border-bottom: 2px solid #AEB0B4;
        display: inline-block;
    }

    .box1swiper .swiper-pagination {
        width: 200px;
        height: 3px;
        left: auto;
        right: 90px;
        bottom: 75px;
        display: flex;
        grid-gap: 10px;
    }

    .box1swiper .swiper-pagination span {
        width: 100%;
        height: 6px;
        border-radius: 0px;
        background: #D9D9D9;
        margin: 0 !important;
        opacity: 1;
        background: #D9D9D9;
    }

    .box1swiper .swiper-pagination span.swiper-pagination-bullet-active {
        background: var(--color);
    }

    @media (max-width: 1600px) {
        .item1 .text1 h1 {
            font-size: 32px;
        }

        .item1 .text1 h2 {
            font-size: 16px;
        }
    }

    @media (max-width: 1200px) {
        .Box1 {
            margin-top: 60px;
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .item1 .text1 {
            width: 55%;
            background: #fff;
            padding: 45px 60px;
        }

        .item1 .text1 span {
            font-size: 16px;
        }

        .box1swiper .swiper-pagination {
            width: 120px;
            right: 60px;
            bottom: 45px;
        }
    }

    @media (max-width: 800px) {
        .Box1 {
            margin-top: 60px;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .item1 .text1 {
            width: 100%;
            padding: 20px 30px;
        }

        .item1 .img1 {
            width: 100%;
        }

        .item1 .text1 h1 {
            font-size: 24px;
            line-height: 1.5;
        }

        .item1 .text1 h2 {
            font-size: 14px;
            margin: 20px 0 30px;
        }

        .item1 .text1 .aa {
            margin-bottom: 20px;
        }

        .box1swiper .swiper-pagination {
            right: 30px;
            bottom: 20px;
        }
    }

    @media (min-width: 720px) {
        .NyNavList {
            margin-top: 0;
            width: 100%;
            padding-left: var(--container);
            padding-right: var(--container);
            border-bottom: 1px solid #BBBBBB;
            left: 0;
        }

        .NyNavList {
            height: 100px;
        }

        .NyNav {
            padding-bottom: 0px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            grid-gap: 75px;
        }
    }

    .newsSS {
        margin: 50px 0;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .newsSS .search {
        width: 100%;
        max-width: 550px;
        height: 90px;
        padding: 0 50px;
        position: relative;
        background: #EEF0F4;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .newsSS .search input {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        outline: none;
        background: #EEF0F4;
    }

    .newsSS .search button {
        width: 35px;
        height: 35px;
        background: #EEF0F4;
    }

    .newsSS .search button i {
        font-size: 24px;
        color: #8A8A8A;
    }

    @media (max-width: 720px) {
        .newsSS {
            margin: 30px 0;
        }

        .newsSS .search {
            height: 60px;
        }
    }

    .NyNewsBox {
        padding-top: 0;
    }

    /* 新闻列表 */
    .Ny_News {
        margin-bottom: 45px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px 50px;
    }

    .NewsItem {
        background: #fff;
        width: 100%;
        position: relative;
        overflow: hidden;
        transition: 0.5s;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    }

    .NewsItem .img {
        width: 100%;
    }


    .NewsItem .text {
        padding: 50px 30px;
    }

    .NewsItem .text h1 {
        font-family: PuHuiTi55;
        font-size: 28px;
        line-height: 1;
        color: #000000;
        margin-bottom: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .NewsItem .text h2 {
        font-family: PuHuiTi55;
        font-size: 16px;
        line-height: 2;
        color: #6A6A6A;
        margin-bottom: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .NewsItem .text .aa {
        display: block;
        width: 100%;
        height: 3px;
        background: #D7D7D7;
        margin-bottom: 30px;
        position: relative;
    }

    .NewsItem .text .aa::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: var(--color);
        transition: 0.5s;
    }

    .NewsItem:hover .text .aa::after {
        width: 100%;
    }

    .NewsItem .text span {
        font-family: PuHuiTi55;
        font-size: 16px;
        line-height: 2;
        color: #AEB0B4;
        border-bottom: 2px solid #AEB0B4;
        display: inline-block;
    }



    @media (max-width: 1440px) {
        .NewsItem .text h1 {
            font-size: 24px;
        }
    }

    @media (max-width: 1200px) {
        .Ny_News {
            grid-gap: 20px 30px;
        }
    }

    @media (max-width: 800px) {
        .Ny_News {
            grid-template-columns: repeat(2, 1fr);
        }

        .NewsItem .text h1 {
            font-size: 20px;
        }

        .NewsItem .text h2 {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .NewsItem .text .aa {
            margin-bottom: 15px;
        }

        .NewsItem .text {
            padding: 30px 15px;
        }
    }

    @media (max-width: 460px) {
        .Ny_News {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    /* 详情 */
    /* 详情 */
    /* 详情 */
    .Ny_NewsPost {
        padding: 0 3vw;
    }

    .Ny_NewsPost .title {
        display: block;
        width: 100%;
        font-size: 24px;
        line-height: 2;
        font-weight: bold;
        text-align: center;
    }

    .Ny_NewsPost .desc {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .Ny_NewsPost .desc span {
        margin: 0 5px;
        color: #999;
        font-size: 14px;
        line-height: 3;
        text-align: center;
    }

    .Ny_NewsPost .Ny_xiangqing {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 500px;
    }

    .Ny_NewsPost .Ny_xiangqing p {
        margin: 0;
    }


    @media (max-width: 720px) {

        .Ny_NewsPost .title {
            margin-top: 15px;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 1.5;
        }


    }