.zb-left {
	width: 800px;
	border: 1px solid #efefef;
	padding: 10px;
	float: left;
}
.zb-right {
	width: 340px;
	border: 1px solid #efefef;
	float: right;
}
.zb-right a:hover{
	font-weight: bold;
}
.zb-cell {
	width: 700px;
	float: left;
}
.zb-title {
	font-size: 22px;
    font-weight: 600;
    color: #a40000;
    background: url(../img/play_icon.png) left 6px no-repeat;
    text-indent: 40px;
}
.zb-code {
	width: 80px;
	height: 80px;
	float: right;
}
.zb-time {
	font-size: 15px;
	color: #666;
	margin-top: 20px;
}
.zb-video {
	margin-top: 20px;
}
.zb-video video {
	display: block;
	margin: 0;
	width: 800px;
	height: 450px;
}
.zb-tab {
	background: #f5f5f5;
	font-size: 16px;
	height: 46px;
}
.zb-tab .itm {
	float: left;
    text-align: center;
    width: 158px;
    line-height: 38px;
    margin: 8px 6px 0px;
    color: #999;
    cursor: pointer;
}
.zb-tab .itm.active {
	color: #333333;
	background: #fff;
}
.js-itm {
	position: relative;
    height: 524px;
    overflow: hidden;
}
.zb-ct {
    overflow-y: auto;
    position: relative;
}
.zb-itm {
	padding: 0 10px;
	margin: 15px 0;
}
.zb-itm .u-name {
	font-size: 14px;
	color: #666;
}
.zb-itm .u-time,
.hd-itm .u-time {
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 3px;
}
.zb-itm .u-summary, .zb-itm .u-description, .zb-itm .inviter{
	color: #333333;
    font-size: 13px;
    line-height: 2;
    background: #f5f5f5;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}
.zb-itm .u-summary:before {
	content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: -8px;
    left: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
}
.zb-itm .u-photo {
	display: block;
	margin-top: 10px;
	width: 100%;
	*max-width: 272px;
}
.zb-itm .u-photo-cell {
	margin: 0 -1.66%;
}
.zb-itm .u-photo-cell img {
	margin: 1.66%;
	*margin: 1.33%;
	width: 30%;
	float: left;
}
.u-photo-big {
	position: relative;
    margin: 15px 0px 5px;
}
.u-photo-big .u-close {
	position: absolute;
    background: url(../img/close_icon.png) center center no-repeat;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    border-radius: 50%;
}
.u-photo-big img {
	width: 100%;
	*max-width: 272px;
	display: block;
}
.u-video video {
	display: block;
	width: 100%;
}
.hd-ct {
	height: 433px;
	overflow-x: hidden;
	overflow-y: auto;
    position: relative;
}
.hd-itm {
	margin: 15px 0;
}
.hd-itm .u-avater {
	width: 40px;
	height: 40px;
	float: left;
    margin-right: 10px;
}
.hd-itm .u-name {
	font-size: 13px;
	color: #666;
}
.zb-form {
	position: absolute;
    bottom: 0;
    width: 320px;
    left: 0;
    padding: 10px;
    background: #f5f5f5;
    font-size: 13px;
}
.zb-form .u-link {
	color: #e60012;
}
.zb-form .u-fm {
	margin-top: 10px;
}
.zb-form .u-area {
	width: 250px;
    height: 30px;
    border: 0;
    padding: 2px 5px;
    margin-right: 4px;
    font-size: 14px;
}
.zb-form .u-sub {
	color: #fff;
    background: #d91f2b;
    border: 0;
    height: 34px;
    width: 51px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}