body {
	background: #e8e8e8;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.content {
	background: #fff;
	margin-top: -55px;
	position: relative;
}
.con_box {
	width: 540px;
	background: #fff;
	padding: 20px;
}
.con_box .title {
	width: 100%;
	height: 60px;
	background: url(title_bg_zmbg.png) no-repeat;
	text-align: center;
	line-height: 40px;
}
.con_box .title a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: red;
	float: left;
	vertical-align: 10px;
	margin-top: 23px;
	margin-right: 10px;
}
.con_box dd {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.footer {
	background: #ccc;
	margin-top: 20px;
	padding: 20px;
}

.footer p {
	text-align: center;
	color: #000;
	height: 45px;
	line-height: 45px;
}
