﻿:root {
    --news-brand: #1264d8;
    --news-brand-dark: #0f2f5f;
    --news-brand-soft: #edf5ff;
    --news-accent: #e33b42;
    --news-teal: #0f9f8f;
    --news-ink: #141923;
    --news-text: #3b4554;
    --news-muted: #7a8493;
    --news-line: #e4e9f1;
    --news-line-strong: #cfd7e3;
    --news-bg: #f5f7fb;
    --news-paper: #ffffff;
    --news-shadow: 0 12px 28px rgba(18, 44, 82, 0.08);
    --news-shadow-soft: 0 6px 18px rgba(18, 44, 82, 0.06);
    --news-radius: 8px;
}

/* 2026 site redesign: industrial intelligence desk */
:root {
    --desk-ink: #151a1f;
    --desk-ink-2: #222a31;
    --desk-panel: #f7f7f1;
    --desk-panel-2: #ffffff;
    --desk-bg: #e9edf0;
    --desk-line: #c8d0d6;
    --desk-line-dark: #313a42;
    --desk-muted: #68737c;
    --desk-text: #2d343b;
    --desk-orange: #ff6a2a;
    --desk-cyan: #00a8b5;
    --desk-green: #2e8b57;
    --desk-yellow: #f2b705;
    --desk-shadow: 0 22px 48px rgba(21, 26, 31, 0.14);
    --desk-shadow-soft: 0 10px 28px rgba(21, 26, 31, 0.09);
    --desk-radius: 6px;
}

html {
    background: var(--desk-bg);
}

body.bk-page,
body.news-page {
    color: var(--desk-text);
    background:
        linear-gradient(90deg, rgba(21, 26, 31, 0.045) 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(0deg, rgba(21, 26, 31, 0.035) 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(180deg, #f4f5f2 0, #e8ecef 360px, #dde3e6 100%);
    font-family: "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.news-container {
    width: min(1240px, calc(100% - 36px));
}

.news-site-head {
    position: relative;
    overflow: hidden;
    color: #f6f7f2;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
        linear-gradient(135deg, #101418 0%, #1d252d 52%, #101418 100%);
    border-bottom: 0;
    box-shadow: 0 26px 60px rgba(10, 14, 18, 0.28);
}

.news-site-head::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 44%;
    height: 100%;
    background:
        linear-gradient(118deg, transparent 0 34%, rgba(255, 106, 42, 0.16) 34% 38%, transparent 38% 100%),
        linear-gradient(118deg, transparent 0 53%, rgba(0, 168, 181, 0.13) 53% 56%, transparent 56% 100%);
    pointer-events: none;
}

.news-topbar {
    position: relative;
    z-index: 1;
    color: #f6f7f2;
    background: #ff6a2a;
}

.news-topbar-inner {
    min-height: 36px;
}

.news-date {
    color: #1b1f23;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.news-date::before {
    content: "LIVE INDEX";
    display: inline-flex;
    margin-right: 10px;
    padding: 2px 7px;
    color: #ffffff;
    background: #151a1f;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.news-top-links a {
    color: #1b1f23;
    font-weight: 800;
}

.news-brand-row {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.05fr) auto;
    min-height: 128px;
}

.news-logo {
    color: #ffffff;
}

.news-logo span {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 950;
    letter-spacing: 0;
}

.news-logo strong {
    width: max-content;
    margin-top: 10px;
    padding: 5px 8px;
    color: #151a1f;
    background: var(--desk-yellow);
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
}

.news-search,
.search-hero-form {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--desk-radius);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.news-search input,
.search-hero-form input {
    color: #ffffff;
    background: transparent;
}

.search-hero-form input {
    color: var(--desk-ink);
}

.news-search input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.search-hero-form input::placeholder {
    color: #7a838b;
}

.news-search button,
.search-hero-form button {
    color: #151a1f;
    background: var(--desk-yellow);
    font-weight: 950;
}

.news-search button:hover,
.search-hero-form button:hover {
    color: #ffffff;
    background: var(--desk-orange);
}

.news-service-links a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.26);
    border-radius: var(--desk-radius);
    background: rgba(255, 255, 255, 0.08);
}

.news-service-links a:hover {
    color: #151a1f;
    border-color: var(--desk-yellow);
    background: var(--desk-yellow);
}

.news-main-nav {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid var(--desk-orange);
    background: rgba(10, 13, 16, 0.72);
}

.news-nav-primary {
    background: transparent;
}

.news-nav-primary .news-nav-row {
    gap: 0;
    padding: 0;
}

.news-nav-primary .news-nav-row a {
    min-height: 48px;
    padding: 0 18px;
    color: #f6f7f2;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0;
}

.news-nav-primary .news-nav-row a.is-home,
.news-nav-primary .news-nav-row a:hover {
    color: #151a1f;
    background: var(--desk-yellow);
}

.news-main {
    padding: 24px 0 48px;
}

.news-ticker,
.news-cover-column,
.news-headline-column,
.news-side-box,
.news-company-board,
.news-channel-board,
.news-module,
.news-latest,
.bk-list,
.bk-panel,
.article-card,
.article-pager,
.info-section,
.search-results,
.category-results,
.company-library-results,
.company-profile-section,
.company-side-card,
.company-contact-card,
.company-profile-stats {
    border: 1px solid var(--desk-line);
    border-radius: var(--desk-radius);
    background: var(--desk-panel);
    box-shadow: var(--desk-shadow-soft);
}

.news-ticker {
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 48px;
    margin-bottom: 18px;
    border-color: var(--desk-line-dark);
    background: #171c21;
}

.news-ticker>strong {
    color: #151a1f;
    background: var(--desk-yellow);
    font-family: "Courier New", monospace;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.news-ticker-group a {
    color: #f6f7f2;
}

.news-ticker-group a::before {
    background: var(--desk-orange);
    border-radius: 0;
}

.news-lead-grid {
    grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.55fr) minmax(260px, 0.78fr);
    gap: 18px;
}

.news-section-title {
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid var(--desk-line);
    background:
        linear-gradient(90deg, rgba(21, 26, 31, 0.05), transparent),
        var(--desk-panel);
}

.news-section-title h2 {
    padding-left: 0;
    color: var(--desk-ink);
    font-size: 17px;
    font-weight: 950;
    letter-spacing: 0;
}

.news-section-title h2::before {
    display: none;
}

.news-section-title h2::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 7px;
    background: var(--desk-orange);
}

.news-section-title a {
    color: var(--desk-muted);
    font-family: "Courier New", monospace;
    font-size: 12px;
    font-weight: 800;
}

.news-cover-column {
    overflow: hidden;
    color: #f6f7f2;
    border-color: var(--desk-line-dark);
    background: #171c21;
}

.news-cover-column .news-section-title {
    border-color: rgba(255, 255, 255, 0.1);
    background: #171c21;
}

.news-cover-column .news-section-title h2,
.news-cover-column .news-section-title a {
    color: #f6f7f2;
}

.news-cover-list {
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.news-cover-card {
    position: relative;
    gap: 10px;
    padding: 14px;
    color: #f6f7f2;
    border-bottom: 0;
    background: #171c21;
}

.news-cover-img,
.news-latest-thumb,
.category-article-thumb {
    border-radius: var(--desk-radius);
    background:
        repeating-linear-gradient(135deg, #d6dde1 0 8px, #c8d0d6 8px 16px);
}

.news-cover-img::before,
.news-latest-thumb::before,
.category-article-thumb::before {
    content: "NO IMAGE";
    color: rgba(21, 26, 31, 0.44);
    font-family: "Courier New", monospace;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.news-cover-img img,
.news-latest-thumb img,
.category-article-thumb img {
    filter: saturate(0.92) contrast(1.04);
}

.news-cover-card strong {
    color: #ffffff;
    font-size: 16px;
}

.news-cover-card em {
    color: #a9b4bd;
    font-family: "Courier New", monospace;
    font-size: 12px;
}

.news-headline-column {
    position: relative;
    overflow: hidden;
}

.news-headline-column::before {
    content: "";
    position: absolute;
    top: 58px;
    right: 0;
    bottom: 0;
    width: 12px;
    background:
        linear-gradient(var(--desk-orange), var(--desk-orange)) top / 100% 34% no-repeat,
        linear-gradient(var(--desk-cyan), var(--desk-cyan)) bottom / 100% 22% no-repeat;
}

.news-headline-list {
    padding: 0 22px 0 18px;
}

.news-headline-item {
    padding: 24px 0;
    border-bottom: 1px solid var(--desk-line);
}

.news-headline-item:first-child {
    margin: 18px 0 2px;
    padding: 24px;
    border: 1px solid var(--desk-line-dark);
    border-left: 8px solid var(--desk-orange);
    border-radius: var(--desk-radius);
    background:
        linear-gradient(135deg, rgba(255, 106, 42, 0.12), transparent 42%),
        #fffdf7;
}

.news-headline-item:first-child h3 {
    text-align: left;
    font-size: clamp(24px, 3.2vw, 36px);
}

.news-headline-item h3 {
    color: var(--desk-ink);
    font-size: 20px;
    font-weight: 950;
}

.news-headline-item p,
.news-latest-card p,
.category-article-card p,
.company-library-card p,
.company-section-lead,
.company-update-item p,
.bk-card p,
.bk-panel p {
    color: #4f5961;
}

.news-keyword-link,
.bk-tag,
.news-latest-meta span,
.category-article-foot a,
.company-library-more,
.company-profile-primary {
    color: var(--desk-orange);
    font-weight: 950;
}

.news-wire-list,
.news-rank-list {
    padding: 10px 16px 16px;
}

.news-wire-list li {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
}

.news-wire-list time {
    color: var(--desk-orange);
    font-family: "Courier New", monospace;
    font-weight: 800;
}

.news-wire-list a,
.news-rank-list a,
.news-topic-tags a {
    color: var(--desk-text);
}

.news-channel-board,
.news-company-board,
.news-module-grid,
.news-latest-layout {
    margin-top: 18px;
}

.news-channel-board {
    overflow: hidden;
    border-color: var(--desk-line-dark);
}

.news-channel-table {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    background: var(--desk-line-dark);
}

.news-channel-table a {
    min-height: 104px;
    padding: 16px;
    border: 0;
    border-radius: 0;
    background: #f8f8f2;
    box-shadow: none;
}

.news-channel-table a:hover {
    background: #151a1f;
    box-shadow: none;
    transform: none;
}

.news-channel-table strong {
    color: var(--desk-ink);
    font-size: 18px;
    font-weight: 950;
}

.news-channel-table span {
    color: var(--desk-muted);
}

.news-channel-table a:hover strong,
.news-channel-table a:hover span {
    color: #ffffff;
}

.news-latest-layout,
.search-layout,
.category-layout,
.company-library-layout,
.company-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
    align-items: start;
}

.news-latest {
    overflow: hidden;
}

.news-latest-list,
.category-article-list,
.company-library-list {
    padding: 0;
}

.news-latest-card,
.category-article-card {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid var(--desk-line);
    background: var(--desk-panel-2);
}

.news-latest-card:nth-child(even),
.category-article-card:nth-child(even) {
    background: #f6f6ef;
}

.news-latest-card h3,
.category-article-card h2 {
    color: var(--desk-ink);
    font-size: 20px;
    font-weight: 950;
}

.news-latest-meta,
.news-latest-foot,
.bk-meta,
.article-meta,
.category-article-foot {
    color: var(--desk-muted);
    font-family: "Courier New", monospace;
    font-size: 12px;
}

.news-topic-sidebar {
    gap: 18px;
}

.news-topic-tags a {
    border: 1px solid var(--desk-line);
    border-radius: 999px;
    background: #ffffff;
    font-weight: 800;
}

.news-topic-tags a:hover,
.news-rank-list a:hover,
.news-wire-list a:hover,
.news-section-title a:hover,
.news-headline-item h3 a:hover,
.news-latest-card h3 a:hover,
.category-article-card h2 a:hover,
.company-library-card h2 a:hover,
.company-update-title:hover {
    color: var(--desk-orange);
}

.news-rank-list a::before {
    color: #151a1f;
    background: var(--desk-yellow);
    border-radius: 4px;
    font-family: "Courier New", monospace;
}

.news-rank-list li:nth-child(-n+3) a::before {
    background: var(--desk-orange);
}

.search-hero,
.category-hero,
.company-library-hero,
.company-profile-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 26px;
    color: #f6f7f2;
    border: 1px solid var(--desk-line-dark);
    border-radius: var(--desk-radius);
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
        linear-gradient(135deg, #151a1f, #26313a);
    box-shadow: var(--desk-shadow);
}

.search-hero::after,
.category-hero::after,
.company-library-hero::after,
.company-profile-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -1px;
    width: 48%;
    height: 100%;
    background: linear-gradient(118deg, transparent 0 48%, rgba(255, 106, 42, 0.28) 48% 54%, transparent 54% 100%);
    pointer-events: none;
}

.search-hero>*,
.category-hero>*,
.company-library-hero>*,
.company-profile-hero>* {
    position: relative;
    z-index: 1;
}

.search-hero p,
.category-hero p,
.company-library-hero p,
.company-profile-kicker {
    color: var(--desk-yellow);
    font-family: "Courier New", monospace;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.search-hero h1,
.category-hero h1,
.company-library-hero h1,
.company-profile-main h1 {
    color: #ffffff;
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 950;
}

.search-hero span,
.category-hero span,
.company-library-hero span,
.company-profile-about {
    color: #cfd8df;
}

.search-hero .search-hero-form,
.category-hero .search-hero-form,
.company-library-hero .search-hero-form {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.48);
}

.search-results,
.category-results,
.company-library-results {
    overflow: hidden;
}

.search-empty,
.bk-empty {
    margin: 18px;
    padding: 22px;
    border: 1px dashed var(--desk-line-dark);
    border-radius: var(--desk-radius);
    background: #fffdf7;
}

.company-library-card {
    padding: 22px;
    background: #ffffff;
}

.company-library-card:nth-child(even) {
    background: #f6f6ef;
}

.company-library-card h2,
.company-profile-section h2,
.company-side-card h2 {
    color: var(--desk-ink);
    font-weight: 950;
}

.company-library-card dl,
.company-info-grid,
.company-profile-stats {
    gap: 1px;
    background: var(--desk-line);
}

.company-library-card dl div,
.company-info-grid div,
.company-profile-stats div {
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

.company-library-tags a,
.company-product-tags a,
.company-side-links a,
.company-profile-secondary,
.bk-keywords a,
.bk-keywords span {
    color: var(--desk-ink);
    border: 1px solid var(--desk-line);
    border-radius: 999px;
    background: #ffffff;
    font-weight: 900;
}

.company-library-tags a:hover,
.company-product-tags a:hover,
.company-side-links a:hover,
.company-profile-secondary:hover,
.bk-keywords a:hover {
    color: #ffffff;
    border-color: var(--desk-ink);
    background: var(--desk-ink);
}

.company-profile-main {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.company-contact-card {
    color: var(--desk-ink);
    background: #fffdf7;
}

.company-contact-badge {
    width: max-content;
    padding: 4px 8px;
    color: #151a1f;
    background: var(--desk-yellow);
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-weight: 950;
}

.company-profile-stats {
    overflow: hidden;
    padding: 0;
}

.company-profile-stats strong {
    color: var(--desk-ink);
}

.company-profile-section,
.company-side-card {
    overflow: hidden;
}

.company-update-item {
    border-bottom: 1px solid var(--desk-line);
}

.bk-site-head,
.bk-wrap,
.article-page {
    width: min(1180px, calc(100% - 36px));
}

.bk-site-head {
    min-height: 82px;
    border-bottom: 4px solid var(--desk-orange);
    background: #151a1f;
}

.bk-brand {
    color: #ffffff;
}

.bk-nav a {
    color: #151a1f;
    border-color: var(--desk-yellow);
    border-radius: var(--desk-radius);
    background: var(--desk-yellow);
}

.bk-hero {
    color: #ffffff;
    border-color: var(--desk-line-dark);
    border-top: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
        #151a1f;
}

.bk-kicker {
    color: var(--desk-yellow);
    font-family: "Courier New", monospace;
}

.bk-hero h1,
.bk-lead {
    color: #ffffff;
}

.bk-card {
    background: #ffffff;
}

.bk-card:nth-child(even) {
    background: #f6f6ef;
}

.bk-card h2 {
    color: var(--desk-ink);
    font-weight: 950;
}

.bk-panel h2,
.bk-section-title h2,
.section-heading h2 {
    color: var(--desk-ink);
}

.bk-panel h2,
.bk-section-title,
.section-heading {
    border-bottom-color: var(--desk-orange);
}

.pagination a,
.pagination span,
.bk-page-link {
    color: var(--desk-ink);
    border-color: var(--desk-line);
    border-radius: var(--desk-radius);
    background: #ffffff;
}

.bk-page-link[href]:hover,
.pagination a:hover,
.bk-page-link.is-current,
.pagination .active span {
    color: #ffffff;
    border-color: var(--desk-ink);
    background: var(--desk-ink);
}

.news-site-foot,
.bk-site-foot {
    margin-top: 36px;
    color: #dce4e8;
    border-top: 4px solid var(--desk-orange);
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 14px),
        #151a1f;
}

.news-footer-links a {
    border-color: rgba(255, 255, 255, 0.18);
    border-radius: var(--desk-radius);
}

.news-footer-brand p,
.news-footer-bottom {
    color: #aeb9c1;
}

@media (max-width: 1024px) {
    .news-brand-row,
    .news-lead-grid,
    .news-latest-layout,
    .search-layout,
    .category-layout,
    .company-library-layout,
    .company-profile-layout,
    .search-hero,
    .category-hero,
    .company-library-hero,
    .company-profile-hero {
        grid-template-columns: 1fr;
    }

    .news-channel-table {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .news-container,
    .bk-site-head,
    .bk-wrap,
    .article-page {
        width: 100%;
    }

    .news-topbar-inner,
    .news-brand-row,
    .news-main,
    .bk-wrap,
    .article-page {
        padding-right: 14px;
        padding-left: 14px;
    }

    .news-logo span {
        font-size: 34px;
    }

    .news-nav-primary .news-nav-row a {
        min-width: 96px;
    }

    .news-ticker {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .news-channel-table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-latest-card,
    .category-article-card {
        grid-template-columns: 128px minmax(0, 1fr);
        padding: 16px 14px;
    }

    .search-hero,
    .category-hero,
    .company-library-hero,
    .company-profile-hero {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }
}

@media (max-width: 520px) {
    .news-channel-table,
    .news-latest-card,
    .category-article-card {
        grid-template-columns: 1fr;
    }

    .news-latest-thumb,
    .category-article-thumb {
        display: none;
    }
}

/* 2026 reference refresh: align site pages with 2466.cn classified layout */
:root {
    --mps-blue: #3592e2;
    --mps-blue-dark: #2283d4;
    --mps-orange: #f78015;
    --mps-orange-dark: #eb6d13;
    --mps-red: #ff4500;
    --mps-bg: #f7f7f7;
    --mps-panel: #ffffff;
    --mps-soft: #fafafa;
    --mps-border: #eeeeee;
    --mps-border-blue: #d2e1f1;
    --mps-text: #333333;
    --mps-muted: #888888;
}

html {
    background: var(--mps-bg);
}

body.bk-page,
body.news-page {
    color: var(--mps-text);
    background: var(--mps-bg) !important;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
}

a:hover {
    color: var(--mps-red);
    text-decoration: underline;
}

.news-container {
    width: min(1280px, calc(100% - 32px));
}

.news-site-head {
    overflow: visible;
    color: var(--mps-text);
    background: #ffffff;
    border-bottom: 0;
    box-shadow: none;
}

.news-site-head::after {
    display: none;
}

.news-topbar {
    color: #585858;
    background: #f5f5f5;
    border-bottom: 1px solid #eeeeee;
}

.news-topbar-inner {
    min-height: 36px;
}

.news-date {
    color: #ff4500;
    font-size: 13px;
    font-weight: 400;
}

.news-date::before {
    display: none;
}

.news-top-links {
    gap: 18px;
}

.news-top-links a {
    color: #585858;
    font-weight: 400;
}

.news-brand-row {
    grid-template-columns: minmax(210px, auto) minmax(460px, 660px) auto;
    gap: 28px;
    min-height: 112px;
    padding: 10px 0 0;
}

.news-logo span {
    color: var(--mps-blue);
    font-size: 42px;
    font-weight: 900;
}

.news-logo strong {
    width: auto;
    margin-top: 8px;
    padding: 0;
    color: #777777;
    background: transparent;
    border-radius: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

.news-search {
    grid-template-columns: minmax(0, 1fr) 86px;
    min-height: 42px;
    overflow: hidden;
    border: 2px solid var(--mps-blue);
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.news-search input {
    color: #666666;
    background: #ffffff;
    text-indent: 12px;
}

.news-search input::placeholder {
    color: #9d9d9d;
}

.news-search button {
    color: #ffffff;
    background: var(--mps-blue);
    font-size: 16px;
    font-weight: 700;
}

.news-search button:hover {
    background: var(--mps-blue-dark);
}

.news-service-links {
    gap: 10px;
}

.news-service-links a {
    min-width: 118px;
    min-height: 40px;
    padding: 9px 14px;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    background: var(--mps-orange);
    font-size: 15px;
    font-weight: 700;
}

.news-service-links a:hover {
    color: #ffffff;
    background: var(--mps-orange-dark);
    text-decoration: none;
}

.news-main-nav {
    border-top: 0;
    border-bottom: 2px solid var(--mps-blue);
    background: #ffffff;
}

.news-nav-primary {
    background: #ffffff;
}

.news-nav-primary .news-nav-row {
    gap: 0;
    padding: 0;
}

.news-nav-primary .news-nav-row a {
    min-height: 42px;
    padding: 0 19px;
    color: #3d3d3d;
    border-right: 0;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.news-nav-primary .news-nav-row a.is-home,
.news-nav-primary .news-nav-row a:hover {
    color: #ffffff;
    background: var(--mps-blue);
    text-decoration: none;
}

.news-main {
    padding: 10px 0 34px;
}

.news-ticker,
.news-cover-column,
.news-headline-column,
.news-side-box,
.news-company-board,
.news-channel-board,
.news-module,
.news-latest,
.bk-list,
.bk-panel,
.article-card,
.article-pager,
.info-section,
.search-results,
.category-results,
.company-library-results,
.company-profile-section,
.company-side-card,
.company-contact-card,
.company-profile-stats {
    border: 1px solid var(--mps-border);
    border-radius: 0;
    background: var(--mps-panel);
    box-shadow: none;
}

.news-ticker {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 40px;
    margin-bottom: 10px;
    border-color: var(--mps-border);
    background: #ffffff;
}

.news-ticker>strong {
    color: #ffffff;
    background: var(--mps-blue);
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}

.news-ticker-group a {
    color: #555555;
}

.news-ticker-group a::before {
    background: var(--mps-orange);
    border-radius: 50%;
}

.news-lead-grid {
    grid-template-columns: 310px minmax(0, 1fr) 300px;
    gap: 10px;
}

.news-section-title {
    min-height: 40px;
    padding: 0 12px;
    border-bottom: 1px solid var(--mps-border);
    background: #fafafa;
}

.news-section-title h2 {
    color: var(--mps-blue);
    font-size: 16px;
    font-weight: 700;
}

.news-section-title h2::after {
    display: none;
}

.news-section-title h2::before {
    display: none;
}

.news-section-title a {
    color: #999999;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.news-cover-column {
    overflow: hidden;
    color: var(--mps-text);
    border-color: var(--mps-border);
    background: #ffffff;
}

.news-cover-column .news-section-title {
    border-color: var(--mps-border);
    background: #fafafa;
}

.news-cover-column .news-section-title h2 {
    color: var(--mps-blue);
}

.news-cover-column .news-section-title a {
    color: #999999;
}

.news-cover-list {
    gap: 0;
    background: #ffffff;
}

.news-cover-card {
    gap: 8px;
    padding: 10px;
    color: var(--mps-text);
    border-bottom: 1px solid #f1f1f1;
    background: #ffffff;
}

.news-cover-img,
.news-latest-thumb,
.category-article-thumb {
    border-radius: 0;
    background: #f0f0f0;
}

.news-cover-img::before,
.news-latest-thumb::before,
.category-article-thumb::before {
    content: "图片";
    color: #b0b0b0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

.news-cover-card strong {
    color: #333333;
    font-size: 15px;
}

.news-cover-card em {
    color: #999999;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.news-headline-column::before {
    display: none;
}

.news-headline-list {
    padding: 0 14px;
}

.news-headline-item {
    padding: 16px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.news-headline-item:first-child {
    margin: 10px 0 0;
    padding: 14px;
    border: 1px solid #d2e1f1;
    border-left: 0;
    border-radius: 0;
    background: #f5f8fc;
}

.news-headline-item:first-child h3 {
    text-align: center;
    font-size: 24px;
}

.news-headline-item h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.news-headline-item p,
.news-latest-card p,
.category-article-card p,
.company-library-card p,
.company-section-lead,
.company-update-item p,
.bk-card p,
.bk-panel p {
    color: #666666;
}

.news-keyword-link,
.bk-tag,
.news-latest-meta span,
.category-article-foot a,
.company-library-more,
.company-profile-primary {
    color: var(--mps-blue);
    font-weight: 700;
}

.news-wire-list,
.news-rank-list {
    padding: 8px 12px 12px;
}

.news-wire-list li {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.news-wire-list time {
    color: #999999;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.news-wire-list a,
.news-rank-list a,
.news-topic-tags a {
    color: #333333;
}

.news-channel-board,
.news-company-board,
.news-module-grid,
.news-latest-layout {
    margin-top: 10px;
}

.news-channel-board {
    overflow: hidden;
    border-color: var(--mps-border-blue);
}

.news-channel-table {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 10px 12px;
    background: #ffffff;
}

.news-channel-table a {
    min-height: 76px;
    padding: 10px 12px;
    border: 1px dashed #e5e5e5;
    border-radius: 0;
    background: #ffffff;
}

.news-channel-table a:hover {
    border-color: var(--mps-blue);
    background: #f5f8fc;
    text-decoration: none;
}

.news-channel-table strong {
    color: var(--mps-blue);
    font-size: 16px;
    font-weight: 700;
}

.news-channel-table span {
    color: #888888;
}

.news-channel-table a:hover strong {
    color: var(--mps-red);
}

.news-channel-table a:hover span {
    color: #666666;
}

.news-latest-layout,
.search-layout,
.category-layout,
.company-library-layout,
.company-profile-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 10px;
}

.news-latest-card,
.category-article-card {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 14px;
    border-bottom: 1px dashed #e5e5e5;
    background: #ffffff;
}

.news-latest-card:nth-child(even),
.category-article-card:nth-child(even) {
    background: #ffffff;
}

.news-latest-card:hover,
.category-article-card:hover,
.company-library-card:hover,
.company-update-item:hover {
    background: #fbfcfc;
}

.news-latest-card h3,
.category-article-card h2 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.news-latest-meta,
.news-latest-foot,
.bk-meta,
.article-meta,
.category-article-foot {
    color: #999999;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 12px;
}

.news-topic-sidebar {
    gap: 10px;
}

.news-topic-tags a {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #ffffff;
    font-weight: 400;
}

.news-rank-list a::before {
    color: #ffffff;
    background: var(--mps-blue);
    border-radius: 2px;
    font-family: Arial, sans-serif;
}

.news-rank-list li:nth-child(-n+3) a::before {
    background: var(--mps-orange);
}

.search-hero,
.category-hero,
.company-library-hero,
.company-profile-hero {
    margin-bottom: 10px;
    padding: 20px 22px;
    color: #333333;
    border: 1px solid var(--mps-border-blue);
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.search-hero::after,
.category-hero::after,
.company-library-hero::after,
.company-profile-hero::after {
    display: none;
}

.search-hero p,
.category-hero p,
.company-library-hero p,
.company-profile-kicker {
    color: var(--mps-blue);
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.search-hero h1,
.category-hero h1,
.company-library-hero h1,
.company-profile-main h1 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
}

.search-hero span,
.category-hero span,
.company-library-hero span,
.company-profile-about {
    color: #777777;
}

.search-hero .search-hero-form,
.category-hero .search-hero-form,
.company-library-hero .search-hero-form,
.search-hero-form {
    border: 2px solid var(--mps-blue);
    border-radius: 0;
    background: #ffffff;
}

.search-hero-form input {
    color: #666666;
}

.search-results,
.category-results,
.company-library-results {
    overflow: hidden;
}

.search-empty,
.bk-empty {
    margin: 14px;
    padding: 18px;
    border: 1px dashed #dcdcdc;
    border-radius: 0;
    background: #ffffff;
}

.company-library-card {
    padding: 18px 20px;
    border-bottom: 1px dashed #e5e5e5;
    background: #ffffff;
}

.company-library-card:nth-child(even) {
    background: #ffffff;
}

.company-library-card h2,
.company-profile-section h2,
.company-side-card h2 {
    color: #333333;
    font-weight: 700;
}

.company-library-card dl,
.company-info-grid,
.company-profile-stats {
    gap: 0;
    background: #ffffff;
}

.company-library-card dl div,
.company-info-grid div,
.company-profile-stats div {
    border: 1px solid #eeeeee;
    border-radius: 0;
    background: #ffffff;
}

.company-library-tags a,
.company-product-tags a,
.company-side-links a,
.company-profile-secondary,
.bk-keywords a,
.bk-keywords span {
    color: var(--mps-blue);
    border: 1px solid #d2e1f1;
    border-radius: 4px;
    background: #f5f8fc;
    font-weight: 400;
}

.company-library-tags a:hover,
.company-product-tags a:hover,
.company-side-links a:hover,
.company-profile-secondary:hover,
.bk-keywords a:hover {
    color: #ffffff;
    border-color: var(--mps-blue);
    background: var(--mps-blue);
    text-decoration: none;
}

.company-profile-main {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.company-contact-card {
    color: #333333;
    background: #ffffff;
}

.company-contact-badge {
    width: max-content;
    padding: 3px 8px;
    color: #ffffff;
    background: var(--mps-blue);
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.company-profile-stats {
    overflow: hidden;
    padding: 0;
}

.company-profile-stats strong {
    color: #333333;
}

.bk-site-head {
    min-height: 76px;
    border-bottom: 2px solid var(--mps-blue);
    background: #ffffff;
}

.bk-brand {
    color: var(--mps-blue);
}

.bk-nav a {
    color: var(--mps-blue);
    border-color: #d2e1f1;
    border-radius: 4px;
    background: #f5f8fc;
}

.bk-hero {
    color: #333333;
    border-color: var(--mps-border-blue);
    border-top: 0;
    background: #ffffff;
}

.bk-kicker {
    color: var(--mps-blue);
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.bk-hero h1,
.bk-lead {
    color: #333333;
}

.bk-card {
    background: #ffffff;
}

.bk-card:nth-child(even) {
    background: #fbfcfc;
}

.bk-card h2 {
    color: #333333;
    font-weight: 700;
}

.bk-panel h2,
.bk-section-title h2,
.section-heading h2 {
    color: var(--mps-blue);
}

.bk-panel h2,
.bk-section-title,
.section-heading {
    border-bottom-color: var(--mps-blue);
}

.pagination a,
.pagination span,
.bk-page-link {
    color: var(--mps-blue);
    border-color: #d2e1f1;
    border-radius: 3px;
    background: #ffffff;
}

.bk-page-link[href]:hover,
.pagination a:hover,
.bk-page-link.is-current,
.pagination .active span {
    color: #ffffff;
    border-color: var(--mps-blue);
    background: var(--mps-blue);
    text-decoration: none;
}

.news-site-foot,
.bk-site-foot {
    margin-top: 30px;
    color: #787878;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}

.news-footer-brand strong {
    color: #333333;
}

.news-footer-brand p,
.news-footer-bottom {
    color: #787878;
}

.news-footer-links a {
    color: #666666;
    border-color: #dddddd;
    border-radius: 3px;
    background: #f8f8f8;
}

.news-footer-links a:hover {
    color: #ffffff;
    border-color: var(--mps-blue);
    background: var(--mps-blue);
    text-decoration: none;
}

@media (max-width: 1024px) {
    .news-brand-row,
    .news-lead-grid,
    .news-latest-layout,
    .search-layout,
    .category-layout,
    .company-library-layout,
    .company-profile-layout,
    .search-hero,
    .category-hero,
    .company-library-hero,
    .company-profile-hero {
        grid-template-columns: 1fr;
    }

    .news-channel-table {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .news-container,
    .bk-site-head,
    .bk-wrap,
    .article-page {
        width: 100%;
    }

    .news-topbar-inner,
    .news-brand-row,
    .news-main,
    .bk-wrap,
    .article-page {
        padding-right: 12px;
        padding-left: 12px;
    }

    .news-logo span {
        font-size: 32px;
    }

    .news-nav-primary .news-nav-row a {
        min-width: 88px;
    }

    .news-channel-table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-latest-card,
    .category-article-card {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 10px;
    }
}

* {
    box-sizing: border-box;
}

html {
    min-width: 0;
    background: var(--news-bg);
    -webkit-text-size-adjust: 100%;
}

body.bk-page,
body.news-page {
    min-height: 100vh;
    margin: 0;
    color: var(--news-ink);
    background: var(--news-bg);
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", sans-serif;
    font-size: 14px;
    line-height: 1.66;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

input,
button {
    font: inherit;
}

.news-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.news-site-head {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(228, 233, 241, 0.94);
    box-shadow: 0 8px 26px rgba(18, 44, 82, 0.06);
    backdrop-filter: blur(14px);
}

.news-topbar {
    color: #dbe9fb;
    background: var(--news-brand-dark);
}

.news-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 34px;
}

.news-date {
    color: #dbe9fb;
    font-size: 13px;
}

.news-top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.news-top-links a {
    color: #edf5ff;
    text-decoration: none;
    font-size: 13px;
}

.news-top-links a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-brand-row {
    display: grid;
    grid-template-columns: auto minmax(260px, 520px) auto;
    align-items: center;
    gap: 28px;
    min-height: 110px;
}

.news-logo {
    display: grid;
    color: var(--news-brand-dark);
    text-decoration: none;
    line-height: 1;
}

.news-logo span {
    color: var(--news-brand-dark);
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.news-logo strong {
    margin-top: 8px;
    color: var(--news-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    letter-spacing: 0.18em;
}

.news-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    min-height: 42px;
    overflow: hidden;
    border: 1px solid #bcd5f4;
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: inset 0 0 0 1px rgba(18, 100, 216, 0.03);
}

.news-search input {
    min-width: 0;
    padding: 0 14px;
    border: 0;
    outline: 0;
    color: var(--news-text);
    background: transparent;
}

.news-search input::placeholder {
    color: #9aa5b4;
}

.news-search button {
    color: #ffffff;
    border: 0;
    background: var(--news-brand);
    cursor: pointer;
    font-weight: 800;
}

.news-search button:hover {
    background: #0f56bd;
}

.news-service-links {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.news-service-links a {
    min-width: 78px;
    padding: 8px 11px;
    color: var(--news-brand);
    text-align: center;
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: var(--news-radius);
    background: #f8fbff;
    font-weight: 800;
}

.news-service-links a:hover {
    color: #ffffff;
    border-color: var(--news-brand);
    background: var(--news-brand);
}

.news-main-nav {
    border-bottom: 3px solid var(--news-accent);
    background: #113766;
}

.news-nav-primary {
    background: #113766;
}

.news-nav-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.news-nav-primary .news-nav-row {
    padding: 11px 0;
}

.news-nav-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.news-nav-primary .news-nav-row a {
    min-height: 38px;
    padding: 0 15px;
    color: #ecf5ff;
    border-radius: 6px;
}

.news-nav-primary .news-nav-row a.is-home {
    color: #ffffff;
    background: var(--news-accent);
}

.news-nav-primary .news-nav-row a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
}

.news-main {
    padding: 14px 0 38px;
}

.news-ticker {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    min-height: 42px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.news-ticker>strong {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    color: #ffffff;
    background: var(--news-accent);
    font-size: 14px;
}

.news-ticker-viewport {
    min-width: 0;
    overflow: hidden;
}

.news-ticker-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: news-ticker-scroll 52s linear infinite;
}

.news-ticker:hover .news-ticker-track {
    animation-play-state: paused;
}

.news-ticker-group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 28px;
    padding: 0 14px;
    white-space: nowrap;
}

.news-ticker-group a {
    position: relative;
    flex: 0 0 auto;
    color: var(--news-text);
    text-decoration: none;
}

.news-ticker-group a::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: -15px;
    width: 4px;
    height: 4px;
    background: var(--news-accent);
    border-radius: 50%;
}

.news-ticker-group a:first-child::before {
    display: none;
}

@keyframes news-ticker-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.news-ticker-group a:hover,
.news-section-title a:hover,
.news-headline-item h3 a:hover,
.news-wire-list a:hover,
.news-company-list a:hover strong,
.news-channel-table a:hover strong,
.news-small-list a:hover,
.news-latest-card h3 a:hover,
.news-latest-foot a:hover,
.news-topic-tags a:hover,
.news-rank-list a:hover,
.bk-card h2 a:hover,
.bk-card:hover h2,
.bk-company-link:hover,
.company-article-item:hover strong,
.info-card:hover strong,
.latest-item:hover strong,
.company-mini a:hover,
.markdown-body a:hover {
    color: var(--news-accent);
}

.news-lead-grid {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.news-cover-column,
.news-headline-column,
.news-side-box,
.news-company-board,
.news-channel-board,
.news-module,
.news-latest,
.bk-list,
.bk-panel,
.article-card,
.article-pager,
.info-section {
    background: var(--news-paper);
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    box-shadow: var(--news-shadow-soft);
}

.news-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 60px;
    padding: 0 14px;
    border-bottom: 1px solid var(--news-line);
    background: transparent;
}

.news-section-title h2 {
    position: relative;
    margin: 0;
    padding-left: 11px;
    color: var(--news-brand-dark);
    font-size: 18px;
    line-height: 1.25;
}

.news-section-title h2::before {
    content: "";
    position: absolute;
    top: 0.18em;
    bottom: 0.18em;
    left: 0;
    width: 4px;
    border-radius: 5px;
    background: var(--news-brand);
}

.news-section-title a {
    color: var(--news-muted);
    text-decoration: none;
    font-size: 13px;
}

.news-section-title--wide {
    min-height: 46px;
}

.news-cover-list {
    display: grid;
    gap: 0;
}

.news-cover-card {
    display: grid;
    gap: 8px;
    padding: 12px;
    color: var(--news-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--news-line);
}

.news-cover-card:nth-child(n+4) {
    display: none;
}

.news-cover-card:last-child {
    border-bottom: 0;
}

.news-cover-img,
.news-latest-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    background: #e9eef4;
    border-radius: 6px;
}

.news-cover-img {
    aspect-ratio: 16 / 10;
}

.news-cover-img::before,
.news-latest-thumb::before {
    content: "信息网";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(15, 47, 95, 0.34);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    letter-spacing: 0.16em;
}

.news-cover-img img,
.news-latest-thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-cover-img.is-empty::before,
.news-latest-thumb.is-empty::before {
    color: rgba(15, 47, 95, 0.46);
}

.news-cover-card strong {
    color: var(--news-ink);
    font-size: 16px;
    line-height: 1.45;
}

.news-cover-card em {
    color: var(--news-muted);
    font-size: 13px;
    font-style: normal;
}

.news-headline-list {
    padding: 0 16px;
}

.news-headline-item {
    padding: 30px 0;
    border-bottom: 1px solid var(--news-line);
}

.news-headline-item:nth-child(n+8) {
    display: none;
}

.news-headline-item:last-child {
    border-bottom: 0;
}

.news-headline-item:first-child {
    margin: 14px 0 0;
    padding: 16px 18px;
    border: 1px solid #d9e8fb;
    border-radius: var(--news-radius);
    background: var(--news-brand-soft);
}

.news-headline-item:first-child h3 {
    text-align: center;
    font-size: 25px;
}

.news-headline-item h3 {
    margin: 0;
    color: var(--news-ink);
    font-size: 19px;
    line-height: 1.38;
    letter-spacing: 0;
}

.news-headline-item h3 a {
    color: inherit;
    text-decoration: none;
}

.news-headline-item p {
    margin: 7px 0 0;
    color: #556170;
    font-size: 14px;
    line-height: 1.74;
}

.news-headline-item div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    color: var(--news-muted);
    font-size: 13px;
}

.news-headline-item span {
    color: var(--news-brand);
    font-weight: 800;
}

.news-side-column {
    display: grid;
    gap: 14px;
}

.news-wire-list,
.news-company-list,
.news-rank-list,
.bk-side-list,
.company-article-list,
.latest-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-wire-list {
    padding: 8px 14px 12px;
}

.news-wire-list li {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid var(--news-line);
}

.news-wire-list li:nth-child(n+11) {
    display: none;
}

.news-wire-list li:last-child {
    border-bottom: 0;
}

.news-wire-list time {
    color: var(--news-muted);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.news-wire-list a {
    color: var(--news-text);
    text-decoration: none;
    line-height: 1.47;
}

.news-company-list {
    padding: 8px 14px 12px;
}

.news-company-list li {
    border-bottom: 1px solid var(--news-line);
}

.news-company-list li:nth-child(n+7) {
    display: none;
}

.news-company-list li:last-child {
    border-bottom: 0;
}

.news-company-list a {
    display: grid;
    gap: 3px;
    padding: 10px 0;
    color: var(--news-text);
    text-decoration: none;
}

.news-company-list strong {
    color: var(--news-ink);
    font-size: 14px;
    line-height: 1.45;
}

.news-company-list span {
    color: var(--news-muted);
    font-size: 12px;
}

.news-company-board,
.news-channel-board,
.news-module-grid,
.news-latest-layout {
    margin-top: 14px;
}

.news-company-board,
.news-channel-board {
    padding-bottom: 14px;
}

.news-company-table,
.news-channel-table {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.news-company-table {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-company-table a {
    display: grid;
    gap: 6px;
    min-height: 76px;
    padding: 13px 14px;
    color: var(--news-text);
    text-decoration: none;
    border: 1px solid #dbe6f2;
    border-radius: 6px;
    background: #f8fbff;
}

.news-company-table a:hover {
    border-color: #abc9ec;
    background: #eef6ff;
}

.news-company-table strong {
    color: var(--news-brand-dark);
    font-size: 15px;
    line-height: 1.42;
}

.news-company-table span {
    align-self: end;
    color: var(--news-muted);
    font-size: 12px;
}

.news-channel-table {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.news-channel-table a {
    display: grid;
    gap: 5px;
    min-height: 78px;
    padding: 13px;
    color: var(--news-text);
    text-decoration: none;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.news-channel-table a:hover {
    border-color: #b6d4f7;
    background: #f2f7ff;
    box-shadow: 0 8px 18px rgba(18, 100, 216, 0.08);
    transform: translateY(-1px);
}

.news-channel-table strong {
    color: var(--news-brand-dark);
    font-size: 16px;
}

.news-channel-table span {
    color: var(--news-muted);
    font-size: 12px;
    line-height: 1.35;
}

.news-module-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.news-small-list {
    padding: 9px 14px 12px;
}

.news-small-list a {
    display: block;
    overflow: hidden;
    padding: 9px 0;
    color: var(--news-text);
    text-decoration: none;
    border-bottom: 1px solid var(--news-line);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-small-list a:nth-child(n+7) {
    display: none;
}

.news-small-list a:last-child {
    border-bottom: 0;
}

.news-small-list span {
    display: inline-block;
    max-width: 72px;
    margin-right: 7px;
    overflow: hidden;
    color: var(--news-brand);
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.news-small-list .news-empty-line {
    display: block;
    max-width: none;
    padding: 24px 0;
    color: var(--news-muted);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.news-latest-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.news-latest-list {
    padding: 0 16px;
}

.news-latest-card {
    display: grid;
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 30px;
    padding: 24px 12px;
    border-bottom: 1px solid var(--news-line);
    align-items: center;
}

.news-latest-card:last-child {
    border-bottom: 0;
}

.news-latest-thumb {
    aspect-ratio: 16 / 10;
}

.news-latest-body {
    min-width: 0;
}

.news-latest-meta,
.news-latest-foot,
.bk-meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: var(--news-muted);
    font-size: 13px;
}

.news-latest-meta span,
.news-keyword-link,
.bk-tag {
    color: var(--news-brand);
    font-weight: 800;
}

.news-keyword-link {
    text-decoration: none;
}

.news-latest-card h3 {
    margin: 6px 0 0;
    color: var(--news-ink);
    font-size: 19px;
    line-height: 1.4;
}

.news-latest-card h3 a {
    color: inherit;
    text-decoration: none;
}

.news-latest-card p {
    margin: 8px 0 0;
    color: #556170;
    font-size: 14px;
    line-height: 1.72;
}

.news-latest-foot {
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}

.news-latest-foot a {
    color: var(--news-brand);
    text-decoration: none;
    font-weight: 800;
}

.news-latest-foot span {
    color: var(--news-muted);
}

.news-topic-sidebar {
    display: grid;
    gap: 14px;
}

.search-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    gap: 22px;
    margin-bottom: 14px;
    padding: 22px 24px;
    color: var(--news-ink);
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.search-hero p {
    margin: 0 0 6px;
    color: var(--news-brand);
    font-weight: 800;
}

.search-hero h1 {
    margin: 0;
    color: var(--news-brand-dark);
    font-size: 28px;
    line-height: 1.28;
}

.search-hero span {
    display: block;
    margin-top: 8px;
    color: var(--news-muted);
}

.search-hero-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    min-height: 42px;
    overflow: hidden;
    border: 1px solid #bcd5f4;
    border-radius: var(--news-radius);
    background: #f8fbff;
}

.search-hero-form input {
    min-width: 0;
    padding: 0 14px;
    color: var(--news-text);
    border: 0;
    outline: 0;
    background: transparent;
}

.search-hero-form button {
    color: #ffffff;
    border: 0;
    background: var(--news-brand);
    cursor: pointer;
    font-weight: 800;
}

.search-hero-form button:hover {
    background: #0f56bd;
}

.category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    gap: 22px;
    margin-bottom: 14px;
    padding: 22px 24px;
    color: var(--news-ink);
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.category-hero p {
    margin: 0 0 6px;
    color: var(--news-brand);
    font-weight: 800;
}

.category-hero h1 {
    margin: 0;
    color: var(--news-brand-dark);
    font-size: 30px;
    line-height: 1.25;
}

.category-hero span {
    display: block;
    margin-top: 8px;
    color: var(--news-muted);
    line-height: 1.7;
}

.category-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.company-library-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    gap: 22px;
    margin-bottom: 14px;
    padding: 22px 24px;
    color: var(--news-ink);
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.company-library-hero p {
    margin: 0 0 6px;
    color: var(--news-brand);
    font-weight: 800;
}

.company-library-hero h1 {
    margin: 0;
    color: var(--news-brand-dark);
    font-size: 30px;
    line-height: 1.25;
}

.company-library-hero span {
    display: block;
    margin-top: 8px;
    color: var(--news-muted);
    line-height: 1.7;
}

.company-library-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.company-library-results {
    overflow: hidden;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.company-library-list {
    display: grid;
    gap: 0;
    padding: 0 16px;
}

.company-library-card {
    display: grid;
    gap: 12px;
    padding: 18px 0;
    border-bottom: 1px solid var(--news-line);
}

.company-library-card:last-child {
    border-bottom: 0;
}

.company-library-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.company-library-card h2 {
    margin: 0;
    color: var(--news-ink);
    font-size: 20px;
    line-height: 1.4;
}

.company-library-card h2 a {
    color: inherit;
    text-decoration: none;
}

.company-library-card time {
    flex: 0 0 auto;
    color: var(--news-muted);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.company-library-card p {
    margin: 0;
    color: #556170;
    line-height: 1.72;
}

.company-library-card dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.company-library-card dl div {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--news-line);
    border-radius: 6px;
    background: #fbfdff;
}

.company-library-card dt {
    margin: 0 0 3px;
    color: var(--news-muted);
    font-size: 12px;
}

.company-library-card dd {
    margin: 0;
    overflow: hidden;
    color: var(--news-text);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-library-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.company-library-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.company-library-tags a {
    padding: 4px 8px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-size: 13px;
}

.company-library-more {
    flex: 0 0 auto;
    padding: 7px 12px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    background: var(--news-brand);
    font-weight: 800;
}

.company-library-card h2 a:hover,
.company-library-tags a:hover {
    color: var(--news-accent);
}

.company-library-more:hover {
    background: #0f56bd;
}

.company-profile-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.company-profile-main,
.company-contact-card,
.company-profile-stats,
.company-profile-section,
.company-side-card {
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.company-profile-main {
    position: relative;
    overflow: hidden;
    padding: 26px 28px;
    border-top: 4px solid var(--news-brand);
}

.company-profile-main::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 18px;
    width: 160px;
    height: 160px;
    opacity: 0.08;
    background:
        linear-gradient(90deg, var(--news-brand) 1px, transparent 1px),
        linear-gradient(0deg, var(--news-brand) 1px, transparent 1px);
    background-size: 18px 18px;
    transform: rotate(8deg);
    pointer-events: none;
}

.company-profile-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
    color: var(--news-muted);
    font-size: 13px;
}

.company-profile-breadcrumb a {
    color: var(--news-brand);
    text-decoration: none;
    font-weight: 800;
}

.company-profile-breadcrumb strong {
    color: var(--news-text);
}

.company-profile-kicker {
    margin: 0 0 8px;
    color: var(--news-accent);
    font-size: 13px;
    font-weight: 900;
}

.company-profile-main h1 {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0;
    color: var(--news-brand-dark);
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
}

.company-profile-about {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 12px 0 0;
    color: #556170;
    font-size: 15px;
    line-height: 1.86;
}

.company-profile-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.company-profile-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 900;
}

.company-profile-primary {
    color: #ffffff;
    background: var(--news-brand);
}

.company-profile-primary:hover {
    background: #0f56bd;
}

.company-profile-secondary {
    color: var(--news-brand);
    border: 1px solid #c9ddf6;
    background: #f8fbff;
}

.company-profile-secondary:hover {
    color: #ffffff;
    border-color: var(--news-brand);
    background: var(--news-brand);
}

.company-contact-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 22px;
    border-top: 4px solid var(--news-accent);
}

.company-contact-badge {
    width: max-content;
    padding: 4px 8px;
    color: var(--news-accent);
    border: 1px solid #f3c5c8;
    border-radius: 6px;
    background: #fff8f8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 900;
}

.company-contact-card h2 {
    margin: 0;
    color: var(--news-brand-dark);
    font-size: 22px;
    line-height: 1.35;
}

.company-contact-card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.company-contact-card dl div {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--news-line);
    border-radius: 6px;
    background: #fbfdff;
}

.company-contact-card dt,
.company-info-grid dt {
    margin: 0 0 4px;
    color: var(--news-muted);
    font-size: 12px;
}

.company-contact-card dd,
.company-info-grid dd {
    margin: 0;
    color: var(--news-ink);
    font-weight: 800;
    line-height: 1.55;
}

.company-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 14px;
    overflow: hidden;
}

.company-profile-stats div {
    min-width: 0;
    padding: 14px 16px;
    border-right: 1px solid var(--news-line);
    background: #fbfdff;
}

.company-profile-stats div:last-child {
    border-right: 0;
}

.company-profile-stats span {
    display: block;
    color: var(--news-muted);
    font-size: 12px;
}

.company-profile-stats strong {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: var(--news-brand-dark);
    font-size: 18px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.company-profile-content,
.company-profile-sidebar {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.company-profile-section {
    overflow: hidden;
}

.company-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 16px;
}

.company-info-grid div {
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--news-line);
    border-radius: 6px;
    background: #fbfdff;
}

.company-info-grid .company-info-grid-wide {
    grid-column: 1 / -1;
}

.company-section-lead {
    margin: 0;
    padding: 16px 16px 0;
    color: #556170;
    line-height: 1.78;
}

.company-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 16px 18px;
}

.company-product-tags a {
    padding: 6px 10px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-weight: 800;
}

.company-product-tags a:hover,
.company-update-item:hover strong,
.company-side-links a:hover,
.company-profile-breadcrumb a:hover {
    color: var(--news-accent);
}

.company-update-list {
    display: grid;
    padding: 0 16px;
}

.company-update-item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding: 15px 0;
    color: var(--news-text);
    border-bottom: 1px solid var(--news-line);
}

.company-update-item:last-child {
    border-bottom: 0;
}

.company-update-item time {
    color: var(--news-muted);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.company-update-item strong {
    display: block;
    color: var(--news-ink);
    font-size: 17px;
    line-height: 1.45;
}

.company-update-title {
    color: inherit;
    text-decoration: none;
}

.company-update-title:hover {
    color: var(--news-accent);
}

.company-update-item p {
    margin: 6px 0 0;
    color: #556170;
    line-height: 1.7;
}

.company-update-item span {
    display: block;
    margin-top: 7px;
    color: var(--news-muted);
    font-size: 13px;
}

.company-update-meta a {
    color: var(--news-brand);
    text-decoration: none;
    font-weight: 800;
}

.company-update-meta a:hover {
    color: var(--news-accent);
}

.company-side-card {
    overflow: hidden;
}

.company-check-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 8px 14px 12px;
    list-style: none;
}

.company-check-list li {
    padding: 11px 0;
    border-bottom: 1px solid var(--news-line);
}

.company-check-list li:last-child {
    border-bottom: 0;
}

.company-check-list strong {
    display: block;
    color: var(--news-brand-dark);
}

.company-check-list span {
    display: block;
    margin-top: 4px;
    color: #556170;
    font-size: 13px;
    line-height: 1.65;
}

.company-side-links {
    display: grid;
    gap: 8px;
    padding: 14px;
}

.company-side-links a {
    padding: 10px 12px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-weight: 900;
}

.category-results {
    overflow: hidden;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.category-article-list {
    padding: 0 16px;
}

.category-article-card {
    display: grid;
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--news-line);
    align-items: center;
}

.category-article-card:last-child {
    border-bottom: 0;
}

.category-article-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    background: #e9eef4;
}

.category-article-thumb::before {
    content: "CHANNEL";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(15, 47, 95, 0.34);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    letter-spacing: 0.16em;
}

.category-article-thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-article-body {
    min-width: 0;
}

.category-article-card h2 {
    margin: 7px 0 0;
    color: var(--news-ink);
    font-size: 20px;
    line-height: 1.4;
}

.category-article-card h2 a {
    color: inherit;
    text-decoration: none;
}

.category-article-card p {
    margin: 8px 0 0;
    color: #556170;
    font-size: 14px;
    line-height: 1.72;
}

.category-article-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 12px;
    margin-top: 9px;
}

.category-article-foot a {
    color: var(--news-brand);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.search-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.search-results {
    background: var(--news-paper);
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    box-shadow: var(--news-shadow-soft);
}

.search-result-list {
    padding-top: 0;
}

.search-empty {
    padding: 28px 24px;
}

.search-empty strong {
    display: block;
    color: var(--news-brand-dark);
    font-size: 20px;
}

.search-empty p {
    margin: 8px 0 0;
    color: var(--news-muted);
}

.news-topic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px;
}

.news-topic-tags a {
    padding: 6px 9px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-size: 13px;
}

.news-rank-list {
    padding: 8px 14px 12px;
    counter-reset: news-rank;
}

.news-rank-list li {
    counter-increment: news-rank;
    border-bottom: 1px solid var(--news-line);
}

.news-rank-list li:last-child {
    border-bottom: 0;
}

.news-rank-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: var(--news-text);
    text-decoration: none;
    font-weight: 800;
}

.news-rank-list a::before {
    content: counter(news-rank);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: var(--news-brand);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
}

.news-rank-list li:nth-child(-n+3) a::before {
    background: var(--news-accent);
}

.news-pagination {
    margin: 0 16px 16px;
    padding-top: 14px;
    border-top: 1px solid var(--news-line);
}

.news-site-foot,
.bk-site-foot {
    margin-top: 28px;
    color: #d7e7f8;
    background: var(--news-brand-dark);
    border-top: 4px solid var(--news-accent);
}

.news-site-foot p,
.bk-site-foot p {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 30px;
    font-size: 13px;
}

.news-site-foot .news-container {
    padding: 26px 0 22px;
}

.news-footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(360px, 1.4fr);
    gap: 28px;
    align-items: start;
}

.news-footer-brand strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
}

.news-footer-brand p {
    width: auto;
    margin: 9px 0 0;
    padding: 0;
    color: #b8cde5;
    line-height: 1.75;
}

.news-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.news-footer-links a {
    padding: 7px 10px;
    color: #eaf3ff;
    text-decoration: none;
    border: 1px solid rgba(215, 231, 248, 0.22);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
    font-weight: 800;
}

.news-footer-links a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
}

.news-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 18px;
    margin-top: 22px;
    padding-top: 16px;
    color: #b8cde5;
    border-top: 1px solid rgba(215, 231, 248, 0.18);
    font-size: 13px;
}

.bk-site-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    width: min(1200px, calc(100% - 32px));
    min-height: 70px;
    margin: 0 auto;
    border-bottom: 3px solid var(--news-brand);
    background: var(--news-paper);
}

.bk-brand {
    color: var(--news-brand-dark);
    text-decoration: none;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.bk-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.bk-nav a {
    padding: 6px 10px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-weight: 800;
}

.bk-nav a:hover {
    color: #ffffff;
    background: var(--news-brand);
}

.bk-wrap,
.article-page {
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 0 36px;
}

.bk-hero {
    padding: 22px 24px;
    border: 1px solid var(--news-line);
    border-top: 4px solid var(--news-brand);
    border-radius: var(--news-radius);
    background: var(--news-paper);
    box-shadow: var(--news-shadow-soft);
}

.bk-kicker {
    margin: 0 0 7px;
    color: var(--news-accent);
    font-weight: 800;
}

.bk-hero h1 {
    margin: 0;
    color: var(--news-ink);
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.25;
    letter-spacing: 0;
}

.bk-lead {
    margin: 12px 0 0;
    color: #556170;
    font-size: 16px;
    line-height: 1.8;
}

.bk-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.bk-summary-item {
    min-height: 84px;
    padding: 12px;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
}

.bk-summary-item span {
    display: block;
    color: var(--news-muted);
    font-size: 12px;
}

.bk-summary-item strong {
    display: block;
    margin-top: 5px;
    color: var(--news-brand-dark);
    font-size: 17px;
    line-height: 1.35;
}

.bk-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    margin-top: 14px;
}

.bk-layout-single {
    grid-template-columns: minmax(0, 1fr);
}

.bk-main,
.bk-side {
    display: grid;
    gap: 14px;
    align-self: start;
}

.bk-list {
    overflow: hidden;
}

.bk-card {
    display: block;
    padding: 18px 20px;
    color: var(--news-ink);
    text-decoration: none;
    background: var(--news-paper);
    border-bottom: 1px solid var(--news-line);
}

article.bk-card {
    display: grid;
    gap: 8px;
}

.bk-card:last-child {
    border-bottom: 0;
}

.bk-card h2 {
    margin: 8px 0 0;
    color: var(--news-ink);
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0;
}

.bk-card h2 a {
    color: inherit;
    text-decoration: none;
}

.bk-card p,
.bk-panel p {
    margin: 8px 0 0;
    color: #556170;
    font-size: 15px;
    line-height: 1.75;
}

.bk-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.bk-keywords span,
.bk-keywords a {
    padding: 4px 8px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-size: 13px;
}

.bk-panel {
    padding: 18px;
}

.bk-panel h2 {
    margin: 0 0 12px;
    padding-bottom: 8px;
    color: var(--news-brand-dark);
    border-bottom: 2px solid var(--news-brand);
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}

.bk-side-list {
    display: grid;
    gap: 0;
}

.bk-side-list li {
    border-bottom: 1px solid var(--news-line);
}

.bk-side-list li:last-child {
    border-bottom: 0;
}

.bk-side-list a {
    display: block;
    padding: 9px 0;
    color: var(--news-text);
    text-decoration: none;
}

.bk-side-list a:hover {
    color: var(--news-accent);
}

.bk-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: var(--news-paper);
}

.bk-page-meta {
    color: var(--news-muted);
    font-size: 13px;
}

.bk-page-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bk-page-link,
.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 32px;
    padding: 5px 9px;
    color: var(--news-brand);
    text-decoration: none;
    border: 1px solid #c9ddf6;
    border-radius: 6px;
    background: #f8fbff;
    font-size: 13px;
    font-weight: 800;
}

.bk-page-link[href]:hover,
.pagination a:hover {
    color: #ffffff;
    background: var(--news-brand);
}

.bk-page-link.is-current,
.pagination .active span {
    color: #ffffff;
    border-color: var(--news-brand);
    background: var(--news-brand);
}

.bk-page-link.is-disabled,
.pagination .disabled span {
    color: #a0a8b2;
    background: #eef1f5;
}

.bk-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.bk-data-row {
    padding: 12px;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
}

.bk-data-row dt {
    margin: 0 0 4px;
    color: var(--news-muted);
    font-size: 12px;
}

.bk-data-row dd {
    margin: 0;
    color: var(--news-ink);
    font-weight: 800;
    line-height: 1.45;
}

.bk-data-row a,
.bk-company-link {
    color: var(--news-brand);
    text-decoration: none;
    font-weight: 800;
}

.bk-ability {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bk-ability li {
    padding: 14px;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
}

.bk-ability strong {
    display: block;
    color: var(--news-brand-dark);
}

.bk-ability span {
    display: block;
    margin-top: 5px;
    color: #556170;
}

.bk-section-title,
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--news-brand);
}

.bk-section-title span,
.section-heading span {
    display: block;
    color: var(--news-accent);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.bk-section-title h2,
.section-heading h2 {
    margin: 0;
    color: var(--news-brand-dark);
    font-size: 20px;
}

.bk-section-title>strong {
    flex: 0 0 auto;
    color: var(--news-muted);
    font-size: 13px;
}

.company-article-list {
    display: grid;
    border-top: 1px solid var(--news-line);
}

.company-article-item {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    padding: 13px 0;
    color: var(--news-text);
    text-decoration: none;
    border-bottom: 1px solid var(--news-line);
}

.company-article-item:last-child {
    border-bottom: 0;
}

.company-article-item time {
    color: var(--news-muted);
    font-size: 13px;
}

.company-article-item strong {
    display: block;
    color: var(--news-ink);
    font-size: 17px;
    line-height: 1.45;
}

.company-article-item p {
    margin: 6px 0 0;
    color: #556170;
    font-size: 14px;
}

.company-article-item span {
    display: block;
    margin-top: 6px;
    color: var(--news-muted);
    font-size: 13px;
}

.bk-empty {
    padding: 14px;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
}

.bk-empty strong {
    display: block;
    color: var(--news-brand-dark);
    font-size: 17px;
}

.bk-empty p {
    margin: 6px 0 0;
    color: var(--news-muted);
}

.article-page {
    width: min(980px, calc(100% - 32px));
}

.article-card {
    padding: clamp(22px, 4vw, 42px);
    border-top: 4px solid var(--news-brand);
}

.markdown-body {
    color: var(--news-text);
    font-size: 17px;
    line-height: 1.9;
    word-break: break-word;
}

.markdown-body h1 {
    margin: 0 0 16px;
    color: var(--news-ink);
    font-size: clamp(30px, 4.6vw, 44px);
    line-height: 1.24;
    letter-spacing: 0;
}

.article-meta {
    padding: 12px 0 16px;
    border-top: 1px solid var(--news-line);
    border-bottom: 1px solid var(--news-line);
}

.article-meta strong {
    color: var(--news-ink);
}

.markdown-body p {
    margin: 16px 0;
}

.markdown-body h2 {
    margin: 34px 0 12px;
    padding-bottom: 8px;
    color: var(--news-brand-dark);
    border-bottom: 2px solid var(--news-brand);
    font-size: 24px;
    line-height: 1.35;
}

.markdown-body h3 {
    margin: 26px 0 10px;
    color: var(--news-brand-dark);
    font-size: 20px;
}

.markdown-body a {
    color: var(--news-brand);
    text-decoration: none;
    border-bottom: 1px solid #bcd5f4;
}

.markdown-body img {
    display: block;
    width: 100%;
    max-height: 620px;
    margin: 22px 0;
    object-fit: contain;
    background: #f0f3f7;
    border-radius: var(--news-radius);
}

.markdown-body ul,
.markdown-body ol {
    padding-left: 24px;
}

.markdown-body blockquote {
    margin: 18px 0;
    padding: 12px 16px;
    color: #556170;
    border-left: 4px solid var(--news-brand);
    background: #f8fbff;
}

.markdown-body table {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.markdown-body th,
.markdown-body td {
    padding: 9px 10px;
    border: 1px solid var(--news-line);
    text-align: left;
}

.markdown-body th {
    background: #edf5ff;
}

.article-pager {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
    overflow: hidden;
}

.pager-link {
    display: block;
    min-height: 104px;
    padding: 18px;
    color: var(--news-text);
    text-decoration: none;
    border-right: 1px solid var(--news-line);
}

.pager-link:last-child {
    border-right: 0;
}

.pager-link span {
    display: block;
    margin-bottom: 7px;
    color: var(--news-brand);
    font-weight: 800;
}

.pager-link strong {
    color: var(--news-ink);
    font-size: 17px;
    line-height: 1.45;
}

.pager-link--next {
    text-align: right;
}

.pager-link.is-disabled {
    color: #9aa3af;
    background: #f1f4f7;
}

.info-section {
    margin-top: 14px;
    padding: 18px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.info-card {
    display: block;
    min-height: 130px;
    padding: 14px;
    color: var(--news-text);
    text-decoration: none;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
}

.info-card strong {
    display: block;
    color: var(--news-ink);
    font-size: 16px;
    line-height: 1.45;
}

.info-card p {
    margin: 8px 0 0;
    color: #556170;
    font-size: 14px;
}

.latest-list {
    display: grid;
}

.latest-item {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
    color: var(--news-text);
    text-decoration: none;
    border-bottom: 1px solid var(--news-line);
}

.latest-item:last-child {
    border-bottom: 0;
}

.latest-item time {
    color: var(--news-muted);
}

.latest-item strong {
    color: var(--news-ink);
}

.company-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px;
    border: 1px solid var(--news-line);
    border-radius: var(--news-radius);
    background: #fbfdff;
}

.company-mini strong {
    color: var(--news-ink);
    font-size: 18px;
}

.company-mini p {
    margin: 5px 0 0;
    color: var(--news-muted);
}

.company-mini a {
    flex: 0 0 auto;
    padding: 8px 12px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    background: var(--news-brand);
    font-weight: 800;
}

.mobile-call-bar {
    display: none;
}

@media (max-width: 1024px) {

    .news-brand-row,
    .news-lead-grid,
    .news-latest-layout,
    .search-hero,
    .search-layout,
    .category-hero,
    .category-layout,
    .company-library-hero,
    .company-library-layout,
    .company-profile-hero,
    .company-profile-layout {
        grid-template-columns: 1fr;
    }

    .news-service-links {
        justify-content: flex-start;
    }

    .news-channel-table {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .news-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bk-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {

    .news-container,
    .bk-site-head,
    .bk-wrap,
    .article-page,
    .news-site-foot .news-container,
    .news-site-foot p,
    .bk-site-foot p {
        width: 100%;
    }

    .news-topbar-inner,
    .news-brand-row,
    .news-main,
    .bk-wrap,
    .article-page,
    .news-site-foot .news-container,
    .news-site-foot p,
    .bk-site-foot p {
        padding-right: 12px;
        padding-left: 12px;
    }

    .news-topbar-inner,
    .bk-site-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .news-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .news-brand-row {
        gap: 12px;
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .news-logo span {
        font-size: 32px;
    }

    .news-search {
        grid-template-columns: minmax(0, 1fr) 72px;
        width: 100%;
    }

    .news-main-nav {
        overflow-x: auto;
    }

    .news-nav-row {
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
    }

    .news-nav-primary .news-nav-row a {
        min-width: 88px;
    }

    .news-ticker {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .news-channel-table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-company-table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-module-grid,
    .news-footer-main,
    .bk-summary,
    .bk-data-grid,
    .bk-ability,
    .info-grid,
    .company-library-card dl,
    .company-profile-stats,
    .company-info-grid {
        grid-template-columns: 1fr;
    }

    .news-footer-links,
    .news-footer-bottom {
        justify-content: flex-start;
    }

    .news-latest-card {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 10px;
    }

    .category-article-card {
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 10px;
    }

    .company-library-card-head,
    .company-library-foot {
        align-items: stretch;
        flex-direction: column;
    }

    .company-profile-main {
        padding: 22px 20px;
    }

    .company-profile-main h1 {
        font-size: 28px;
    }

    .company-profile-stats div {
        border-right: 0;
        border-bottom: 1px solid var(--news-line);
    }

    .company-profile-stats div:last-child {
        border-bottom: 0;
    }

    .news-latest-card h3 {
        font-size: 17px;
    }

    .category-article-card h2 {
        font-size: 17px;
    }

    .news-latest-card p {
        display: none;
    }

    .category-article-card p {
        display: none;
    }

    .news-headline-item:first-child h3 {
        text-align: left;
        font-size: 22px;
    }

    .bk-site-head {
        padding: 14px 12px;
    }

    .bk-nav {
        justify-content: flex-start;
    }

    .article-card,
    .info-section,
    .search-hero,
    .search-results,
    .category-hero,
    .category-results,
    .company-library-hero,
    .company-library-results,
    .company-profile-main,
    .company-contact-card,
    .company-profile-stats,
    .company-profile-section,
    .company-side-card,
    .bk-hero,
    .bk-list,
    .bk-panel,
    .news-cover-column,
    .news-headline-column,
    .news-side-box,
    .news-channel-board,
    .news-module,
    .news-latest {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .article-pager,
    .latest-item,
    .company-article-item,
    .company-update-item {
        grid-template-columns: 1fr;
    }

    .pager-link--next {
        text-align: left;
    }

    .company-mini {
        align-items: stretch;
        flex-direction: column;
    }

    .mobile-call-bar {
        position: fixed;
        right: 12px;
        bottom: 12px;
        left: 12px;
        z-index: 50;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 48px;
        color: #ffffff;
        text-decoration: none;
        border-radius: var(--news-radius);
        background: var(--news-accent);
        font-weight: 800;
        box-shadow: var(--news-shadow);
    }
}

@media (max-width: 480px) {
    .news-channel-table {
        grid-template-columns: 1fr;
    }

    .news-company-table {
        grid-template-columns: 1fr;
    }

    .news-latest-card {
        grid-template-columns: 1fr;
    }

    .category-article-card {
        grid-template-columns: 1fr;
    }

    .news-latest-thumb {
        display: none;
    }

    .category-article-thumb {
        display: none;
    }

    .markdown-body {
        font-size: 16px;
    }
}

/* Final 2466.cn-style override. Keep this block at the end. */
html {
    background: #f7f7f7 !important;
}

body.bk-page,
body.news-page {
    color: #333333 !important;
    background: #f7f7f7 !important;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif !important;
    font-size: 14px;
}

.news-container {
    width: min(1280px, calc(100% - 32px)) !important;
}

.news-site-head {
    color: #333333 !important;
    background: #ffffff !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.news-site-head::after,
.news-date::before,
.news-headline-column::before,
.search-hero::after,
.category-hero::after,
.company-library-hero::after,
.company-profile-hero::after {
    display: none !important;
}

.news-topbar {
    color: #585858 !important;
    background: #f5f5f5 !important;
    border-bottom: 1px solid #eeeeee !important;
}

.news-date {
    color: #ff4500 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.news-top-links a {
    color: #585858 !important;
    font-weight: 400 !important;
}

.news-brand-row {
    grid-template-columns: minmax(210px, auto) minmax(460px, 660px) auto !important;
    min-height: 112px !important;
    padding: 10px 0 0 !important;
}

.news-logo span {
    color: #3592e2 !important;
    font-size: 42px !important;
    font-weight: 900 !important;
}

.news-logo strong {
    color: #777777 !important;
    background: transparent !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.news-search,
.search-hero-form {
    min-height: 42px !important;
    border: 2px solid #3592e2 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.news-search input,
.search-hero-form input {
    color: #666666 !important;
    background: #ffffff !important;
}

.news-search input::placeholder,
.search-hero-form input::placeholder {
    color: #9d9d9d !important;
}

.news-search button,
.search-hero-form button {
    color: #ffffff !important;
    background: #3592e2 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.news-search button:hover,
.search-hero-form button:hover {
    background: #2283d4 !important;
}

.news-service-links a,
.company-profile-primary {
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f78015 !important;
    font-weight: 700 !important;
}

.news-service-links a:hover,
.company-profile-primary:hover {
    color: #ffffff !important;
    background: #eb6d13 !important;
    text-decoration: none !important;
}

.news-main-nav {
    border-top: 0 !important;
    border-bottom: 2px solid #3592e2 !important;
    background: #ffffff !important;
}

.news-nav-primary {
    background: #ffffff !important;
}

.news-nav-primary .news-nav-row {
    gap: 0 !important;
    padding: 0 !important;
}

.news-nav-primary .news-nav-row a {
    min-height: 42px !important;
    padding: 0 19px !important;
    color: #3d3d3d !important;
    border: 0 !important;
    border-radius: 3px 3px 0 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.news-nav-primary .news-nav-row a.is-home,
.news-nav-primary .news-nav-row a:hover {
    color: #ffffff !important;
    background: #3592e2 !important;
    text-decoration: none !important;
}

.news-main {
    padding: 10px 0 34px !important;
}

.news-ticker,
.news-cover-column,
.news-headline-column,
.news-side-box,
.news-channel-board,
.news-module,
.news-latest,
.bk-list,
.bk-panel,
.search-results,
.category-results,
.company-library-results,
.company-profile-section,
.company-side-card,
.company-contact-card,
.company-profile-stats {
    border: 1px solid #eeeeee !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.news-ticker {
    grid-template-columns: 108px minmax(0, 1fr) !important;
    min-height: 40px !important;
}

.news-ticker>strong {
    color: #ffffff !important;
    background: #3592e2 !important;
    font-family: "Microsoft YaHei", Arial, sans-serif !important;
}

.news-ticker-group a {
    color: #555555 !important;
}

.news-lead-grid {
    grid-template-columns: 310px minmax(0, 1fr) 300px !important;
    gap: 10px !important;
}

.news-section-title {
    min-height: 40px !important;
    padding: 0 12px !important;
    border-bottom: 1px solid #eeeeee !important;
    background: #fafafa !important;
}

.news-section-title h2,
.bk-panel h2,
.bk-section-title h2,
.section-heading h2 {
    color: #3592e2 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.news-section-title h2::before,
.news-section-title h2::after {
    display: none !important;
}

.news-section-title a,
.news-latest-meta,
.news-latest-foot,
.bk-meta,
.category-article-foot {
    color: #999999 !important;
    font-family: Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 12px !important;
}

.news-cover-card,
.news-latest-card,
.category-article-card,
.company-library-card,
.bk-card {
    border-bottom: 1px dashed #e5e5e5 !important;
    background: #ffffff !important;
}

.news-cover-card strong,
.news-headline-item h3,
.news-latest-card h3,
.category-article-card h2,
.company-library-card h2,
.bk-card h2 {
    color: #333333 !important;
    font-weight: 700 !important;
}

.news-headline-list {
    padding: 0 14px !important;
}

.news-headline-item {
    padding: 16px 0 !important;
    border-bottom: 1px dashed #e5e5e5 !important;
}

.news-headline-item:first-child {
    margin: 10px 0 0 !important;
    padding: 14px !important;
    border: 1px solid #d2e1f1 !important;
    background: #f5f8fc !important;
}

.news-headline-item:first-child h3 {
    text-align: center !important;
    font-size: 24px !important;
}

.news-keyword-link,
.bk-tag,
.news-latest-meta span,
.category-article-foot a,
.company-library-more {
    color: #3592e2 !important;
    font-weight: 700 !important;
}

.news-wire-list li,
.news-rank-list li,
.company-update-item {
    border-bottom: 1px dashed #e9e9e9 !important;
}

.news-channel-board {
    border-color: #d2e1f1 !important;
}

.news-channel-table {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 10px 12px !important;
    background: #ffffff !important;
}

.news-channel-table a {
    min-height: 76px !important;
    padding: 10px 12px !important;
    border: 1px dashed #e5e5e5 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.news-channel-table a:hover {
    border-color: #3592e2 !important;
    background: #f5f8fc !important;
    transform: none !important;
    text-decoration: none !important;
}

.news-channel-table strong {
    color: #3592e2 !important;
    font-size: 16px !important;
}

.news-channel-table span {
    color: #888888 !important;
}

.news-latest-layout,
.search-layout,
.category-layout,
.company-library-layout,
.company-profile-layout {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 10px !important;
}

.news-latest-card,
.category-article-card {
    grid-template-columns: 160px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 16px 14px !important;
}

.news-latest-card p,
.category-article-card p,
.news-headline-item p,
.company-library-card p,
.bk-card p,
.bk-panel p {
    color: #666666 !important;
}

.news-topic-tags a,
.company-library-tags a,
.company-product-tags a,
.company-side-links a,
.company-profile-secondary,
.bk-keywords a,
.bk-keywords span {
    color: #3592e2 !important;
    border: 1px solid #d2e1f1 !important;
    border-radius: 4px !important;
    background: #f5f8fc !important;
    font-weight: 400 !important;
}

.news-topic-tags a:hover,
.company-library-tags a:hover,
.company-product-tags a:hover,
.company-side-links a:hover,
.company-profile-secondary:hover,
.bk-keywords a:hover {
    color: #ffffff !important;
    background: #3592e2 !important;
    text-decoration: none !important;
}

.search-hero,
.category-hero,
.company-library-hero,
.company-profile-hero,
.bk-hero {
    color: #333333 !important;
    border: 1px solid #d2e1f1 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.search-hero p,
.category-hero p,
.company-library-hero p,
.company-profile-kicker,
.bk-kicker {
    color: #3592e2 !important;
    font-family: "Microsoft YaHei", Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.search-hero h1,
.category-hero h1,
.company-library-hero h1,
.company-profile-main h1,
.bk-hero h1 {
    color: #333333 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}

.search-hero span,
.category-hero span,
.company-library-hero span,
.company-profile-about,
.bk-lead {
    color: #777777 !important;
}

.pagination a,
.pagination span,
.bk-page-link {
    color: #3592e2 !important;
    border-color: #d2e1f1 !important;
    border-radius: 3px !important;
    background: #ffffff !important;
}

.bk-page-link[href]:hover,
.pagination a:hover,
.bk-page-link.is-current,
.pagination .active span {
    color: #ffffff !important;
    border-color: #3592e2 !important;
    background: #3592e2 !important;
    text-decoration: none !important;
}

.news-site-foot,
.bk-site-foot {
    color: #787878 !important;
    border-top: 1px solid #eeeeee !important;
    background: #ffffff !important;
}

.news-footer-brand strong {
    color: #333333 !important;
}

.news-footer-brand p,
.news-footer-bottom {
    color: #787878 !important;
}

.news-footer-links a {
    color: #666666 !important;
    border-color: #dddddd !important;
    background: #f8f8f8 !important;
}

.news-footer-links a:hover {
    color: #ffffff !important;
    border-color: #3592e2 !important;
    background: #3592e2 !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .news-brand-row,
    .news-lead-grid,
    .news-latest-layout,
    .search-layout,
    .category-layout,
    .company-library-layout,
    .company-profile-layout,
    .search-hero,
    .category-hero,
    .company-library-hero,
    .company-profile-hero {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .news-container,
    .bk-site-head,
    .bk-wrap,
    .article-page {
        width: 100% !important;
    }

    .news-brand-row,
    .news-main {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .news-logo span {
        font-size: 32px !important;
    }

    .news-channel-table {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .news-latest-card,
    .category-article-card {
        grid-template-columns: 118px minmax(0, 1fr) !important;
    }
}

@media (max-width: 520px) {
    .news-channel-table,
    .news-latest-card,
    .category-article-card {
        grid-template-columns: 1fr !important;
    }

    .news-latest-thumb,
    .category-article-thumb {
        display: none !important;
    }
}
