
.news-header{
    height: 236px;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 150px;
    text-align: center;
}
.news-body{
    padding: 56px 150px;
}
.news-body p{
    font-size: 16px !important;
    text-indent: 2em;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.news-body p:first-child{
    margin-top: 0;
}
.news-body img{
    max-width: 100%;
    margin: auto;
}
.news-body *{
    background-color: unset !important;
    color: rgba(51, 51, 51, 1) !important;
}
.news-title{
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
}
.news-creat{
    font-size: 16px;
    color: rgba(51, 51, 51, 0.6);
    margin-top: 40px;
}
.news-creat>span{
    margin: 0 30px;
}


@media (max-width: 1200px) {
    .news-body{
        width: 100%;
        padding: 16px 0px;
    }
    .news-title{
        font-size: 20px;
        padding: 0 24px;
        text-align: center;
    }

    .news-body p:has(> img) {
        text-indent: 0;
    }
    .news-header{
        height: auto;
        padding: 20px 0;
    }
    .news-creat{
        margin-top: 10px;
        font-size: 14px;
    }
}