* {
	margin: 0;
	padding: 0;
}

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



.body {
	padding-top: 1rem;
	padding-bottom: 0.6rem;
}

.body .main {
	width: 14.2rem;
}



.body_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.32rem;
	color: #333333;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 0.25rem;
}

.body_cont {
	display: flex;
	justify-content: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.22rem;
	margin-bottom: 0.2rem;
}

.body_cont .body_time {
	margin-right: 0.3rem;
}







.body_content {
	padding: 0.3rem 0;
	box-sizing: border-box;
	border-top: 0.01rem solid #DCDCDC;
	border-bottom: 0.01rem solid #DCDCDC;
	margin-bottom: 0.3rem;
}

.body_content p {
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.body_content img{
	width: revert-layer;
	height: auto;
	max-width: 100%;
	display: inline-block;
}










.body_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.body_list ul li {
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.29rem;
	margin-bottom: 0.15rem;
}

.body_list ul li:hover {
	color: #0A7E0D;
}

.body_list .body_class {
	width: 1.28rem;
	height: 0.4rem;
	background: #0A7E0D;
	border-radius: 1.21rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.body_list .body_class img {
	width: 0.14rem;
	height: 0.14rem;
	margin-left: 0.1rem;
}