img{
	cursor: pointer;
	border: none;
}
.video_main{
	width:100%;
}
.video_main h1{
	height:50px;
	line-height:50px;
	background:#fff0eb;
	font-size:18px;
	text-indent:30px;
	border-bottom: 1px solid #e0ddd8;
	color:#fa5827;
	margin:0;
}
.video_main ul{
	margin:0;
	padding:0;
}
.video_main li{
	height:50px;
	background:#fff0eb;
	border-bottom: 1px solid #e0ddd8;
	cursor: pointer;
}
.video_main li p{
	height:50px;
	line-height:50px;
	color:#7a7a7a;
	font-size: 16px;
	text-indent:30px;
	float:left;
	width:80%;
	margin:0px;
}
.video_main li span{
	float:right;
	display: inline-block;
	line-height:50px;
	font-size:16px;
	color:#7a7a7a;
	margin-right:30px;
}
.video_main li button{
	float:right;
	display: inline-block;
	line-height:30px;
	height:30px;
	width:80px;
	font-size:14px;
	margin-right:20px;
	background: #fd6301;
	color:#fff;
	display:none;
	border:none;
	border-radius:3px;
	margin-top: 10px;
}
.video_list_main h1{
	height:60px;
	line-height:60px;
	background:#fff0eb;
	color:#fa5827;
	text-indent:30px;
	font-size:16px;
	border:1px solid #e0ddd8;
	border-bottom:none;
	margin:0px;
	text-align:center;
}
.video_list_main h1 img{
	height:50px;
	width:120px;
	float:left;
	margin-top:5px;
	margin-left: 20px;
}
.video_list_main h1 p{
	width:500px;
	text-align:center;
	margin:0 auto;
}
.video_list_main dl{
	height:152px;
	border:1px solid #e0ddd8;
	border-top:none;
	margin:0px;
}
.video_list_main dl dd{
	float:left;
	width:25%;
	margin-top:22px;
	margin-left:30px;
	position:relative;
}
.video_list_main dl .video_pull{
	position:absolute;
	height:27px;
	width:27px;
	top:45px;
	left:80px;
}
.video_list_main dl dt{
	float:left;
	width:65%;
}
.video_list_main dl dd img{
	height:107px;
	width:180px;
}
.video_list_main .title{
	height:50px;
	line-height:50px;
	margin-top: 20px;
	font-size:16px;
	color: #999;
	margin-bottom:10px;
	
}
.video_list_main .timer{
	height:30px;
	line-height:30px;
	color:#afafaf;
}
.video_list_main .timer img{
	float:left;
	margin-top: 5px;
	margin-right:10px;
}
.video-list{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11111;
	background-color: #333;
}

.video-list video{
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;
}

.video-cancel{
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    z-index: 111111;
}