﻿.viewcat-page .post-news-item,
.news-post-detail,
#other-news .post-news-item{
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.viewcat-page .post-news-item img,
#other-news .post-news-item img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.viewcat-page .post-news-item .post-news-content,
#other-news .post-news-item .post-news-content{
    padding: 15px;
}

.viewcat-page .post-news-item p,
#other-news .post-news-item p{
    margin: 0;
}

.viewcat-page .post-news-item .bi{
    margin-right: 4px;
}

.news-post-detail .detail-image img{
    max-height: 450px;
    object-fit: cover;
}

.news-post-detail .publtime,
#other-news .post-news-item .publtime{
    color: #666;
}

.news-post-detail .bi,
#other-news .post-news-item .bi{
    font-size: 13px;
    margin-right: 3px;
}

.news-post-detail .keywords,
.news-post-detail .keywords a{
    color: #555;
    font-size: 14px;
}

.other-news .heading{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#other-news .owl-prev,
#other-news .owl-next{
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #0000fe;
    font-size: 20px;
    background-color: #fff;
    height: 20px;
    border-radius: 4px;
}

#other-news .owl-next{
    right: 20px;
    left: auto;
}

#other-news .owl-prev:hover,
#other-news .owl-next:hover{
    color: #ff6600;
}







