/* layout.css - 布局、主内容区、侧边栏、页脚 */

.body-box .main-content {
    background: #fff;
    padding: 20px
}

@media (max-width: 1239px) {
    .body-box .main-content {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .body-box .main-content {
        padding: 0;
        background: 0 0
    }
}

.content-body .download-form {
    border: 1px solid #e8e8e8;
    background-color: #fafcff;
    padding: 40px 20px 30px 20px;
}

.content-body .download-form .app-name {
    font-size: 24px;
}

.content-body .download-form .download {
    padding: 30px 10px 20px 0;
}

.content-body .download-form .download .website {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #00a64b;
    margin-right: 5px;
}

.content-body .download-form .download .website:before {
    content: url(https://cdn.jikefan.com/img/website.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.content-body .download-form .download .xunlei-pan {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #FF5722;
    margin-right: 5px;
}

.content-body .download-form .download .xunlei-pan:before {
    content: url(https://cdn.jikefan.com/img/xunlei.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.content-body .download-form .download .quark-pan {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #3f51b5;
    margin-right: 5px;
}

.content-body .download-form .download .quark-pan:before {
    content: url(https://cdn.jikefan.com/img/quark.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}


.content-body .download-form .download .baidu-pan {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #11a5e8;
    margin-right: 5px;
}

.content-body .download-form .download .baidu-pan:before {
    content: url(https://cdn.jikefan.com/img/baidu.png);
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.content-body .download-form .download .pan-123 {
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    background: #597dfc;
    margin-right: 5px;
}

.content-body .download-form .download .pan-123:before {
    content: url(https://cdn.jikefan.com/img/pan123.png);
    padding-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

 .content-body .content-body-head {
    margin-bottom: 20px
}

.content-body .content-body-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .content-body .content-body-title {
        font-size: 22px
    }
}

.content-body .content-body-info {
    padding-bottom: 10px;
    color: #828282
}

.content-body .content-body-info a {
    color: #828282
}

.content-body .content-body-info a:focus, .content-body .content-body-info a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.content-body .content-body-info .nickname {
    color: var(--theme-color)
}

.content-body .content-body-content {
    position: relative;
    font-size: 16px;
    color: #262626;
    line-height: 1.8
}

.content-body .content-body-content .h1, .content-body .content-body-content .h2, .content-body .content-body-content .h3, .content-body .content-body-content h1, .content-body .content-body-content h2, .content-body .content-body-content h3 {
    margin: 30px 0 20px;
    line-height: 1.4;
    /* 500 在多数中文主字体上与正文 400 几乎无差，标题用 600 才明显区别于正文 */
    font-weight: 600
}

 .content-body .content-body-content h5 {
    font-weight: 600
}

.content-body .content-body-content .h1, .content-body .content-body-content h1 {
    font-size: 24px
}

.content-body .content-body-content .h2, .content-body .content-body-content h2 {
    padding-bottom: 12px;
    font-size: 20px;
    border-bottom: 1px solid #efefef
}

.content-body .content-body-content .h3, .content-body .content-body-content h3 {
    font-size: 18px
}

.content-body .content-body-content > .h3, .content-body .content-body-content > h3 {
    position: relative;
    padding-left: 18px;
    line-height: 1.46;
    border: 0
}

.content-body .content-body-content > .h3:before, .content-body .content-body-content > h3:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.content-body .content-body-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word
}

@media (max-width: 767px) {
    .content-body .content-body-content p {
        text-align: justify
    }
}

.content-body .content-body-content > p {
    white-space: pre-wrap
}

.content-body .content-body-content ol, .content-body .content-body-content ul {
    padding-left: 2em;
    margin-bottom: 20px;
    list-style-position: outside
}

.content-body .content-body-content li {
    margin-bottom: 10px
}

.content-body .content-body-content img {
    height: auto
}

 .content-body .content-body-content img {
    max-width: 100%;
    vertical-align: top
}

 .content-body .content-body-content button, .content-body .content-body-content input, .content-body .content-body-content textarea {
    max-width: 100%
}

.content-body .content-body-content.text-indent p {
    text-indent: 2em
}

/* 引用块（blockquote / 编辑器引用块） */
.content-body .content-body-content .wp-block-quote,
.content-body .content-body-content blockquote {
    position: relative;
    margin: 0 0 20px;
    padding: 14px 18px 14px 20px;
    border-left: 4px solid var(--theme-color, #388e3c);
    background: #f5f5f5;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.75;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

.content-body .content-body-content blockquote p {
    margin: 0 0 12px;
    line-height: 1.75;
}

.content-body .content-body-content blockquote p:last-child {
    margin-bottom: 0;
}

.content-body .content-body-content blockquote cite,
.content-body .content-body-content blockquote .wp-block-quote__citation {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #888;
    font-style: normal;
}

.content-body-footer {
    margin: 30px 0 0 0
}

.comments-list .comment {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(239, 239, 239, .8);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .comments-list .comment {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
}

.comments-list .comment .comment-respond {
    position: relative;
    margin-top: 20px;
    padding-left: 55px
}

@media (max-width: 767px) {
    .comments-list .comment .comment-respond {
        margin-top: 15px;
        padding-left: 40px
    }
}

.comment-body .nickname a:hover {
    color: var(--theme-hover)
}

.comment-author {
    float: left;
    width: 40px;
    margin-right: 15px
}

@media (max-width: 767px) {
    .comment-author {
        width: 30px;
        margin-right: 10px
    }
}

.comment-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media (max-width: 767px) {
    .comment-author img {
        width: 30px;
        height: 30px
    }
}

.comment-body .nickname {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #262626
}

@media (max-width: 767px) {
    .comment-body .nickname {
        line-height: 16px
    }
}

.comment-body .comment-time {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #828282
}

@media (max-width: 767px) {
    .comment-body .comment-time {
        margin-top: 2px;
        line-height: 14px
    }
}

.comment-text {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 14px;
    line-height: 1.6;
    color: #262626
}

.comment-text img {
    height: auto
}

 .comment-text img {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {

    .comment-text {
        padding-left: 40px
    }
}

.comment-text p:last-child {
    margin-bottom: 0
}

.comment-respond {
    margin-top: 30px
}


.widget {
    margin-bottom: 40px
}

@media (max-width: 1239px) {
    .widget {
        margin-bottom: 30px
    }
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul li {
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46
}

.widget ul li li {
    padding-left: 20px;
    border-bottom: 0
}

.widget ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc
}

.widget ul a {
    color: #5a5a5a
}

.widget ul a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.widget-title {
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 3px
}

.widget-title {
    position: relative
}


.widget_image_ad {
    padding: 0;
    background: 0 0
}

.widget_image_ad img {
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: top;
    border-radius: 4px;
    display: block
}

.widget_image_ad a {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget_image_ad a:hover {
    opacity: .9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget_post_thumb .item {
    margin: 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(239, 239, 239, .8)
}

.widget_post_thumb .item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.widget_post_thumb .item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget_post_thumb li:before {
    display: none
}

.widget_post_thumb .item-img {
    width: 100px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px
}

.widget_post_thumb .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.widget_post_thumb .item-img-inner {
    display: block
}

.widget_post_thumb .item-title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4
}

.widget_post_thumb .item-title a {
    color: #262626
}

.widget_post_thumb .item-date {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    color: #828282;
    line-height: 14px;
    right: 0;
}

.widget_post_thumb .item-content {
    position: relative;
    margin-left: 10px;
    width: calc(100% - 110px);
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    flex-grow: 1;
}

.body-box .sec-panel-head h1 span a:hover, .body-box .sec-panel-head h2 span a:hover, .body-box .sec-panel-head h3 span a:hover {
    color: var(--theme-hover)
}
.hotnews-slider .swiper-pagination span:hover {
    background-color: var(--theme-hover)
}

.body-box .widget {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff
}

.body-box .widget_image_ad {
    padding: 0
}

.body-box .widget_image_ad {
    background: 0 0
}

.body-box .sec-panel-head h1 span:before, .body-box .sec-panel-head h2 span:before, .body-box .sec-panel-head h3 span:before {
    display: none
}

.footer {
    color: rgba(231, 238, 247, 0.88);
    background: radial-gradient(circle at 18% 0, rgba(67, 145, 255, 0.14), transparent 30%), linear-gradient(135deg, #0b1d31 0%, #142b43 52%, #0d2338 100%);
    padding: 48px 0 30px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(92, 148, 218, 0.25);
}

.footer-container {
    max-width: 1046px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-main {
    display: grid;
    grid-template-columns: 260px minmax(330px, 1fr) 262px;
    gap: 42px;
    align-items: start;
}

.footer-brand-panel {
    min-width: 0;
}

.footer-logo-row {
    display: flex;
    align-items: center;
}

.footer-brand-font {
    font-family: "Noto Sans SC", "Source Han Sans SC", "Source Han Sans CN", sans-serif;
}

.footer-logo-text {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.footer-logo-text sup {
    top: -0.6em;
    margin-left: 3px;
    font-size: 22px;
    font-weight: 700;
}

.footer-slogan {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.footer-brand-desc {
    margin: 26px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(231, 238, 247, 0.76);
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(96px, 1fr));
    gap: 28px;
}

.footer-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.footer-column + .footer-column::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 56px;
    width: 1px;
    height: 158px;
    background: rgba(157, 189, 227, 0.16);
}

.footer-column h3,
.footer-contact-panel h3 {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}

.footer-column h3::after,
.footer-contact-panel h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: #3d7eff;
    box-shadow: 0 0 14px rgba(61, 126, 255, 0.7);
}

.footer-column a,
.footer-column span {
    color: rgba(231, 238, 247, 0.76);
    font-size: 16px;
    line-height: 1.45;
    text-decoration: none;
}

.footer-column a:hover {
    color: #fff;
    transform: translateX(3px);
}

.footer-contact-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.footer-mail {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 262px;
    margin-top: 1px;
    padding: 11px 14px;
    border: 1px solid rgba(141, 176, 219, 0.25);
    border-radius: 5px;
    color: rgba(240, 246, 255, 0.9);
    font-size: 16px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.footer-mail:hover {
    color: #fff;
    border-color: rgba(84, 145, 255, 0.58);
    background: rgba(84, 145, 255, 0.1);
}

.footer-mail i {
    font-size: 18px;
}

.footer-socials {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.footer-socials a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    background: #367dff;
}

.footer-qrcode {
    position: absolute;
    top: 112px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.footer-qrcode img {
    width: 78px;
    height: 78px;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
}

.footer-qrcode span {
    display: block;
    color: rgba(231, 238, 247, 0.82);
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.footer-notice {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 34px;
    padding: 24px 24px;
    border: 1px solid rgba(147, 184, 229, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-notice-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(135deg, #4e8dff 0%, #3164dc 100%);
    box-shadow: 0 10px 28px rgba(64, 120, 242, 0.28);
}

.footer-notice p {
    margin: 0;
    color: rgba(231, 238, 247, 0.82);
    font-size: 15px;
    line-height: 1.75;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(157, 189, 227, 0.16);
}

.footer-copyright-block {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.footer-copyright-block > i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #5790ff;
    font-size: 26px;
}

.footer-copyright-block p {
    margin: 0;
    color: rgba(231, 238, 247, 0.78);
    font-size: 15px;
    line-height: 1.55;
}

.footer-beian {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    white-space: nowrap;
}

.footer-beian .beian-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(231, 238, 247, 0.78);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
    padding: 0;
}

.footer-beian .beian-link:hover {
    color: #fff;
}

.footer-beian .separator {
    width: 1px;
    height: 22px;
    color: transparent;
    background: rgba(157, 189, 227, 0.24);
    margin: 0 2px;
}


@media (max-width: 991px) {
    .footer {
        padding: 36px 20px 24px;
    }
    
    .footer-container {
        padding: 0 15px;
    }

    .footer-main {
        grid-template-columns: 220px minmax(300px, 1fr) 220px;
        gap: 24px;
    }

    .footer-nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .footer-contact-panel {
        align-items: flex-start;
    }

    .footer-qrcode {
        top: 108px;
    }

    .footer-bottom {
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    .footer-logo-text {
        font-size: 28px;
    }

    .footer-slogan {
        font-size: 16px;
    }

    .footer-brand-desc,
    .footer-column a,
    .footer-column span,
    .footer-mail,
    .footer-copyright-block p,
    .footer-beian .beian-link {
        font-size: 14px;
    }

    .footer-column h3,
    .footer-contact-panel h3 {
        font-size: 18px;
    }

    .footer-qrcode img {
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 16px 15px 10px;
        margin-top: 40px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-nav {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-column + .footer-column::before {
        display: none;
    }

    .footer-notice {
        align-items: flex-start;
        gap: 14px;
        padding: 18px;
    }

    .footer-contact-panel {
        align-items: center;
    }

    .footer-qrcode {
        position: static;
        margin: 22px 0 0;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .footer-beian {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-beian .separator {
        display: none;
    }
}

.body-box .sec-panel-head h1 span a, .body-box .sec-panel-head h2 span a, .body-box .sec-panel-head h3 span a, .footer a {
    color: inherit
}

.footer a:hover {
    color: rgba(255, 255, 255, .9);
    text-decoration: none
}

.action {
    position: fixed;
    z-index: 999;
    bottom: 21%;
    right: 20px;
    background: #e1e1e1;
    border-radius: 3px;
}

.action .go-top {
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
}

.action .go-top:hover {
    background: #2897ec;
    color: #FFFFFF;
}

.hide-gotop {
    display: none;
}

:root {
    --theme-color: #388E3C;
    --theme-hover: #388E3C;
    --action-color: #206be7;
    --theme-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif
}

html {
    font-size: 12px
}

body {
    padding-bottom: env(safe-area-inset-bottom);
    background: #f5f5f5;
    word-wrap: break-word
}

@media (max-width: 991px) {
    body {
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
}

@media (max-width: 767px) {
    body {
        background: #fff !important
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

#wrap {
    padding-top: 64px
}

.channel {
    padding-top: 75px;
}

@media (max-width: 767px) {
    #wrap {
        padding-top: 50px;
        overflow: hidden
    }
}

.wrap {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 1239px) {
    .wrap {
        margin-top: 20px
    }
}

.main {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 863px;
    float: left
}

@media (max-width: 1239px) {
    .main {
        width: 670px
    }
}

@media (max-width: 991px) {
    .main {
        width: 100%;
        float: none !important
    }
}

.main-full {
    width: 100% !important;
    float: none
}

.sec-panel-head {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.sec-panel-head h1, .sec-panel-head h2, .sec-panel-head h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #262626
}

.sec-panel-head h1 a, .sec-panel-head h2 a, .sec-panel-head h3 a {
    text-decoration: none
}

.sec-panel-head h1 span, .sec-panel-head h2 span, .sec-panel-head h3 span {
    position: relative;
    display: inline-block;
    padding-left: 12px
}

.sec-panel-head h1 span:before, .sec-panel-head h2 span:before, .sec-panel-head h3 span:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 3px;
    border-radius: 4px;
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    content: ""
}

/* 与顶间距仅由 .wrap { margin-top: 20px } 承担，避免与主栏再叠一层 20px */
.body-box .main {
    margin-top: 0;
    width: 860px;
    background-color: #fff
}

@media (max-width: 1239px) {
    .body-box .main {
        width: 684px
    }
}

@media (max-width: 991px) {
    .body-box .main {
        width: auto
    }
}

.body-box .slider-wrap {
    margin-bottom: 20px
}

.body-box .main-slider {
    width: 100%
}

@media (max-width: 1239px) {
    .body-box .main-slider {
        width: 100%
    }
}

.body-box .sec-panel-head {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .body-box .sec-panel-head {
        padding: 10px 0 0
    }
}

.body-box .sec-panel-head h1, .body-box .sec-panel-head h2, .body-box .sec-panel-head h3 {
    border-bottom: 0;
    line-height: 26px
}

.body-box .sec-panel-head h1 span, .body-box .sec-panel-head h2 span, .body-box .sec-panel-head h3 span {
    padding-bottom: 0;
    padding-left: 0;
    color: #262626
}

.body-box .list.tabs .tab a {
    line-height: 58px;
    padding-bottom: 0
}

.body-box .main-list .sec-panel-head {
    padding-top: 0;
    border-bottom: 0
}

.body-box .main-list .list.tabs {
    height: 60px;
    margin-bottom: -1px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 767px) {
    .body-box .main-list .list.tabs {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sidebar-article {
    width: 300px;
    float: right;
}

.sidebar {
    width: 300px;
    float: right;
    margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1239px) {
    .sidebar-article {
        display: none;
    }
}

@media (max-width: 1239px) {
    .sidebar {
        width: 250px
    }
}

@media screen and (max-width: 991px) {
    .sidebar {
        display: none
    }
}

.slider-wrap {
    margin-bottom: 40px
}

@media (max-width: 1239px) {
    .slider-wrap {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .slider-wrap {
        margin: -20px -15px 30px
    }
}

.hotnews-slider .swiper-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body > header.header .logo img {
    max-height: 40px
}

@media (max-width: 767px) {
    body > header.header .logo img {
        max-height: 36px
    }
}

.no-more-item {
    height: 40px;
    border-top: 1px dotted #cccccc;
    text-align: center;
    visibility: hidden;
    line-height: 2rem;
}

.article-item {
    display: inline !important;
    font-size: 16px;
}


