.news_list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.6);
	border-right: 5px rgba(255, 255, 255, 0) solid;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
	margin-bottom: 40px;
}

.news_list .imgag {
	width: 28%;
	display: block;
}

.news_list .imgag img {
	width: 100%;
}

.news_list .rfons {
	width: 63%;
	margin-right: 5%;
}

.news_list .rfons span {
	display: inline-block;
	background: #0946A2;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
}

.news_list .rfons .titles {
	display: block;
	font-size: 24px;
	font-weight: bolder;
	color: #3E3939;
	margin: 40px 0 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: initial;
}

.news_list .rfons .anright {
	text-align: right;
	margin-top: 40px;
}

.news_list .rfons .anright a {
	background: url(../images/news_icon01.png) no-repeat center center;
	width: 52px;
	height: 25px;
	background-size: auto 100%;
	display: inline-block;
}

.news_list:hover {
	border-right: 5px #90BD20 solid;
	background: rgba(255, 255, 255, 0.8);
}

.news_list:hover .rfons .anright a {
	background: url(../images/news_icon02.png) no-repeat center center;
}

.news_how_title {
	font-size: 40px;
	font-weight: bolder;
	color: #0846A0;
	text-align: center;
	margin-bottom: 50px;
	line-height: 50px;
}

.news_how_nei {
	font-size: 20px;
	line-height: 40px;
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width: 960px) {
	.news_list {
		display: block;
		border-right: 0 #fff solid;
		border-bottom: 5px #fff solid;
	}

	.news_list:hover {
		border-right: 0 #fff solid;
		border-bottom: 5px #90BD20 solid;
	}

	.news_list .imgag {
		width: 100%;
	}

	.news_list .imgag img {
		display: block;
	}

	.news_list .rfons .anright {
		display: none;
	}

	.news_list .rfons {
		width: 95%;
		margin: 0 auto;
		padding: 20px 0;
	}

	.news_list .rfons span {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
		padding: 5px 10px;
	}

	.news_list .rfons .titles {
		margin: 0 0 10px 0;
		font-size: 18px;
	}

	.news_how_title {
		font-size: 18px;
		padding: 30px 0 20px 0;
		margin: 0;
		line-height: 24px;
	}

	.news_how_nei {
		font-size: 14px;
		line-height: inherit;
		padding-bottom: 30px;
	}






}

@media screen and (max-width: 768px) {}