.news-base-body-header {
    background-image: url('../imgs/news_center_bg.jpg');
}

.base-header-info {
    width: var(--content-width);
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 32px 32px 0 32px;
    box-sizing: border-box;
}

.yaowen {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 主色-2 */
    color: #3780C6;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.news-base-body-center {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F5F8FA;
}

.news-center-body {
    width: var(--content-width);
    padding: 32px;
    box-sizing: border-box;
    background: #ffffff;
}

.domain {
    box-sizing: border-box;
    width: 100%;
    padding: 0 96px;

}

.domain-titles {
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    /* 黑 */
    color: #121624;
}

.author-time {
    margin: 32px 0;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 浅 */
    color: #8A91A0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content-block {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0em;
    word-break: break-all;
    font-variation-settings: "opsz" auto;
    /* 黑 */
    color: #121624;
}
.content-block img{
    width: 100%;
    height: auto;
}
.img_box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-img {
    width: 640px;
    height: 400px;
    margin: 32px 0;
}

.go {
    text-decoration: none;
}

.yaowentext {
    margin-left: 10px;
    color: #3780C6;
}

.fa_bu {
    margin-left: 25px;
}

@media (max-width: 1024px) {
    .news-center-body {
        width: var(--content-width);
        padding: initial;
        box-sizing: border-box;
        background: #ffffff;
    }
    .domain {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;

    }
    .domain-titles {
        padding-top: 10px;
        font-family: PingFang SC;
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0em;

        font-variation-settings: "opsz" auto;
        /* 黑 */
        color: #121624;
    }
}