<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 椤电爜 */

.page-item.active .page-link {
    background-color: var(--color) !important;
    border-color: var(--color) !important;
}

@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;
    }
}

/* 褰曞叆鍐呭鏍峰紡 */

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;
}

figure table {
    width: 100%;
}

figure table p {
    margin: 0;
}

.NyContent {
    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%;
    }
}  */
</pre></body></html>