﻿.topnews{
	margin-top: 20px;
}

.news-cat-style2{
	height: 386px;
	margin: 0;
	padding: 0;
}

.news-cat-style2 li{
	margin-bottom: 12px;
}

.news-cat-style2 li span{
	color: #ed1c24;
}

.newspost-item{
	position: relative;
}

.newspost-item img{
	height: 460px;
	object-fit: cover;
}

.newspost-item .news-item-content{
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000047;
    color: #fff;
    padding: 80px 20px 20px;
    font-size: 14px;
    background: -moz-linear-gradient(to bottom, rgba(14, 90, 192, 0) 0%, rgba(14, 90, 192, .8) 29%, rgba(14, 90, 192, .8) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(14, 90, 192, 0) 0%, rgba(14, 90, 192, .8) 29%, rgba(14, 90, 192, .8) 100%);
    background: linear-gradient(to bottom, rgba(14, 90, 192, 0) 0%, rgba(14, 90, 192, .8) 29%, rgba(14, 90, 192, .8) 100%);
}

.newspost-item .news-item-content h3{
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 25px;
}

.newspost-item .news-item-content p{
	margin-bottom: 0;
	margin-top: 2px;
}

.news-cat-item{
	position: relative;
	margin-bottom: 15px;
}

.news-cat-item img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	margin-bottom: 4px;
}

.news-cat-item h3{
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
}

.news-cat-style3 .box-large img{
	width: 100%;
	height: 280px;
    object-fit: cover;
}

.news-cat-style3 .box-large h3{
	font-size: 19px;
    color: #222;
    line-height: 26px;
    font-weight: 500;
    margin: 10px 0 4px;
}

.news-cat-style3 .box-large .post-meta{
	color: #555;
	font-size: 14px;
}

.news-cat-style3 ul{
	padding: 0;
	margin: 0;
}

.news-cat-style3 ul li{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
}

.news-cat-style3 ul li:last-child{
	padding-bottom: 0;
	border: none;
}

.news-cat-style3 ul h3{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.news-cat-style3 ul img{
	width: 110px;
	height: 65px;
	float: right;
	margin-left: 5px;
	object-fit: cover;
}

.news-cat-style3 ul p{
	margin-bottom: 0;
	font-size: 14px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

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

.viewcat-main-right .box-large-text span{
	background-color: #fff;
    color: #0f5ac0;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.viewcat-main-right .box-large-text h3{
	font-size: 16px;
    font-weight: 500;
	margin-top: 8px;
}

.list-items{
	gap: 10px;
}

.list-items .list-items-loop{
	width: calc(50% - 5px);
	font-size: 14px;
}

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

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

.viewcatpage-item img{
	margin-right: 10px;
}

.viewcatpage-item h2{
	font-size: 18px;
    font-weight: 500;
}

.viewcatpage-item .publtime{
	font-size: 15px;
    margin: 4px 0;
}

.viewcatpage-item p{
	margin-bottom: 0;
	font-size: 15px;
}

.news-detail h1{
	font-size: 22px;
    font-weight: 500;
    margin-bottom: 4px;
}

.news-detail .post-time{
	display: block;
	margin-bottom: 4px;
}

.news-detail img{
	max-width: 100%;
	height: auto;
}

.RelatedPosts .heading{
    margin: 30px 0 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background-color: #2869970d;
    border-left: 3px solid #0675b0;
    padding-left: 15px;
}

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

.RelatedPosts ul li {
    position: relative;
    list-style: none;
}

.RelatedPosts .lk_image {
    float: left;
    margin-right: 10px;
}

.RelatedPosts .lk_image img {
    width: 110px;
    height: 75px;
    object-fit: cover;
}

.RelatedPosts .lk_description h3{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.RelatedPosts .lk_meta span {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #999;
}

@media (max-width: 991.98px) {
	.viewcat-main-right .box-large{
		margin-bottom: 10px;
	}

	.news-cat-style1 > div:last-child{
		display: none;
	}

	.newspost{
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
	.newspost-item .news-item-content p{
		overflow: hidden;
    	text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}

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

@media (max-width: 499.98px) {
	.viewcatpage-item img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
