.news-list a {
    height: 50px;
    line-height: 50px;
}

.news-list .flex-space-between {
    border-bottom: 1px dashed #D2D2D2;
}


.news-title:active,
.news-title:active {
    color: var(--index-color-primary);
}



.news-title {
    width: 350px;
    margin-right: 100px;
    cursor: pointer;
    color: #333;
}

.news-title:hover {
    color: var(--index-color-primary);
}

.news-time {
    color: gray;
}

.news-list .icon-radius {
    width: 5px;
    height: 5px;
    background: #E5E5E5;
    margin-right: 10px;
}
