@charset "utf-8";
.list_news{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 40rem 40rem 70rem;
}
.list_news_ul{
	width: 100%;
	height: auto;
	margin-bottom: 70rem;
}
.list_news_li{
	width: 100%;
	/*height: 153rem;*/
	margin-bottom: 35rem;
	position: relative;
	transition: all 0.5s;
    height: auto;
}
.list_news_li *{
	transition: all 0.5s;
}
.list_news_li a{
	display: block;
	width: 100%;
	/*height: 153rem;*/
	box-sizing: border-box;
	border-bottom: 1px solid #f1ead6;
    height: auto;
    padding-bottom: 15rem;
}
.list_news_li h3{
	font-size: 20rem;
	color: #333333;
	line-height: 20rem;
	padding-left: 12rem;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-left: 2px solid #ab0909;
	box-sizing: border-box;
	margin-bottom: 16rem;
}
.list_news_li h3 i{
	color: #ab0909;
	font-style: normal;
}
.list_news_li p{
	font-size: 16rem;
	color: #777777;
	line-height: 28rem;
	height: 56rem;
	overflow: hidden;
}
.list_news_li p i{
	color: #ab0909;
	font-style: normal;
}
.list_news_li p.news_p1{
	height: auto;
	margin-top: 15rem;
}
.list_news_li p span{
	color: #0084e9;
	margin: 0 20rem 0 5rem;
}
.list_news_li:hover a{
	border-bottom: 1px solid #ab0909;
}

.list_news_li:hover h3{
	color: #ab0909;
}


@media only screen and (max-width: 1000px) {
	*{
		box-sizing: border-box;
	}
	.list_news{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 30rem 20rem 60rem;
	}
	.list_news_ul{
		width: 100%;
		height: auto;
		margin-bottom: 50rem;
	}
	.list_news_li{
		width: 100%;
		height: auto;
		margin-bottom: 35rem;
		position: relative;
		transition: all 0.5s;
	}
	.list_news_li *{
		transition: all 0.5s;
	}
	.list_news_li a{
		display: block;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border-bottom: 1px solid #f1ead6;
		padding-bottom: 20rem;
	}
	.list_news_li h3{
		font-size: 28rem;
		color: #333333;
		line-height: 28rem;
		padding-left: 12rem;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-left: 2px solid #ab0909;
		box-sizing: border-box;
		margin-bottom: 16rem;
	}
	.list_news_li h3 i{
		color: #ab0909;
		font-style: normal;
	}
	.list_news_li p{
		font-size: 22rem;
		color: #777777;
		line-height: 38rem;
		height: 76rem;
		overflow: hidden;
	}
	.list_news_li p i{
		color: #ab0909;
		font-style: normal;
	}
	.list_news_li p.news_p1{
		height: auto;
		margin-top: 10rem;
		font-size: 18rem;
		line-height: 26rem;
	}
	.list_news_li p span{
		color: #0084e9;
		margin: 0 20rem 0 5rem;
	}
	.list_news_li:hover a{
		border-bottom: 1px solid #ab0909;
	}

	.list_news_li:hover h3{
		color: #ab0909;
	}
}

