/* reset */
.m-slide {
	position: relative;
	width:100%;
	height: 350px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	background: #fff
}
.vlistdesc{
	position: absolute;
	width: 1000px;
	height: 80px;
	z-index: 999;
	margin-top: -80px;
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
	color: #fff;
}
.vlistdesc button{
	background: #f60;
    border: 1px solid #f60;
    float: left;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    margin-top: 3px;
}
.m-slide .bottom-shadow {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background: #e6e6e6;
	border-bottom: 1px solid #ececec
}
.m-slide .img {
	float: left;
	position: relative
}
.m-slide .img li, .m-slide .img a, .m-slide .img img {
	display: block;
	width: 1000px;
	height: 350px
}
.m-slide .img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0
}
.m-slide .img .first {
	display: block
}
.m-slide .tab {
	float: right
}
.m-slide .tab li {
*margin-bottom: -3px;
	border-top: 1px solid #e5e5e5;
	width: 278px
}
.m-slide .tab .first {
	border-top: 0
}
.m-slide .tab a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 200px;
	height: 49px;
	border-left: 3px solid #fff
}
.m-slide .tab a b {
	position: absolute;
	left: 0;
	top: 20px;
	width: 4px;
	height: 11px;
	overflow: hidden
}
.m-slide .tab a span {
	position: absolute;
	overflow: hidden
}
.m-slide .tab a .title {
	left: 100px;
	top: 15px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666
}
.m-slide .tab a .des {
	left: 18px;
	top: 26px;
	height: 16px;
	line-height: 16px;
	color: #999
}
.m-slide .tab .first a {
	height: 50px
}
.m-slide .tab .on a {
	border-left: 3px solid #41a1f2
}
.m-slide .tab .on a b {
	background: url(../images/video/dot.png) no-repeat
}
.m-slide .tab .on a span {
	color: #41a1f2
}