/* 泓安官网 news 文章页样式 */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; color: #26282f; line-height: 1.75; background: #fff; }
.site-head { display: flex; align-items: center; padding: 14px 6vw; border-bottom: 1px solid #eef0f4; }
.site-head a { display: inline-flex; }
.news-art, .rel { max-width: 760px; margin: 0 auto; padding: 36px 20px 24px; }
.news-art h1 { font-size: 26px; line-height: 1.4; color: #1a1759; margin-bottom: 8px; }
.news-art .meta { color: #8a8f99; font-size: 13px; margin-bottom: 24px; }
.news-art .body h2 { font-size: 19px; margin: 26px 0 10px; color: #1a1759; }
.news-art .body p { margin: 12px 0; font-size: 16px; }
.news-art .body a { color: #3540c8; }
.cta { margin-top: 34px; padding: 18px 20px; background: #f2f7ff; border-left: 3px solid #4b3fe3; border-radius: 6px; }
.cta p { margin: 4px 0; font-size: 15px; }
.cta a { color: #3540c8; }
.rel { padding-top: 8px; padding-bottom: 60px; }
.rel a { color: #3540c8; text-decoration: none; }
h1 { font-size: 24px; color: #1a1759; }
.news-list { list-style: none; }
.news-list li { padding: 12px 0; border-bottom: 1px dashed #e5e8ef; }
.news-list a { color: #26282f; font-size: 16px; text-decoration: none; }
.news-list a:hover { color: #3540c8; }
.news-list time { color: #8a8f99; font-size: 12px; margin-left: 10px; }
@media (max-width: 640px) { .news-art h1 { font-size: 21px; } .news-art .body p { font-size: 15px; } }

/* ── P2 SEO 增强元素样式 ── */
.breadcrumb { font-size: 13px; color: #8a8f99; padding: 10px 24px; max-width: 960px; margin: 0 auto; }
.breadcrumb a { color: #5a6070; text-decoration: none; }
.breadcrumb a:hover { color: #3540c8; }
.crumb-current { color: #26282f; }
.related { max-width: 960px; margin: 28px auto 8px; padding: 0 24px; }
.related h2 { font-size: 17px; border-left: 3px solid #3540c8; padding-left: 8px; margin-bottom: 10px; }
.related-list { list-style: none; padding: 0; margin: 0; }
.related-list li { padding: 9px 0; border-bottom: 1px dashed #e5e8ef; }
.related-list a { color: #26282f; font-size: 15px; text-decoration: none; }
.related-list a:hover { color: #3540c8; }
.table-wrap { overflow-x: auto; margin: 14px 0; }
.data-table { border-collapse: collapse; width: 100%; font-size: 14px; }
.data-table th, .data-table td { border: 1px solid #dfe3ec; padding: 8px 12px; text-align: left; }
.data-table th { background: #f4f6fb; font-weight: 600; }
.data-table tr:nth-child(even) td { background: #fafbfd; }
body li, .news-art .body li { margin: 6px 0 6px 22px; }
