.main {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.news-main {
    padding: 30px;
    background-color: #fff;
}

.news-main h1 {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}

.info-bar {
    background-color: #f0f0f0;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.info-bar .right {
    color: #999999;
}

.news-main h2 {
    font-size: 1.33em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

.news-main p,
.news-main > div {
    /*font-size: 14px;*/
    /*要求改为13.5pt*/
    font-size: 13.5pt;
    line-height: 1.5em;
    margin-bottom: .75em;
    min-height: 12px;
    width: 100%;
}

.news-content {
    font-weight: 300;
}

.news-main img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: .5rem auto;
    display: block;
}

.news-main * {
    font-family: "Source Han Sans CN", -apple-system, sans-serif !important;
}

span[style="font-size: 6px;"],
span[style="font-size: 7px;"],
span[style="font-size: 8px;"],
span[style="font-size: 9px;"],
span[style="font-size: 10px;"],
span[style="font-size: 11px;"],
span[style="font-size: 12px;"],
span[style="font-size: 13px;"],
span[style="font-size: 14px;"],
span[style="font-size: 6px"],
span[style="font-size: 7px"],
span[style="font-size: 8px"],
span[style="font-size: 9px"],
span[style="font-size: 10px"],
span[style="font-size: 11px"],
span[style="font-size: 12px"],
span[style="font-size: 13px"],
span[style="font-size: 14px"],
span[style="font-size: 6pt;"],
span[style="font-size: 7pt;"],
span[style="font-size: 8pt;"],
span[style="font-size: 9pt;"],
span[style="font-size: 10pt;"],
span[style="font-size: 11pt;"],
span[style="font-size: 12pt;"],
span[style="font-size: 13pt;"],
span[style="font-size: 14pt;"],
span[style="font-size: 6pt"],
span[style="font-size: 7pt"],
span[style="font-size: 8pt"],
span[style="font-size: 9pt"],
span[style="font-size: 10pt"],
span[style="font-size: 11pt"],
span[style="font-size: 12pt"],
span[style="font-size: 13pt"],
span[style="font-size: 14pt"] {
    font-size: inherit !important;
}

.news-main table {
    min-width: 960px;
}

.action--site-terms .news-main table,
.action--site-privacy .news-main table{
    min-width: unset;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

.yiiPager .previous,
.yiiPager .next {
    color: #999999;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.yiiPager .previous a::before {
    background-image: url(../images/icons/arr_left_gray.svg);
}

.yiiPager .next a::after {
    background-image: url(../images/icons/arr_right_gray.svg);
}

.yiiPager .previous a:hover::before {
    background-image: url(../images/icons/arr_left_red.svg);
}

.yiiPager .next a:hover::after {
    background-image: url(../images/icons/arr_right_red.svg);
}

.news-main a {
    color: #ff0000;
    word-break: break-all;
}

@media (max-width: 750px) {
    .news-main {
        padding: 20px;
    }

    .news-main h1 {
        font-size: 20px;
    }
}
