﻿.news-listcat{
    position: relative;
    margin-bottom: 30px;
}

.news-large{
    position: relative;
}

.news-large img{
    width: 100%;
    max-height: 350px;
    border-radius: 6px;
    object-fit: cover;
}

.news-large h3{
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.news-large .time{
    font-size: 14px;
    color: #6c757d;
    display: block;
    margin-bottom: 4px;
}

.news-large p{
    margin: 0;
    font-size: 16px;
}

.news-related-item{
    position: relative;
}

.news-related-item:not(:first-child){
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.news-related-item img{
    width: 100%;
    max-height: 180px;
    border-radius: 6px;
    object-fit: cover;
}

.news-related-item h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.group-style2-item img{
    width: 100%;
    height: 165px;
    border-radius: 6px;
    object-fit: cover;
}

.group-style2-item h3{
    font-weight: 500;
    line-height: 1.4;
}

.news-detail h1{
    font-size: 30px;
    line-height: 1.2;
}

.news-detail .detail-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.news-detail .detail-meta .publtime{
    color: #707579;
}

.news-detail .detail-meta .gg-news{
    background-color: #a1c0236e;
    border: 1px solid #00790e;
    padding: 4px 12px;
    border-radius: 20px;
}

.news-detail .detail-meta .gg-news img{
    height: 18px;
}

.news-detail h2{
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}

.news-detail h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.viewcat-page h1{
    text-transform: uppercase;
    font-size: 25px;
}

.viewcat-page-item{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.viewcat-page-item:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.viewcat-page-item h2,
.viewcat-page-item h3{
    font-size: 20px;
    font-weight: 500;
}

.viewcat-page-item img{
    width: 270px;
    max-height: 170px;
    margin-right: 20px;
    border-radius: 6px;
    object-fit: cover;
}

.viewcat-page-item .meta{
    font-size: 15px;
    color: #818181;
    margin: 2px 0;
}

.viewcat-page-item p{
    font-size: 16px;
    margin: 0;
}

.other-news{
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .viewcat-page-item img{
        width: 200px;
    }
}

@media (max-width: 767.98px) {
    .viewcat-page-item img{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-height: 200px;
    }
}




