﻿.meta-cat a{
    display: inline-block;
    position: relative;
    background-color: #edf0f3;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.viewcat-page-news img{
    width: 268px;
    height: 150px;
    border-radius: 8px;
    margin-right: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.viewcat-page-news h2,
.viewcat-page-news h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.viewcat-page-news p{
    margin: 0;
}

.bodytext h2{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bodytext h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.detail-news .h5{
    font-size: 14px;
}

.detail-news .socialbutton{
    display: flex;
    justify-content: end;
}

.detail-footer{
    display: flex;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    font-size: 14px;
    align-items: center;
}

.detail-footer .rating{
    flex-basis: 40%;
}

.detail-footer p{
    margin: 0;
}

.keywords a{
    position: relative;
    display: inline-block;
    background-color: #edf0f3;
    padding: 4px 10px;
    margin: 0 4px;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
}

.other-news .other-news-head{
    margin: 30px 0 20px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 500;
    background-color: #2869970d;
    border-left: 3px solid #1fa06a;
    padding-left: 15px 
}

.other-news ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.other-news ul h4{
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.other-news ul li img{
    width: 110px;
    height: 70px;
    border-radius: 8px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.other-news .pubtime{
    color: #555;
    margin-top: 4px;
    font-size: 14px;
}

.news-groups-type2 h2{
    font-size: 20px;
    margin-bottom: 15px;
    color: #1fa06a;
}

.news-groups-type2 img{
    width: 110px;
    height: 70px;
    border-radius: 8px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-groups-type2 li{
    margin-bottom: 20px;
}

.news-groups-type2 li:last-child{
    margin-bottom: 0;
}

.news-groups-type2 .black{
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-groups-type2 .meta-post{
    margin-top: 5px;
    font-size: 14px;
}

.newscenter{
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .viewcat-page-news img{
        width: 100%;
        margin-bottom: 10px;
    }

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

    .other-news ul{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}