/**
 * projdtl_seo.css —— 工程项目详情页正文 + 右侧栏
 * 说明：全部为本站自有样式，无内联 style、无第三方依赖。
 */
.dtl-wrap { max-width: var(--wrap); margin: 0 auto; padding: 20px 16px 0; display: flex; gap: 24px; align-items: flex-start; }
.dtl-main { flex: 1; min-width: 0; }
.dtl-side { flex: none; width: 320px; position: sticky; top: 84px; }

/* ===== 标题区 ===== */
.dtl-hd { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.dtl-hd__title { font-size: 24px; line-height: 1.5; font-weight: 700; color: var(--ink); word-break: break-all; }
.dtl-tag { display: inline-block; margin-left: 8px; padding: 1px 8px; font-size: 12px; font-weight: 400; line-height: 20px; border-radius: 4px; vertical-align: middle; }
.dtl-tag.is-news { background: #e8f4ff; color: #0a7cf5; }
.dtl-tag.is-recom { background: #fff1f0; color: #e8352e; }
.dtl-tag.is-stress { background: #fff7e6; color: #d48806; }
.dtl-tag.is-early { background: #f0f2f5; color: #5a6474; }
.dtl-hd__meta { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 13px; }
.dtl-hd__meta em { font-style: normal; margin-right: 6px; color: var(--ink-3); }
.dtl-hd__meta span { color: var(--ink-2); }

/* ===== 摘要 ===== */
.dtl-summary { margin-top: 16px; padding: 14px 16px; background: #f7f9fc; border-left: 3px solid var(--brand); border-radius: 0 6px 6px 0; color: var(--ink-2); line-height: 1.9; font-size: 14px; }

/* ===== 卡片 ===== */
.dtl-card { margin-top: 20px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 0 20px 20px; }
.dtl-card__tt { margin: 0 -20px 6px; padding: 16px 20px 14px; font-size: 17px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.dtl-card__tt::before { content: ""; display: inline-block; width: 4px; height: 16px; margin-right: 9px; background: var(--brand); border-radius: 2px; vertical-align: -2px; }

/* ===== 键值列表 ===== */
.dtl-dl { display: flex; flex-wrap: wrap; margin-top: 14px; }
.dtl-dl__i { display: flex; width: 50%; padding: 7px 16px 7px 0; font-size: 14px; line-height: 1.7; }
.dtl-dl__i dt { flex: none; min-width: 104px; color: var(--ink-3); }
.dtl-dl__i dd { flex: 1; min-width: 0; color: var(--ink); word-break: break-all; }
.dtl-dl__i.is-mask dd { color: var(--ink-3); }
.dtl-mask-link { color: var(--brand); border-bottom: 1px dashed var(--brand); cursor: pointer; }
.dtl-mask-link:hover { color: var(--brand-dark); }

/* ===== 文本块 ===== */
.dtl-text { margin-top: 14px; color: var(--ink-2); line-height: 1.9; font-size: 14px; word-break: break-all; }
.dtl-text__tt { margin: 16px 0 8px; font-size: 14px; font-weight: 600; color: var(--ink); }
.dtl-tip { margin-top: 12px; font-size: 13px; color: var(--ink-3); }
.dtl-mask-tip { margin-top: 12px; font-size: 13px; color: var(--ink-3); }

/* ===== 参建单位 ===== */
.dtl-cmp { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.dtl-cmp__box { width: 100%; }
.dtl-cmp__tt { margin: 6px 0 0; padding-left: 10px; border-left: 3px solid #b7d4f7; font-size: 14px; font-weight: 600; color: var(--ink); }

/* ===== 登录引导 ===== */
.dtl-cta { margin-top: 20px; padding: 20px 24px; border: 1px solid #d6e6ff; border-radius: 10px; background: linear-gradient(90deg, #eef5ff, #f7faff); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.dtl-cta__txt strong { display: block; font-size: 16px; color: #12509c; margin-bottom: 4px; }
.dtl-cta__txt span { font-size: 13px; color: var(--ink-3); }
.dtl-cta__btn { flex: none; padding: 0 28px; height: 42px; line-height: 42px; border-radius: 8px; background: var(--brand); color: #fff; font-size: 15px; font-weight: 500; }
.dtl-cta__btn:hover { background: var(--brand-dark); color: #fff; }

/* ===== 右侧栏 ===== */
.side-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px; margin-bottom: 16px; }
.side-card__tt { font-size: 15px; font-weight: 600; color: var(--ink); padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.side-card__tt::before { content: ""; display: inline-block; width: 4px; height: 14px; margin-right: 8px; background: var(--brand); border-radius: 2px; vertical-align: -2px; }
.side-list li { padding: 9px 0; border-bottom: 1px dashed #eef1f6; }
.side-list li:last-child { border-bottom: 0; }
.side-list a { font-size: 13px; color: var(--ink-2); display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.side-list a:hover { color: var(--brand); }
.side-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.side-tags a { padding: 4px 10px; font-size: 12px; color: var(--ink-2); background: var(--bg-soft); border-radius: 4px; }
.side-tags a:hover { background: #e8f1ff; color: var(--brand); }

@media (max-width: 1040px) {
  .dtl-wrap { flex-direction: column; }
  .dtl-side { width: 100%; position: static; }
  .dtl-dl__i { width: 100%; }
}
