.main{
	min-width: 1460px;
	background: url(../img/bg-art-video.jpg) no-repeat center top;
	overflow: hidden;
}
.main .main-content{
	width: 1460px;
	padding-bottom: 220px
}
.main-content-title{
	overflow: hidden;
}
.main-content-title h1{
	font-size: 26px;
	margin-top: 45px;
	margin-bottom: 30px;
	display: inline-block;
}
.main-content-title span a{
	color: #898989;
	font-size: 12px;
}
.main-content-title span{
	color: #898989;
	font-size: 12px;
	margin-left: 10px;
}
.main-content-video{
	height: 710px;
}
.main-content-video-video{
	width: 1170px;
	height: 710px;
	background-color: black;
	float: left;
}
.main-content-video-list{
	width: 290px;
	height: 710px;
	overflow: auto;
	float: left;
	background-color: #242424;
}
.main-content-video-list-item{
	border-bottom: solid 1px #404040;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.main-content-video-list-item img{
	width: 118px;
	height: 67px;
	margin-left: 12px;
	margin-right: 10px;
	display: block;
	float: left;
}
.main-content-video-list-item h3{
	display: inline;
	font-size: 11px;
	color: #999999;
}

.main-content-video-list-item span{
	font-size: 11px;
	color: #999999;
	padding-left: 20px;
	background: url(../img/bg-video-item.png) no-repeat left center;
}
.active .main-content-video-list-item h3{
	color: #009ca6;
}
.active .main-content-video-list-item img{
	box-sizing: border-box;
	border: solid 2px #009CA6;
}
.bottom{
	background-image: url("../img/bg-video.png");
}