﻿.news-content {
    padding: 50px 0;
}

.news-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-title-text {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-info {
    font-size: 15px;
    margin-bottom: 20px;
}

.news-info>span {
    margin: 0 20px;
    color: #666;
}