:root {
    --primary-blue: #0062c1;
    --primary-dark: #004a8f;
    --light-gray: #f5f7fa;
    --border-light: #e4e9ef;
    --text-dark: #1a2332;
    --text-gray: #4a5a6e;
    --white: #ffffff;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
    overflow-x: hidden;
}

.body-overflow-box {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.tag-page-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 20px 30px 60px;
    box-sizing: border-box;
}

.related-title {
    width: 100%;
    text-align: center;
    margin: 0 0 45px;
    padding: 0;
}

.related-title p {
    margin: 0;
    padding: 0;
    color: #0062c1;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sideBox {
    position: relative;
    left: 170px;
}

.sideRight {
    width: 100%;
    padding-left: 0 !important;
}

.sideRight > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.sideRight > ul > li {
    flex: 0 0 380.656px;
    width: 380.656px;
    max-width: 380.656px;
    height: 537.25px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sideRight > ul > li .box {
    width: 380.656px;
    height: 537.25px;
    padding: 54px 24px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e4e9ef;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0, 98, 193, 0.07);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.sideRight > ul > li .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #0062c1;
    transition: width 0.3s ease;
}

.sideRight > ul > li .box:hover {
    transform: translateY(-5px);
    border-color: #c9dced;
    box-shadow: 0 15px 40px rgba(0, 98, 193, 0.13);
}

.sideRight > ul > li .box:hover::before {
    width: 100%;
}

.sideRight > ul > li .img-box {
    display: block;
    width: 100%;
    height: 240px;
    flex: 0 0 240px;
    overflow: hidden;
    border-radius: 7px;
    background: #f5f7fa;
}

.sideRight > ul > li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sideRight > ul > li .box:hover .img-box img {
    transform: scale(1.04);
}

.sideRight > ul > li .font-18 {
    display: -webkit-box;
    width: 100%;
    height: 58px;
    margin: 21px 0 12px;
    padding: 0;
    overflow: hidden;
    color: #1a2332;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.sideRight > ul > li .font-18:hover {
    color: #0062c1;
}

.sideRight > ul > li .bottom {
    width: 100%;
    margin-top: 50px;
    padding-top: 16px;
    border-top: 1px solid #e4e9ef;
    box-sizing: border-box;
}

.sideRight > ul > li .m-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0062c1;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    text-decoration: none;
}

.sideRight > ul > li .m-more i {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.sideRight > ul > li .m-more:hover i {
    transform: translateX(4px);
}

.editor-content-1 {
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
}

.editor-content-1 h1 {
    margin: 38px 0 22px;
    color: #1a2332;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.editor-content-1 h2 {
    margin: 34px 0 20px;
    padding-left: 16px;
    color: #1a2332;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.editor-content-1 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 4px;
    height: 70%;
    background: #0062c1;
    border-radius: 2px;
}

.editor-content-1 h3 {
    margin: 30px 0 18px;
    padding-left: 14px;
    color: #1a2332;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.editor-content-1 h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 3px;
    height: 70%;
    background: #0062c1;
}

.editor-content-1 h4 {
    margin: 26px 0 16px;
    padding-left: 14px;
    color: #1a2332;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
}

.editor-content-1 h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 22px;
    background: #0062c1;
    border-radius: 2px;
    transform: translateY(-50%);
}

.editor-content-1 h5 {
    margin: 22px 0 14px;
    color: #1a2332;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
}

.editor-content-1 h6 {
    margin: 18px 0 12px;
    color: #1a2332;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

.editor-content-1 p {
    margin: 0 0 18px;
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
}

.editor-content-1 ul {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}

.editor-content-1 li {
    margin: 0 0 7px;
    padding: 7px 0 7px 24px;
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
    position: relative;
    border-bottom: 1px solid #edf0f3;
}

.editor-content-1 li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    width: 7px;
    height: 7px;
    background: #0062c1;
    border-radius: 50%;
}

.det1,
.det2,
.det3,
.det4,
.det5,
.det6,
.det7 {
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
}

.det1 h1,
.det2 h1,
.det3 h1,
.det4 h1,
.det5 h1,
.det6 h1,
.det7 h1 {
    margin: 38px 0 22px;
    color: #1a2332;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.det1 h2,
.det2 h2,
.det3 h2,
.det4 h2,
.det5 h2,
.det6 h2,
.det7 h2 {
    margin: 34px 0 20px;
    padding-left: 16px;
    color: #1a2332;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.det1 h2::before,
.det2 h2::before,
.det3 h2::before,
.det4 h2::before,
.det5 h2::before,
.det6 h2::before,
.det7 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 4px;
    height: 70%;
    background: #0062c1;
    border-radius: 2px;
}

.det1 h3,
.det2 h3,
.det3 h3,
.det4 h3,
.det5 h3,
.det6 h3,
.det7 h3 {
    margin: 30px 0 18px;
    padding-left: 14px;
    color: #1a2332;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.det1 h3::before,
.det2 h3::before,
.det3 h3::before,
.det4 h3::before,
.det5 h3::before,
.det6 h3::before,
.det7 h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 3px;
    height: 70%;
    background: #0062c1;
}

.det1 h4,
.det2 h4,
.det3 h4,
.det4 h4,
.det5 h4,
.det6 h4,
.det7 h4,
.det1-title,
.det2-title,
.det3-title,
.det4-title,
.det5-title,
.det6-title,
.det7-title {
    margin: 26px 0 16px;
    padding-left: 14px;
    color: #1a2332;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
}

.det1 h4::before,
.det2 h4::before,
.det3 h4::before,
.det4 h4::before,
.det5 h4::before,
.det6 h4::before,
.det7 h4::before,
.det1-title::before,
.det2-title::before,
.det3-title::before,
.det4-title::before,
.det5-title::before,
.det6-title::before,
.det7-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 22px;
    background: #0062c1;
    border-radius: 2px;
    transform: translateY(-50%);
}

.det1 h5,
.det2 h5,
.det3 h5,
.det4 h5,
.det5 h5,
.det6 h5,
.det7 h5 {
    margin: 22px 0 14px;
    color: #1a2332;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
}

.det1 h6,
.det2 h6,
.det3 h6,
.det4 h6,
.det5 h6,
.det6 h6,
.det7 h6 {
    margin: 18px 0 12px;
    color: #1a2332;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

.det1 p,
.det2 p,
.det3 p,
.det4 p,
.det5 p,
.det6 p,
.det7 p {
    margin: 0 0 18px;
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
}

.det1 ul,
.det2 ul,
.det3 ul,
.det4 ul,
.det5 ul,
.det6 ul,
.det7 ul,
.det1-list,
.det2-list,
.det3-list,
.det4-list,
.det5-list,
.det6-list,
.det7-list {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}

.det1 li,
.det2 li,
.det3 li,
.det4 li,
.det5 li,
.det6 li,
.det7 li,
.det1-list li,
.det2-list li,
.det3-list li,
.det4-list li,
.det5-list li,
.det6-list li,
.det7-list li {
    margin: 0 0 7px;
    padding: 7px 0 7px 24px;
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
    position: relative;
    border-bottom: 1px solid #edf0f3;
}

.det1 li::before,
.det2 li::before,
.det3 li::before,
.det4 li::before,
.det5 li::before,
.det6 li::before,
.det7 li::before,
.det1-list li::before,
.det2-list li::before,
.det3-list li::before,
.det4-list li::before,
.det5-list li::before,
.det6-list li::before,
.det7-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    width: 7px;
    height: 7px;
    background: #0062c1;
    border-radius: 50%;
}

.det1 li:hover,
.det2 li:hover,
.det3 li:hover,
.det4 li:hover,
.det5 li:hover,
.det6 li:hover,
.det7 li:hover,
.det1-list li:hover,
.det2-list li:hover,
.det3-list li:hover,
.det4-list li:hover,
.det5-list li:hover,
.det6-list li:hover,
.det7-list li:hover {
    color: #1a2332;
}

.det1-title:hover,
.det2-title:hover,
.det3-title:hover,
.det4-title:hover,
.det5-title:hover,
.det6-title:hover,
.det7-title:hover {
    color: #0062c1;
}

.about-page .txt {
    color: #4a5a6e;
    font-size: 18px;
    line-height: 1.6;
}

.about-page .txt h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a2332;
    font-weight: 700;
}

.about-page .txt h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #1a2332;
    font-weight: 700;
}

.about-page .txt h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #1a2332;
    font-weight: 700;
}

.about-page .txt h4 {
    font-size: 20px;
    line-height: 1.4;
    color: #1a2332;
    font-weight: 700;
}

.about-page .txt h5 {
    font-size: 18px;
    line-height: 1.6;
    color: #1a2332;
    font-weight: 700;
}

.about-page .txt h6 {
    font-size: 16px;
    line-height: 1.8;
    color: #1a2332;
    font-weight: 700;
}

.about-page .txt p {
    font-size: 14px;
    line-height: 2;
    color: #4a5a6e;
}

.about-page .txt ul {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}

.about-page .txt ul li {
    position: relative;
    padding: 7px 0 7px 24px;
    font-size: 14px;
    line-height: 2;
    color: #4a5a6e;
}

.about-page .txt ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    width: 7px;
    height: 7px;
    background: #0062c1;
    border-radius: 50%;
}

.about-page .txt a:not(.m-more) {
    color: #0062c1;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    text-decoration: none;
}

.about-page .txt .font-18 {
    font-size: 18px;
    line-height: 1.6;
}

.about-page .txt .font-36 {
    font-size: 36px;
    line-height: 1.2;
}

.about-page .txt .font-58 {
    font-size: 42px;
    line-height: 1.2;
}

.jsyf {
    width: 100%;
    padding: 0 0 60px;
    background: #f8fafc;
    overflow-x: hidden;
}

.jsyf .ui.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.more-info {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e4e9ef;
    border-radius: 10px;
    box-sizing: border-box;
}

.more-info h2 {
    margin: 0 0 22px;
    padding-left: 14px;
    color: #1a2332;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.more-info h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 4px;
    height: 70%;
    background: #0062c1;
    border-radius: 2px;
}

.more-info > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.more-info a {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #e4e9ef;
    background: #f8fafc;
    color: #4a5a6e;
    font-size: 14px;
    line-height: 2;
    text-decoration: none;
    transition: all 0.25s ease;
}

.more-info a:hover {
    color: #0062c1;
    border-color: #0062c1;
    background: #ffffff;
}

#footer h1 {
    font-size: 42px;
    line-height: 1.2;
}

#footer h2 {
    font-size: 36px;
    line-height: 1.2;
}

#footer h3 {
    font-size: 28px;
    line-height: 1.2;
}

#footer h4 {
    font-size: 20px;
    line-height: 1.4;
}

#footer h5 {
    font-size: 18px;
    line-height: 1.6;
}

#footer h6 {
    font-size: 16px;
    line-height: 1.8;
}

#footer p,
#footer a,
#footer span {
    font-size: 14px;
    line-height: 2;
}

.yufengfoot {
    margin-left: 20px;
}

@media (max-width: 1200px) {
    .sideBox {
        left: 0;
    }

    .sideRight > ul > li {
        flex: 0 0 calc(33.333% - 19px);
        width: calc(33.333% - 19px);
        max-width: calc(33.333% - 19px);
    }

    .sideRight > ul > li .box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tag-page-container {
        padding: 10px 15px 40px;
    }

    .related-title {
        margin-bottom: 30px;
    }

    .related-title p {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .sideBox {
        left: 0;
    }

    .sideRight > ul {
        gap: 20px;
    }

    .sideRight > ul > li {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .sideRight > ul > li .box {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 30px 20px 20px;
    }

    .sideRight > ul > li .img-box {
        height: 240px;
        flex: 0 0 240px;
    }

    .sideRight > ul > li .font-18 {
        font-size: 16px;
        line-height: 1.8;
        height: auto;
        min-height: 58px;
        margin: 16px 0 15px;
    }

    .sideRight > ul > li .bottom {
        margin-top: 0;
        padding-top: 12px;
    }

    .editor-content-1 h1,
    .det1 h1,
    .det2 h1,
    .det3 h1,
    .det4 h1,
    .det5 h1,
    .det6 h1,
    .det7 h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .editor-content-1 h2,
    .det1 h2,
    .det2 h2,
    .det3 h2,
    .det4 h2,
    .det5 h2,
    .det6 h2,
    .det7 h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .editor-content-1 h3,
    .det1 h3,
    .det2 h3,
    .det3 h3,
    .det4 h3,
    .det5 h3,
    .det6 h3,
    .det7 h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .editor-content-1 h4,
    .det1 h4,
    .det2 h4,
    .det3 h4,
    .det4 h4,
    .det5 h4,
    .det6 h4,
    .det7 h4,
    .det1-title,
    .det2-title,
    .det3-title,
    .det4-title,
    .det5-title,
    .det6-title,
    .det7-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .editor-content-1 h5,
    .det1 h5,
    .det2 h5,
    .det3 h5,
    .det4 h5,
    .det5 h5,
    .det6 h5,
    .det7 h5 {
        font-size: 18px;
        line-height: 1.6;
    }

    .editor-content-1 h6,
    .det1 h6,
    .det2 h6,
    .det3 h6,
    .det4 h6,
    .det5 h6,
    .det6 h6,
    .det7 h6 {
        font-size: 16px;
        line-height: 1.8;
    }

    .editor-content-1 p,
    .editor-content-1 li,
    .det1 p,
    .det2 p,
    .det3 p,
    .det4 p,
    .det5 p,
    .det6 p,
    .det7 p,
    .det1 li,
    .det2 li,
    .det3 li,
    .det4 li,
    .det5 li,
    .det6 li,
    .det7 li,
    .det1-list li,
    .det2-list li,
    .det3-list li,
    .det4-list li,
    .det5-list li,
    .det6-list li,
    .det7-list li {
        font-size: 14px;
        line-height: 2;
    }

    .about-page .txt {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-page .txt .font-18 {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-page .txt .font-36 {
        font-size: 28px;
        line-height: 1.2;
    }

    .about-page .txt .font-58 {
        font-size: 28px;
        line-height: 1.2;
    }

    .jsyf {
        padding-bottom: 40px;
    }

    .jsyf .ui.container {
        padding: 0 15px;
    }

    .more-info {
        padding: 22px 18px;
    }

    .more-info h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .more-info > div {
        display: block;
    }

    .more-info a {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 2;
    }
}

@media (max-width: 480px) {
    .related-title p {
        font-size: 24px;
        line-height: 1.2;
    }

    .sideRight > ul > li {
        height: auto;
    }

    .sideRight > ul > li .box {
        height: auto;
        min-height: 0;
        padding: 25px 18px 18px;
    }

    .sideRight > ul > li .img-box {
        height: 210px;
        flex-basis: 210px;
    }

    .sideRight > ul > li .font-18 {
        font-size: 16px;
        line-height: 1.8;
        height: auto;
        min-height: 58px;
        margin: 14px 0 14px;
    }

    .sideRight > ul > li .bottom {
        padding-top: 10px;
    }

    .about-page .txt {
        font-size: 14px;
        line-height: 2;
    }

    .about-page .txt .font-18 {
        font-size: 14px;
        line-height: 2;
    }

    .about-page .txt .font-36 {
        font-size: 24px;
        line-height: 1.2;
    }

    .about-page .txt .font-58 {
        font-size: 24px;
        line-height: 1.2;
    }
}