.article-wrap{padding:20PX 10px;}
.article-title{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 400;
}
.article-text{display: flex;align-items: center;gap:10px;color:#666;font-size: 14px;margin-bottom: 10px;}

.news-article {
    overflow: hidden;
    color: #333;
    font-size: 15px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify
}

.news-article * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important
}

.news-article p {
    clear: both;
    min-height: 1em ;
    padding-bottom: 1em;
}

.news-article em {
    font-style: italic
}

.news-article fieldset {
    min-width: 0
}

.news-article .list-paddingleft-2 {
    padding-left: 2.2em
}

.news-article .list-paddingleft-2 .list-paddingleft-2 {
    padding-left: 30px
}

.news-article blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #dbdbdb
}
.news-article img {
    height: auto !important;
    display: block;
    width: 100%;
    max-width: 100%;
}


.main-img{width:100%;border-radius:12px;margin-bottom:8px;display:block}
.img-caption{font-size:13px;color:#9ca3af;text-align:center;font-style:italic;margin-bottom:24px}
.image-grid{display:flex;gap:10px;margin:10px 0 20px 0}
.grid-img{width:50%;height:180px;border-radius:12px;object-fit:cover}
.section-divider{height:10px;background-color:#f6f8f6}
.recommend-wrap{padding:24px 16px}
.section-title{font-size:18px;font-weight:700;margin-bottom:20px;display:flex;align-items:center}
.section-title::before{content:'';width:4px;height:18px;background-color:#13ec49;margin-right:10px;border-radius:2px}
.rec-item{display:flex;justify-content:space-between;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #f3f4f6}
.rec-content{flex:1;padding-right:16px}
.rec-item-title{font-size:15px;font-weight:500;line-height:1.45;color:#111813}
.rec-meta{font-size:12px;color:#9ca3af;margin-top:8px}
.rec-img{width:100px;height:72px;border-radius:8px;object-fit:cover}
.end-text{text-align:center;font-size:13px;color:#d1d5db;padding:20px 0 40px}
