.content-container {
    min-height: 60vh;
    background-position-y: 100%;
    background-color: #F6F6F6;
}

.list_right_1 {
    padding: 5px 20px 20px 60px;
    background-repeat: no-repeat;
    background-position-y: 100%;
}

.container_article .article {
    padding: 0 30px;
}

.list_bg .list_right_1 {
    padding: 0 -65px;
    background-color: #fff;
    padding: 5px 20px 20px 60px;
    margin-bottom: 61px;
    margin-top: 10px;
    margin-right: 50px;
}

.position {
    margin: 0 20px;
    padding: 20px 30px;
    background-color: #fff;
    border-bottom: 1px solid var(--color-coffee);
}
.article {
    margin: 0 20px;
    background-color: #fff;
}

.article-content * {
    font-family: 微软雅黑 !important;
    font-size: 18px !important;
    line-height: 170% !important;
    text-indent: 2em !important;
}

.article-content img {
    max-width: 90%;
    /* 图像居中 */
    display: block;
    margin: 10px auto;
}

.list_right_lm ul {
    line-height: 40px;
    font-size: 16px;
}

.article h5 {
    padding-top: 30px;
    text-align: center;
    font-size: 33px;
    color: #454545;
    font-weight: bold;
}

.article h6 {
    font-size: 16px;
    color: #787878;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    margin: 30px 0px;
}