    /* 新闻列表 */
    .NeweList {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 60px;
    }

    .NewsItem {
        background: #FBFBFB;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .NewsItem .text {
        padding: 45px 60px;
        padding-top: 75px;
    }

    .NewsItem h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
        color: #000000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .NewsItem h2 {
        margin-top: 15px;
        margin-bottom: 75px;
        font-size: 16px;
        line-height: 1.5;
        color: #5F5F5F;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .NewsItem .aa {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .NewsItem .aa span {
        font-size: 16px;
        color: #7E7E7E;
    }

    .NewsItem .aa p {
        font-size: 16px;
        color: #7E7E7E;
        display: flex;
        align-items: center;
    }

    .NewsItem .aa p img {
        width: 20px;
        margin-left: 15px;
    }

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

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


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

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

        .NewsItem h1 {
            font-size: 18px;
        }

        .NewsItem h2 {
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .NewsItem .aa span {
            font-size: 12px;
        }

        .NewsItem .aa p {
            font-size: 12px;
        }

        .NewsItem .aa p img {
            margin-left: 5px;
        }
    }

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

    /* 新加新闻列表 */

    @media (min-width: 1200px) {
        .NewsItem:nth-child(1) {
            display: flex;
            grid-column: 1 / 4;
        }

        .NewsItem:nth-child(1) .imgHover {
            width: 50%;
        }

        .NewsItem:nth-child(1) .text {
            position: relative;
            z-index: 2;
            width: 50%;
            padding: 60px 90px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .NewsItem:nth-child(1) h1 {
            font-weight: 700;
            font-size: 28px;
            line-height: 1.5;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-top: 60px;
        }

        .NewsItem:nth-child(1) h2 {
            font-size: 16px;
            line-height: 1.5;
            color: #9E9E9E;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-top: 45px;
            margin-bottom: 150px;
        }

        .NewsItem:nth-child(1) .aa {
            position: absolute;
            left: 90px;
            top: 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 60px 0;
        }

        .NewsItem:nth-child(1) .aa span {
            font-size: 22px;
            color: #9E9E9E;
        }

        .NewsItem:nth-child(1) .aa p {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 360px;
            height: 60px;
            color: #fff;
        }

        .NewsItem:nth-child(1) .aa p img {
            display: none;
        }

        .NewsItem:nth-child(1) .aa p::after {
            content: "";
            position: absolute;
            z-index: -1;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background: var(--color);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
            transform: skewX(-15deg);
        }

    }

    @media (min-width: 1440px) {
        .NewsItem:nth-child(1) h1 {
            font-weight: 700;
            font-size: 36px;
            line-height: 1.5;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .NewsItem:nth-child(1) h2 {
            font-size: 16px;
            line-height: 1.5;
            color: #9E9E9E;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
    }

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


    }