@charset "utf-8";

/* 首页新闻动态 */
.row_content_news_bg {
	padding-top: 100px;
	padding-bottom: 72px;
}

.row_tit_box_anli span h6{
	left: 50%;
	margin-left: -141px;
}

.owl-carousel .owl-stage-outer{
	padding: 0;
}
.news_img_box{
	transition: all .6s ease-in-out 0s;
}
.news_img_box .news_img {
	background-color: #f1f3da;
	box-shadow: inset 2px 3.464px 24px 0px rgba(89, 91, 70, 0.06);
	overflow: hidden;
	position: relative;
}
.news_img_box .news_img .news_time{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
	padding: 0 24px;
	background-color: rgba(170, 210, 83, .9);
	font-style: italic;
}
.news_img_box .news_img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all .6s ease-in-out 0s;
}

.news_img_box:hover .news_img img {
	transform: scale(1.2);
}

.news_img_box .news_title_box {
	width: 100%;
	padding: 24px 20px;
	background-color: #fafafa;
}

.news_img_box .news_title_box .news_title {
	font-size: 18px;
	font-weight: 200;
	color: #222222;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .6s ease-in-out 0s;
}

.news_img_box:hover .news_title_box .news_title{
	color: #426a9e;
	transition: all .6s ease-in-out 0s;
}

.news_img_box .news_title_box .news_title_line{
	width: 5%;
	height: 1px;
	background-color: #000000;
	margin: 16px 0 12px;
	transition: all .6s ease-in-out 0s;
}
.news_img_box:hover{
	/* margin-top: -24px; */
}
.news_img_box:hover .news_title_box .news_title_line{
	background-color: #426a9e;
	width: 100%;
	transition: all .6s ease-in-out 0s;
}
.news_img_box .news_title_box p {
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	min-height: 48px;
	text-align: justify;
}


@media (max-width:1200px) {
	/* 首页新闻动态 */
	.row_content_news_bg {
		padding-top: 2.88rem;
		padding-bottom: 2.304rem;
	}
	
	.row_tit_box_anli span h6{
		margin-left: -5.272rem;
	}
	
	.news_img_box .news_img .news_time{
		font-size: 1.344rem;
		line-height: 3;
		padding: 0 1.728rem;
	}
	.news_img_box .news_title_box {
		padding: 1.152rem;
	}
	
	.news_img_box .news_title_box .news_title {
		font-size:1.536rem;
	}
	
	
	.news_img_box .news_title_box .news_title_line{
		width: 10%;
		margin: 0.96rem 0 0.672rem;
	}
	.news_img_box .news_title_box p {
		font-size: 1.152rem;
		line-height: 1.5;
		min-height: 3.456rem;
		text-align: justify;
	}
}