#news-detail #detail-container .banner-box {
    position: relative;
    z-index: 3;
    padding-top: 0;
    margin-top: 70px;
}

#news-detail #detail-container .banner-box img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

#news-detail #detail-container .banner-box .txt-box {
    position: absolute;
    top: 85px;
    left: 120px;
    width: 30%;
    line-height: 1rem;
    font-family: serif;
}

#news-detail #detail-container .banner-box .txt-box .cn {
    color: #000;
    text-align: left;
    font-size: 3rem;
    letter-spacing: 1.1rem;
    margin: 0;
}

#news-detail #detail-container .banner-box .txt-box .en {
    color: #b6986a;
    font-size: 2rem;
    text-align: end;
    letter-spacing: 1.2rem;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    #news-detail #detail-container .banner-box .txt-box {
        max-width: 50%;
        line-height: 2rem;
    }

    #news-detail #detail-container .banner-box .txt-box .cn {
        font-size: 2rem;
    }

    #news-detail #detail-container .banner-box .txt-box .en {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    #news-detail #detail-container .banner-box .txt-box {
        max-width: none;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #news-detail #detail-container .banner-box .txt-box .cn {
        text-align: center;
        font-size: 1.5rem;
    }

    #news-detail #detail-container .banner-box .txt-box .en {
        color: #fff;
        padding: 0;
        font-weight: 700;
        font-size: 3rem;
        text-align: center;
    }
}
#news-detail #news-content .title-box h3,
#news-detail #news-content .title-box p {
    width: 100%;
    text-align: center;
}

#news-detail #news-content .title-box p .categories {
    color: #000;
    margin-right: 10px;
}

#news-detail #news-content .title-box p .categories:last-child {
    margin: 0;
}

#news-detail #news-content .title-box .date {
    color: #a2a09d;
}

#news-detail #news-content img {
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #news-detail #news-content .title-box h3 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 576px) {
    #news-detail #news-content .title-box h3 {
        font-size: 1rem;
    }
}
#news-detail .news-list-section {
    position: absolute;
    top: 0;
    z-index: 0;
}

#news-detail .news-list-section .news-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#news-detail .news-list-section .news-list li {
    list-style: none;
    margin-right: 20px;
    width: 20%;
}

#news-detail .news-list-section .news-list li:last-child {
    margin-right: 0;
}

#news-detail .news-list-section .news-list li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}

#news-detail .btn-primary {
    border-color: #818181;
    color: #818181;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#news-detail .btn-primary:hover {
    background: #818181;
    color: #fff;
}

#page-title .line {
    width: 1px;
    height: 60px;
    background: #626262;
    position: relative;
    left: 50%;
}
#list-container #page-title,
#detail-container #page-title {
    background: unset;
}
#page-title {
    padding-top: 120px;
}
