.list_news{
	width: 1450rem;
	height: auto;
	margin: 43rem auto 80rem;
}
.list_news_ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_news_li{
	width: 482rem;
	height: 350rem;
	margin-bottom: 0;
	box-sizing: border-box;
	padding: 0 41rem;
}
.list_news_li *{
	transition: all 0.3s;
}
.list_news_li0{
	width: 482rem;
}
.list_news_li a{
	width: 100%;
	height: 350rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 74rem 0 0;
}
.list_news_li span{
	display: block;
	font-size: 18rem;
	color: #888888;
	line-height: 1;
	margin: 0 0 20rem;
}
.list_news_li i{
	display: block;
	width: 26rem;
	height: 3rem;
	background-color: #d9d9d9;
}
.list_news_li h3{
	font-size: 18rem;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 22rem 0 30rem;
}
.list_news_li p{
	font-size: 14rem;
	color: #888888;
	line-height: 32rem;
	height: 96rem;
	overflow: hidden;
}
.list_news_li:hover{
	background-color: #ff5500;
}
.list_news_li:hover a{
	border-bottom:1px solid #ff5500;
}
.list_news_li:hover h3{
	color: #fff;
}
.list_news_li:hover i{
	background-color: #fff;
}
.list_news_li:hover p{
	color: #fff;
}
.list_news_li:hover span{
	color: #fff;
}
@media only screen and (max-width: 1000px) {
	.list_news{
		width: 688rem;
		height: auto;
		margin: 32rem auto 95rem;
	}
	.list_news_ul{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.list_news_li{
		width: 100%;
		height: 248rem;
		margin-bottom: 0;
		padding: 0;
	}
	.list_news_li0{
		width: 100%;
	}
	.list_news_li a{
		width: 100%;
		height: 248rem;
		box-sizing: border-box;
		border-bottom: 1px solid #dddddd;
		display: block;
		padding: 33rem 0 0;
	}
	.list_news_li span{
		display: block;
		font-size: 24rem;
		color: #888888;
		line-height: 1;
		margin: 0 0 20rem;
	}
	.list_news_li i{
		display: block;
		width: 26rem;
		height: 3rem;
		background-color: #d9d9d9;
	}
	.list_news_li h3{
		font-size: 26rem;
		color: #333333;
		font-weight: bold;
		line-height: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 15rem;
		margin: 25rem 0 18rem;
	}
	.list_news_li p{
		font-size: 22rem;
		color: #888888;
		line-height: 36rem;
		height: 72rem;
		overflow: hidden;
	}
	.list_news_li:hover{
		background-color: #ff5500;
	}
	.list_news_li:hover a{
		border-bottom:1px solid #ff5500;
		padding: 33rem 20rem 0;
	}
	.list_news_li:hover h3{
		color: #fff;
	}
	.list_news_li:hover i{
		background-color: #fff;
	}
	.list_news_li:hover p{
		color: #fff;
	}
	.list_news_li:hover span{
		color: #fff;
	}
}