.exclusive-style {
	width: 950px;
}

.exclusive-style-title {
	text-align: right;
	padding: 0 50px 0;
	top: -60px;
	right: 10px;
}

.exclusive-style-title li {
	width: 160px;
	height: 24px;
	text-align: center;
	display: inline-block;
	line-height: 24px;
	margin: 0 10px;
	border: 1px solid white;
	border-radius: 5px;
	font-size: 16px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background: #3631316b;
}

.exclusive-style-title li.on {
	background: #5275B3;
}

.videoList {
	width: 100%;
	min-height: 266px;
	margin: 0 0 66px 0;
}

.videoList ul li {
	display: inline-block;
	width: 297px;
	height: 168px;
	margin: 10px 8px;
	/* border: 1px solid #2f5597; */
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.videoList ul li img {
	transition: all .4s ease;
}

.videoList ul li .yao {
	display: none;
}

.videoList ul li:hover .yao {
	display: block;
}

.videoList ul li.video::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 266;
	background: url(../image/video.png) center no-repeat;
}

.videoList ul {
	display: none;
}

.videoList ul.on {
	display: block;
}
