.about {
	font-size: 30px;
	color: #444444;
	line-height: 60px;
	padding-top: 120px;
	padding-bottom: 120px;font-family: Candara;
	text-align: justify;
}

.about .left-part p+p {
	margin-top: 10px;
}

.imgbox {
	width: 379px;
	height: 323px;
	margin-left: 38px;
}

.about .module-title {
	margin-top: 36px;
	margin-bottom: 30px;
}
.about .list{
	padding-left: 49px;
}
.about .list p {
	position: relative;
	padding-left: 26px;
}

.about .list p::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: #B5B5B5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 26px;
}