.video-list-item a:hover .anbox{
	display: block;
}
.video-list-item .video{
	position: relative;
}
.anbox{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	display: none;
}
.anbox img{
	width: 48px!important;
	height: 50px!important;
	margin: 0 auto;
	display: block;
	margin-top: 56px;
}
.g-footer p a{
	color: #e4e4e4;
}
#footer p a{
	color: #000!important;
	text-decoration: none!important;
}
.list-unstyled li{
	width: 25%;
	float: left;
	margin-left: 2%;
}
.list-unstyled li a{
	position: relative;
}
.list-unstyled li a:hover .anniu{
	display: block;
}
.anniu{
	position: absolute;
	width: 274px;
	height: 154px;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 4px;
	display: none;
}
.anniu img{
	width: 48px!important;
	height: 50px!important;
	margin: 0 auto;
	display: block;
	margin-top: 56px;
}
.clear{
	clear: both;
	float: initial;
}
.home-live .live-list li a{
	position: relative;
}
.home-live .live-list li a img{
	width: 100%;
	height: 100%;
}
.home-live .live-list li a:hover .bofang{
	display: block;
}
.bofang{
	position: absolute;
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 4px;
	display: none;
}
.bofang img{
	width: 48px!important;
	height: 50px!important;
	margin: 0 auto;
	display: block;
	margin-top: 23px;
}