﻿.zblist{
	width:100%;
	margin:0 auto;
	padding:0.3rem 0.2rem;
}
.zblist ul{
	margin:0;
}
.zblist ul li{
	width:50%;
	float:left;
	padding:0.18rem;
	padding-top:0;
}
.zblist ul li .zblistmain{
	width:100%;
	height:100%;
	display:block;
	padding:0.06rem;
	padding-bottom:0;
	box-shadow:0.03rem 0.05rem 0.08rem #bababa;
	color:#282828;
	border-radius:0.05rem;
}
.zblistmain .zbimgbox{
	position:relative;
	height:4.35rem;
	overflow:hidden;
}
.zblistmain .zbimgbox .zbceng{
	opacity:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/zhibo/1.png) no-repeat center center;
	background-size:0.7rem;
	background-color:rgba(0,0,0,0.6);
}
.zblistmain .zbimgbox img{
	width:100%;
	height:4.35rem;
}
.zblistmain .zbtextbox{
	line-height:0.48rem;
	font-size:0.16rem;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.zbbtnbox{
	padding-top:0.15rem;
	padding-left:0.08rem;
	padding-right:0.08rem;
	display:flex;
	justify-content:space-between;
}
.zbbtnbox a{
	display:inline-block;
	color:#fff;
	font-size:0.20rem;
	padding:0 0.10rem;
	line-height:0.32rem;
	background:#d7af7e;
	white-space:nowrap;
	border-radius:0.05rem;
	box-shadow:0.02rem 0.03rem 0.05rem #cacac2;
	text-shadow: 0.02rem 0.02rem 0.02rem #666;
}
/*.videoCengbox{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
.videoCeng{
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
*/