    .NyNewsBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1 */
    .NySection1 {
        padding-left: var(--container);
        padding-right: var(--container);
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .Swiper1 {
        width: 100%;
    }

    .Slide1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .img1 {
        width: 55%;
    }

    .text1 {
        width: 45%;
        padding: 40px 60px;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }

    .text1 h1 {
        color: var(--hei);
        font-family: Fontquan-XinYilogoTi;
        font-size: 48px;
        line-height: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .text1 p {
        color: #676767;
        font-size: 16px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .prev1 {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        position: absolute;
        z-index: 2;
        left: calc(55% + 60px);
        bottom: 0;
    }

    .next1 {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        position: absolute;
        z-index: 2;
        left: calc(55% + 160px);
        bottom: 0;
    }

    .prev1 i,
    .next1 i {
        color: #727272;
        font-size: 20px;
    }

    .prev1:hover i,
    .next1:hover i {
        color: var(--lan);
    }

    @media (max-width: 1440px) {
        .img1 {
            width: 50%;
        }

        .text1 {
            width: 50%;
        }

        .prev1 {
            left: calc(50% + 60px);
        }

        .next1 {
            left: calc(50% + 160px);
        }
    }

    @media (max-width: 1200px) {
        .NySection1 {
            padding: 90px var(--container);
        }

        .text1 {
            padding: 0px 30px;
        }

        .text1 h1 {
            font-size: 38px;
        }

        .text1 p {
            font-size: 14px;
        }

        .prev1 {
            width: 40px;
            height: 40px;
            left: calc(50% + 30px);
        }

        .next1 {
            width: 40px;
            height: 40px;
            left: calc(50% + 90px);
        }

        .prev1 i,
        .next1 i {
            font-size: 16px;
        }
    }

    @media (max-width: 900px) {
        .text1 h1 {
            font-size: 28px;
        }
    }

    @media (max-width: 720px) {
        .NySection1 {
            padding: 60px var(--container);
        }

        .Slide1 {
            width: 100%;
            height: auto;
            flex-direction: column-reverse;
            grid-gap: 30px;
        }

        .text1 {
            width: 100%;
            padding: 0px;
        }

        .text1 h1 {
            font-size: 24px;
        }

        .img1 {
            width: 100%;
        }

        .prev1 {
            width: 50%;
            height: 30px;
            left: 0%;
            border: 1px solid #ccc;
        }

        .next1 {
            width: 50%;
            height: 30px;
            left: 50%;
            border: 1px solid #ccc;
        }
    }

    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
        border-bottom: 1px solid #D9D9D9;
        padding: 30px var(--container);
        display: flex;
        justify-content: space-between;
    }

    .NySection2 .NeweNav {
        display: flex;
        align-items: center;
        grid-gap: 80px;
    }

    .NySection2 .NeweNav a {
        width: max-content;
        color: var(--hei);
        text-align: center;
        font-size: 18px;
    }

    .NySection2 .NeweNav a.active,
    .NySection2 .NeweNav a:hover {
        font-weight: bold;
        color: var(--lan);
    }

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

        .NySection2 .NeweNav a {
            font-size: 16px;
        }
    }

    @media (max-width: 720px) {
        .NySection2 {
            flex-wrap: wrap;
            grid-gap: 15px;
        }
    }

    @media (max-width: 480px) {
        .NySection2 .NeweNav {
            grid-gap: unset;
            justify-content: space-between;
            width: 100%;
        }

        .NySection2 .NeweNav a {
            font-size: 14px;
        }
    }

    /* 新闻列表 - 新闻列表 - 新闻列表 - 新闻列表 - 新闻列表 - 新闻列表 */
    .NySection3 {
        padding: 90px var(--container);
    }

    .NeweList {
        margin-bottom: 90px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 45px 75px;
    }

    .NewsItem {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .NewsItem h2 {
        color: var(--hei);
        font-size: 14px;
        margin-bottom: 10px;
    }

    .NewsItem h1 {
        color: var(--hei);
        font-size: 18px;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .NewsItem:hover h1 {
        color: var(--lan);
    }

    .NewsItem .img {
        width: 100%;
        margin: 30px 0;
    }

    .NewsItem span {
        width: 100%;
        height: 1px;
        background: #CDCDCD;
        position: relative;
        display: flex;
        align-items: center;
    }

    .NewsItem span img {
        position: absolute;
        width: 0%;
        height: 6px;
        transition: 0.5s;
    }

    .NewsItem:hover span img {
        width: 100%;
    }

    @media (max-width: 1440px) {
        .NeweList {
            grid-gap: 45px 30px;
        }
    }

    @media (max-width: 1200px) {
        .NewsItem h1 {
            font-size: 16px;
        }
    }

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

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

        .NewsItem .img {
            margin: 20px 0;
        }
    }



    /* 详情 */
    /* 详情 */
    /* 详情 */
    .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;
        }


    }