ul.news-list {
    list-style-type: none;
    padding-left: 0;
}

li.news-item {
    display: flex;
    margin: 1em 0 1em 0;
}

li.news-item.oldnews {
    display: none;
}

span.news-text {
}

.news-list .news-item .news-date {
    display: block;
    margin-right: 16px;
    min-width: 100px;
    color: #666;
    font-size: 14px;
}
