    /* 新闻分类 */
    .Nybanner .container {
        display: flex;
        justify-content: space-between !important;
    }

    .Nybanner .NewsNav {
        display: flex;
        grid-gap: 20px;
    }

    .Nybanner .NewsNav a {
        width: 180px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 10px;
        font-size: 18px;
        text-align: center;
        color: #171717;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Nybanner .NewsNav a.active {
        color: var(--color);
        font-family: PuHuiTi85;
    }

    .NyNewsList {
        padding-top: 0;
        margin-top: -210px;
        background: #fff0;
    }

    @media (max-width: 1600px) {
        .NyNewsList {
            margin-top: -120px;
        }
    }

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

    @media (max-width: 900px) {
        .NyNewsList {
            margin-top: -60px;
        }
    }

    @media (max-width: 720px) {
        .NyNewsList {
            margin-top: -60px;
        }

        .Nybanner .NewsNav a {
            width: 120px;
            height: 45px;
            font-size: 16px;
        }
    }

    @media (max-width: 460px) {
        .NyNewsList {
            margin-top: 0px;
            padding-top: 60px;
        }

        .Nybanner .NewsNav a {
            height: 40px;
        }

        .Nybanner {
            background: #01a096;
        }

        .Nybanner .NewsNav {
            margin-top: 15px;
        }

        .Nybanner .text .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center !important;
        }

    }

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

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

    .NewsItem .text {
        height: 100%;
    }

    .NewsItem h1 {
        margin: 45px 0;
        font-size: 20px;
        line-height: 1.25;
        color: #464646;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }


    .NewsItem p {
        font-size: 16px;
        color: #464646;
    }

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

    @media (max-width: 1440px) {}

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


    @media (max-width: 720px) {
        .NewsItem h1 {
            margin: 20px 0;
            font-size: 16px;
        }

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

        .NeweList {
            grid-gap: 30px 15px;
        }
    }

    @media (max-width: 460px) {
        .NeweList {
            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;
        }


    }