<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.su-banner {
    position: relative;
    width: calc(100%);
    height: 562px;
}


.su-header {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    height: 60px;
    background: #232324;
    color: #fff;
}

.su-header .btn {
    width: 415px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #A6A6A6;
    font-weight: 400;
    border-left: 1px solid #E3E3E3;
}

.active {
    background: #A5001C;
    color: #fff !important;
}

.su-header .btn:last-child {
    border-right: 1px solid #E3E3E3;
}

.su-item {
    display: flex;
    justify-content: center;
    width: calc(100%);
}

.new-detail {
    width: 783px;
}

.new-detail-title {
    margin-top: 99px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 300;
}

.news-footer {
    margin-bottom: 30px;
    color: #666;
}

.new-detail-title-content p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    padding: 16px 0px !important;
    ;
}

.new-detail-title-content p img {
    width: 100% !important;
    height: auto !important;
}

.new-tags {
    margin-top: 99px;
    margin-left: 165px;
    width: 301px;
}

.new-tags a {
    color: #262626;
}

strong a {
    color: #262626 !important;
}

p a {
    color: #262626 !important;
}

.new-tags-title {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
}

.new-tags-detail {
    margin: 20px 0px 26px 0px;
}

.new-tags-detail-img img {
    width: 301px;
    height: 174px;
}

.new-tags-detail&gt;.new-tags-detail-title {
    font-family: SourceHanSansSC-Light;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 200;
    color: #262626;
}

.new-tags-detail-time {
    margin-top: 12px;
    font-weight: 300;
    font-size: 11px;
    color: #939597;
}

.tagss {
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
}

.tagss-red {
    border: 1px solid #A1031E;
    color: #A1031E;
    padding: 7px;
    margin: 8px;
    border-radius: 10px;
}</pre></body></html>