.banner{
	background-image: url("../images/banner/news.jpg");

}
.homenews{
	position: relative;
	
	padding:4em 0 2em 0;
	background-color: #e8f0f7;
}
.homenews .card{
	border:transparent;
	background-color: transparent;
}
.homenews .card .card-img-top{
	width:100%;
	background-color: #0a395a;
}
.homenews .card .card-body{
	padding:1em 0 1em 0;
	font-size: 16px;
	line-height: 1.29;
}

.homenews .card .card-body p{
	margin-bottom:0.5em;
}
.homenews .card .news-flame{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.homenews .card .news-flame .card-img-top{
	width: 100%;
	border-radius: 10px;
	border: 2px solid var(--primary-color);
}
.homenews .card .news-date{
	font-size: 14px;
	font-style: italic;
	color: #949494;
}
.homenews .card .news-title{
color: #3bb878;
 font-weight: 700;
display: -webkit-box;
   max-width: 100%;
   height: 36px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.homenews .card .news-conent{
	color:#0a395a;;

   display: -webkit-box;
   max-width: 100%;
   -webkit-line-clamp: 7;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.43;

}
.homenews .card .btn.btn-primary{
	font-size: .9rem;
	color: #0a395a;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
}
.homenews .card .btn.btn-primary:hover{
	text-decoration: underline;
}
.expl-arrow{
	width: 8px;
	margin-left:5px;
}
.pagination{
	margin-top:2em;
	margin-left:auto;
	margin-right: auto;
	width: 200px;
}
.page-item .page-link{
	background-color: transparent;
	border: solid 1px #bcbcbc;
	color: #0a395a;
	margin:0 0.2rem;
}
.page-item.active .page-link{
	background-color: transparent;
	border:solid 2px #3bb878;
	color: #0a395a;;
}