/* H5英文文章样式 */
.article-content {
    padding: 0.3rem;
    font-family: 'Times New Roman', serif;
    font-size: 0.28rem;
    line-height: 1.8;
    color: #333;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.article-content p {
    margin-bottom: 0.2rem;
    text-align: justify;
    text-indent: 0;
}
.article-content p.title-main {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.1rem;
}
.article-content p.title-sub {
    text-align: center;
    font-size: 0.36rem;
    line-height: 1.6;
    margin-bottom: 0.1rem;
}
.article-content strong {
    font-weight: bold;
}
.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.3rem auto;
}