.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;
}
.news-t-content img{
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px; /* 添加圆角效果 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
}
.news-t-content p{
        line-height: 1.6;
    letter-spacing: 0.5px;
    color: #333;
    font-size: 16px;
    text-indent: 2em;
}