.news_title {
    text-align: center;
    position: relative;
    margin-bottom: 2.239vw;
}

.news_title .news_cn_title {
    font-size: 1.77vw;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
}

.news_title .news_cn_title span {
    color: #a10000;
}

.news_title .slash {
    font-size: .729vw;
    color: #9a9a9a;
}

.news_title .new_en_title {
    font-size: .833vw;
    font-weight: 700;
    line-height: 1.25vw;
    display: inline-block;
}

.news_title .more {
    display: block;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 图片新闻列表 */
.ul-new-list-z {
    overflow: hidden;
}

.ul-new-list-z li {
    float: left;
    width: 50%;
    margin-bottom: 18px;

}

.ul-new-list-z .con {
    display: block;
    margin: 0 8px;
    /* 不继承颜色 */
    color: inherit;
}

.con:hover .txt {
    background-color: var(--color-nav-bg);
    color: white;
}

.con:hover img {
    transform: scale(2);
}

.ul-new-list-z .pic {
    padding-top: 58.78%; /* 作用：*/
    position: relative; /* 作用：*/
    overflow: hidden;
}

.ul-new-list-z .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; /* 50% */
    left: 0;
    /* transform: translateY(-50%); */
    transition: transform 1s ease;
}

.ul-new-list-z .num {
    font-size: .625vw;
    color: #fff;
    background-color: #a10000;
    width: 2.968vw;
    height: 2.76vw;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
}

.ul-new-list-z .day {
    font-size: 1.25vw;
    line-height: 1.4;
    font-weight: 700;
}

.ul-new-list-z .num span {
    width: 100%;
    display: block;
    text-align: center;
}

.ul-new-list-z .txt {
    border: 1px solid #ffeded;
    border-top: none;
    padding: .52vw .833vw;
}

/* 文字新闻列表 */
/*.text_news li:first-child {*/
/*    padding-top: 0;*/
/*}*/

.text_news li {
    padding: 18px 0;
    border-bottom: 1px dashed #ddd;
}

.text_news li:hover {
    background-color: var(--color-head-bg);
}

.text_news li:first-child {
    border-top: 1px dashed #ddd;
}

.text_news .date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    margin: 6px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: var(--color-coffee);
    border: 2px solid var(--color-coffee);
}

.text_news .date::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0.12rem;
    z-index: 1;
    width: 2px;
    height: 8px;
    background: #ae5a42;
}

.text_news .date::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: auto;
    right: 0.12rem;
    bottom: 100%;
    left: auto;
    z-index: 1;
    width: 2px;
    height: 8px;
    background: #ae5a42;
}

.text_news .date p:first-child {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #ae5a42;
    background: #fff;
}

.text_news .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
}

.text_news {
    padding-left: 10px;
}

.text_news a {
    font-size: 16px;
    min-height: 3em;
    display: block;
}

.text_news a:visited {
    color: black;
    font-weight: normal;
}

.text_news a:hover {
    color: white;
    font-weight: bold;
}

.text_news a:active {
    color: black;
    font-weight: normal;
}


.text .info {
    font-size: 10px;
}