html,body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	width: 1200px;
	margin: auto;
}
/*上传框*/
.sel{
	overflow: hidden;
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.sel h2{
	float: left;
	color: #333;
	margin: 0;
	line-height: 36px;
	margin-right: 25px;
}
.box{
	position:relative;
	float: left;
}
.box input.uploadFile{
	position:absolute;
	left: 0px;
	top:0px;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	width:276px;
	height:36px;
	overflow: hidden;
}
.box input.textbox{
	float:left;
	padding:5px;
	color:#999;
	height:24px;
	line-height:24px;
	border:1px #ccc solid;
	width:200px;
	margin-right:4px;
}
.box a.link,#play, .btns button{
	float:left;
	display:inline-block;
	border: 0;
	outline: none;
	padding:4px 16px;
	color:#fff;
	font:14px "Microsoft YaHei", Verdana, Geneva, sans-serif;
	cursor:pointer;
	background-color:#0099ff;
	line-height:28px;
	text-decoration:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#play{
	margin-left: 25px;
	background-color:#67C23A;
}
.btns button{
	margin-right: 20px;
	background-color:#E6A23C;
	
}

.content{
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
.content .left{
	width: 32%;
	float: left;
}
.content .left .video{
	max-width: 100%;
	margin-bottom: 10px;
}
.content .left .btns{
	overflow: hidden;
	margin-bottom: 10px;
}
.h3{
	color: #999;
	margin: 10px 0;
}
.content .left p{
	margin: 10px 0;
	font-size: 12px;
	color: #666;
}
.content .left .ts{
	color: #F0765E;
	font-size: 13px;
	margin: 15px 0;
}
.content .right{
	width: 65%;
	padding-left: 1.5%;
	float: right;
	border-left: 1px solid  #eee;
	min-height: 700px;
}
.content .right img{
	width: 23%;
	margin: 0 1%;
	margin-bottom: 15px;
	float: left;
}
.content .right P{
	margin: 0;
	font-size: 13px;
	color: #666;
}