/* ============================================================
   党建资料 · 公文格式样式
   字体回退链：系统无对应字体时自动降级到常见中文衬线/黑体
   ============================================================ */

/* 正文容器 */
.gw-doc {
    font-family: "仿宋_GB2312", "仿宋", "FangSong", "FangSong_GB2312", "STFangsong", "KaiTi", "SimSun", serif;
    font-size: 16pt;        /* 三号字 */
    line-height: 2;         /* 行间约 28~32pt，接近公文的固定值行距 */
    color: #222;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 正文段落：首行缩进 2 字符 */
.gw-doc p,
.gw-doc p.gw-body {
    margin: 0 0 0.6em;
    text-indent: 2em;
}

/* 一级标题 一、二、 （黑体） */
.gw-doc h3.gw-h1,
.gw-doc .gw-h1 {
    font-family: "黑体", "SimHei", "Heiti SC", "Microsoft YaHei", sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-indent: 2em;
    margin: 1em 0 0.4em;
    line-height: 1.8;
}

/* 二级标题 （一）（二）（楷体_GB2312） */
.gw-doc h4.gw-h2,
.gw-doc .gw-h2 {
    font-family: "楷体_GB2312", "楷体", "KaiTi", "STKaiti", "KaiTi_GB2312", serif;
    font-size: 16pt;
    text-indent: 2em;
    margin: 0.8em 0 0.3em;
    line-height: 1.8;
}

.gw-doc strong {
    font-weight: bold;
}

/* 单篇标题：公文(方正小标宋)居中 */
.single .article-title,
body.category-dangjian-ziliao .article-title {
    font-family: "方正小标宋简体", "方正小标宋", "宋体", "SimSun", "STSong", serif !important;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0.4em 0 0.8em;
    color: #000;
}

/* 评论后可见提示框（zibll [hidecontent] 渲染内容） */
.gw-doc [class*="hidecontent"],
.gw-doc .hidecontent {
    border: 1px dashed #c9302c;
    background: #fff8f8;
    padding: 12px 14px;
    margin: 1em 0;
    border-radius: 4px;
    color: #a94442;
}

/* 宽屏下限制正文最大宽度，阅读更舒适（仿 A4 版心） */
@media (min-width: 900px) {
    .single .gw-doc {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }
}
