body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/* 当前位置 */
.weizhi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f6f6f6;
}

.bt-weizhi {
	width: 1200px;
	margin: 0 auto;
	background: url(weizhi.png) no-repeat left center;
	padding-left: 35px;
	color: #333333;
	font-size: 14px;
}

.bt-weizhi a {
	color: #333333;
	font-size: 14px;
}

.dzz-banner {
	height: 220px;
	background: url("dzz-bg.png") center no-repeat;
}

.dzz-banner p {
	width: 1200px;
	margin: auto;
	line-height: 220px;
	font-size: 36px;
	color: #fff;
}

.dzz-main {
	width: 1200px;
	margin: 30px auto;
}

.dzz-row {
	margin: 30px -12px;
}

.dzz-col {
	width: 33.333%;
	float: left;
	margin-bottom: 30px;
	padding: 0 12px;
}

.dzz-col a {
	display: block;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	padding: 0 20px 0 55px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	position: relative;
}

.dzz-col a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #3f5896;
	position: absolute;
	top: 30px;
	left: 35px;
}

.dzz-col a:hover {
	background: #3f5896;
	color: #fff;
}

.dzz-col a:hover:before {
	background: #fff;
}

.ly-title {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.ly-title span {
	font-size: 28px;
	color: #3573b5;
	padding: 15px 0;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #3573b5;
}