.search-input{
	float: left;
	line-height: 38px;
	width: 270px;
	padding: 0 10px;
	border:1px solid rgba(225,228,237,1)
}
.search-bg{
	width: 50px;
	height: 40px;
	background-color: #0160E5;
}
.search-img{
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
}


.list-content{
	border:1px solid rgba(225,228,237,1);
	margin-top: 20px;
}
.list-top-title{
	font-size: 14px;
	color: #333;
	line-height: 45px;
	background:rgba(244,248,251,1);
	padding-left: 20px;
}
.list-one{
	padding: 15px;
	border-bottom: 1px solid rgba(225,228,237,1);
	cursor: pointer;
}
.list-left{
	float: left;
}
.down-img{
	width: 20px;
}
.list-test{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin-left: 10px;
}
.list-right{
	float: right;
	line-height: 26px;
	color: #333;
}

.article-title{
	text-align: center;
	font-size: 24px;
	color: #333;
}
.article-preview{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 14px;
}
#dowm-list{
	height: 600px;
}
#content{
	margin: 20px 0;
	min-height: 400px;
}
.video-div{
	width: 100%;
	height: 400px;
}
#video{
	text-align: center;
	width: 600px;
	top: 0;
	z-index: 100;
	height: 400px;
	outline:none; 
	border:0;
	background-color: #333;
}
#video:focus{ outline:none; }
.video-top{
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -300px;
}


.editable-clear-x {
  right: 15px;
  display: none;
}

.search-input:valid + .input-span {
  display: inline;
}
.input-span{
 position: absolute;
 top: 0;
 right: 0;
 color: #666;
 cursor: pointer;
 display: none;
 line-height: 40px;
 width: 40px;
 text-align: center;
}