    .Nybanner h1 {
        font-weight: bold;
        font-size: 56px;
        color: #fff;
        letter-spacing: 2px;
    }

    .Nybanner span {
        border: 10px solid rgba(89, 197, 112, 1);
        height: 275px;
        width: 275px;
        position: absolute;
        transform: rotate(45deg);
        opacity: .5;
        z-index: 0;
    }

    @media (max-width:720px) {
        .Nybanner {
            height: 50vh;
        }

        .Nybanner h1 {
            font-size: 36px;
            text-align: center;
        }

        .Nybanner span {
            display: none;
        }
    }

    .NyNewsBox .w1200 {
        display: flex;
        flex-wrap: wrap;
    }

    .NyNavBox {
        width: 25%;
    }

    .NyNavBox .leftBox {
        margin-bottom: 50px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .NyNavBox .leftBox h1 {
        text-align: center;
        color: #1d1d1fcc;
        letter-spacing: 10px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .NavList a {
        display: block;
        color: #1b1b1d;
        font-size: 20px;
        margin: 20px 0;
        font-weight: bold;
    }

    .NavList a.active {
        color: var(--color);
    }

    .NyNavBox .leftBox2 {
        padding: 0;
    }

    .leftTop {
        border-bottom: 1px solid #eeeeee;
        display: flex;
    }

    .leftBox2 .leftTop h1 {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 25px 0;
        color: #ccc;
        border-bottom: 4px solid #fff;
    }

    .leftBox2 .leftTop h1.on {
        color: var(--color);
        border-bottom: 4px solid var(--color);
    }

    .NavList2 {
        padding: 45px 20px;
    }

    .leftItem {
        width: 100%;
        display: none;
        flex-wrap: wrap;
        grid-gap: 45px;
    }

    .leftItem.on {
        display: flex;
    }

    .leftItem a {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .leftItem a img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .leftItem a .text {
        padding-left: 15px;
    }

    .leftItem a h2 {
        font-size: 20px;
        font-weight: bold;
        color: #1b1b1d;
        margin-bottom: 30px;
    }

    .leftItem a p {
        font-size: 14px;
        color: #ccc;
    }

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

    /* 新闻列表 */
    .NeweListBox {
        width: 75%;
        padding-left: 75px;
    }

    .NeweList {
        margin-bottom: 45px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px;
    }

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

    .NewsItem .img {
        position: relative;
        width: 100%;
    }

    .NewsItem .text {
        padding: 25px;
    }

    .NewsItem h1 {
        color: #1b1b1d;
        font-weight: bold;
        font-size: 20px;
    }

    .NewsItem .desc {
        margin: 25px 0;
        display: flex;
        grid-gap: 15px;
    }

    .NewsItem .desc p {
        color: #1d1d1f66;
        font-size: 10px;
        letter-spacing: 2px;
        display: list-item;
        margin-left: 20px;
    }

    .NewsItem h2 {
        color: #1b1b1d;
        font-size: 18px;
    }

    .NewsItem span {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 156px;
        height: 56px;
        border-radius: 50px;
        background: var(--color);
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    @media (max-width: 1200px) {
        .NeweListBox {
            width: 100%;
            padding-left: 0px;
        }
    }

    @media (max-width: 720px) {
        .NeweListBox {
            width: 100%;
            padding-left: 0px;
        }

        .NewsItem .text {
            padding: 20px;
        }

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

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

        .NewsItem .desc {
            flex-wrap: wrap;
            margin: 10px 0;
        }

        .NewsItem span {
            width: 120px;
            height: 45px;
        }
    }

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

    /* 详情 */
    /* 详情 */
    /* 详情 */
    .contentBanner {
        height: 50vw;
        max-height: 600px;
    }

    .contentBanner img {
        opacity: 1 !important;
    }

    .Box1 {
        width: 100%;
    }

    .Box1 .img1 {
        width: 100%;
    }

    .Box1 .img1 img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

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

    .text1 h1 {
        text-align: center;
        color: #1b1b1d;
        font-weight: bold;
        font-size: 32px;
    }

    .text1 .desc {
        text-align: center;
        margin: 25px 0;
        display: flex;
        justify-content: center;
        grid-gap: 15px;
    }

    .text1 .desc p {
        color: #1d1d1f66;
        font-size: 10px;
        letter-spacing: 2px;
        display: list-item;
        margin-left: 20px;
    }




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

    .Ny_xiangqing p {
        margin: 0;
    }




    .Post {
        margin-top: 75px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        padding: 30px;
        display: flex;
    }

    .Post a {
        width: 50%;
        display: flex;
        align-items: center;
    }



    .Post a img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .Post a .text {
        padding: 0 20px;
    }

    .Post a p {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 30px;
    }

    .Post a h2 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        color: #1b1b1d;
    }

    .Post a:nth-child(2) {
        display: flex;
        flex-direction: row-reverse
    }

    .Post a:nth-child(2) * {
        text-align: right;
    }

    @media (max-width: 1200px) {

        .Post a {
            width: 50%;
            display: flex;
            flex-direction: column !important;
            align-items: center;
        }

        .Post a * {
            text-align: center !important;
        }

        .Post a p {
            margin: 15px 0;
        }

        .Post a h2 {
            font-size: 16px;
        }

    }

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