.news-box {
	background-color: #fff;
	border-radius: 5px;
	border: 0px solid #fff;
	-webkit-box-shadow: rgba(155,190,255,.6) 0 0 6px;
	box-shadow: rgba(155,190,255,.6) 0 0 6px;
}
.news-box:hover {
	-webkit-box-shadow: rgba(155,190,255,1.0) 0 0 12px;
	box-shadow: rgba(155,190,255,1.0) 0 0 12px;
	transition: all .8s cubic-bezier(0,0,.2,1);
	filter: brightness(1.07);
}

.news-bg {background: rgb(239,240,255);
	background: linear-gradient(90deg, rgba(239,240,255,1) 0%, rgba(239,240,255,1) 0%, rgba(255,255,255,0) 100%); 
	padding: 2px; margin-top: 5px;
}
.news-content {padding: 1rem; }
.news-img {width: 100%; object-fit: cover; border-radius: 5px 5px 0 0;}
.news-title {text-align: left; font-weight: 300; font-size: 14px; min-height: 90px; }
.news-footer {margin-top: 5px;}
.news-date {font-size: 12px;}
.news-view {font-size: 12px;}
.news-more {font-size: 20px;margin-top: 6px;}




#News .swiper {padding: 10px 13px; margin-bottom: 0px;}
