/*视频*/
.videos{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:31px;
	margin-bottom: 30px;
	}
.video_b{
	width:100%;
	height:569px;
	background:#1a1a1a;
	margin-top:20px;
	}
.mBoxl_t{
	width:100%;
	height:26px;
	padding-bottom:12px;
	border-bottom:1px solid #ececec;
	overflow:hidden;	
	}
.box_title{
	display:block;
	width:74px;
	height:26px;
	line-height:26px;
	background:#222;
	text-align:center;
	color:#fff;
	font-size:14px;
	float:left;
	}
.box_list{
	float:right;
	height:26px;
	overflow:hidden;
	}
.box_list_l{
	float:right;
	height:26px;
	line-height:26px;
	}
.box_list_l a{
	color:#c5c5c5;
	font-size:12px;
	float:left;
	padding-left:11px;
	padding-right:11px;
	}
.box_list_l a.on{
	color:#000;
	}
.box_list_r{
	float:right;
	overflow:hidden;
	}
.video_b_in{
	width:1260px;
	height:569px;
	margin:0 auto;
	overflow:hidden;
	}
.video_ls{
	width:830px;
	height:566px;
	border-radius:6px;
	background:#000;	
	/* float:left; */
	margin:  0 auto;
	overflow:hidden;
	position:relative;
	margin-top:3px;
	}
.video_ls.on{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999;
	}	
.video_rs{
	width:430px;
	height:569px;
	border-radius:6px;
	background:#1a1a1a;	
	float:left;
	}
#vids{
	display:block;
	width:100%;
	height:100%;
	object-fit:fill;
	}
.title_top{
	position:absolute;
	top:-26px;
	left:36px;
	width:100%;
	height:28px;
	line-height:28px;
	font-size:20px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:0.5s;
	transition-delay:0.3s;
	opacity:0
	}
.list_right{
	width:20px;
	height:auto;
	overflow:hidden;
	top:33px;
	right:-26px;
	position:absolute;
	transition:0.5s;
	transition-delay:0.3s;
	opacity:0;
	}
.video_ls:hover .title_top{
	opacity:1;
	top:36px;
	}
.video_ls:hover .list_right{
	opacity:1;
	right:30px;
	}	