/* Latest */
.news-latest {
    padding-top: 10px;
}
.news-latest .news-header {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: bold;
}
.news-latest .news-date::after {
    content: '//';
    margin-left: 1px;
    margin-right: 1px;
}
.news-latest a {
    text-decoration: none;
    color: inherit;
}
.news-latest .news-item {
    margin-bottom: 50px;
}
/* List */

/* Detail */
.news-backlink-wrap {
    text-transform: lowercase;
}