.news-wrap {
    margin: 0 auto;
    padding: 0.68rem;
    background: #FFFFFF;
}

/*  */
.news-list {
    margin: 0 auto;
}

.news-item {
    padding: 0.56rem 0;
    display: flex;
    align-items: center;
    border-bottom: .01rem solid rgba(153, 153, 153, .1);
}

.news-item:last-of-type {
    margin-bottom: 0;
}

.news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-right: 0.48rem;

}

.news-date-text {
    font-size: 0.44rem;
    font-family: DIN-Black-, DIN-Black;
    font-weight: bold;
    color: #CD1626;
    line-height: 0.4rem;
}

.news-date-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #B1B1B1;
    margin-top: 0.18rem;
}

.news-des {
    flex: 1;
    padding: 0 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-left: 1px solid #EBEBEB;
}

.news-text {
    font-size: 0.28rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.news-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #999;
    line-height: 0.4rem;
    margin-top: 0.3rem;
}

.news-img {
    width: 4.27rem;
    height: 2.4rem;
    flex-shrink: 0;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-page {
    padding-top: 0.6rem;
}