.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%;
	/*min-height: 675px;*/
}
.liveBox{
	width: 100%; display: block;
}
.liebiao{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
.liebiao li{
	margin-left: 10px;
	display: inline-block; width: 23%;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.liebiao .curr {
	border: 2px solid #e73b53;
}

.liebiao li img{
	width: 100%;
	height: 100%;
	
}
.h40{
	height: 0;
}
@media screen and (max-width: 1280px) {
	.pindaozb .con{width: 96%;}
}
@media screen and (max-width: 800px) {
	.liebiao li{
	   width: 46%; margin-bottom: 20px
	}
}


