    .NyNewsBox {
        background: #F8F8F8;
    }

    /* 推荐样式 */
    .Ny_News_1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 70px;
    }

    .item1 {
        display: none;
        width: 100%;
        position: relative;
        border-radius: 0 60px;
        overflow: hidden;
    }

    .item1:nth-child(1),
    .item1:nth-child(2),
    .item1:nth-child(3) {
        display: block;
    }

    .item1 .text {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 32%;
        background: #fff;
        padding: 0 60px;
        transition: 0.5s;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .item1:hover .text {
        height: 80%;
        background: rgba(167, 51, 57, 0.95);

    }

    .item1 .text h1 {
        font-size: 24px;
        line-height: 1.5;
        color: #7A7A7A;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item1:hover .text h1 {
        color: #fff;
    }

    .item1 .text h2 {
        font-size: 16px;
        line-height: 1.5;
        color: #C2C2C2;
        margin: 30px 0 45px;
        display: none;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item1:hover h2 {
        display: -webkit-box;
    }

    .item1 .text p {
        font-size: 16px;
        line-height: 14px;
        color: #FFFFFF;
        position: relative;
        display: none;
    }

    .item1 .text p b {
        display: block;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 8px;
        margin-left: 10px;
    }

    .item1:hover p {
        display: flex;
    }

    .item1 .img {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    @media (max-width: 1440px) {
        .Ny_News_1 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 30px;
        }

        .item1 .text {
            padding: 0 30px;
        }

        .item1 {
            border-radius: 0 15px;
        }

        .item1 .text h1 {
            font-size: 18px;
        }

        .item1 .text h2 {
            font-size: 14px;
            margin: 15px 0 60px;
        }
    }

    @media (max-width: 1200px) {
        .Ny_News_1 {
            display: none;
        }
    }

    /* 新闻列表 */
    .Ny_News_2 {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 25px;
    }

    .NewsItem {
        padding: 50px 80px;
        background: #fff;
        width: 100%;
        position: relative;
        border-radius: 0 60px;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
    }

    .NewsItem .time {
        font-size: 18px;
        line-height: 1.5;
        color: #141414;
        display: flex;
        flex-direction: column;
    }

    .NewsItem .time span {
        font-size: 38px;
        line-height: 1.5;
        color: #141414;
    }

    .NewsItem h1 {
        margin-left: 210px;
        margin-right: 140px;
        width: 420px;
        font-size: 24px;
        line-height: 1.2;
        color: #000000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .NewsItem .desc p {
        width: 420px;
        font-size: 16px;
        line-height: 2;
        color: #7A7A7A;
        margin-bottom: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .NewsItem .desc img {
        filter: brightness(0) opacity(0.25);
    }

    @media (max-width: 1600px) {
        .NewsItem {
            display: flex;
            justify-content: space-between;
        }

        .NewsItem h1 {
            margin: 0;
        }
    }

    @media (max-width: 1440px) {
        .NewsItem {
            padding: 30px 45px;
        }

        .NewsItem h1 {
            width: 300px;
        }

        .NewsItem .desc p {
            width: 300px;
        }
    }


    @media (max-width: 1200px) {
        .Ny_News_2 {
            margin-top: 0;
        }

        .NewsItem .time span {
            font-size: 24px;
        }

        .NewsItem .time {
            font-size: 16px;
        }

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

        .NewsItem .desc p {
            width: 200px;
            line-height: 1.5;
            margin-bottom: 30px;
        }

        .NewsItem .desc img {
            width: 25px;
        }
    }

    @media (max-width: 720px) {
        .NewsItem {
            border-radius: 0 30px;
            padding: 30px 20px;
            display: flex;
            flex-wrap: wrap;
        }

        .NewsItem h1 {
            width: 100%;
            font-size: 20px;
            margin: 15px 0;
        }

        .NewsItem .desc p {
            width: 100%;
            line-height: 1.5;
            margin-bottom: 30px;
        }
    }

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


    }