/* word.css —— 文章正文排版（原有，保留） */
.article, .content { line-height: 1.8; }
.article h1, .article h2, .content h1, .content h2 { margin: 1em 0 .5em; }
.article p, .content p { margin: .8em 0; }
