* {
	margin: 0;
	padding: 0;
}

.m_banner {
	background: url(../img/news_banner.jpg) center no-repeat;
}













/* 新闻列表 */
.news_list{
	margin-top: 0.8rem;
}
.news_li {
	width: 100%;
	height: 1.21rem;
	border-bottom: 0.01rem solid #DCDCDC;
	padding: 0 0.5rem 0 0.6rem;
	box-sizing: border-box;
}
.news_li .news_txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.news_li .news_txt .news_title {
	font-weight: 500;
	font-size: 0.24rem;
	color: #000000;
	max-width: calc(100% - 1.5rem);
}

.news_li .news_txt .news_time {
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	display: flex;
	align-items: center;
}
.news_li .news_txt .news_time img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.06rem;
}
.news_li:hover{
	box-shadow: 0rem 0.03rem 0.08rem 0.01rem rgba(97,93,93,0.22);
}
.news_li:hover .news_title{
	color: #0A7E0D;
}