#news_detail {
    flex: 1;
    padding: 30px 15px 0 15px;
}

.title {
    font-size: 20px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
}

.time {
    font-size: 13px;
    font-family: Microsoft YaHei;
    color: #999999;
    margin: 20px 0;
}

.article {
    font-size: 15px;
    font-family: Microsoft YaHei;
    color: #666666;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 28px;
}

.article video {
    width: 100%;
}

.recommend {
    margin: 30px 0;
}

.next {
    margin-bottom: 30px;
}

.last, .next {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    color: #333;
}