.page {
    padding-top: 10px;
}
.rg-breadcrumb {
    border-bottom: none;
}
.news-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}
.top-news .news-title {
    text-align: left;
}
.news-info {
    color: #666;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    text-align: center;
}
.news-content {
    padding-top: 1rem;
    font-size: 14px;
}
.news-content img {
    width: 95% !important;
    margin: 0 auto !important;
}
.top-news .top-news-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 1rem;
}
.top-news .news-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top-news ul li {
    padding: 1.5rem 0;
    border-top: 1px solid #ccc;
}
.top-news a {
    text-decoration: none;
}
.top-news .news-date {
    color: #666;
    font-size: 14px;
}
.top-news ul li a:hover .news-title,
.top-news ul li a:hover .news-date {
    color: #006BFF;
}
@media (max-width: 1000px) {
    .news-box {
        padding-top: 1rem;
    }
    .top-news {
        padding-top: 1rem;
        margin-top: 1rem;
        background-color: #fff;
    }
}