.bg{
	background-color: #F7F7F7;
	padding: 30px 0;
	box-sizing: border-box;
	z-index: 1;
}

.title{
	text-align: center;padding: 30px 0 50px;
	border-bottom: 1px dotted #E0E0E0;
	margin-bottom: 20px;
}
.title h1{
	font-size: 26px;font-weight: 500;
}
.title p{
	color: #b0b0b0;
}
.detail{
	padding-bottom: 20px;
	border-bottom: 1px dotted #E0E0E0;
}
.detail p{
	text-indent:2em;
	margin-bottom: 10px;
	line-height: 30px;
}
@media only screen and (max-width: 768px) {
	.title{
	text-align: center;padding: 20px 0 30px;
}
	.title h1{
	font-size: 20px;font-weight: 500;
}
}