body{
    min-width: 1200px;
}
#videoOutherBox{
	width: 1200px;
	margin: 10px auto 50px;
	background: #3b3b3b;
	height: 580px;
  	position: relative;
}
#video-container{
	width: 810px;
  	position: absolute;
	height: 520px;
	left: 0;
	background: #000;
}
.vcp-vertical-switcher-item{
	font-size: 14px;
}

.vcp-player {
  margin: 0 auto;
}

.vcp-controls-panel {
  left: 0;
}
/*#video-container video{
	
}
#video-container .vcp-poster{
	
}*/
/*.vcp-controls-panel{
	width: 810px;
}*/
.sliderBut{
	width: 10px;
	height: 520px;
	background: #272727 url(/qynews/images/2022/screenToBig_but.png) no-repeat center;
	position: absolute;
	left: 810px;
	cursor: pointer;
	transform: "scaleX(1)";
	z-index: 999;
}
.sliderBut:hover{
	background: #222 url(/qynews/images/2022/screenToBig_but.png) no-repeat center;
}
.sliderButClick{
	background: #272727 url(/qynews/images/2022/screenToSml_but.png) no-repeat center;
}
.sliderButClick:hover{
	background: #222 url(/qynews/images/2022/screenToSml_but.png) no-repeat center;
}


#videoOutherBox .columnBox{
	width: 380px;
	height: 520px;
	float: right;
	background: #000;
	padding-left: 5px;
}
#videoOutherBox .columnBox .chooseDataBox{
	width: 168px;
	height: 24px;
	margin: 13px auto;
	background: #232728;
}
#videoOutherBox .columnBox .lastDay{
	width: 24px;
	height: 24px;
	float: left;
	background: url(/qynews/images/2022/toLastDay_butBright.png) no-repeat center;
	cursor: pointer;
}
#videoOutherBox .columnBox .lastDayDark{
	background: url(/qynews/images/2022/toLastDay_butDark.png) no-repeat center;
	cursor: default;
}
#videoOutherBox .columnBox .nextDay{
	width: 24px;
	height: 24px;
	float: left;
	background: url(/qynews/images/2022/toNextDay_butBright.png) no-repeat center;
	cursor: pointer;
}
#videoOutherBox .columnBox .nextDayDark{
	background: url(/qynews/images/2022/toNextDay_butDark.png) no-repeat center;
	cursor: default;
}
#videoOutherBox .columnBox .showDay{
	width: 120px;
	height: 24px;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

#boxscroll {
	height: 470px;
	width: 375px;
	overflow: auto;
}
#videoOutherBox .columnBox .resourcesList{
	width: 375px;
	height: 470px;
}
#videoOutherBox .columnBox .resourcesListLi{
	width: 375px;
	height: 33px;
	background: #272727;
	margin-bottom: 5px;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
}

#videoOutherBox .columnBox .resourcesListLi .time{
	float: left;
	width: 79px;
	text-indent: 12px;
}
#videoOutherBox .columnBox .resourcesListLi .title{
	float: left;
	width: 213px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#videoOutherBox .columnBox .resourcesListLi .status{
	float: left;
	border: 1px solid #fff;
	height: 24px;
	margin-top: 5px;
	line-height: 24px;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}
#videoOutherBox .columnBox .preview .status{
	border: 1px solid #888;
	color: #888;
}
#videoOutherBox .columnBox .preview .status{
	border: 1px solid #888;
	color: #888;
}
#videoOutherBox .columnBox .lookBack .status{
	border: 1px solid #52aef6;
	color: #52aef6;
}

#videoOutherBox .columnBox .livePlayNow{
	color: #52aef6;
}
#videoOutherBox .columnBox .livePlayNow .time{
	background: url(/qynews/images/2022/videoPlayNow.png)no-repeat left center;
}
#videoOutherBox .columnBox .livePlayNow .status{
	border: 1px solid #ed9728;
	color: #ed9728;
	/*cursor: auto;*/
}



.vtab{
	
	display:flex;flex-direction:row;
}

.vtab .span{
	font-size:18px;
	width:60px;
	height:30px;
}

.vtab .active{
	color:#0049a5;
	font-weight: bold;
	border-top:2px #0049a5 solid;
}

/*#videoOutherBox .columnBox .lookBackNow{
	color: #52aef6;
}
#videoOutherBox .columnBox .lookBackNow .time{
	background: url(../img/videoPlayNow.png)no-repeat left center;
}
#videoOutherBox .columnBox .lookBackNow .status{
	border: 1px solid #ed9728;
	color: #ed9728;
	cursor: auto;
}*/

.shareArea{
    display:flex;
    flex-direction:row;
    position:absolute;
    bottom:20px;
    right:10px;
}
.shareArea .shareIco{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin: 0 5px;
    cursor: pointer;
}
.shareArea .shareIco1{
    background: url(/qynews/images/2022/share_wechat_icon.png) no-repeat;
    background-size: contain;
}
.shareArea .shareIco2{
    background: url(/qynews/images/2022/share_weibo_icon.png) no-repeat;
    background-size: contain;
}
.shareArea .shareIco3{
    background: url(/qynews/images/2022/share_qzone_icon.png) no-repeat;
    background-size: contain;
}