    /* 新闻列表 */
    .NeweList {
        margin-bottom: 45px;
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
    }

    .NewsItem {
        width: 100%;

    }

    .NewsItem h1 {
        font-size: 12px;
        color: #616060;
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 10px;
    }

    .NewsItem p {
        font-size: 12px;
        color: #616060;
    }

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

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



    /* 详情 */
    /* 详情 */
    /* 详情 */
    .Ny_NewsPost {
        padding: 10px 0;
    }

    .Ny_NewsPost .title {
        display: block;
        width: 100%;
        font-size: 16x;
        line-height: 1.5;
        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;
    }