.videoList{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.videoItem{
	width:25%;
	margin-top:34px;
	cursor:pointer;
}
.videoImgBlock{
	width:194px;
	height:148px;
	background-color: rgba(234, 239, 243, 100);
	box-sizing:border-box;
	padding:7px;
	position:relative;
}
.videoImgCover{
	width:100%;
	height:100%;
}
.videoItemText{
	width:190px;
	margin-left:2px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color: rgba(51, 51, 51, 100);
font-size: 16px;
line-height:30px;
}
.videoItemTime{
	width:190px;
	margin-left:2px;
	color: rgba(100, 120, 140, 100);
font-size: 14px;
line-height:30px;

}
.videoPlayTag{
	position:absolute;
	width:26px;
	height:26px;
	left:20px;
	bottom:20px;
	border-radius:26px;
	z-index:2;
	background-color:rgba(255,255,255,0.85);
}
.videoPlayImg{
	width:14px;
	height:14px;
	margin:6px 0 0 6px;
}
.videoDetailTitle{
	color: rgba(16, 16, 16, 100);
font-size: 24px;
line-height:24px;
font-family:'jyBold';
text-align:center;
}
.videoDetailDate{
	display:flex;
	justify-content:center;
	margin-top:26px;
}
.videoDetailTime{
	background-color: rgba(249, 249, 249, 100);
color: rgba(153, 153, 153, 100);
font-size: 12px;
line-height:33px;
}
.videoDetailNum{
	background-color: rgba(249, 249, 249, 100);
color: rgba(153, 153, 153, 100);
font-size: 12px;
line-height:33px;
margin-left:16px;
}
.videoPlay{
	width:674px;
	height:374px;
	margin:0 auto;
	margin-top:40px;
}
