.s_about{
	background: #fff;
	border-radius: 8px;
	padding: 32px 0 70px;
}
.s_about .title{
	font-size: 26px;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.s_about .title h1{
	font-weight: 600;
}
.s_about .title p{
	width: 127px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: #f16e16;
	margin: 0 auto;
}
.s_about .matter{
	padding: 35px 20px 0;
	font-size: 14px;
	
}
.s_about .details{
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.s_about .details p{
	width: 762px;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
	float: left;
}
.s_about .details p.am-align-right{
	width: 360px;
	float: right;
	text-indent: 0;
	text-align: center;
}
.s_about .details p.am-align-right img{
	width: 100%;
}

.details_all{
	width: 100%;
	overflow: hidden;
}
.details_all p{
	word-break: break-all;
}
