html {
    overflow-x: hidden;
}

.news-list {
    background: #F5F5F5;
    padding-bottom: .853333rem;
}

.header {
    background: #fff;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 1.6rem;
    margin: 0 .533333rem .64rem;
    border-bottom: .026667rem solid #000;
    padding-bottom: .413333rem;
}

.title .zh {
    font-size: .533333rem;
    color: #231815;
    font-weight: bold;
}

.title .en {
    font-size: .32rem;
    color: #231815;

}

.news-list-img {
    margin: .64rem .533333rem 0;
    width: 8.933333rem;
    height: 5.6rem;
}

.news-list-img img {
    width: 100%;
}

.mask-news {
    position: absolute;
    top: 25em;
    left: 1.7em;
    width: 8.933333rem;
    height: 1.066667rem;
    line-height: 1.066667rem;
    background: rgba(0, 0, 0, 0.4);
    font-size: .32rem;
    color: #fff;
    display: block;
    padding: 0 .546667rem;

}
.mask-news a {
    color: #fff;
}
.news-one {
    float: left;
    width: 5.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mask-news span {
    display: block;
    float: right;
}

/* 新闻列表部分 */
.list-content {
    background: #fff;
    margin: 0 .533333rem;
    padding: 0 .4rem;
}

.list-content ul {
    margin: 0;
    padding: 0;
}

.list-content li:nth-child(1) {
    padding-top: .626667rem;
}

.list-content li:last-child {
    padding-bottom: 2.626667rem;

    margin-bottom: 0;
}

.list-content li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: .613333rem;
}

.list-content li .zh {
    font-size: .32rem;
    color: #231815;
}

.list-content li .time {
    font-size: .32rem;
    color: rgb(216, 217, 219);
}

.new-zh {
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}