.news-all-content {
    width: 90%;
    margin: 0 auto;
}
.news-all-content .news-title {
    width: 65%;
    margin: 50px auto;
    padding: 15px 0;
    text-align: center;
    border-bottom: 2px solid #7E7B7C;
    
}
.news-title h1 {
    line-height: 1.2;
}
.news-title p {
    
    color: #7E7B7C;
}
.news-t-content {
    width: 65%;
    margin: 0 auto;
    line-height: 1.5; /* 英文正文行高建议 1.5 倍 */
    letter-spacing: 0.05em; /* 适当调整字母间距 */
    color: #333;
    font-size: clamp(16px, 2vw, 18px); /* 根据屏幕尺寸动态调整字号 */
}
.news-t-content img{
    max-width: 100%;
    height: auto;
    margin-top: 20px; /* 设置图片上方的外边距 */
    margin-bottom: 20px; /* 设置图片下方的外边距 */
}