﻿.viewcat-main-right .box-large{
	position: relative;
}

.viewcat-main-right .box-large img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.viewcat-main-right .box-large-text{
	padding: 20px;
	background-color: #eee;
}

.viewcat-main-right .box-large-text span{
	display: inline-block;
    background-color: #fff;
    color: #00a75f;
    padding: 3px 10px 0;
    border-radius: 5px;
    font-size: 14px;
}

.viewcat-main-right .box-large-text h3{
	font-size: 18px;
    font-weight: 600;
	margin-top: 8px;
	margin-bottom: 5px;
}

.viewcat-main-right .box-large-text p{
	font-size: 15px;
	margin: 0;
}

.viewcat-main-right .list-items{
	gap: 10px;
}

.viewcat-main-right .list-items .list-items-loop{
	width: calc(50% - 5px);
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.viewcat-main-right .list-items .list-items-loop img{
	width: 100%;
	height: 150px;
	margin-bottom: 4px;
    object-fit: cover;
}

.viewcat-page h1{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.viewcat-page .newspost-item{
	width: 100%;
	margin-bottom: 20px;
}

.news-detail .publtime{
    color: #808080;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 10px 6px;
    font-size: 14px;
    background: #f9f9f9;
}

.news-others .heading{
	background-color: #eee;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 4px solid #00a75f;
}

.news-others-list{
	gap: 15px;
}

.others-item{
	width: calc(50% - 8px);
}

.others-item img{
	width: 120px;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
}

.others-item span{
	display: block;
	margin-top: 3px;
	font-size: 13px;
}

@media (max-width: 767.98px) {
	.viewcat-main-right .box-large{
		margin-bottom: 10px;
	}
	
	.news-others{
		margin-bottom: 20px;
	}
	
	.others-item{
		width: 100%;
	}
}