/*视频新闻*/
/*$$
{"color":[{"val":"#000000","title":"栏目默认文字颜色"},
{"val":"#ffffff","title":"标题文字颜色"},
{"val":"#0053b6","title":"查看更多鼠标滑过文字颜色"}],
"background":[{"val":"#0053b6","title":"栏目底部边框颜色/查看更多按钮默认背景颜色"},
{"val":"#000000","title":"视频底层背景颜色"},
{"val":"#ffffff","title":"查看更多鼠标滑过背景颜色"}],
"border":[{"val":"#0053b6","title":"查看更多鼠标滑过边框"}]}
$$*/
#video_154 {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

#video_154 .column {
	width: 100%;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	margin: 20px 0 40px 0;
}

#video_154 .column::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: rgba(255, 112, 17, 1);
	left: 50%;
	transform: translateX(-50%);
}

#video_154 .column .tit-1 {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}

#video_154 .column .tit-2 {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}

#video_154 .videoBox {
	width: 100%;
}

#video_154 .conL {
	width: 50%;
	height: 445px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#video_154 .btnplay {
	background: url(./../../../static/images/NP00026_01.png) no-repeat;
	background-size: 100%;
	width: 76px;
	height: 76px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#video_154 .bj {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	transition: all .3s;
}

#video_154 .videItem:hover .bj,
#video_154 .conL:hover .bj {
	opacity: 0.3;
}

#video_154 .title {
	height: 70px;
	line-height: 70px;
	width: 100%;
	position: absolute;
	padding: 0 40px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #ffffff;
}

#video_154 .videoCon{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background: #000000;
	transition: all .3s;
}

#video_154 .simImg_spec18 .img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	bottom: 0;
	transform-origin: bottom;
	-moz-transform-origin: bottom;
	-webkit-transform-origin: bottom;
	transform: perspective(600px) rotateX(0deg);
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
}

#video_154 .simImg_spec18:hover .img {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transform: perspective(600px) rotateX(90deg);
	-webkit-transform: perspective(600px) rotateX(90deg);
	-moz-transform: perspective(600px) rotateX(90deg);
}

#video_154 .simImg_spec18 .caption {
	z-index: 0;
	top: 0;
	transform-origin: top;
	-moz-transform-origin: top;
	-webkit-transform-origin: top;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#video_154 .simImg_spec18 .caption{
	position:absolute;
	bottom:0; 
	left:0; 
	width:100%;
	height:100%;
	color:#fff; 
	padding-top:0; 
	overflow:hidden;
}
#video_154 .simImg_spec18:hover .caption {
	z-index: 1;
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
}

#video_154 .simImg_spec18 .caption .captionbg {
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#video_154 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

#video_154 .conR {
	width: 50%;
	float: left;
}

#video_154 .conR .videItem {
	width: calc(50% - 15px);
	margin: 0 0 15px 15px;
	height: 215px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#video_154 .videItem:hover img,
#video_154 .conL:hover img {
	transform: scale(1.1);
}

#video_154 .conR .videItem .btnplay {
	background: url(./../../../static/images/NP00026_02.png) no-repeat;
	background-size: 100%;
	width: 56px;
	height: 56px;
}

#video_154 .conR .videItem .title {
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	font-size: 18px;
}

#video_154 .btn {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

#video_154 .btnMore {
	float: left;
	width: 230px;
	height: 44px;
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background: rgba(255, 112, 17, 1);
	color: #ffffff;
	line-height: 44px;
	-webkit-transition: all .6s;
	transition: all .6s;
}

#video_154 .btnMore span {
	position: relative;
	z-index: 1;
}

#video_154 .btnMore::before {
	position: absolute;
	content: '';
	background: #ffffff;
	top: 0;
	width: 0;
	height: 100%;
	left: 50%;
	transition: all .3s;
	border: rgba(255, 112, 17, 1) solid 2px;
	border-radius: 40px;

}

#video_154 .btnMore:hover {
	color: rgba(255, 112, 17, 1);
}

#video_154 .btnMore:hover::before {
	width: 100%;
	left: 0;
}

@media screen and (max-width: 1200px) {
	#video_154 {
		width: 100%;
		padding: 30px 20px;
	}
}

@media screen and (max-width: 768px) {
	#video_154 {
		width: 100%;
		padding: 20px 0;
	}

	#video_154 .column {
		margin: 0;
	}

	#video_154 .column .tit-1 {
		font-size: 24px;
		line-height: 30px;
	}

	#video_154 .column .tit-2 {
		font-size: 14px;
	}

	#video_154 .conL {
		width: calc(100% - 30px);
		height: 250px;
		margin: 20px 15px;
	}

	#video_154 .conR {
		width: 100%;
		padding-right: 15px;
	}

	#video_154 .conR .videItem {
		height: 150px;
	}

	#video_154 .title {
		line-height: 40px;
		height: 40px;
		font-size: 18px;
		padding: 0 15px;
	}

	#video_154 .conR .videItem .title {
		padding: 0 10px;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}

	#video_154 .btn {
		margin-top: 20px;
	}

	#video_154 .btnMore {
		width: 200px;
		height: 36px;
		font-size: 16px;
	}

	#video_154 .btnMore::before {
		padding-top: 7px;
	}
}
