.videoCourse {
	width: 830px;
	padding-bottom: 30px;
	overflow: hidden;
}

.videoCourse .videoCourse-title {
	margin-bottom: 23px;
	font-size: 24px;
	color: #333;
}

.videoCourse-title {
	display: flex;
	justify-content: space-between;
}

.videoCourse-title .cp-title i {
	display: inline-block;
	width: 4px;
	height: 24px;
	margin-right: 21px;
	vertical-align: -4px;
	background-color: #187AFB;
}

.videoCourse-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.videoCourse-items li {
	width: 260px;
	height: 120px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #187AFB;
	box-sizing: border-box;
	background: url(../../CloudTesting/images/videoCourse-bg.jpg) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.videoCourse-items::after {
	content: "";
	display: block;
	width: 260px;
}

.palyImg {
	width: 36px;
	height: 36px;
	margin: 20px auto;
	background: url(../../CloudTesting/images/videoCourse-play.png) no-repeat;
}

.videoCourse-items li p {
	color: #333;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:1024px) {
	.videoCourse {
		width: 90%;
		margin: 0 auto;
	}
	.videoCourse .videoCourse-items {
		width: 100%;
	}
	.videoCourse-items li {
		width: 49%;
	}
}