﻿.news-return {
    padding: 10px 0;
}
.news-return a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.news-return a:hover {
    color: #0284CF;
}
.news-container {
    background: #ffffff;
    padding: 15px 45px;
    max-width: 1160px;
}
.active {
    border-color: #0284CF !important;
    color: #0284CF;
}

.row .news-list {
    font-size: 14px;
    border-bottom: 1px dotted #616161;
    padding: 20px 0;
}

.row .news-list .list-title {
    font-size: 18px;
    border-left: 2px solid #0284CF;
    padding-left: 10px;
}

.row .news-list .list-title a {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.row .news-list .list-title a:hover {
    color: #0284CF; 
}


.row .news-list .list-content {
    display: flex;
}
.row .news-list .list-content .content-header-image {
    width: auto;
    height: auto;
    max-width: 30%;
    padding: 10px;
}
.row .news-list .list-content .content-text {
    padding: 10px;
    display: inline-grid;
    align-content: space-between;
    line-height: 30px;
}
.row .news-list .list-content .content-text p {
    line-height: 30px;
}

.row .news-list .list-content .content-text .text-summary {

}
.row .news-list .list-content .content-text .text-oper {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
}

.row .news-list .list-content .content-text .text-oper a:hover {
    color: #000000; 
}

.row .news-detail {
    font-size: 14px;
    border-bottom: 1px dotted #616161;
    padding: 20px 0;
    width: 100%;
}
.row .news-detail .detail-title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #000000
}
.row .news-detail .detail-publish-date {
    font-size: 14px;
    font-weight: unset;
    text-align: center;
    margin-bottom: 40px;
}

.row .news-detail .detail-content {
    display: flex;
}
.row .news-detail .detail-content .content-text{
    width: 100%;
}

.row .page {
    display: flex;
    padding: 20px 0;
    color: #000000;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.row .page a {
    color: #616161;
}
.row .page a:hover {
    color: #0284CF;
}
.row .page .page-up {
    padding: 10px;
}
.row .page .page-num {
    padding: 2px 4px;
    margin: 0 5px;
    border: 2px solid #616161;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.row .page .page-split {
    padding: 5px;
}
.row .page .page-down {
    padding: 10px;
}