
.title-box {
    line-height: 22px
}

.title-box h1 {
    font-size: 36px;
    line-height: 48px;
    padding: 36px 0 28px;
    font-weight: 400;
}

.title-box .news-msg {
    font-size: 14px
}

.title-box span {
    color: #93989e
}

.news-msg-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-msg-box .news-msg {
    flex: 1;
    min-width: 0
}

.news-msg-box .news-msg span+span {
    margin-left: 20px
}