.video-list{
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
	width: 480px;
	height: 80px;
	margin: 0 auto;
}
.video-list div{
	width: 155px;
	height: 30px;
	margin-bottom: 10px;
	border-top: 5px solid #009400;
	text-align: center;
	line-height: 30px;
}
.video-list div a{
	font-weight: bold;
}



.video-box-s {
	width: 595px;
	height: 400px;
	background: red;
	margin: 0 auto;
}

.video-box-s video{
	width: 100%;
	height: 100%;
}