.seo-page-h1 {
    margin: 0 0 12px;
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}

.seo-pagination {
    clear: both;
    padding: 32px 0 42px;
    text-align: center;
}

.seo-pagination a,
.seo-pagination span {
    display: inline-block;
    min-width: 88px;
    box-sizing: border-box;
    margin: 0 6px;
    padding: 11px 22px;
    border: 1px solid #e60012;
    border-radius: 7px;
    background: #e60012;
    color: #fff;
    line-height: 22px;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.seo-pagination a:hover {
    border-color: #bd0010;
    background: #bd0010;
    color: #fff;
    transform: translateY(-1px);
}

.seo-pagination .page-number,
.seo-pagination .active {
    min-width: 42px;
    padding-right: 0;
    padding-left: 0;
}

.seo-pagination .page-number {
    background: #fff;
    color: #e60012;
}

.seo-pagination .page-number:hover,
.seo-pagination .active {
    border-color: #e60012;
    background: #e60012;
    color: #fff;
}

.seo-pagination .disabled {
    border-color: #e2e2e2;
    background: #f5f5f5;
    color: #aaa;
    cursor: not-allowed;
}

.news01-bt {
    box-sizing: border-box;
    padding: 30px 20px !important;
    background: #f6f7f9 !important;
}

.news01-bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-sizing: border-box;
    width: min(1120px, 100%) !important;
    height: auto !important;
    margin: 0 auto;
    padding: 14px;
    border: 1px solid #eceef1;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(20, 27, 38, .06);
}

.news01-bt ul li,
.news01-bt li.active {
    float: none !important;
    width: auto !important;
    min-width: 150px;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    line-height: normal !important;
}

.news01-bt ul li a {
    display: block;
    padding: 13px 24px;
    border-radius: 7px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.news01-bt ul li a:hover {
    background: #fff1f2;
    color: #e60012;
}

.news01-bt li.active a {
    background: #e60012;
    color: #fff;
    box-shadow: 0 6px 16px rgba(230, 0, 18, .2);
}

.news01-nr-text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.news01-nr-text h2 a:hover {
    color: #e60012;
}

.neirong-we h3 {
    height: auto !important;
    min-height: 64px;
    margin: 0 0 12px !important;
    overflow: visible;
    font-size: 22px;
    line-height: 1.45 !important;
}

.neirong-we p {
    margin: 0;
    padding-bottom: 18px !important;
    line-height: 24px;
}

.neirong ul li .neirong-we .h4 {
    height: 48px !important;
    line-height: 48px !important;
}

@media (min-width: 769px) {
    .case-box {
        overflow: visible !important;
    }

    .case {
        display: flow-root;
        overflow: visible !important;
    }

    #sidebar {
        position: sticky !important;
        top: 64px;
        height: calc(100vh - 84px) !important;
        max-height: 1000px;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, .48) transparent;
    }

    #sidebar::-webkit-scrollbar {
        width: 5px;
    }

    #sidebar::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(255, 255, 255, .48);
    }
}

@media (max-width: 768px) {
    .seo-page-h1 {
        font-size: 24px;
    }

    .seo-pagination a,
    .seo-pagination span {
        min-width: 68px;
        margin: 0 2px;
        padding: 9px 10px;
    }

    .seo-pagination .page-number,
    .seo-pagination .active {
        min-width: 34px;
        padding-right: 0;
        padding-left: 0;
    }

    .news01-bt {
        padding: 18px 12px !important;
    }

    .news01-bt ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .news01-bt ul li,
    .news01-bt li.active {
        min-width: 0;
    }

    .news01-bt ul li a {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .news01-nr-text h2 {
        margin: 10px 0 6px;
        font-size: 16px;
    }

    .neirong-we h3 {
        min-height: 48px;
        margin-bottom: 10px !important;
        font-size: 16px;
        line-height: 1.5 !important;
    }

    .neirong-we p {
        padding-bottom: 14px !important;
        line-height: 22px;
    }

    .neirong ul li .neirong-we .h4 {
        height: 42px !important;
        line-height: 42px !important;
    }
}
