body{
	background: #f1f0ed;
}
.title{
	font-size: 22px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	background: #FFFFFF;
	border-bottom: 1px solid #e9e9e9;
}
.content{
	width: 1280px;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 auto;
	padding: 30px 0 80px;
}
.content h3{
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
}
.red{
	color: #FF0000;
}
.bottom{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #d1d1d2;
}
.bottom a,.bottom p{
	display: inline-block;
	margin: 0 10px;
	color: #4b4a4a;
}
.bottom_info{
	margin-top: 20px;
	text-align: right;
}

/* 适配   */
@media (max-width: 768px) {
	.title{
		height: 50px;
		line-height: 50px;
	}
	.content{
		width: 92%;
		padding: 15px 0 60px;
	}
	.bottom{
		display: none;
	}
}