body {
	background: #F4FBF8;
}
.container {
	width: 1200px;
	margin: 0 auto 56px!important;
	padding-top: 56px;
}
.title {
	line-height: 40px;
	margin-bottom: 18px;
	font-size: 28px;
	color: #333;
	font-weight: 500;
}
.cont {
	background: #FFF;
	padding: 80px 100px;
}
.cont h1 {
	line-height: 40px;
	margin-bottom: 40px; 
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.cont h2 {
	line-height: 24px;
	margin-bottom: 30px;
	font-size: 18px;
	color: rgba(0, 0, 0, .85);
	font-weight: bold;
}
.cont p {
	line-height: 30px;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	font-weight: 500;
}
.cont p span.active {
	color: #56BEB2;
}