/* 样式名称：薄荷清简 */
.article-content-box-css-style-2026-5 {
    background: #f0faf7;
    color: #2b4740;
    font-family: "SimSun", serif;
    font-size: 17px;
    line-height: 1.45;
    padding: 1.4em 2em;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    max-width: 740px;
    margin: 18px auto;
    box-sizing: border-box;
    text-align: justify;
    /* 外层元素：不添加任何border */
    border: none;
}
.article-content-box-css-style-2026-5 h1,.article-content-box-css-style-2026-5 h2,.article-content-box-css-style-2026-5 h3 {
    color: #2b4740;
    font-weight:400;
    margin:1.3em 0 0.7em;
    
}
.article-content-box-css-style-2026-5 p {
    margin: 0.85em 0;
}
.article-content-box-css-style-2026-5 a {
    color: #289c82;
    text-decoration:underline;
}
.article-content-box-css-style-2026-5 blockquote {
    background: #e4f6f1;
    border-right:4px solid #b8e2d6;
    padding:0.9em 1.1em;
    margin:1.1em 0;
}
.article-content-box-css-style-2026-5 pre {
    padding:1em;
    border-radius:8px;
    background:#00000014;
    overflow-x:auto;
}
.article-content-box-css-style-2026-5 img {
    max-width:100%;
    height:auto;
    border-radius:18px;
}
.article-content-box-css-style-2026-5 ul, .article-content-box-css-style-2026-5 ol {
    margin:0.9em 0;
    padding-left:1.8em;
}
.article-content-box-css-style-2026-5 hr {
    border:0;
    height:1px;
    background-color:#b8e2d6;
    margin:1.4em 0;
}
.article-content-box-css-style-2026-5 mark {
    background-color:#e4f6f1;
    padding:0 4px;
}
