.news-list-title {
    padding: 4px;
    color: #00a7af;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #008840;
}

.news-item {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-left: 8px;
    font-size: 16px;
}

.news-date {
    font-size: 16px;
    margin-right: 8px;
}

.article-title {
    padding: 8px 8px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    /*border-bottom: solid 2px #eee;*/
    /*padding-bottom: 10px;*/
}

.article-date {
    font-size: 14px;
    color: #666;
    margin: 8px 0 8px 0;
}

.article-tt-sm {
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.article-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.article-link {
    font-size: 16px;
    color: #333;
    margin-top: 8px;
    padding-top:8px;
    border-top: solid 2px #f6f6f6;
}

.article-link a {
    color: #2a6fd6;
}

.article-meta {
    margin: 16px 0 36px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    text-align: center;
    padding-top:8px;
    border-top: 1px dotted #ddd;
}
.article-meta span {
    display: inline-block;
    cursor: auto;
}

.article-meta .original-tag {
    margin: 1px 8px 1px 0;
    border-radius: 3px;
    padding: 4px 4px;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
    background: #f2f2f2;
    margin-right: 16px;
}

.article-meta .release-time {
    display: inline-block;
    margin-right: 16px;
}
