/* 样式名称：秋黄简册 */
.article-content-box-css-style-2026-12 {
    background: #fff9e6;
    color: #543f20;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 2.1;
    padding: 2em 2.4em;
    border-radius: 10px;
    box-shadow: none;
    max-width: 740px;
    margin: 18px auto;
    box-sizing: border-box;
    text-align: justify;
    /* 外层元素：不添加任何border */
    border: none;
}
.article-content-box-css-style-2026-12 h1,.article-content-box-css-style-2026-12 h2,.article-content-box-css-style-2026-12 h3 {
    color: #543f20;
    font-weight:600;
    margin:1.3em 0 0.7em;
    text-transform:uppercase;
}
.article-content-box-css-style-2026-12 p {
    margin: 0.85em 0;
}
.article-content-box-css-style-2026-12 a {
    color: #c98b2b;
    text-decoration:underline;
}
.article-content-box-css-style-2026-12 blockquote {
    background: #fff2cc;
    border-right:4px solid #f2d089;
    padding:0.9em 1.1em;
    margin:1.1em 0;
}
.article-content-box-css-style-2026-12 pre {
    padding:1em;
    border-radius:8px;
    background:#00000014;
    overflow-x:auto;
}
.article-content-box-css-style-2026-12 img {
    max-width:100%;
    height:auto;
    border-radius:10px;
}
.article-content-box-css-style-2026-12 ul, .article-content-box-css-style-2026-12 ol {
    margin:0.9em 0;
    padding-left:1.8em;
}
.article-content-box-css-style-2026-12 hr {
    border:0;
    height:1px;
    background-color:#f2d089;
    margin:1.4em 0;
}
.article-content-box-css-style-2026-12 mark {
    background-color:#fff2cc;
    padding:0 4px;
}
