#main,.news-item {border-bottom:1px solid #ddd}

.news,.news-item{border-right:1px solid #ddd}

.news-category,.news_desc,.news_square h1,.pagination ul {text-align:center}

#main{margin-bottom:80px}

.news_header{height:200px;position:relative;width:100%;margin:auto}

.news_header img{width:100%;height:100%;background-position:top;object-fit:cover}

.news_header .overlay{width:100%;height:100%;z-index:1;position:absolute;top:0;left:0;background-color:rgb(0 53 68 / 70%)}

.news-item .image-link,.news-item .image-wrapper{height:300px;z-index:1;display:block;overflow:hidden}

.news-section{border-top:1px solid #ddd}

.news{padding:0 0 1px;width:1150px;margin:0 auto;border-left:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box}

.news-category,.news-item{-webkit-box-sizing:border-box}

.news_square{
	z-index:1000;
	width:200px;
	height:200px;
	color:#fff;
	position:relative;
	margin:0 auto;
/* 	top:-120px; */
	background:#46aa32;
	display:flex;
	align-items:center;
	justify-content:center
}

.meta,.news-item{align-items:center}

.news_desc{line-height:2.4;width:60%;margin:-50px auto 50px}

.news-item{display:flex;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box;height:100%;padding:60px}

.news-item:last-child{border-bottom:0}

.news-item .image-wrapper{width:100%;position:relative}

.news-item .image-link{width:50%;position:relative;padding-right:30px}

.news-item .image-link:hover .image{
	-/*
webkit-transform:scale(1);
	transform:scale(1);
*/
}

.news-item .image-wrapper .image{
	width:100%;
	height:100%!important;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:2;
/*
	-webkit-transition:transform .5s;
	transition:transform .5s;
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
*/
}

.news-content{width:50%;padding-left:30px;min-height:250px;height:100%}

.meta{display:flex;width:auto;margin-bottom:20px}

.news-category{font-size:15px;color:#fff;border-radius:30px;margin-right:20px;min-width:90px;height:30px;line-height:30px;padding:0 20px;display:inline-block;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#cd96b6;transition:.2s ease-in-out}

.news-body,.news-title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;visibility:visible}

.news-category:hover{background-color:#c9619d}

.news-date{font-size:15px;color:#999}

.news-title{font-weight:600;-webkit-line-clamp:2;line-clamp:2;line-height:1.6;font-size:22px;margin:0;padding:0}

.news-title a:hover{color:#00466d}

.news-body{line-height:1.7;font-size:16px;-webkit-line-clamp:2;line-clamp:2;margin:20px 0 0}

.pagination{padding:70px 0 150px;display:flex;align-items:center;justify-content:center}

.pagination .active,.pagination .current{background:#00729f;border-color:#00729f;color:#fff}

.pagination ul{margin:0;font-size:0}

.pagination ul ol{list-style:none}

.pagination li{display:inline-block;margin:0 -1px 0 0}

.pagination a,.pagination span{color:#000;background:#fff;border:1px solid #ddd;font-size:14px;width:50px;height:50px;line-height:50px;display:inline-block;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;transition:.1s ease-in-out}

.pagination a:hover{color:#fff;background-color:#00466d;border-color:#00466d}

@media screen and (max-width:1201px){.news{width:100%}

.news-item{padding:40px}

.news_header{height:500px}}

