.video_list{
	background: #fff;
	margin-bottom: 10px;
}
.video_list video{
	height: 170px;
	width: 100%;
	/*background: #000;*/
}
.video_list .title{
	font-size: 14px;
	padding: 10px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    background: #fff;
}
