
.w890 a:nth-child(4) span {
	background-position: -523px -70px;
}


.video {
	flex-wrap: wrap;
}

.videolist {
	position: relative;	
}
.videolist1{
	width: 390px;
	height: 235px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.videolist1 img{object-fit: cover;}
.videolist2{
	position: relative;	
	width: 593px;
	height: 235px;
}
.videolist3{
	width: 295px;
	height: 200px;
}

.video .videolist:nth-child(3n){
	margin-right: 0;
}
.videolist:hover {
	cursor: pointer;
}

.videoed {
	width: 41px;
	height: 41px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -100%);
	z-index: 99;
	border-radius: 100%;
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -210px;
	z-index: 100;
	width: 640px;
	height: 360px;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}

.vtit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 348px;
	height: 52px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	line-height: 52px;
	text-indent: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.vtit1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 275px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	line-height: 40px;
	text-indent: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.video_bt h1{
	font-size: 26px;
	font-weight: bold;
	color: #444444;
}
.video_bt{
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.video_bt h1 i{
	width: 13px;
	height: 13px;
	background-image: url("/images/fk.jpg");
	background-size: 100% 100%;
	margin-right: 15px;
}
.video_bt p{
	font-size: 14px;
	color: #999999;
	line-height: 43px;
}
.video_bt p span{margin-right: 20px;}

.video_nr{
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.video_nr video{
	width: 100%;
	height: 100%;
}

.hot img{
	width: 22px;
	height: 26px;
	margin-right: 15px;
}
.hot{
	font-size: 24px;
	color: #333333;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.hot::after{
	content: "";
	width: 85px;
	height: 4px;
	background-color: #009eae;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.video1 a{
	width: 593px;
	height: 235px;	
}
.video1 img{
	width: 593px;
	height: 235px;
	object-fit: cover;
}