﻿.news-detail h1{
    font-weight: 600;
    font-size: 25px;
}

.news-detail .publtime{
    padding: 10px 10px 6px;
    font-size: 14px;
    background: #f9f9f936;
}

.news-others .heading{
    background-color: #1e2226;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 4px solid #007cff;
}

.news-others-list{
    gap: 15px;
    margin-bottom: 20px;
}

.others-item{
    width: calc(50% - 8px);
}

.others-item a{
    color: #fff;
}

.others-item img{
    width: 120px;
    height: 80px;
    margin-right: 10px;
    border-radius: 6px;
    object-fit: cover;
}

.others-item span{
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    
    .news-others{
        margin-bottom: 20px;
    }
    
    .others-item{
        width: 100%;
    }
}