.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: #76C431;
    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: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .3rem;
    position: relative;
}

.news-text::after {
    content: '';
    width: 1rem;
    height: 0.03rem;
    background: #76C431;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    bottom: -.3rem;
    left: 0;
}

/*  */
.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: 5.12rem;
    height: 2.6rem;
    flex-shrink: 0;
}

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

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