.news-header{
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.header-content{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(480 * var(--rpx));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(40 * var(--rpx));
    padding-bottom: calc(40 * var(--rpx));
}

.news-header .wrapper{
    position: relative;
    z-index: 220;
}

.header-back{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transform-origin: 25% 50%;
}

.news-title{
    width: clamp(900px, calc(39.5833vw + 520px), 1280px);
    font-weight: 500;
    font-size: calc(58 * var(--rpx-50));
    line-height: 1.2em;
    margin-top: calc(28 * var(--rpx));
    max-height: 4.8em;
    overflow: hidden;
}
.news-title .line{
    overflow: hidden;
}

/*.header-content::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #0003 60%, #0008 100%);
    z-index: 210;
}*/

.article .width-limit{
    width: clamp(900px, calc(39.5833vw + 520px), 1280px);
    padding-top: calc(120 * var(--rpx-50));
    padding-bottom: calc(160 * var(--rpx-50));

    font-size: calc(18em / 16);
    line-height: 1.45em;
}

.article .content{
    padding-bottom: calc(120 * var(--rpx-50));
    text-align: justify;
}

.article .content>*{
    margin-top: 1.45em;
    margin-bottom: 1.45em;
}


.article .content img,
.article .content video{
    display: block;
    max-width: 100%;
}

.article strong,
.article b{
    font-weight: bold;
}

.article .split{
    height: 1px;
    background-color: rgba(0, 0, 0, .15);
}

.article .btn-ctn{
    margin-top: calc(60 * var(--rpx));
    display: flex;
    justify-content: center;
}

.article .btn-back{
    font-size: calc(14rem / 16);
    color: #000;
    font-weight: 500;
    position: relative;
    width: calc(240em / 14);
}

.article .btn-back::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(24 * var(--rpx));
    margin: auto;
    width: calc(14em / 14);
    height: calc(12em / 14);
    background: url("../images/icon_arr_left.svg") center/contain no-repeat;
}

.article .btn-back:hover{
    color: #fff;
}
.article .btn-back:hover::before{
    filter: url(#white-overlay);
}

section.other-news{
    padding-top: calc(100 * var(--rpx-50));
    padding-bottom: calc(120 * var(--rpx-50));
    background-color: #F6F6F6;
}

.other-news .btn-more{
    width: calc(240 * var(--rpx));
}

.header-back {
    background: linear-gradient(270.00deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%), rgba(190, 29, 35, 1);
}

.header-back::before {
    display: none;
}

.header-back .curve-back-ctn {
    position: absolute;
    z-index: 200;
    margin: auto;
    left: -20vw;
    top: 0;
    height: 100%;
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

