@charset "utf-8";
.list_news2{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 56rem 40rem 56rem;
}
.list_news_ul2{
	width: 100%;
	height: auto;
	margin-bottom: 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_news_li2 {
	width: 195rem;
	height: 290rem;
	float: left;
	transition: all 0.3s;
	margin-bottom: 40rem;
}
.list_news_li0{
	width: 195rem;
}
.list_news_li2 * {
	transition: all 0.3s;
}

.list_news_li2 a {
	display: block;
	width: 195rem;
	height: 290rem;
	overflow: hidden;
}
.list_news_li2 a i {
	display: block;
	width: 195rem;
	height: 253rem;
}

.list_news_li2 a img {
	display: block;
	width: 195rem;
	height: 253rem;
}
.list_news_li2 a h3 {
	display: block;
	width: 100%;
	height: 37rem;
	background-color: #e7f5f9;
	font-size: 16rem;
	color: #333;
	text-align: center;
	line-height: 37rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10rem;
	box-sizing: border-box;
}
.list_news_li2:hover a h3{
	background-color: #147054;
	color: #fff;
}

@media only screen and (max-width: 1000px) {
	*{
		box-sizing: border-box;
	}
	.list_news2{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 38rem 40rem 95rem;
	}
	.list_news_ul2{
		width: 100%;
		height: auto;
		margin-bottom: 10rem;
	}
	.list_news_li2 {
		width: 300rem;
		height: 450rem;
		float: left;
		transition: all 0.3s;
		margin-bottom: 40rem;
	}
	.list_news_li0{
		width: 300rem;
	}
	.list_news_li2 * {
		transition: all 0.3s;
	}
	
	.list_news_li2 a {
		display: block;
		width: 300rem;
		height: 450rem;
		overflow: hidden;
	}
	.list_news_li2 a img {
		display: block;
		width: 300rem;
		height: 390rem;
	}
	.list_news_li2 a i {
	    display: block;
		width: 300rem;
		height: 390rem;
    }
	.list_news_li2 a h3 {
		display: block;
		width: 100%;
		height: 60rem;
		background-color: #e7f5f9;
		font-size: 24rem;
		color: #333;
		text-align: center;
		line-height: 60rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 10rem;
		box-sizing: border-box;
	}
	.list_news_li2:hover a h3{
		background-color: #147054;
		color: #fff;
	}
}


