.aboutBox{
	margin-top: 1.76rem;
	margin-bottom: 1.98rem;
	font-size: 0.5rem;
	box-sizing: border-box;
	padding:0.4rem;
	line-height: 2;
	text-align: justify;
	color:#646464;
	overflow: hidden;
	background-color: white;
}
.aboutBox h1{
	font-size: 0.6rem;
	color:#333;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0.4rem auto;
	text-align: center;
	width: 4rem;
	line-height: 1.2rem;
}
.aboutBox p{
	text-align: justify;
	text-indent: 1rem;
}
.aboutBox p span{
	color:#3598dc;
	font-weight: bold;
}
.aboutBox img{
	display: block;
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0.4rem;
}
