/*视频新闻*/

/*$$

{"color":[{"val":"#000000","title":"栏目默认文字颜色"},

{"val":"#ffffff","title":"标题文字颜色"},

{"val":"#b8060b","title":"查看更多鼠标滑过文字颜色"}],

"background":[{"val":"#b8060b","title":"栏目底部边框颜色/查看更多按钮默认背景颜色"},

{"val":"#000000","title":"视频底层背景颜色"},

{"val":"#ffffff","title":"查看更多鼠标滑过背景颜色"}],

"border":[{"val":"#b8060b","title":"查看更多鼠标滑过边框"}]}

$$*/

#video_146 {

	width: 1200px;

	margin: 0 auto;

}



#video_146 .column {

	width: 100%;

	color: #000000;

	position: relative;

	padding-bottom: 10px;

	margin: 20px 0 40px 0;

}



#video_146 .column::after {

	content: '';

	position: absolute;

	bottom: 0;

	width: 46px;

	height: 3px;

	background: #b8060b;

	left: 50%;

	transform: translateX(-50%);

}



#video_146 .column .tit-1 {

	font-size: 32px;

	line-height: 40px;

	text-align: center;

}



#video_146 .column .tit-2 {

	font-size: 15px;

	line-height: 24px;

	text-align: center;

}



#video_146 .videoBox {

	width: 100%;
	display: flex;
	justify-content: space-between;

}



#video_146 .conL {

	width: 50%;

	height: 445px;

	float: left;

	position: relative;

	overflow: hidden;

	cursor: pointer;

}



#video_146 .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_146 .bj {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: #000000;

	opacity: 0;

	transition: all .3s;

}



#video_146 .videItem:hover .bj,

#video_146 .conL:hover .bj {

	opacity: 0.3;

}



#video_146 .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_146 .videoCon {

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 999;

	background: #000000;

	transition: all .3s;

}



#video_146 .simImg_spec18 .img {
	width: 100%;

	height: 100%;

	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_146 img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all .3s;

}



#video_146 .conR {

	width: 50%;

	float: left;

}



#video_146 .conR .videItem {

	width: calc(50% - 15px);

	margin: 0 0 15px 15px;

	height: 215px;

	float: left;

	position: relative;

	overflow: hidden;

	cursor: pointer;

}



#video_146 .videItem:hover img,

#video_146 .conL:hover img {

	transform: scale(1.1);

}



#video_146 .conR .videItem .btnplay {

	background: url(./../../../static/images/NP00026_02.png) no-repeat;

	background-size: 100%;

	width: 56px;

	height: 56px;

}



#video_146 .conR .videItem .title {

	padding: 0 20px;

	line-height: 50px;

	height: 50px;

	font-size: 18px;

}



#video_146 .btn {

	width: 100%;

	display: flex;

	justify-content: center;

	margin-top: 35px;

}



#video_146 .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: #b8060b;

	color: #ffffff;

	line-height: 44px;

	-webkit-transition: all .6s;

	transition: all .6s;

}



#video_146 .btnMore span {

	position: relative;

	z-index: 1;

}



#video_146 .btnMore::before {

	position: absolute;

	content: '';

	background: #ffffff;

	top: 0;

	width: 0;

	height: 100%;

	left: 50%;

	transition: all .3s;

	border: #b8060b solid 2px;

	border-radius: 40px;



}



#video_146 .btnMore:hover {

	color: #b8060b;

}



#video_146 .btnMore:hover::before {

	width: 100%;

	left: 0;

}

#video_146 .videoBox .part {
	width: 30%;
}

#video_146 .videoBox .part .t {
	font-size: 16px;
	color: #b8060b;
	margin-top: 60px;
	margin-bottom: 50px;
	height: 30px;
	line-height: 30px;
}

#video_146 .videoBox .part .t .t-1 {
	margin-right: 12px;
	float: left;
	width: 3px;
	height: 30px;
	background: #b8060b;
}

#video_146 .videoBox .part .t .t-2 {
	text-transform: uppercase;
	vertical-align: bottom;
	float: left;
}

#video_146 .videoBox .part .t .t-3 {
	text-transform: uppercase;
	vertical-align: bottom;
	float: left;
	margin-left: 15px;
}

#video_146 .videoBox .part .t .t-4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: bottom;
	float: right;
	color: #b8060b;
}

#video_146 .videoBox .part .m {
	width: 100%;
	height: 220px;
	margin-bottom: 40px;
}

#video_146 .videoBox .part .m img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#video_146 .videoBox .part .u {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

#video_146 .videoBox .part .u a{
	font-size: 14px;
	color: #2e2e2e;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	display: block;
}

#video_146 .videoBox .part .u a span {
	background: #fdb44a;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 20px;
	display: inline-block;
	vertical-align: baseline;
}
.ad {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.ad img{
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
	display: block;
}

#video_146 #wap_videoBox{
	display: none;
}

#video_146 .videoBox .part .u{
	margin-bottom: 0;
}


@media screen and (max-width: 1200px) {

	#video_146 {

		width: 100%;

		padding: 30px 20px;

		overflow: hidden;

	}

}



@media screen and (max-width: 768px) {

	#video_146 {

		width: 100%;

		padding: 20px 0;

	}



	#video_146 .column {

		margin: 0;

	}



	#video_146 .column .tit-1 {

		font-size: 24px;

		line-height: 30px;

	}



	#video_146 .column .tit-2 {

		font-size: 14px;

	}



	#video_146 .conL {

		width: calc(100% - 30px);

		height: 250px;

		margin: 20px 15px;

	}



	#video_146 .conR {

		width: 100%;

		padding-right: 15px;

	}



	#video_146 .conR .videItem {

		height: 150px;

	}



	#video_146 .title {

		line-height: 40px;

		height: 40px;

		font-size: 18px;

		padding: 0 15px;

	}



	#video_146 .conR .videItem .title {

		padding: 0 10px;

		font-size: 14px;

		line-height: 30px;

		height: 30px;

	}



	#video_146 .btn {

		margin-top: 20px;

	}



	#video_146 .btnMore {

		width: 200px;

		height: 36px;

		font-size: 16px;

	}



	#video_146 .btnMore::before {

		padding-top: 7px;

	}

	#video_146 .videoBox .part {
		width: 90%;
		margin: 0 auto;
	}

	#video_146 .videoBox .part .t {
		font-size: 16px;
		color: #b8060b;
		margin-top: 0px;
		margin-bottom: 30px;
		height: 30px;
		line-height: 30px;
	}
	#video_146 #pc_videoBox{
		display: none;
	}
	#video_146 #wap_videoBox{
		display: block;
		overflow: hidden;
		width: 100%;
	}
	/* .ad {
		height: 300px;
	}
	.ad img{
		height: 300px;
	} */

}