.news_list .panel_header {
    color:#FFF;
    background:#0294df;
    padding:8px;
    text-align:center;
}

.news_list .panel_body {
    border:2px solid #0294df;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
}

.news_list li a {
    background-position:5px;
    padding:5px 18px;
    display:block;
    border-bottom:1px dashed #EEE;
}

.news_list li:last-child a {
    border:none;
}

.news_item {
    padding:10px 0;
    overflow:hidden;
    border-bottom:1px dashed #D8D8D8;
}

.news_item .news_name,
 {
    font-size:18px;
    margin-bottom:5px;
}

.news_item .news_name a,
.video_info a {
    color:#515151;
    font-family:'UVNTinTuc';
}

.news_item .news_name a:hover,
.video_info a:hover {
    color:#0294df;
}

.news_item .news_info {
    float:left;
    width:505px;
}

.news_item .description,
#news_description {
    color:#606060;
    font-family:'UVNTinTuc';
}

.news_image {
    float:left;
}

.news_image img {
    border:1px solid #EEE;
    margin:4px 10px 0 0;
}

#news_title {
    color:#515151;
    font-size:25px;
    font-family:'UVNTinTuc';
}

#news_share {
    margin:10px 0;
}

#news-other .news-item .news-title{
    font-size: 14px;
}
#news-other .news-item{
    padding-bottom: 0px;
}

.news-item {
    padding-bottom: 10px;
    height:100%;
}

.news-item .news-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-item .news-img img {
    display: block;
}

.news-item .news-description {
    font-size:13px;
    line-height:18px;
}

.news-item .news-title {
    color: #333;
    font-size: 16px;
    margin-bottom:8px;
    font-weight: 500;
}
#news-wrap{
    padding: 15px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 50%);
    background-color: #fff;
    border-radius: 10px;
    margin-bottom:20px
}
#news-detail{
}
    
    #news-title{
    font-size:24px;
    font-weight:700;
    color: #333;
    margin-bottom: 15px;
    }
    
    #news-detailt .description{margin-bottom:8px;
    
    font-weight:700;
    
    color:#676767;
    
    font-size:13px}
    
    
    
   
    
    .btn-left-box .small_font {
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 14px;
        color: #7B7B7B;
    }