.pindaozb{
	float: left; width: 100%;
    background: url('../img/mzb-bg.jpg') center no-repeat;
    background-size: cover;
    padding:40px 0;
}
.pindaozb .con{width: 1200px;}

/*频道直播*/
.zhiboBox{
	float: left; width: 100%;
}
.liveBox{
	width: 100%; display: block;
}
.liebiao{
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
.liebiao li{
	display: inline-block; width: 23%;
}
.liebiao li img{
	width: 100%;
}
.h40{
	height: 0;
}
.wlzb-title{
	font-size:24px; font-weight: bold; display: block;
	margin:18px 0 0; color:#3d4b72;
}
.wl-liebiao{
	width:100%; margin:10px 0 15px;
	display: block; margin-right: -1%;
}
.wl-liebiao li{
	display: inline-block; width:19%;
	margin-right:0.5%; margin-bottom:10px;
	border-radius:8px; border:1px solid transparent;
	overflow:hidden;
	position: relative;
}
.wl-liebiao li img{
	width:100%; display: block;
}
.wl-liebiao li.living::after{
	content: '正在直播';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d71425;
    padding: 2px 6px; font-size:12px;
    color: #fff; border-radius:0 0 10px 0;
}
.wl-liebiao li.living{
	border-color:#d71425;
}
.title{
	margin:20px 0 0; display: block; position: relative;
}
.title h4{display: inline-block; vertical-align: middle;
	font-size:24px; font-weight: bold; color: #3d4b72;
}
.title::before{
	content: ''; position: absolute; left: 0; top: 0;
	width: 24px; height: 24px; border-radius: 50%;
	background-color: #f1798e; 
}
.title img{height: 30px;margin:4px 6px; vertical-align: middle;
	position: relative;z-index:5; opacity:.9;
}




@media screen and (max-width: 1280px) {
	.pindaozb .con{width: 96%;}
	.wl-liebiao li{
		width:23.5%;
	}
}
@media screen and (max-width:960px) {
	.wl-liebiao li{
		width:32%;
	}
}
@media screen and (max-width: 800px) {
	.liebiao li{
	   width: 46%; margin-bottom: 20px
	}
	.wl-liebiao li{
		width:48%;
	}
}


