.news-list-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.news-list-time {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(195, 195, 195, 1);
    line-height: 30px;
}

.news-line {
    border-top: 2px dashed rgba(221, 221, 221, 1);
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

.arrow-ringt {
    margin: 0 10px;
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent rgba(216, 216, 216, 1) transparent transparent;
    transform: rotate(180deg);
    /*顺时针旋转90°*/
}

.news-subTitle {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(195, 195, 195, 1);
    line-height: 30px;
    margin: 0 20px;
}