    .header .navbar_nav li.dropdown:nth-child(5) a {
        font-weight: bold;
        color: var(--color);
    }

    .Ny_NewsPost .Ny_xiangqing {
        text-indent: 0 !important;
    }

    /* 分类 */
    .Nyz01Box .NyNav .container {
        display: flex;
        justify-content: flex-start;
    }

    .Nyz01Box .NyNav a {
        margin-right: 160px;
    }

    @media (max-width: 1200px) {
        .Nyz01Box .NyNav .container {
            display: flex;
        }

        .Nyz01Box .NyNav a {
            margin-right: 75px;
        }
    }

    @media (max-width: 750px) {
        .Nyz01Box .NyNav a {
            margin-right: 0;
        }
    }

    .NyBigBox {
        padding-top: 0;
    }

    .NyNav {
        background: #fff;
    }

    @media screen and (max-width: 720px) {
        .NyNav a {
            width: 25%;
            padding: 15px 0;
        }
    }

    /* 列表 */
    .NyItem {
        margin-top: 75px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 45px;
    }

    .ItemList {
        width: 100%;
        background: #fff;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }

    .ItemList a {
        display: block;
        position: relative;
        background: #fff;
        height: 500px;
    }

    .ItemList a .img {
        width: 100%;
        height: 300px;
        transition: 1s;
        position: relative;
    }

    .ItemList:hover a .img {
        height: 500px;
        background: linear-gradient(359.05deg, #F7963B 1.63%, rgba(224, 99, 0, 0) 59.49%);
    }

    .ItemList:hover a .img::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        background: linear-gradient(359.05deg, #F7963B 1.63%, rgba(224, 99, 0, 0) 59.49%);
    }

    .ItemList a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ItemList a .text {
        width: 100%;
        height: 200px;
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        padding: 30px 45px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ItemList a .text h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: #000000;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


    .ItemList a .text h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #757575;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ItemList a .text span {
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #757575;
    }

    .ItemList:hover a .text h1,
    .ItemList:hover a .text h2,
    .ItemList:hover a .text span {
        color: #fff;
    }

    @media screen and (max-width: 992px) {
        .NyItem {
            margin-top: 60px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 30px;
            grid-row-gap: 45px;
        }
    }

    @media screen and (max-width: 640px) {
        .NyItem {
            margin-top: 60px;
            display: grid;
            grid-template-columns: 1fr;
            grid-column-gap: 15px;
            grid-row-gap: 30px;
        }

        .ItemList a {
            height: 310px;
        }

        .ItemList:hover a .img {
            height: 260px;
        }

        .ItemList a .img {
            height: 150px;
        }

        .ItemList a .text {
            padding: 10px 20px;
            height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        .ItemList a .text h1 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .ItemList a .text h2 {
            font-size: 14px;
        }

        .ItemList {
            border-radius: 0 0 10px 10px;
        }
    }



    /* 详情 */
    /* 详情 */
    /* 详情 */
    .Ny_NewsPost {
        padding: 0;
        padding-top: 45px;
    }

    .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;
        text-indent: 32px;
        min-height: 300px;
    }

    .Ny_NewsPost .Ny_xiangqing p {
        margin: 0;
    }

    .NewsPostBottom {
        border-top: 1px solid #e6e6e6;
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
    }

    .NewsPostBottom a {
        color: #333;
        line-height: 1;
        font-size: 16px;
    }

    @media (max-width: 640px) {
        .NewsPostBottom {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .Ny_NewsPost .title {
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .Ny_NewsPost .title {
            font-size: 18px;
            line-height: 1.5;
        }

        .NewsPostBottom a {
            width: 100%;
            margin: 5px 0;
        }
    }