.video-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.videomodule {
    width: 90%;
}

.videomodule h2 {
    text-align: center;
}

.videolist {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; /* 抵消视频项的外边距 */
}

.videoitem {
    width: calc((100% - 90px) / 3); /* 调整宽度以适应外边距 */
    margin: 15px; /* 设置视频项的外边距，控制视频之间的空隙 */
}

.videoitem video {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.videoitem p {
    text-align: center;
}

.zpimg{width: 370px;height:245px;float:left;margin-left:15px;margin-bottom:22px;}
.zpimg a{width: 370px;height:245px;}
.zpimg img{width: 370px;height:245px;}
.zpimg p{
	width: 370px;
	height: 30px;
	line-height: 30px;
	z-index: 999;
	position: relative;
	bottom: 45px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	text-align: center;
}