
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.zl_top {
	background-color: #f5f5f5;
}

.zl_head {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.zl_head a {
	color: #333;
}

.top_date {
	color: grey;
}

.zl_top>img {
	width: 100%;
}

.zl_content {
	margin: 20px 0;
}

.zl_content>.left {
	width: 66.666%;
}

.zl_content>.left>div {
	float: left;
	width: 50%;
}

.zl_conalt {
	margin: 8px 12px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #3573b5;
}

.zl_conalt>h4 {
	font-size: 22px;
	background-color: #3573b5;
	color: #fff;
	padding: 0 16px;
}

.zl_conalt>a {
	color: #777;
	font-size: 14px;
}

.zl_list {
	padding: 0 30px;
}

.zl_list ul li {
	height: 25px;
	line-height: 26px;
	margin: 10px 0;
}

.zl_list ul li:hover a {
	color: #3573b5;
}

.zl_list a {
	float: left;
	font-size: 16px;
	color: #333;
}

.zl_list span {
	float: right;
	font-size: 12px;
	color: #777;
}

.zl_content>.right {
	width: 33.333%;
	padding: 15px 15px 10px 15px;
	border: 1px solid #ededed;
}

.zl_rightalt>h4 {
	color: #3573b5;
	font-size: 18px;
}

.zl_rightalt>a {
	font-size: 14px;
	color: #777;
	margin-top: 4px;
}

.zl_content>.right .zl_list {
	padding: 8px 0;
}

.zl_footimg {
	margin-top: 20px;
	padding: 0 -12px;
}

.zl_footimg ul li {
	float: left;
	width: 33.333%;
	padding: 0 12px;
}

.zl_footimg img {
	width: 100%;
}