/* 产品展示 */
.ggh-news-news .container .row .col {
    padding: 0;
}

.news-navigation {
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    
}

.news-navigation .col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 !important;
    cursor: pointer;
}

.news-navigation .active {
    color: var(--main-color);
}

.news-items-view .container .row {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.news-items-view .container .row .col p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666666;
}

.news-items-view .container .row .col .btn-primary {
    width: 110px;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-size: 14px !important;
}

#ggh-news-news-item-image {
    width: 100%;
    height: auto;
    max-height: 182px;
    min-height: 100px;

}

@media screen and (max-width: 576px) {
    .news-items-view .container .row .col .btn-primary {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 576px) {
    .news-items-view .container .row .col .btn-primary {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 768px) {
    .news-items-view .container .row .col .btn-primary {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 992px) {
    .news-items-view .container .row .col .btn-primary {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1200px) {
    .news-items-view .container .row .col .btn-primary {
        font-size: 16px !important;
    }
}