.Video_detail_content{
	margin: 1.2rem auto 0.6rem auto;
}
.Video_detail_content header{
	width: 10rem;
	margin: 0 auto;
	text-align: center;
}
.Video_detail_content header h3{
	font-size: 0.28rem;
	letter-spacing: 0.02rem;
	margin-bottom: 0.3rem;
}
.Video_detail_content header p{
	font-size: 0.15rem;
	color: #333;
	letter-spacing: 0.015rem;
	margin:0 auto 0.25rem auto;
	width: 10rem;
	line-height: 0.26rem;
}
.Video_detail_banner{
	/*height: 7rem;*/
	background-color: #eee;
	margin-bottom: 0.35rem;
}
.Video_detail_more{
	margin-bottom: 0.06rem;
}
.Video_detail_more h4{
	text-align: left;
	margin-bottom: 0.15rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.015rem;
}
.Video_ul li{
	width: 5.14rem;
	height: 3.6rem;
	margin-bottom: 0.25rem;
	background-color: #eee;
	overflow: hidden;
	position: relative;
}
.Video_ul li .video_img{
	width: 5.14rem;
	height: 3.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.Video_ul li p{
	text-align: center;
	font-size: 0.145rem;
	letter-spacing: 0.015rem;
	height: 0.4rem;
	line-height: 0.4rem;
}
.Video_mask{
	position: relative;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	cursor: pointer;
	top: 0;
	width: 5.14rem;
	height: 3.2rem;
	z-index: 99;
	display: none;
}
.Video_mask img{
	width: 0.45rem;
	height: 0.45rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.Video_ul li:hover .Video_mask{
	display: block;
}