/* 织梦 yueduwen 首页版式（由 templets/yueduwen 迁移，路径自包含、不依赖原站图片） */

/* 首页：默认主题已迁移到 fq-min 双栏布局，保留 dede 样式仅用于内容模块内部。 */

:root {
    --yd-card-border: var(--c-border, rgba(38, 37, 30, 0.1));
    --yd-rule-green: rgba(38, 37, 30, 0.16);
    --yd-title-green: var(--c-text, #26251e);
    --yd-title-green-deep: var(--c-hover, #2d7a1e);
    --yd-bar-start: #4aaf3a;
    --yd-bar-end: #2d7a1e;
    --yd-text: var(--c-text, #26251e);
    --yd-muted: var(--c-text-muted, #64748b);
    --yd-tbox-head-top: var(--c-surface-1, #fafafa);
    --yd-tbox-head-bot: var(--c-surface-2, #f0f0f0);
    /* 与 theme.css 字阶 / 行距一致（UI/UX Pro Max：正文 ≥16px、行高 1.5–1.75） */
    --yd-index-body: var(--font-body, 16px);
    --yd-index-body-lh: var(--lh-body, 1.6);
    --yd-index-em: var(--font-body, 16px);
    --yd-index-card-title: var(--font-lg, 1.125rem);
    --yd-index-card-title-lh: var(--lh-lg, 1.5);
    --yd-index-muted: var(--font-small, 14px);
    --yd-home-radius: 12px;
    --yd-home-radius-sm: 10px;
    /* 与 theme.css --site-module-gap 一致；单独引用本文件时回退 16px */
    --yd-home-gap: var(--site-module-gap, 24px);
    --yd-home-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    --yd-home-shadow-hover: 0 16px 36px rgba(0, 0, 0, 0.08);
    --yd-home-shadow-modern: 0 2px 8px rgba(15, 23, 42, 0.07), 0 1px 2px rgba(15, 23, 42, 0.05);
    --yd-home-border-soft: var(--c-border, rgba(38, 37, 30, 0.1));
    --yd-home-accent-soft: rgba(61, 158, 40, 0.12);
    /* 纯色底，避免渐变 + 毛玻璃带来的糊感 */
    --yd-home-surface-modern: #ffffff;
    --yd-home-surface-strong: #ffffff;
}

.dede-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.dede-index {
    font-size: var(--yd-index-body);
    line-height: var(--yd-index-body-lh);
    color: var(--yd-text);
}

/* ===== 首页轮播（可访问性与控制） ===== */
.dede-index .flashnews {
    position: relative;
}

.dede-index .dede-flash-controls {
    display: none;
}

.dede-index .dede-flash-toggle {
    appearance: none;
    border: 1px solid var(--yd-home-border-soft);
    background: var(--c-surface-1, #f7f7f4);
    color: var(--yd-text);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.dede-index .dede-flash-toggle:hover {
    border-color: var(--c-accent, #3d9e28);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.dede-index .dede-flash-toggle:focus-visible {
    outline: 2px solid var(--c-hover, #2d7a1e);
    outline-offset: 2px;
}

.dede-index .dede-flash-dots {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.dede-index .dede-flash-dot {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dede-index .dede-flash-dot-btn {
    appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: var(--c-surface-1, #f7f7f4);
    color: var(--yd-muted);
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.dede-index .dede-flash-dot-btn.is-active,
.dede-index .dede-flash-dot-btn[aria-current="true"] {
    border-color: var(--c-accent, #3d9e28);
    background: rgba(61, 158, 40, 0.1);
    color: var(--yd-text);
    font-weight: 700;
}

.dede-index .dede-flash-dot-btn:focus-visible {
    outline: 2px solid var(--c-hover, #2d7a1e);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .dede-index .dede-flash-dot-btn,
    .dede-index .dede-flash-toggle {
        transition: none !important;
    }
}

/* 首页主区：外层双栏由 `.fq-min-home-layout` + theme.css；内层栏目块网格在 `.dede-index--home` 上。
   注意 DOM 为 `.pleft` > `.dede-index--home`，历史上误写 `.dede-index--home .pleft` 导致规则从未命中。 */
.fq-min-home-layout .dede-index--home {
    width: 100%;
    min-width: 0;
    max-width: none;
    float: none;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--yd-home-gap);
    align-content: start;
}

/* 两列网格下：默认每个直接子元素占满整行，避免首屏 .dede-top-grid 只占半格、与 .dede-picnews-first 同一行并排（像内容重复/版式错乱）。 */
.fq-min-home-layout .dede-index--home > * {
    grid-column: 1 / -1;
}

/* 多栏目块（.dede-home-topic）的列宽由下方 Phase 2 的 `grid-column: span 6` 控制。
   勿再写 `grid-column: auto`：其特异性会压过 `.dede-home-topic`，导致每块只占 1/12 宽，
   中文标题被挤成「一字一行」的竖条假象。 */

.fq-min-home-layout .dede-index--home > .picnews {
    width: auto;
    float: none;
    clear: none;
    margin-top: 0;
    overflow: visible;
}

/* 窄屏主区单列：见 Phase 2 段落后 `@media (max-width: 991px)`，需写在 12 列网格规则之后方生效 */

/* 首屏：左 280px 轮播+推荐条 / 右头条+列表 — 用 flex 固定左侧轨宽，避免仅靠 Grid 时 float 回退造成「美图右侧大片留白、头条沉底」 */
.dede-index .dede-top-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--yd-home-gap);
    margin-bottom: var(--yd-home-gap);
}

.dede-index .dede-top-grid > .dede-top-aside,
.dede-index .dede-top-grid > .dede-top-main {
    margin-top: 0;
}

.dede-index .dede-top-aside {
    display: flex;
    flex-direction: column;
    gap: var(--yd-home-gap);
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px;
    box-sizing: border-box;
    min-width: 0;
}

.dede-index .dede-top-aside .tbox dd {
    padding: 10px 12px;
}

.dede-index .dede-top-main {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
}

.dede-index .dede-top-main .bignews,
.dede-index .dede-top-aside .flashnews,
.dede-index .dede-top-aside .latestnews {
    float: none;
    width: 100%;
    max-width: none;
}

.dede-index .dede-top-aside .latestnews {
    margin-top: 0;
    flex: 1 1 auto;
    display: flex;
}

@media (max-width: 720px) {
    .dede-index .dede-top-grid {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .dede-index .dede-top-aside {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    .dede-index .flashnews,
    .dede-index .flashnews .pic ul {
        width: 100%;
        max-width: none;
    }
}

/* 首页主列：.pleft 在 .dede-index 之外，旧选择器 .dede-index .pleft 永不命中 */
.fq-min-home-layout > .fq-min-pleft.pleft {
    width: 100%;
    max-width: none;
    float: none;
    clear: none;
    overflow: visible;
}

/* ===== 旧站顶栏/导航视觉（仅覆盖 yd-* 结构） ===== */
.yd-topbar {
    background: var(--c-bg, #f2f1ed);
    border-bottom: 1px solid var(--c-border, rgba(38, 37, 30, 0.1));
    font-size: 12px;
}

.yd-topbar .fq-min-topbar-inner {
    max-width: var(--fq-min-layout-max);
    min-height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

.yd-header {
    width: 100%;
    max-width: var(--fq-min-layout-max);
    margin: 0 auto;
    background: var(--c-surface-1, #f7f7f4);
    border-bottom: none;
    box-shadow: none;
}

.yd-header .fq-min-header-top {
    max-width: var(--fq-min-layout-max);
    padding: 10px 20px 8px;
    gap: 10px 16px;
    box-sizing: border-box;
}

/* 顶区快捷链接：与 theme 对齐，避免仅 dede-home 生效时 ul 退回竖排圆点 */
.yd-header .fq-min-quicknav ul {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    justify-content: flex-start;
}

@media (min-width: 720px) {
    .yd-header .fq-min-quicknav ul {
        justify-content: flex-end;
    }
}

.yd-header .fq-min-quicknav a {
    font-size: 13px;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}

/* 主导航条样式由 theme.css 统一（悦读文式实心绿底、白字、左对齐）；此处仅对齐版心 */
.yd-nav-main .yd-nav-inner {
    max-width: var(--fq-min-layout-max);
}

.yd-nav-sub {
    background: var(--c-surface-2, #f8fafc);
    border-bottom: 1px solid var(--c-border, rgba(15, 23, 42, 0.08));
    padding: 6px 0 8px;
}

.yd-nav-sub .fq-min-center {
    max-width: var(--fq-min-layout-max);
}

ul.yd-nav-tags {
    width: 100%;
    max-width: var(--fq-min-layout-max);
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
}

ul.yd-nav-tags > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.yd-nav-tags a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.1;
    color: var(--c-text, #26251e);
    text-decoration: none;
    border-radius: 999px;
    background: var(--c-surface-2, #ebeae5);
    border: 1px solid var(--c-border, rgba(38, 37, 30, 0.1));
    white-space: nowrap;
}

.yd-nav-tags a:hover {
    background: var(--c-surface-3, #e6e5e0);
    color: var(--c-hover, #2d7a1e);
}

@media (max-width: 1024px) {
    .yd-header {
        width: auto;
        margin: 0 12px;
    }

    ul.yd-nav-list,
    ul.yd-nav-tags {
        width: 100%;
    }

    ul.yd-nav-tags {
        gap: 6px 6px;
    }
}

.dede-index .bignews {
    width: 100%;
    float: none;
    border: 1px solid var(--yd-card-border);
    border-radius: var(--yd-home-radius-sm);
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 0;
    min-height: 0;
    background: var(--c-surface-1, #f7f7f4);
    box-shadow: var(--yd-home-shadow);
}

.dede-index .bignews .onenews {
    margin: 0;
    padding: 10px 12px 10px;
    border-bottom: 1px dashed #ebebeb;
}

.dede-index .bignews .onenews h2 {
    text-align: center;
    margin: 0;
    min-height: 32px;
    line-height: 28px;
    font-weight: 700;
}

.dede-index .bignews .onenews h2 a {
    font-size: 16px;
    font-weight: 700;
    color: var(--yd-title-green);
    letter-spacing: 0.02em;
}

.dede-index .bignews .onenews h2 a:hover {
    color: var(--yd-title-green-deep);
}

.dede-index .bignews .onenews p,
.dede-index .bignews .onenews p.dede-onenews-excerpt {
    margin: 8px 0 0;
    font-size: var(--yd-index-body);
    line-height: var(--yd-index-body-lh);
    color: var(--yd-muted);
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dede-index .bignews .onenews p a {
    color: var(--yd-title-green-deep);
    font-weight: 600;
    white-space: nowrap;
}

.dede-index .bignews .bignews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 30px;
    padding: 8px 12px;
    background: linear-gradient(90deg, var(--yd-bar-start), var(--yd-bar-end));
}

.dede-index .bignews .bignews-head h3 {
    margin: 0;
    font-size: var(--yd-index-muted);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
}

.dede-index .bignews .bignews-head .bignews-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.04);
}

.dede-index .bignews .bignews-head .bignews-more-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.dede-index .bignews div.d1 {
    padding: 8px 12px 8px;
    clear: both;
    overflow: hidden;
}

.dede-index .bignews div.d1arc {
    margin-right: 10px;
    width: calc(50% - 6px);
    max-width: 190px;
    float: left;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.dede-index .bignews div.d1::after {
    content: "";
    display: table;
    clear: both;
}

.dede-index .bignews div.newarticle {
    height: 24px;
    line-height: 24px;
    font-size: var(--yd-index-muted);
    font-weight: 700;
    color: #fff;
    padding-left: 28px;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, var(--yd-bar-start), var(--yd-bar-end));
    position: relative;
}

.dede-index .bignews div.newarticle::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.dede-index .bignews ul.c2 {
    margin: 0;
    padding: 8px 12px 12px;
    clear: both;
    list-style: none;
}

.dede-index .bignews ul.c2 li {
    padding: 5px 0 5px 14px;
    border-bottom: 1px dotted var(--c-border, rgba(38, 37, 30, 0.1));
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Ccircle cx='3' cy='5' r='2.5' fill='%2333900'/%3E%3C/svg%3E") 2px 11px no-repeat;
}

.dede-index .bignews ul.c2 a {
    display: block;
    padding: 1px 0;
    font-size: var(--yd-index-body);
    color: var(--c-text, #26251e);
    line-height: 1.55;
}

/* #dede-flash 提高优先级，避免与其它 .flashnews / ul 规则冲突 */
.dede-index #dede-flash.flashnews {
    width: 100%;
    max-width: 380px;
    float: left;
    overflow: hidden;
    border: 1px solid var(--yd-card-border);
    border-radius: var(--yd-home-radius-sm);
    box-sizing: border-box;
    background: var(--c-surface-1, #ffffff);
    position: relative;
    box-shadow: var(--yd-home-shadow);
}

.dede-index #dede-flash .pic ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 260px;
    width: 100%;
    max-width: 380px;
    background: #f2f2f2;
    border-radius: 0;
    overflow: hidden;
}

.dede-index #dede-flash .pic li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
    list-style: none;
}

.dede-index #dede-flash .pic li.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.dede-index #dede-flash .pic img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border: 0;
}

.dede-index #dede-flash .pic li a {
    display: block;
    position: relative;
    height: 100%;
}

.dede-index #dede-flash .pic .dede-flash-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    color: #fff;
    font-size: var(--yd-index-muted);
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.52);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dede-index #dede-flash .dede-flash-dots {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
}

.dede-index #dede-flash .dede-flash-dot {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #1f2937;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.dede-index #dede-flash .dede-flash-dot.is-active {
    background: #2f8f28;
    border-color: #23701d;
    color: #fff;
}

.dede-index .latestnews {
    width: 100%;
    max-width: 380px;
    margin-top: 8px;
    float: left;
    clear: left;
}

.dede-index .latestnews .tbox {
    min-height: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dede-index .latestnews .tbox dd {
    flex: 1 1 auto;
}

/* 写在中后段，再次压过 .flashnews / .latestnews 的织梦式 float，防止侧栏轨被拉成全宽后 38% 宽图+右侧留白 */
.dede-index .dede-top-grid .dede-top-aside .flashnews,
.dede-index .dede-top-grid .dede-top-aside .latestnews {
    float: none;
    width: 100%;
    max-width: none;
    clear: none;
}

.dede-index .tbox {
    border: 1px solid var(--c-border, rgba(38, 37, 30, 0.1));
    margin: 0;
    background: var(--c-surface-1, #f7f7f4);
    border-radius: var(--yd-home-radius-sm);
    box-shadow: var(--yd-home-shadow);
    overflow: hidden;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.dede-index .tbox dt,
.dede-index dl.tbox > dt {
    padding: var(--sp-3, 12px) var(--sp-4, 16px);
    background: linear-gradient(180deg, #f9fcf7 0%, #eef6e9 100%);
    border-bottom: 1px solid rgba(195, 221, 188, 0.55);
    font-size: var(--yd-index-card-title);
    line-height: var(--yd-index-card-title-lh);
    font-weight: 700;
    letter-spacing: normal;
    overflow: hidden;
    color: #1f2e1d;
}

.dede-index .tbox dt .more {
    float: right;
    font-size: var(--yd-index-muted);
    font-weight: normal;
    color: #7b8477;
}

.dede-index .tbox dt .more a {
    color: #7b8477;
    margin: 0 4px;
}

.dede-index .tbox dd {
    margin: 0;
    padding: 10px 12px;
}

.dede-index .picnews {
    width: 100%;
    float: left;
    clear: both;
    margin-top: var(--site-module-gap, var(--sp-4, 16px));
    overflow: hidden;
}

.dede-index ul.d2 {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.dede-index ul.d2 li {
    padding: 3px 0;
    border-bottom: 1px dotted #e0e0e0;
    font-size: var(--yd-index-body);
    line-height: var(--yd-index-body-lh);
}

.dede-index ul.d2 li span {
    display: inline-block;
    min-width: 2.6rem;
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    margin-right: 6px;
    font-variant-numeric: tabular-nums;
}

.dede-index .infiniteCarousel .wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (min-width: 520px) {
    .dede-index .infiniteCarousel .wrapper ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

.dede-index .infiniteCarousel .wrapper li a {
    display: block;
    text-decoration: none;
    color: var(--c-text, #26251e);
    border-radius: 10px;
    overflow: hidden;
    background: var(--c-surface-1, #f7f7f4);
    border: 1px solid var(--c-border, rgba(38, 37, 30, 0.1));
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.dede-index .infiniteCarousel img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 220ms ease, filter 220ms ease;
}

.dede-index .infiniteCarousel .title {
    display: block;
    font-size: var(--yd-index-muted);
    line-height: 1.45;
    padding: 8px 10px 9px;
    margin-top: 0;
    color: #2f3b2e;
    background: linear-gradient(180deg, rgba(247, 250, 244, 0.95) 0%, rgba(255, 255, 255, 0.96) 100%);
    border-top: 1px solid rgba(197, 221, 188, 0.55);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(2 * 1.45em);
}

.dede-index .infiniteCarousel .wrapper li a:hover,
.dede-index .infiniteCarousel .wrapper li a:focus-visible {
    border-color: var(--c-accent, #3d9e28);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
    outline: none;
}

.dede-index .infiniteCarousel .wrapper li a:hover img,
.dede-index .infiniteCarousel .wrapper li a:focus-visible img {
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.02);
}

.dede-index .infiniteCarousel .wrapper li a:hover .title,
.dede-index .infiniteCarousel .wrapper li a:focus-visible .title {
    color: #1f2a1e;
}

.dede-index .picnews dl dd.l,
.dede-index .picnews dl dd.r {
    width: 48%;
    float: left;
    min-height: 120px;
    box-sizing: border-box;
}

.dede-index .picnews dl dd.r {
    float: right;
}

@media (max-width: 640px) {
    .dede-index .picnews dl dd.l,
    .dede-index .picnews dl dd.r {
        float: none;
        width: 100%;
    }
}

.dede-index .picnews dl dd .item-top {
    padding-top: 8px;
}

.dede-index .picnews dl dd .item-top img {
    float: left;
    width: 112px;
    height: 85px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #e3e2d5;
    object-fit: cover;
}

.dede-index .picnews dl dd .item-top strong {
    display: block;
    line-height: var(--yd-index-body-lh);
    overflow: hidden;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dede-index .picnews dl dd .item-top strong a {
    font-size: var(--yd-index-em);
}

.dede-index .picnews dl dd .item-top p {
    text-indent: 0;
    padding-right: 8px;
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    line-height: var(--yd-index-body-lh);
    overflow: hidden;
    margin: 0;
    font-size: var(--yd-index-muted);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(2 * var(--yd-index-body-lh) * 1em);
}

.dede-index .dede-topic-dd .item-top {
    overflow: hidden;
}

.dede-index .dede-topic-dd .item-top::after {
    content: "";
    display: table;
    clear: both;
}

.dede-index .pright .fq-min-panel,
.dede-index .pright .fq-yd-side-promo {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.dede-index ul.d1 {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    clear: both;
}

.dede-index .dede-home-cat2 {
    display: block;
    margin-top: 6px;
    padding: 2px 10px 0;
    box-sizing: border-box;
    min-width: 0;
}

.dede-index--home .dede-home-topic .dede-home-cat2 .item-top {
    display: flow-root;
}

.dede-index--home .dede-home-topic .dede-home-cat2 .item-top strong {
    display: block;
    margin-top: 4px;
    font-size: var(--yd-index-em);
    line-height: 1.45;
}

.dede-index .dede-home-cat2 .item-top {
    padding-top: 6px;
}

.dede-index .dede-home-cat2 ul.d1 {
    margin-top: 6px;
}

.dede-index ul.d1 li {
    padding: 7px 0;
    border-bottom: 1px dotted var(--c-border, rgba(38, 37, 30, 0.1));
    font-size: var(--yd-index-body);
    line-height: var(--yd-index-body-lh);
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(2 * var(--yd-index-body-lh) * 1em);
}

.dede-index ul.d1 .f60,
.dede-index ul.d1 a.f60 {
    color: #f60;
}

.dede-index .author-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.dede-index .author-list li {
    text-align: center;
    padding: 0;
    margin: 5px 6px;
    width: 65px;
    display: inline-block;
    vertical-align: top;
    font-size: var(--yd-index-muted);
}

.dede-index .author-list li img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #cde09c;
    padding: 2px;
    display: block;
    margin: 0 auto 4px;
    object-fit: cover;
}

/* 友情链接在 main 内独立一行，置于主区+侧栏双列之下（.flink 与双列容器为兄弟节点） */
.flink.dede-index {
    margin-top: var(--site-module-gap, var(--sp-4, 16px));
    padding-bottom: 0;
    display: block;
    width: 100%;
    max-width: var(--fq-min-layout-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    clear: both;
}

.dede-index .flink {
    margin-top: var(--site-module-gap, var(--sp-4, 16px));
    padding-bottom: 0;
}

.flink.dede-index .tbox dt,
.dede-index .flink .tbox dt {
    font-weight: 700;
}

.flink.dede-index .f5,
.dede-index .flink .f5 {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.flink.dede-index .f5 a,
.dede-index .flink .f5 a {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    font-size: var(--yd-index-muted);
}

.dede-index .dede-authors-note {
    margin: var(--site-module-gap, var(--sp-4, 16px)) 0 0;
    padding: 10px 12px;
    font-size: var(--yd-index-muted);
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    background: var(--c-surface-1, #f7f7f4);
    border: 1px dashed var(--c-border, rgba(38, 37, 30, 0.1));
    border-radius: 4px;
    clear: both;
}

/* 首页右栏模块：与全站模块间距一致 */
.fq-min-home-layout .fq-min-sidebar .yd-side-block,
.fq-min-home-layout .fq-min-sidebar .fq-yd-side-promo {
    margin-bottom: var(--site-module-gap, var(--sp-4, 16px));
}

/* 首页主栏/侧栏卡片视觉统一 */
.dede-index--home .bignews,
.dede-index--home .flashnews,
.dede-index--home .latestnews .tbox,
.dede-index--home .picnews .tbox,
.fq-min-home-layout .fq-min-sidebar .fq-min-panel,
.fq-min-home-layout .fq-min-sidebar .fq-yd-side-promo {
    border-radius: var(--yd-home-radius-sm);
    box-shadow: var(--yd-home-shadow-modern);
    border: 1px solid var(--yd-box-border, #e2e8f0);
    background: var(--yd-home-surface-modern);
}

.dede-index--home .bignews {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dede-index--home .bignews .onenews {
    padding: 12px 14px 10px;
}

.dede-index--home .bignews ul.c2 {
    padding: 8px 12px 12px;
}

.dede-index--home .bignews ul.c2 li {
    padding: 7px 0 7px 14px;
    line-height: 1.5;
}

.dede-index--home .bignews ul.c2 li:last-child,
.dede-index--home .d2 li:last-child,
.dede-index--home ul.d1 li:last-child {
    border-bottom: none;
}

.dede-index--home .d2 li {
    padding: 6px 0;
    font-size: var(--yd-index-body);
    line-height: var(--yd-index-body-lh);
}

.dede-index--home .d2 li a,
.dede-index--home ul.d1 li a,
.dede-index--home .bignews ul.c2 a,
.dede-index--home .tbox dt a {
    transition: color 150ms ease;
}

.dede-index--home .d2 li a:hover,
.dede-index--home ul.d1 li a:hover,
.dede-index--home .bignews ul.c2 a:hover {
    color: var(--c-hover, #2d7a1e);
}

.dede-index--home .picnews .tbox dt strong a,
.dede-index--home .picnews .tbox dt strong {
    color: var(--c-text, #26251e);
}

.dede-index--home .picnews .tbox dt strong a:hover {
    color: var(--c-hover, #2d7a1e);
}

.dede-index--home .tbox dt {
    background: var(--yd-home-surface-strong);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.dede-index--home .bignews .onenews h2 a {
    font-size: clamp(18px, 2vw, 22px);
    letter-spacing: -0.01em;
    line-height: 1.35;
}


.dede-index .dede-placeholder {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    font-size: var(--yd-index-muted);
    padding: 8px;
}

/* —— 首页整体：节奏、可读性、无障碍 —— */
.fq-min-home-layout {
    margin-top: var(--sp-3, 12px);
    margin-bottom: calc(var(--sp-5, 24px) + var(--sp-3, 12px));
}

.fq-min-home-layout > .fq-min-pleft.pleft {
    padding-bottom: 2px;
}

.dede-index a {
    text-underline-offset: 0.18em;
}

.dede-index a:focus-visible {
    outline: 2px solid var(--c-hover, #2d7a1e);
    outline-offset: 2px;
    border-radius: 3px;
}

.dede-index .tbox dt a:focus-visible,
.dede-index .tbox dt .more a:focus-visible {
    outline-offset: 3px;
}

.dede-index--home .picnews .tbox,
.dede-index--home .bignews,
.dede-index--home .flashnews,
.dede-index--home .latestnews .tbox {
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.dede-index--home .picnews:hover .tbox {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.11);
    border-color: rgba(61, 158, 40, 0.22);
}

.dede-index--home .bignews:hover {
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
    border-color: rgba(61, 158, 40, 0.24);
}

.dede-index--home #dede-flash.flashnews:hover {
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
    border-color: rgba(61, 158, 40, 0.24);
}

.dede-index--home .latestnews .tbox:hover {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.11);
    border-color: rgba(61, 158, 40, 0.22);
}

.dede-index .picnews {
    margin-top: 0;
}

.dede-index .dede-picnews-first {
    margin-top: 2px;
}

.flink.dede-index .tbox,
.dede-index .flink .tbox {
    border-radius: var(--yd-home-radius-sm);
    box-shadow: var(--yd-home-shadow);
    border-color: var(--yd-home-border-soft);
}

.flink.dede-index .tbox dt,
.dede-index .flink .tbox dt {
    letter-spacing: 0.02em;
}

.fq-min-home-layout .fq-min-sidebar .fq-min-panel,
.fq-min-home-layout .fq-min-sidebar .fq-yd-side-promo {
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.fq-min-home-layout .fq-min-sidebar .fq-min-panel:hover,
.fq-min-home-layout .fq-min-sidebar .fq-yd-side-promo:hover {
    box-shadow: var(--yd-home-shadow-hover);
    border-color: var(--yd-home-accent-soft);
}

/* ===== 修复补丁：导航、侧栏、友情链接 ===== */

/* 主导航：当前页高亮（绿条上深色底，由 theme.css 提供基样式） */

/* 主导航："最新" 标签角标 */
ul.yd-nav-list > li > a.yd-nav-new {
    position: relative;
    padding-right: 18px;
}
ul.yd-nav-list > li > a.yd-nav-new::after {
    content: "NEW";
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #ffe066;
    letter-spacing: 0.04em;
}

/* 副导航：可换行标签（替代占高的九宫格墙，减少首屏占用） */
.yd-nav-sub .yd-subnav-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    border: none;
    padding: 10px 4px 12px;
    margin: 0;
    list-style: none;
}

.yd-nav-sub .yd-subnav-grid > li {
    width: auto;
    min-width: 0;
    height: auto;
    line-height: 1.35;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.yd-nav-sub .yd-subnav-grid > li > a {
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
    color: var(--c-text, #26251e);
    background: var(--c-surface-2, #ebeae5);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--c-border, rgba(38, 37, 30, 0.12));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.yd-nav-sub .yd-subnav-grid > li > a:hover {
    background: var(--fq-yd-green-tint, #ebe7db);
    color: var(--c-hover, #2d7a1e);
    border-color: rgba(75, 70, 56, 0.22);
    box-shadow: var(--fq-yd-shadow-sm, 0 1px 2px rgba(30, 50, 20, 0.06));
    text-decoration: none;
}

/* 侧栏：热点排行序号样式 */
.fq-yd-side-rank-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fq-yd-side-rank-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted var(--c-border, rgba(38, 37, 30, 0.1));
}

.fq-yd-side-rank-list li:last-child {
    border-bottom: none;
}

.fq-yd-side-rank-a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    text-decoration: none;
    color: inherit;
}

.fq-yd-side-rank-a:hover {
    text-decoration: none;
}

.fq-yd-side-rank-a:hover .fq-yd-side-rank-txt {
    color: var(--c-hover, #2d7a1e);
}

.fq-yd-side-rank-num {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--c-surface-2, #ebeae5);
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    font-variant-numeric: tabular-nums;
}

/* 前三名高亮 */
.fq-yd-side-rank-list li:nth-child(1) .fq-yd-side-rank-num { background: #e74c3c; color: #fff; }
.fq-yd-side-rank-list li:nth-child(2) .fq-yd-side-rank-num { background: #e67e22; color: #fff; }
.fq-yd-side-rank-list li:nth-child(3) .fq-yd-side-rank-num { background: #f1c40f; color: #fff; }

.fq-yd-side-rank-txt {
    flex: 1 1 0;
    min-width: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color 0.15s;
}

.fq-yd-side-rank-meta {
    flex: 0 0 auto;
    font-size: 11px;
    color: #aaa;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

/* 侧栏：分类导航格子 */
.fq-yd-side-cat-grid {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

.fq-yd-side-cat-grid li {
    margin: 0;
    padding: 0;
}

.fq-yd-side-cat-grid a {
    display: block;
    text-align: center;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1.2;
    color: var(--c-text, #26251e);
    background: var(--c-surface-2, #ebeae5);
    border: 1px solid var(--c-border, rgba(38, 37, 30, 0.1));
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fq-yd-side-cat-grid a:hover {
    background: var(--c-surface-3, #e6e5e0);
    color: var(--c-hover, #2d7a1e);
    border-color: var(--c-accent, #3d9e28);
    text-decoration: none;
}

/* 友情链接：降低视觉权重 */
.flink--muted .tbox {
    box-shadow: none !important;
    border-color: var(--c-border, rgba(38, 37, 30, 0.1)) !important;
    background: var(--c-surface-1, #f7f7f4) !important;
}

.flink--muted .tbox dt {
    background: var(--c-surface-2, #ebeae5) !important;
    font-size: 13px;
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
}

.flink--muted .tbox dt strong {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    font-weight: normal;
}

.flink--muted .f5 a {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55)) !important;
    font-size: 12px !important;
}

.flink--muted .f5 a:hover {
    color: var(--c-hover, #2d7a1e) !important;
}

/* 顶栏：皮肤切换图标按钮紧凑化 */
#qy-skin-toggle {
    font-size: 12px;
}

/* ===== 布局优化补丁 ===== */

/* 1. 首页双栏顶部对齐：主栏去掉多余 margin-top，侧栏与主栏齐平 */
.fq-min-home-layout {
    margin-top: 0;
    align-items: flex-start;
}

.fq-min-home-layout > .fq-min-pleft.pleft {
    margin-top: 0;
    padding-top: 0;
}

.fq-min-home-layout > .fq-min-sidebar {
    margin-top: 0;
}

/* 2. 右侧列表"查看更多"链接 */
.dede-index .bignews ul.c2 li.c2-more {
    border-bottom: none;
    background: none;
    padding-left: 0;
    text-align: right;
    padding: 6px 0 4px;
}

.dede-index .bignews ul.c2 .c2-more-link {
    font-size: 12px;
    color: var(--yd-title-green);
    font-weight: 600;
    text-decoration: none;
    padding: 3px 8px;
    border: 1px solid var(--c-border, rgba(38, 37, 30, 0.1));
    border-radius: 999px;
    transition: background 0.15s, color 0.15s;
}

.dede-index .bignews ul.c2 .c2-more-link:hover {
    background: rgba(61, 158, 40, 0.1);
    color: var(--c-hover, #2d7a1e);
    text-decoration: none;
}

/* 3. 侧栏缩略图尺寸优化：给标题更多空间 */
.fq-yd-side-feature-thumb {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
}

.fq-yd-side-feature-thumb img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

/* 4. 侧栏 promo 块与主栏顶部对齐辅助 */
.fq-min-home-layout .fq-min-sidebar {
    padding-top: 0;
}

/* 5. 右侧 bignews 头条标题字号适当放大，增强层次感 */
.dede-index--home .bignews .onenews h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 6px;
    text-align: left;
}

.dede-index--home .bignews .onenews h3 a {
    color: var(--yd-title-green);
    letter-spacing: 0.01em;
}

.dede-index--home .bignews .onenews h3 a:hover {
    color: var(--yd-title-green-deep);
}

/* 6. d1 副标题区：加底部分隔线，与下方列表区分 */
.dede-index--home .bignews div.d1 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 0;
}

/* 7. 响应式：窄屏下轮播区恢复全宽 */
@media (max-width: 720px) {
    .dede-index .dede-top-aside {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    .dede-index #dede-flash.flashnews,
    .dede-index #dede-flash .pic ul {
        max-width: none;
        width: 100%;
    }

    .dede-index #dede-flash .pic img {
        height: 220px;
    }

    .dede-index .latestnews {
        max-width: none;
    }
}

/* ===== Phase 2: 首页主次结构优化（不改数据逻辑） ===== */
.fq-min-home-layout .dede-index--home {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--sp-4, 16px);
}

.fq-min-home-layout .dede-index--home > .dede-home-hero,
.fq-min-home-layout .dede-index--home > .dede-home-feature {
    grid-column: 1 / -1;
}

.fq-min-home-layout .dede-index--home > .dede-home-topic {
    grid-column: span 6;
    min-width: 0;
}

.dede-index--home .dede-home-hero .bignews {
    border-width: 1px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.dede-index--home .dede-home-feature .tbox dt,
.dede-index--home .dede-home-topic .tbox dt {
    background: var(--c-surface-2, #ebeae5);
}

.dede-index--home .dede-home-topic .tbox {
    background: var(--c-surface-1, #f7f7f4);
}

@media (max-width: 1100px) {
    .fq-min-home-layout .dede-index--home > .dede-home-topic {
        grid-column: 1 / -1;
    }
}

/* Phase 2 的 12 列网格写在文件后部，会覆盖较早的 `@media (max-width: 991px)` 内联网格设置；
   在此重申窄屏下单列，避免侧栏落底后主区仍保持 12 列轨道。 */
@media (max-width: 991px) {
    .fq-min-home-layout .dede-index--home {
        grid-template-columns: 1fr;
    }
}

/* ===== Phase 3: 侧栏减噪 + 首屏阅读路径 ===== */
.dede-index .dede-top-grid {
    gap: var(--sp-5, 24px);
}

.dede-index--home .dede-home-hero .onenews h2 {
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.32;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    font-weight: 800;
    text-align: center;
}

.dede-index--home .dede-home-hero .bignews .onenews {
    padding-top: 6px;
}

.dede-index--home .dede-home-hero .bignews .onenews h2 {
    margin-top: 0;
}

.dede-index--home .dede-home-hero .onenews .dede-onenews-excerpt {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    line-height: 1.65;
    -webkit-line-clamp: 2;
}

.dede-index .bignews ul.c2 li {
    padding: 7px 0 7px 14px;
    border-bottom: 1px solid rgba(38, 37, 30, 0.08);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Ccircle cx='3' cy='5' r='2.5' fill='%233d9e28'/%3E%3C/svg%3E") 2px 11px no-repeat;
    border-radius: 6px;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.dede-index .bignews ul.c2 li:first-child a {
    color: var(--c-text, #26251e);
    font-weight: 700;
}

.dede-index .bignews ul.c2 li:first-child {
    padding-left: 10px;
    border-left: 3px solid rgba(61, 158, 40, 0.45);
    background-position: 0 11px;
}

.dede-index .bignews ul.c2 li:hover {
    background-color: rgba(61, 158, 40, 0.06);
    border-bottom-color: rgba(61, 158, 40, 0.2);
    transform: translateX(1px);
}

.dede-index .bignews ul.c2 li:hover a {
    color: var(--c-hover, #2d7a1e);
}

.dede-index .bignews ul.c2 li:focus-within {
    background-color: rgba(61, 158, 40, 0.09);
    border-bottom-color: rgba(61, 158, 40, 0.24);
}

.dede-index .bignews ul.c2 li a:focus-visible {
    outline: 2px solid rgba(207, 45, 86, 0.45);
    outline-offset: 2px;
    border-radius: 4px;
}

.dede-index .bignews ul.c2 li:first-child:hover {
    border-left-color: rgba(61, 158, 40, 0.72);
}

.fq-min-sidebar-note {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    font-size: 12px;
    margin: 0 0 8px;
}

.fq-yd-side-feature-meta,
.fq-yd-side-text-meta,
.fq-yd-side-rank-meta {
    color: var(--c-text-muted, rgba(38, 37, 30, 0.55));
    font-size: 11px;
}

.fq-yd-side-feature-txt,
.fq-yd-side-text-txt,
.fq-yd-side-rank-txt {
    line-height: 1.5;
}

.fq-yd-side-text-a,
.fq-yd-side-rank-a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.fq-min-home-layout .fq-min-sidebar .fq-min-panel {
    background: var(--c-surface-1, #f7f7f4);
}

/* ===== Phase 4: 移动端与导航可读性收口 ===== */
ul.yd-nav-list > li > a {
    min-height: 44px;
}

ul.yd-nav-list > li > a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

.dede-index .tbox dt {
    line-height: 1.35;
}

.dede-index .tbox dt .more {
    opacity: 0.8;
}

@media (max-width: 900px) {
    .dede-index .dede-top-grid {
        gap: var(--sp-4, 16px);
    }

    .dede-index .dede-top-aside {
        flex-basis: 340px;
        width: 340px;
        max-width: 340px;
    }
}

@media (max-width: 720px) {
    ul.yd-nav-list {
        flex-wrap: nowrap;
    }

    ul.yd-nav-list > li > a {
        padding: 0 14px;
        line-height: 44px;
        font-size: 14px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        border-bottom: 2px solid transparent;
    }

    ul.yd-nav-list > li:last-child > a {
        border-right: none;
    }

    ul.yd-nav-list > li > a:hover,
    ul.yd-nav-list > li.is-current > a {
        border-bottom-color: rgba(255, 255, 255, 0.9);
        background: rgba(0, 0, 0, 0.12);
        color: #fff;
    }

    .fq-min-home-layout .dede-index--home {
        gap: var(--sp-3, 12px);
    }

    .dede-index--home .dede-home-hero .onenews h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .dede-index .bignews ul.c2 li {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .fq-min-home-layout .fq-min-sidebar .fq-min-panel {
        border-radius: 8px;
    }
}
