.news_item .more_btn {

	transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

}

	{

	transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-o-transform: scale(1.1);

}



/* listNews_box */

.listNews_box {
	padding-top: 3.5%;
}

.blog-article img {



	-webkit-transition: all .5s ease-out 0ms;

	-moz-transition: all .5s ease-out 0ms;

	-o-transition: all .5s ease-out 0ms;

	transition: all .5s ease-out 0ms;

}

.blog-article img:hover {

	-webkit-transform: scale(1.08);

	-moz-transform: scale(1.08);

	-o-transform: scale(1.08);

	transform: scale(1.08);

}

.listNews_ul {
	width: 100%;
}

.listNews_ul li {
	width: calc((100% - 44px) / 3);
	margin-right: 22px;
	box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.09);
	background: #FAFAFC;
}

.listNews_ul li:nth-child(3n) {
	margin-right: 0;
}

.news_item {
	margin-bottom: 34px;
}

.news_item .news_info {
	padding: 20px 18px 18px;
}



.news_item .news_pic {
	padding-bottom: 66%;
}



.news_info .title {
	font-family: 'Humanist777BT-BlackCondensedB';
	/* height: 56px; */
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	margin: 8px 0;
}



.news_item .date {
	line-height: 24px;
	color: #666;
	opacity: 0.53;
}

.news_item .brief {
	line-height: 24px;
	color: #666;
	opacity: 0.53;
}

.news_item .more_btn {
	margin: 10px 0 0;
	font-family: 'HPSimplified-Regular';
}

.news_item .more_btn:hover {
	margin-left: 5px;
}

.news_item .more_btn .txt {
	color: var(--commonColor);
	font-weight: 800;
}

.news_item .more_btn .icon {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icon_right_h.png) no-repeat center / 12px auto;
	margin-left: 2px;
}



.news_item:hover {
	box-shadow: 0px 4px 4px 0px rgba(var(--comColorRgb), 0.4);
	;
}

.news_item:hover .title a {
	color: var(--commonColor);
}



@media only screen and (max-width: 1200px) {

	.news_item .news_info {
		padding: 15px 14px;
	}

}

@media only screen and (max-width: 950px) {

	.listNews_box {
		padding-top: 30px;
	}

	.listNews_ul li {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.listNews_ul li:last-child {
		margin-bottom: 0;
	}

	.news_item .title {
		font-size: 18px;
		line-height: 1.5;
		margin: 8px 0;
		display: block;
		height: auto;
	}
            
	 /* .news_item .brief {
		display: block;
		height: auto;
	}  */

}



/* innerNews */

.innerNews_left {
	width: 68%;
}

.innerNews_right {
	width: 28%;
}

.innerNews_weight {
	position: sticky;
	top: 100px;
	margin: 0;
}



.news_th {
	font-family: 'Humanist777BT-BlackCondensedB';
	font-size: 24px;
	line-height: 1.5;
	color: #000;
}

.rec_th {
	line-height: 1.25;
	color: #000;
	font-size: 24px;
	font-family: 'Humanist777BT-BlackCondensedB';
	border-bottom: 3px solid #EEEEEE;
	position: relative;
	padding: 0 0 10px;
}

.rec_th::before {
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 3px;
	width: 50px;
	background: var(--commonColor);
	content: '';
}

.rec_th a {
	display: inline-block;
	color: #000;
}

.rec_th a:hover {
	color: var(--commonColor);
}

.recommend_news {
	/* box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.11); */
	position: relative;
	background: #F4F5F8;
	border-radius: 5px;
	padding: 8% 8%;
}

.recommend_news:nth-child(n+2) {
	margin-top: 10%;
}



.rec_news_list {
	padding: 6px 0 0;
}

.rec_news_list li {
	margin-top: 10px;
	padding: 8px 0;
	align-items: center;
}

.rec_news_list li .title {
	line-height: 1.25;
	font-family: 'Poppins-Medium';
}

.rec_news_list li .date {
	color: #999;
	margin-top: 4px;
}

.rec_news_pic {
	width: 24%;
	margin-right: 10px;
}

.rec_news_info {
	flex: 1;
}

.rec_news_pic .rec_pic {
	padding-bottom: 100%;
	border-radius: 50%;
}

.rec_news_list li:hover .title a {
	color: #2C6DF5;
}



.rec_pro_list {
	padding: 10px 0 0;
}

.rec_pro_list li {
	margin: 10px 0 0;
}

.rec_pro_list li a {
	line-height: 24px;
	padding: 8px 0;
	color: #000;
	font-size: 18px;
}

.rec_pro_list li a:hover {
	color: var(--commonColor);
}





@media only screen and (max-width: 950px) {

	.news_th {
		line-height: 1.3;
	}

	.innerNews_box .layout {
		flex-wrap: wrap;
	}

	.innerNews_left,
	.innerNews_right {
		width: 100%;
	}

	.innerNews_right {
		margin-top: 30px;
	}

	.recommend_news:nth-child(n+2) {
		margin-top: 20px;
	}

	.rec_news_list li {}

	.rec_news_list li .title {
		display: block;
		height: auto;
	}

	.recommend_news {
		padding: 20px 20px;
	}

	.rec_news_pic {
		width: 68px;
	}

	.rec_news_info {
		width: calc(100% - 78px);
	}

}