body {
	background-color: #FAFAFA;
}

/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}


.vadio-cont {
	background-color: #F5F5F5;
}

.vadio-cont1 {
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

.vadio-cont1 .cont-title {
	border-bottom: 1px solid #EEEEEE;
}

/* 播放视频 */
.video-box {
	position: relative;
	width: 100%;
}
.video-box>.video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1;
}
.video-box .video-poster {
	position: relative;
	z-index: 2;
}

.video-box .video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, .3); */
	z-index: 3;
}

.video-box .video-mask .play-btn {
	cursor: pointer;
}

/* 视频列表 */

.side-link {
	position: relative;
}

.side-link:hover {
	color: #C8C8C8;
}

.side-link::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: rgba(200, 200, 200, .3);
}

.side-link>img {
	height: 15px;
}

.list-header {
	padding: 80px 0 40px;
}

.list-item {
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
}


/* 视频弹窗 */
.video-model {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.video-model .model-box {
	position: relative;
	width: 50%;
	height: 50%;
	background-color: #000000;
}

.video-model .model-box .clear {
	position: absolute;
	top: -28px;
	right: -28px;
	color: #FFFFFF;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: all .3s;
}

.video-model .model-box .clear:hover {
	transform: rotate(90deg);
}


/* 分页 */
.pagination a {
	border: 0 none !important;
	color: #666666 !important;
}

.pagination>li>a, .pagination>li>span {
	padding: 6px 2px 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.pagination>li.active a,.pagination>li a:hover {
	background-color: transparent !important;
	border-bottom: 1px solid #00586E!important;
	color: #00586E !important;
	border-radius: 0;
	transition: all 0s;
}

.video_bombox_fix {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 5;
}

.video_bombox_fix .video-player {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	z-index: 6;
	margin-top: -300px;
	margin-left: -512px;
}

.video_bombox_fix .video-player .clear {
	position: absolute;
	top: -28px;
	right: -28px;
	color: #FFFFFF;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: all .3s;
}

.video_bombox_fix .video-player .clear:hover {
	transform: rotate(90deg);
}

.icon_play_video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	background: url(../img/icon/play.png) no-repeat;
	background-size: 38px;
	z-index: 2;
	margin-top: -19px;
	margin-left: -19px;
}

/* 2020/11/25 */
.text-lg span {
	font-size: 20px;
}
