<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¡µç&nbsp; */

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

/* å½•å…¥å†…å®¹æ&nbsp;·å¼ */

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



/* ä¸»ä½“å®½åº¦ */

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

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