来自柯南百科
.news-line p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.news-left {
    font-weight: bold;
}

.news-right {
    margin-left: auto;
}

.news-aired,
.news-aired a {
    color: #9e9e9e;
}

.news-today .news-date {
    font-weight: bold;
}