/*
 * 中医药内容列表页
 * 仅由 article/list*.htm 引用，避免影响站内其他通用模块。
 */

body.tcm-list-page {
    --tcm-list-paper: #f5ecd9;
    --tcm-list-paper-deep: #e6d2aa;
    --tcm-list-paper-light: #fff8e9;
    --tcm-list-ink: #24180f;
    --tcm-list-soft: #574631;
    --tcm-list-muted: #7a684f;
    --tcm-list-line: rgba(74, 45, 22, 0.2);
    --tcm-list-line-deep: rgba(74, 45, 22, 0.36);
    --tcm-list-red: #9b2f25;
    --tcm-list-jade: #1f5f53;
    --tcm-list-gold: #b0843d;
    --tcm-list-shadow: 0 24px 70px rgba(39, 24, 9, 0.17);
    color: var(--tcm-list-ink);
    font-family: "Songti SC", "Noto Serif SC", "Source Han Serif SC", "STSong", Georgia, serif;
    background:
        radial-gradient(circle at 14% 6%, rgba(176, 132, 61, 0.18), transparent 25rem),
        radial-gradient(circle at 85% 24%, rgba(31, 95, 83, 0.11), transparent 26rem),
        linear-gradient(90deg, rgba(36, 24, 15, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(36, 24, 15, 0.028) 1px, transparent 1px),
        var(--tcm-list-paper);
    background-size: auto, auto, 36px 36px, 36px 36px, auto;
}

.tcm-list-page .gudian-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
}

.tcm-list-page .tcm-classic-topbar {
    position: sticky;
    top: 0;
    z-index: 300;
    border: 1px solid var(--tcm-list-line);
    border-top: 0;
    background: rgba(245, 236, 217, 0.92);
    backdrop-filter: blur(16px);
}

.tcm-list-page .tcm-classic-topbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.tcm-list-page .tcm-classic-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--tcm-list-ink);
}

.tcm-list-page .tcm-classic-seal {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 247, 235, 0.8);
    color: #fff7eb;
    background: var(--tcm-list-red);
    box-shadow: inset 0 0 0 2px rgba(72, 18, 12, 0.32);
    font-weight: 900;
    line-height: 1;
}

.tcm-list-page .tcm-classic-brand strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.tcm-list-page .tcm-classic-brand small {
    display: block;
    margin-top: 2px;
    color: var(--tcm-list-muted);
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
}

.tcm-list-page .tcm-classic-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #55432b;
    font-size: 15px;
}

.tcm-list-page .tcm-classic-nav a {
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    color: inherit;
}

.tcm-list-page .tcm-classic-nav a:hover,
.tcm-list-page .tcm-classic-nav a[aria-current="page"] {
    color: var(--tcm-list-red);
    border-color: rgba(155, 47, 37, 0.42);
}

.tcm-list-page .header {
    overflow: hidden;
    border: 1px solid var(--tcm-list-line-deep);
    background: rgba(255, 248, 233, 0.82);
    box-shadow: 0 18px 46px rgba(39, 24, 9, 0.12);
}

.tcm-list-page .header::before {
    display: none;
}

.tcm-list-page .header .container,
.tcm-list-page .footer .container {
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
}

.tcm-list-page .dahegudian-topbar {
    position: relative;
    top: auto;
    border-bottom: 1px solid var(--tcm-list-line);
    background: rgba(245, 236, 217, 0.92);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.tcm-list-page .dahegudian-topbar-inner {
    min-height: 40px;
    padding: 0;
}

.tcm-list-page .dahegudian-link-group {
    gap: 10px 18px;
}

.tcm-list-page .dahegudian-link-group a {
    min-height: 40px;
    color: #55432b;
    font-size: 14px;
    font-weight: 500;
}

.tcm-list-page .dahegudian-link-group a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .dahegudian-link-group a::after {
    background: rgba(74, 45, 22, 0.2);
}

.tcm-list-page .dahegudian-mainbar {
    border: 0;
    background:
        linear-gradient(90deg, rgba(255, 248, 233, 0.98), rgba(255, 248, 233, 0.84)),
        linear-gradient(135deg, #fff6e2, #dfc393);
}

.tcm-list-page .dahegudian-mainbar-inner {
    grid-template-columns: minmax(250px, 320px) minmax(360px, 1fr) minmax(220px, 300px);
    gap: 24px;
    padding: 22px 0;
    background: transparent;
}

.tcm-list-page .dahegudian-brand {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    max-width: none;
}

.tcm-list-page .dahegudian-brand-mark {
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255, 247, 235, 0.8);
    border-radius: 0;
    color: #fff7eb;
    background: var(--tcm-list-red);
    box-shadow: inset 0 0 0 2px rgba(72, 18, 12, 0.32);
}

.tcm-list-page .dahegudian-brand-mark img {
    display: none;
}

.tcm-list-page .dahegudian-brand-mark::before {
    content: "医";
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.tcm-list-page .dahegudian-brand::after {
    content: "针药经纬\A中医知识列表模板";
    white-space: pre;
    color: var(--tcm-list-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255, 248, 233, 0.72);
}

.tcm-list-page .dahegudian-search-wrap {
    max-width: 640px;
}

.tcm-list-page .dahegudian-search-wrap .search-box {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr) 98px;
    gap: 10px;
    width: 100%;
    box-shadow: none;
}

.tcm-list-page .search-select,
.tcm-list-page .search-input,
.tcm-list-page .search-btn {
    height: 46px;
    border-radius: 0;
    font-family: inherit;
    font-size: 15px;
}

.tcm-list-page .search-select,
.tcm-list-page .search-input {
    border: 1px solid rgba(74, 45, 22, 0.34);
    color: #42321f;
    background: rgba(255, 250, 239, 0.72);
}

.tcm-list-page .search-input {
    width: 100%;
}

.tcm-list-page .search-btn {
    border: 1px solid rgba(155, 47, 37, 0.4);
    color: #fff7eb;
    background: var(--tcm-list-red);
    box-shadow: none;
}

.tcm-list-page .search-btn:hover {
    transform: none;
    box-shadow: none;
    background: #84271f;
}

.tcm-list-page .dahegudian-userbar {
    max-width: 300px;
    gap: 7px;
}

.tcm-list-page .dahegudian-hot-row {
    justify-content: flex-end;
}

.tcm-list-page .dahegudian-hot-row a {
    color: #55432b;
    font-size: 14px;
}

.tcm-list-page .dahegudian-hot-row a::before {
    color: var(--tcm-list-gold);
}

.tcm-list-page .dahegudian-hot-row a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .dahegudian-nav-band {
    border-top: 1px solid var(--tcm-list-line);
    border-bottom: 1px solid var(--tcm-list-line-deep);
    background: rgba(245, 236, 217, 0.9);
}

.tcm-list-page .dahegudian-nav-band .container {
    padding-left: 24px;
    padding-right: 24px;
}

.tcm-list-page .dahegudian-nav-band .nav-menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    min-height: 54px;
}

.tcm-list-page .menu-toggle,
.tcm-list-page .menu-close {
    display: none;
}

.tcm-list-page .dahegudian-nav-band .nav-menu a {
    padding: 6px 0;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #55432b;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
}

.tcm-list-page .dahegudian-nav-band .nav-menu a:hover,
.tcm-list-page .dahegudian-nav-band .nav-menu a.active {
    border-color: rgba(155, 47, 37, 0.42);
    color: var(--tcm-list-red);
    background: transparent;
}

.tcm-list-page .category-nav {
    border-bottom: 1px solid var(--tcm-list-line);
    background: rgba(245, 236, 217, 0.82);
}

.tcm-list-page .category-nav .container,
.tcm-list-page .article-detail-breadcrumb-section .container,
.tcm-list-page .main-content > .container {
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
}

.tcm-list-page .category-list {
    justify-content: flex-start;
    gap: 0;
}

.tcm-list-page .category-list a {
    position: relative;
    padding: 12px 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #55432b;
    background: transparent;
    font-size: 15px;
}

.tcm-list-page .category-list a:hover,
.tcm-list-page .category-list a.active {
    color: var(--tcm-list-red);
    border-color: rgba(155, 47, 37, 0.52);
    background: rgba(155, 47, 37, 0.04);
}

.tcm-list-page .article-detail-breadcrumb-section {
    padding: 14px 0 0;
    border: 0;
    background: transparent;
}

.tcm-list-page .article-detail-breadcrumb {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--tcm-list-muted);
    font-size: 14px;
}

.tcm-list-page .article-detail-breadcrumb a {
    color: #55432b;
}

.tcm-list-page .article-detail-breadcrumb a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .article-detail-breadcrumb .separator {
    margin: 0 10px;
    color: var(--tcm-list-gold);
}

.tcm-list-page .article-detail-breadcrumb .current {
    color: var(--tcm-list-red);
}

.tcm-list-page .main-content {
    padding: 18px 0 66px;
}

.tcm-list-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 34px;
    border: 1px solid var(--tcm-list-line-deep);
    background:
        linear-gradient(90deg, rgba(245, 236, 217, 0.99) 0%, rgba(245, 236, 217, 0.9) 50%, rgba(245, 236, 217, 0.54) 100%),
        radial-gradient(circle at 86% 28%, rgba(31, 95, 83, 0.18), transparent 17rem),
        radial-gradient(circle at 76% 74%, rgba(176, 132, 61, 0.2), transparent 15rem),
        linear-gradient(135deg, #fff6e2, #dfc393);
    box-shadow: 0 18px 46px rgba(39, 24, 9, 0.12);
}

.tcm-list-hero::before {
    content: "";
    position: absolute;
    inset: 16px;
    pointer-events: none;
    border: 1px solid rgba(74, 45, 22, 0.16);
}

.tcm-list-hero::after {
    content: "";
    position: absolute;
    right: 12%;
    bottom: -54px;
    width: 228px;
    height: 228px;
    border: 2px solid rgba(31, 95, 83, 0.17);
    border-radius: 50%;
    box-shadow:
        -34px -32px 0 -12px rgba(155, 47, 37, 0.09),
        48px -6px 0 -24px rgba(176, 132, 61, 0.18);
    transform: rotate(-16deg);
}

.tcm-list-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 316px;
    padding: clamp(34px, 5vw, 58px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 28px;
    align-items: center;
}

.tcm-list-eyebrow {
    width: fit-content;
    margin: 0 0 18px;
    padding: 6px 12px;
    color: var(--tcm-list-red);
    border-top: 1px solid rgba(155, 47, 37, 0.38);
    border-bottom: 1px solid rgba(155, 47, 37, 0.38);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.tcm-list-hero-title {
    max-width: 820px;
    margin: 0;
    color: var(--tcm-list-ink);
    font-size: clamp(44px, 6vw, 76px);
    line-height: 0.98;
    font-weight: 900;
}

.tcm-list-hero-desc {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--tcm-list-soft);
    font-size: 17px;
    line-height: 1.9;
}

.tcm-list-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.tcm-list-hero-chip {
    padding: 7px 11px;
    border: 1px solid rgba(74, 45, 22, 0.2);
    color: #42321f;
    background: rgba(255, 248, 233, 0.58);
    line-height: 1.5;
}

.tcm-list-hero-mark {
    justify-self: end;
    width: 112px;
    min-height: 214px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(155, 47, 37, 0.36);
    color: var(--tcm-list-red);
    background: rgba(255, 248, 233, 0.54);
    box-shadow: inset 0 0 0 6px rgba(255, 248, 233, 0.45);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.tcm-list-page .content-layout {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.tcm-list-page .main-column {
    order: 2;
    min-width: 0;
}

.tcm-list-page .sidebar {
    position: sticky;
    top: 18px;
    order: 1;
    width: auto;
    display: grid;
    gap: 18px;
    align-self: start;
    align-content: start;
}

.tcm-list-page .sidebar-widget {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--tcm-list-line-deep);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 248, 233, 0.78), rgba(234, 210, 170, 0.36)),
        repeating-linear-gradient(90deg, rgba(74, 45, 22, 0.035), rgba(74, 45, 22, 0.035) 1px, transparent 1px, transparent 22px);
    box-shadow: 0 16px 40px rgba(39, 24, 9, 0.1);
}

.tcm-list-page .sidebar-widget::before,
.tcm-list-page .tcm-list-surface::before {
    content: "";
    position: absolute;
    inset: 12px;
    pointer-events: none;
    border: 1px solid rgba(74, 45, 22, 0.13);
}

.tcm-list-page .widget-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    padding: 11px 14px;
    border: 1px solid rgba(74, 45, 22, 0.14);
    color: var(--tcm-list-red);
    background: linear-gradient(90deg, rgba(176, 132, 61, 0.32), rgba(176, 132, 61, 0.14));
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}

.tcm-list-page .widget-title::before {
    content: "";
    position: static;
    width: 26px;
    height: 3px;
    flex: 0 0 auto;
    border: 0;
    transform: none;
    background: var(--tcm-list-red);
    box-shadow: 0 1px 0 rgba(255, 248, 233, 0.65);
}

.tcm-list-page .widget-list {
    position: relative;
    display: block;
    margin: 0;
}

.tcm-list-page .widget-list li {
    margin: 0;
    border-bottom: 1px solid rgba(74, 45, 22, 0.12);
}

.tcm-list-page .widget-list li:last-child {
    border-bottom: 0;
}

.tcm-list-page .widget-list a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 0;
    border: 0;
    color: #55432b;
    background: transparent;
    text-align: left;
    line-height: 1.5;
}

.tcm-list-page .widget-list a::before {
    content: "";
    width: 16px;
    height: 1px;
    flex: 0 0 auto;
    margin-right: 9px;
    background: var(--tcm-list-gold);
}

.tcm-list-page .widget-list a:hover,
.tcm-list-page .widget-list a.active {
    color: var(--tcm-list-red);
    background: transparent;
}

.tcm-list-page .sidebar-widget:first-child .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tcm-list-page .sidebar-widget:first-child .widget-list li {
    border-bottom: 0;
}

.tcm-list-page .sidebar-widget:first-child .widget-list a {
    min-height: 42px;
    padding: 8px 10px;
    justify-content: center;
    border: 1px solid rgba(74, 45, 22, 0.18);
    background: rgba(255, 250, 239, 0.56);
    text-align: center;
}

.tcm-list-page .sidebar-widget:first-child .widget-list a::before {
    display: none;
}

.tcm-list-page .sidebar-widget:first-child .widget-list a:hover,
.tcm-list-page .sidebar-widget:first-child .widget-list a.active {
    border-color: rgba(155, 47, 37, 0.36);
    color: var(--tcm-list-red);
    background: rgba(155, 47, 37, 0.07);
}

.tcm-list-page .article-tag-cloud {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tcm-list-page .article-tag-chip {
    padding: 5px 9px;
    border: 1px solid rgba(74, 45, 22, 0.18);
    border-radius: 999px;
    color: #4c3a24;
    background: rgba(255, 250, 239, 0.66);
    font-size: 14px;
    line-height: 1.45;
}

.tcm-list-page .article-tag-chip:hover {
    border-color: rgba(155, 47, 37, 0.38);
    color: var(--tcm-list-red);
    background: rgba(155, 47, 37, 0.08);
}

.tcm-list-page .rank-list {
    position: relative;
    display: block;
    margin: 0;
}

.tcm-list-page .rank-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(74, 45, 22, 0.12);
    background: transparent;
}

.tcm-list-page .rank-item:last-child {
    border-bottom: 0;
}

.tcm-list-page .rank-item:hover {
    box-shadow: none;
    background: transparent;
}

.tcm-list-page .rank-num,
.tcm-list-page .sidebar-widget .rank-item:nth-child(-n+3) .rank-num {
    width: 24px;
    height: 24px;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #fff7eb;
    background: var(--tcm-list-jade);
    font-size: 12px;
    font-weight: 800;
}

.tcm-list-page .sidebar-widget .rank-item:nth-child(2) .rank-num {
    background: var(--tcm-list-gold);
}

.tcm-list-page .sidebar-widget .rank-item:nth-child(3) .rank-num {
    background: var(--tcm-list-red);
}

.tcm-list-page .rank-info h4,
.tcm-list-page .rank-info h4 a {
    margin: 0;
    color: #4b3b28;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.tcm-list-page .rank-info h4 a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .rank-info p {
    margin: 3px 0 0;
    color: var(--tcm-list-muted);
    font-size: 12px;
    line-height: 1.5;
}

.tcm-list-page .rank-count {
    color: var(--tcm-list-red);
}

.tcm-list-page .tcm-list-surface {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--tcm-list-line-deep);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 248, 233, 0.86), rgba(255, 248, 233, 0.68)),
        repeating-linear-gradient(90deg, rgba(74, 45, 22, 0.032), rgba(74, 45, 22, 0.032) 1px, transparent 1px, transparent 24px);
    box-shadow: var(--tcm-list-shadow);
}

.tcm-list-page .tcm-list-surface:hover {
    transform: none;
    box-shadow: var(--tcm-list-shadow);
}

.tcm-list-page .tcm-list-surface .section-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
    margin: 0;
    padding: 0 0 28px;
    border: 0;
    border-bottom: 1px solid var(--tcm-list-line-deep);
    background: transparent;
}

.tcm-list-page .tcm-list-heading-copy {
    min-width: 0;
}

.tcm-list-page .tcm-list-kicker {
    margin: 0 0 12px;
    color: var(--tcm-list-jade);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
}

.tcm-list-page .tcm-list-surface .section-title {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--tcm-list-ink);
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.08;
}

.tcm-list-page .tcm-list-surface .section-title::before {
    display: none;
}

.tcm-list-page .tcm-list-description {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--tcm-list-soft);
    font-size: 16px;
    line-height: 1.9;
}

.tcm-list-page .tcm-list-mark {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(155, 47, 37, 0.58);
    color: var(--tcm-list-red);
    box-shadow: inset 0 0 0 6px rgba(155, 47, 37, 0.08);
    font-size: 30px;
    font-weight: 900;
    transform: rotate(-6deg);
}

.tcm-list-page .tcm-list-toolbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

.tcm-list-page .article-list-toolbar-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tcm-list-page .article-toolbar-link {
    min-width: 0;
    padding: 8px 12px;
    border: 1px solid rgba(74, 45, 22, 0.2);
    color: #42321f;
    background: rgba(255, 248, 233, 0.58);
    font-size: 14px;
    line-height: 1.35;
}

.tcm-list-page .article-toolbar-link:hover,
.tcm-list-page .article-toolbar-link.active {
    border-color: rgba(155, 47, 37, 0.48);
    color: #fff7eb;
    background: var(--tcm-list-red);
}

.tcm-list-page .picture-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tcm-list-page .tcm-list--grid-5 .picture-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tcm-list-page .picture-item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(74, 45, 22, 0.18);
    border-radius: 0;
    background: rgba(255, 248, 233, 0.62);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tcm-list-page .picture-item:hover {
    border-color: rgba(155, 47, 37, 0.36);
    box-shadow: 0 12px 24px rgba(39, 24, 9, 0.1);
    transform: translateY(-2px);
}

.tcm-list-page .picture-box {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ead9b9;
}

.tcm-list-page .picture-box > a,
.tcm-list-page .picture-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.tcm-list-page .picture-box img {
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tcm-list-page .picture-item:hover .picture-box img {
    transform: scale(1.045);
}

.tcm-list-page .picture-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(36, 24, 15, 0.03) 44%, rgba(36, 24, 15, 0.52) 100%);
}

.tcm-list-page .vip-badge,
.tcm-list-page .video-duration,
.tcm-list-page .view-icon {
    position: absolute;
    display: inline-grid;
    place-items: center;
    pointer-events: none;
}

.tcm-list-page .vip-badge {
    top: 10px;
    left: 10px;
    min-width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 247, 235, 0.82);
    color: #fff7eb;
    background: var(--tcm-list-red);
    font-size: 13px;
    font-weight: 900;
}

.tcm-list-page .video-duration {
    right: 10px;
    bottom: 10px;
    padding: 4px 7px;
    border: 1px solid rgba(255, 248, 233, 0.26);
    color: #fff7eb;
    background: rgba(36, 24, 15, 0.7);
    font-size: 12px;
    line-height: 1.2;
}

.tcm-list-page .view-icon {
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 248, 233, 0.26);
    color: #fff7eb;
    background: rgba(31, 95, 83, 0.78);
    font-size: 16px;
    font-weight: 800;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.tcm-list-page .picture-item:hover .view-icon {
    opacity: 1;
}

.tcm-list-page .picture-info {
    padding: 14px;
}

.tcm-list-page .picture-title {
    margin: 0;
    color: var(--tcm-list-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.42;
}

.tcm-list-page .picture-title a {
    color: inherit;
}

.tcm-list-page .picture-title a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .picture-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 10px;
    color: var(--tcm-list-muted);
    font-size: 12px;
    line-height: 1.55;
}

.tcm-list-page .picture-meta span {
    min-width: 0;
}

.tcm-list-page .tcm-picture-desc {
    margin: 9px 0 0;
    color: var(--tcm-list-soft);
    font-size: 13px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tcm-list-page .article-feed-list {
    position: relative;
    display: grid;
    gap: 14px;
}

.tcm-list-page .article-feed-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    min-height: 174px;
    padding: 18px;
    border: 1px solid rgba(74, 45, 22, 0.18);
    background: rgba(255, 248, 233, 0.62);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tcm-list-page .article-feed-item:hover {
    border-color: rgba(155, 47, 37, 0.36);
    box-shadow: 0 12px 24px rgba(39, 24, 9, 0.1);
    transform: translateY(-1px);
}

.tcm-list-page .article-feed-thumb {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #ead9b9;
}

.tcm-list-page .article-feed-thumb::after,
.tcm-list-page .article-text-thumb::after {
    content: "阅";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 248, 233, 0.28);
    color: #fff7eb;
    background: rgba(31, 95, 83, 0.78);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.tcm-list-page .article-feed-item:hover .article-feed-thumb::after,
.tcm-list-page .tcm-simple-card:hover .article-text-thumb::after {
    opacity: 1;
}

.tcm-list-page .article-feed-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tcm-list-page .article-feed-item:hover .article-feed-thumb img {
    transform: scale(1.045);
}

.tcm-list-page .article-feed-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.tcm-list-page .article-feed-title {
    margin: 0;
    color: var(--tcm-list-ink);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.35;
}

.tcm-list-page .article-feed-title a {
    color: inherit;
}

.tcm-list-page .article-feed-title a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .article-feed-meta,
.tcm-list-page .tcm-simple-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin: 10px 0 0;
    color: var(--tcm-list-muted);
    font-size: 12px;
    line-height: 1.55;
}

.tcm-list-page .article-feed-meta span,
.tcm-list-page .tcm-simple-meta span {
    padding-right: 10px;
    border-right: 1px solid rgba(74, 45, 22, 0.16);
    white-space: nowrap;
}

.tcm-list-page .article-feed-meta span:last-child,
.tcm-list-page .tcm-simple-meta span:last-child {
    padding-right: 0;
    border-right: 0;
}

.tcm-list-page .article-feed-desc,
.tcm-list-page .tcm-simple-desc {
    margin: 12px 0 0;
    color: var(--tcm-list-soft);
    font-size: 14px;
    line-height: 1.82;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tcm-list-page .tcm-list-more {
    width: fit-content;
    margin-top: auto;
    padding: 8px 10px;
    border-top: 1px solid rgba(155, 47, 37, 0.34);
    border-bottom: 1px solid rgba(155, 47, 37, 0.34);
    color: var(--tcm-list-red);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.tcm-list-page .tcm-list-more:hover {
    color: var(--tcm-list-jade);
}

.tcm-list-page .article-text-list {
    position: relative;
    display: grid;
    gap: 14px;
    counter-reset: none;
}

.tcm-list-page .article-text-item.tcm-simple-card {
    display: grid;
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 146px;
    padding: 16px;
    border: 1px solid rgba(74, 45, 22, 0.18);
    background: rgba(255, 248, 233, 0.62);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tcm-list-page .article-text-item.tcm-simple-card:hover {
    padding-left: 16px;
    border-color: rgba(155, 47, 37, 0.36);
    box-shadow: 0 12px 24px rgba(39, 24, 9, 0.1);
    background: rgba(255, 250, 239, 0.82);
    transform: translateY(-1px);
}

.tcm-list-page .article-text-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    min-width: 0;
    aspect-ratio: 4 / 3;
    background: #ead9b9;
}

.tcm-list-page .article-text-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tcm-list-page .tcm-simple-card:hover .article-text-thumb img {
    transform: scale(1.045);
}

.tcm-list-page .article-text-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.tcm-list-page .article-text-title {
    margin: 0;
    color: var(--tcm-list-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.38;
}

.tcm-list-page .article-text-title a {
    display: block;
    overflow: visible;
    color: inherit;
    white-space: normal;
    text-overflow: clip;
}

.tcm-list-page .article-text-title a:hover {
    color: var(--tcm-list-red);
}

.tcm-list-page .pagination-wrapper {
    position: relative;
    margin: 0;
    padding: 30px 0 0;
}

.tcm-list-page .dahe-pagination {
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid var(--tcm-list-line-deep);
}

.tcm-list-page .dahe-pagination-nav {
    gap: 8px;
}

.tcm-list-page .dahe-page-link {
    min-width: 38px;
    height: 38px;
    border: 1px solid rgba(74, 45, 22, 0.2);
    border-radius: 0;
    color: #4c3a24;
    background: rgba(255, 250, 239, 0.66);
    box-shadow: none;
}

.tcm-list-page .dahe-page-link:hover {
    border-color: rgba(155, 47, 37, 0.46);
    color: var(--tcm-list-red);
    background: rgba(155, 47, 37, 0.08);
    box-shadow: none;
}

.tcm-list-page .dahe-page-link.active {
    border-color: rgba(155, 47, 37, 0.48);
    color: #fff7eb;
    background: var(--tcm-list-red);
    box-shadow: none;
}

.tcm-list-page .dahe-pagination-info,
.tcm-list-page .dahe-page-ellipsis {
    color: var(--tcm-list-muted);
}

.tcm-list-page .tcm-footer {
    margin-top: 0;
    padding: 0 0 34px;
    color: var(--tcm-list-soft);
    font-family: inherit;
}

.tcm-list-page .tcm-footer-board {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--tcm-list-line-deep);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(36, 24, 15, 0.05), transparent 18%, rgba(155, 47, 37, 0.06) 64%, rgba(31, 95, 83, 0.08)),
        linear-gradient(180deg, rgba(255, 248, 233, 0.9), rgba(229, 204, 162, 0.7));
    box-shadow: 0 18px 46px rgba(39, 24, 9, 0.12);
    padding: 28px 34px 22px;
}

.tcm-list-page .tcm-footer-board::before {
    content: "";
    position: absolute;
    inset: 12px;
    pointer-events: none;
    border: 1px solid rgba(74, 45, 22, 0.13);
}

.tcm-list-page .tcm-footer .footer-topline {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--tcm-list-line);
    text-align: center;
}

.tcm-list-page .tcm-footer .footer-brand {
    max-width: 860px;
    margin: 0 auto;
}

.tcm-list-page .tcm-footer .footer-eyebrow {
    margin-bottom: 8px;
    color: var(--tcm-list-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.28em;
}

.tcm-list-page .tcm-footer .footer-title {
    margin: 0;
    color: var(--tcm-list-ink);
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
}

.tcm-list-page .tcm-footer .footer-desc {
    max-width: 720px;
    margin: 10px auto 0;
    color: var(--tcm-list-soft);
    font-size: 15px;
    line-height: 1.9;
}

.tcm-list-page .tcm-footer-bottom {
    position: relative;
    z-index: 1;
    justify-content: center;
    padding-top: 16px;
    border-top: 0;
    text-align: center;
}

.tcm-list-page .tcm-footer .copyright {
    text-align: center;
}

.tcm-list-page .tcm-footer .copyright p {
    margin: 0;
    color: #6d563e;
    font-size: 13px;
    line-height: 1.8;
}

.tcm-list-page .tcm-footer .copyright p + p {
    color: var(--tcm-list-muted);
}

@media (max-width: 1200px) {
    .tcm-list-page .tcm-list--grid-5 .picture-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .tcm-list-page .dahegudian-mainbar-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tcm-list-page .dahegudian-brand,
    .tcm-list-page .dahegudian-search-wrap,
    .tcm-list-page .dahegudian-userbar {
        max-width: none;
        justify-self: stretch;
    }

    .tcm-list-page .dahegudian-hot-row {
        justify-content: flex-start;
    }
}

@media (max-width: 980px) {
    .tcm-list-page .content-layout {
        grid-template-columns: 1fr;
    }

    .tcm-list-page .main-column,
    .tcm-list-page .sidebar {
        order: initial;
    }

    .tcm-list-page .sidebar {
        position: static;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    }
}

@media (max-width: 760px) {
    .tcm-list-page .category-nav .container,
    .tcm-list-page .article-detail-breadcrumb-section .container,
    .tcm-list-page .main-content > .container,
    .tcm-list-page .header .container,
    .tcm-list-page .footer .container,
    .tcm-list-page .dahegudian-nav-band .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .tcm-list-page .gudian-shell {
        padding: 0;
    }

    .tcm-list-page .tcm-classic-topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 18px;
        padding-right: 18px;
    }

    .tcm-list-page .tcm-classic-nav {
        width: 100%;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .tcm-list-page .dahegudian-topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 6px 0;
    }

    .tcm-list-page .dahegudian-mainbar-inner {
        padding: 18px 0;
    }

    .tcm-list-page .dahegudian-search-wrap .search-box {
        grid-template-columns: 1fr;
    }

    .tcm-list-page .dahegudian-nav-band .nav-menu {
        flex-wrap: nowrap;
        min-height: 48px;
        overflow-x: auto;
    }

    .tcm-list-page .dahegudian-nav-band .nav-menu a {
        flex: 0 0 auto;
        font-size: 15px;
    }

    .tcm-list-page .category-list {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .tcm-list-page .category-list a {
        flex: 0 0 auto;
        padding: 10px 13px;
    }

    .tcm-list-hero-inner {
        min-height: 356px;
        grid-template-columns: 1fr;
    }

    .tcm-list-hero-mark {
        justify-self: start;
        width: auto;
        min-height: 0;
        padding: 9px 15px;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 18px;
        letter-spacing: 0;
    }

    .tcm-list-hero::after {
        right: -58px;
        bottom: -102px;
    }

    .tcm-list-page .sidebar {
        grid-template-columns: 1fr;
    }

    .tcm-list-page .tcm-list-surface {
        padding: 28px 22px;
    }

    .tcm-list-page .tcm-list-surface .section-header {
        grid-template-columns: 1fr;
    }

    .tcm-list-page .tcm-list-mark {
        width: 70px;
        height: 70px;
        font-size: 25px;
    }

    .tcm-list-page .picture-grid,
    .tcm-list-page .tcm-list--grid-5 .picture-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tcm-list-page .article-feed-item,
    .tcm-list-page .article-text-item.tcm-simple-card {
        grid-template-columns: 1fr;
    }

    .tcm-list-page .article-feed-thumb,
    .tcm-list-page .article-text-thumb {
        max-width: none;
        aspect-ratio: 16 / 9;
    }

    .tcm-list-page .article-feed-title,
    .tcm-list-page .article-text-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .tcm-list-page .tcm-list-hero-inner {
        padding: 34px 24px;
    }

    .tcm-list-page .tcm-list-hero-title {
        font-size: 42px;
    }

    .tcm-list-page .tcm-list-hero-desc,
    .tcm-list-page .tcm-list-description {
        font-size: 15px;
    }

    .tcm-list-page .tcm-list-surface {
        padding: 24px 16px;
    }

    .tcm-list-page .sidebar-widget {
        padding: 18px;
    }

    .tcm-list-page .picture-grid,
    .tcm-list-page .tcm-list--grid-5 .picture-grid {
        grid-template-columns: 1fr;
    }

    .tcm-list-page .picture-info,
    .tcm-list-page .article-feed-item,
    .tcm-list-page .article-text-item.tcm-simple-card {
        padding: 14px;
    }

    .tcm-list-page .article-feed-meta span,
    .tcm-list-page .tcm-simple-meta span {
        padding-right: 0;
        border-right: 0;
    }
}
