    @keyframes text {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.3);
        }
    }

    /* 框架结构 */
    body {
        background: #f5f5f5;
    }

    .NyBigBox {
        background: #f5f5f5;
        padding-top: 120px;
        padding-bottom: 120px;
        position: relative;
        z-index: 9;
        overflow: hidden;
    }

    @media (max-width: 1260px) {
        .NyBigBox {
            padding-top: 90px;
            padding-bottom: 90px;
        }
    }

    @media (max-width: 720px) {
        .NyBigBox {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    /* 页码 */
    .proInfo {
        width: 100%;
    }

    .page-item.active .page-link {
        background-color: #000 !important;
        border-color: #000 !important;
    }

    .proInfo .page-item .page-link {
        padding: 5px 10px;
        border-radius: 0px;
    }

    @media (max-width: 640px) {
        .page-item {
            margin: 5px !important;
        }

        .page-link {
            padding: 5px 8px !important;
            font-size: 12px !important;
        }

        .pagination-container {
            padding: 0 !important;
        }

        .page-total-count {
            font-size: 14px !important;
        }
    }

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

    .Post a {
        max-width: 50%;
        color: #333;
        line-height: 1;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    @media (max-width: 720px) {
        .Post {
            display: flex;
            flex-wrap: wrap;
        }

        .Post a {
            width: 100%;
            max-width: 100%;
            margin: 5px 0;
        }
    }

    /* 定位 */
    .dian {
        position: relative;
        top: -100px;
    }

    @media (max-width: 640px) {
        .dian {
            position: relative;
            top: -60px;
        }
    }

    /* 录入内容样式 */
    figure {
        margin: 0;
    }

    figure.image img {
        width: auto;
        max-width: 100%;
    }

    figure.image-style-align-center {
        margin: 0 auto;
    }

    figure.image-style-align-center img {
        display: block;
        margin: 0 auto;
    }

    figure.table {
        margin: 0 auto;
        max-width: 100%;
    }

    figure table tr td {
        vertical-align: middle;
    }

    .NyContent {
        width: 100%;
        padding: 0;
        min-height: 300px;
    }

    @media (max-width: 640px) {
        .NyContent {
            padding: 0 15px;
        }
    }

    /* 主体宽度 */

    /* .container {
    width: 1600px;
    max-width: 1600px;
}

 @media screen and (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}  */

    /* 页面不存在 */
    .PostReturn {
        padding-top: 200px;
        padding-bottom: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .PostReturn h1 {
        font-weight: bold;
        font-size: 32px;
        line-height: 2;
        text-align: center;
    }

    .PostReturn h2 {
        font-size: 18px;
        line-height: 2;
        text-align: center;
    }

    .ReturnMore {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 30px;
    }


    .ReturnMore a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 60px;
        border: 2px solid #333;
        border-radius: 78px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .ReturnMore p {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-right: 5px;
    }

    @media (max-width: 720px) {
        .PostReturn h1 {
            font-size: 24px;
        }
    }