.live_list_div {
	position: relative;
	width: 100%;
	height: 47vw;
	border-top:4px solid #eef1f5;
}
.live_list_div:nth-child(1) {
	border:none;
}
.live_list_div a {
	display: block;
	width: 100%;
	height: 100%;
}
.live_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.live_img img {
	width: 100%;
}
.live_pos {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.live_list_div:hover .live_pos {
	background:rgba(0,0,0,.3);
}
.live_pos_inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	padding: 0 3% 12px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.live_pos_inner h3 {
	font-size: 17px;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}
.live_pos_inner b {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
	padding: 0 5px;
	border-radius: 3px;
}
.live_pos_inner b.living {
	background: #df3333;
}
.live_pos_inner b.will_live {
	background: #00a1ff;
}
.live_pos_inner b.look_back {
	background: #a1a1a1;
}
.live_pos_inner b i {
	margin-right: 3px;
}
.live_pos_inner b i.live_icon {
	font-size:20px;
	vertical-align: -4px;
}
.live_pos_inner b i.tip_icon {
	font-size:14px;
	vertical-align: -2px;
}
.live_pos_inner span {
	float:right;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
	margin-left: 6px;
	letter-spacing:-0.5px;
}