.wz-container {
	width: 960px;
	margin: 0 auto;
}

.wz-container>.row>div {
	margin-top: 22px;
}

.wz-frame {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 22px;
}

.wz-column {
	height: 20px;
}

.wz-column-start {
	float: left;
	background-color: #1e83e1;
	width: 7px;
	margin-right: 5px;
}

.wz-column-title {
	float: left;
	font-size: 22px;
}

.wz-column-more {
	float: right;
	cursor: pointer;
}

.wz-load-more {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	cursor: pointer;
	width: 100%;
	opacity: 0.5;
}

.wz-title {
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	font-weight: bold;
	font-family: "微软雅黑","黑体","宋体";
	font-size: 15px;
}

.wz-body {
	overflow: hidden;
	font-family: "微软雅黑","黑体","宋体";
	font-size: 12px;
}

.wz-detail {
	cursor: pointer;
}

.wz-img {
	cursor: pointer;
}

.wz-detail:hover {
	opacity: 0.5;
	text-decoration: underline;
}


.wz-infobar-1 {
	width: 100%;
	float: left;
	padding-top: 22px;
	padding-bottom: 21px;
	border-bottom: 1px solid #ccc;
}

.wz-infobar-1 .wz-left {
	float: left;
	width: 30%;
	height: 154px;
}

.wz-infobar-1 .wz-right>div {
	margin-left: 30%;
	padding-left: 15px;
}

.wz-infobar-1 .wz-left>img {
	width: 100%;
	height: 100%;
}

.wz-infobar-1 .wz-right>div.wz-title {
	height: 22px;
}

.wz-infobar-1 .wz-right>div.wz-body {
	margin-top: 11px;
	margin-bottom: 11px;
	height: 88px;
}

.wz-infobar-1 .wz-right>div.wz-body>.wz-detail {
	color: #1e83e1;
	padding-right: 2px;
}

.wz-infobar-1 .wz-right>div.wz-date {
	opacity: 0.5;
	height: 22px;
}


.wz-infobar-2 {
	width: 100%;
	float: left;
	padding-top: 22px;
	border-bottom: 1px solid #aaa;
}

.wz-infobar-2 .wz-img {
	width: 100%;
	height: 154px;
}

.wz-infobar-2 .wz-img>img {
	width: 100%;
	height: 100%;
}

.wz-infobar-2 .wz-text {
	background-color: #1e83e1;
	color: #fff;
	padding: 11px;
}

.wz-infobar-2 .wz-text>div.wz-title {
	height: 22px;
}

.wz-infobar-2 .wz-text>div.wz-body {
	margin-top: 11px;
	margin-bottom: 11px;
	height: 66px;
}

.wz-infobar-2 .wz-text>div.wz-detail {
	border: 1px solid #fff;
	border-radius: 33px;
	width: 60%;
	text-align: center;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
}


.wz-infobar-3 {
	width: 100%;
	float: left;
	padding-top: 22px;
	border-bottom: 1px solid #aaa;
}

.wz-infobar-3 .wz-left {
	float: left;
	width: 55px;
}

.wz-infobar-3 .wz-right>div {
	margin-left: 55px;
	padding-left: 10px;
}

.wz-infobar-3 .wz-right>div.wz-title {
	height: 22px;
}

.wz-infobar-3 .wz-right>div.wz-body {
	margin-top: 10px;
	margin-bottom: 11px;
	height: 44px;
}

.wz-infobar-3 .wz-left>div.wz-date-day {
	font-size: 32px;
	color: #fff;
	background-color: #1e83e1;
	text-align: center;
	height: 52px;
	line-height: 52px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

.wz-infobar-3 .wz-left>div.wz-date-year-month {
	font-size: 10px;
	color: #fff;
	background-color: #1e83e1;
	text-align: center;
	height: 22px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}