* {
	margin: 0;
	padding: 0;
}

.body{
	margin-bottom: 1.4rem;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}






.view{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 0.8rem 0.5rem;
	box-sizing: border-box;
}


.title{
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	text-align: center;
	margin-bottom: 0.25rem;
}
.body_txt,
.body_txt .body_time,
.body_txt .body_num{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.21rem;
}
.body_txt .body_time{
	margin-right: 0.3rem;
}
.body_hr{
	width: 100%;
	height: 0rem;
	border-bottom: 0.01rem solid #DCDCDC;
	margin-bottom: 0.25rem;
	margin-top: 0.2rem;
}

.body_content{
	font-family: AlibabaPuHuiTi-Regular;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #DCDCDC;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}
.body_content p{
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}
.body_content img{
	max-width: 100%;
	/*width: auto;*/
	height: auto;
	margin: 0.2rem auto;
}


.next_pre{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.32rem;
}
.next_pre .next_list{
	width: calc(100% - 1.5rem);
}
.next_pre .next_list a{
	font-family: AlibabaPuHuiTi-Regular;
	width: 100%;
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.16rem;
	cursor: pointer;
	display: block;
}
.next_pre .next_list a:last-child{
	margin-bottom: 0;
}
.next_pre .next_list a:hover{
	color: #187e28;
}
.next_pre .notice_more{
	width: 1.28rem;
	height: 0.4rem;
	background: #70AD02;
	border-radius: 0.54rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.next_pre .notice_more i{
	width: 0.14rem;
	height: 0.14rem;
	background: url(../img/more_icon3.png) center no-repeat;
	background-size: cover;
	margin-left: 0.1rem;
}












