/* 新闻动态-详情 */
.text-detail{
	width: 100%;
	min-height: 7rem/* 700px */;
	box-sizing: border-box;
	padding: 0 0.3rem;
	margin-top: 0.5rem/* 50px */;
	margin-bottom: 0.6rem;
}
.title{
	font-size: 0.28rem/* 26px */;
	color: #f27537;
	text-align: center;
	line-height: 0.5rem/* 50px */;
	width: 100%;
	border-bottom: solid 1px #cccccc;
}
.detail-men{
	margin-top: 0.35rem/* 35px */;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.detail-men img{
	width: 100%;
}
.detail-men *{
	max-width: 100%;
	word-wrap:break-word;
}