.section {
	padding: 0;
}

.video_top {
	padding: 50px 0;
}

.focus_video {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 8px;
	overflow: hidden;
}

.focus_video .tag {
	display: inline-block;
	padding: 5px 15px;
	background: #009ade;
	color: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
}

.focus_video .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.focus_video > img, .text_focus_video {
	width: 50%;
}

.text_focus_video {
	position: relative;
	padding: 50px 50px 100px 50px;
	background: #f2f2f2;
}

.video_top .button img {
	height: 16px;
	margin-left: 5px;
}

.video_top .button {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: calc( 100% - 100px );
}

/**影音列表**/

/**slide**/

.slide {
	position: relative;
	width: calc( 100% + 25px);
	margin-right: -25px;
	margin-bottom: -25px;
}

.slide_item {
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.content_index .slick-list {
	padding: 10px 0 !important;
}

.slick-next, .slick-prev {
	font-size: 0;
	border: 0;
}

.slick-next {
	position: absolute;
	top: calc( 50% - 30px );
	right: -50px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: url("/2020/images/arrow_next.svg") center no-repeat;
	background-size: contain;
}

.slick-prev {
	position: absolute;
	top: calc( 50% - 30px );
	left: -75px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: url("/2020/images/arrow_prev.svg") center no-repeat;
	background-size: contain;
}


.slick-disabled {
	opacity: 0;
}

.list_video {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

.list_video .slide_item {
	width: calc( 100%/4 - 25px);
}

	.list_video .slide_item a {
		display: block;
		padding: 20px;
		color: #333;
		border-radius: 5px;
		background: #fff;
		position: relative;
		top: 0;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		transition: .2s;
	}

.list_video .slide_item a:hover {
	top: -5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}


.list_video .slide_item .video_img_area {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.list_video .slide_item .video_img_area > img {
	width: 100%;
}

.list_video .slide_item .video_img_area:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url('/2020/images/play_cover.png') center no-repeat;
	background-size: 50px 50px;
}

.slide_video .slick-list {
	padding: 10px 0;
	margin: -25px 0;
}

.list_video .slide_text {
	width: 100%;
}


.list_video h3 {
	height: 28px;
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_video p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_video .button img {
	height: 16px;
	margin-left: 5px;
}



.area_video {
	width: 100%;
	padding: 25px 0 0;
}

.area_video + .area_video {
	border-top: #aaa 1px solid;

}


/**inside**/

.video_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 25px;
	border-top: #aaa 1px solid;
}

.video_detail {
	width: calc( 100% - 350px );
	border-radius: 8px;
	overflow: hidden;
}

.area_video_detail {
	width: 100%;
}

.text_video_detail {
	padding: 50px;
	background: #f2f2f2;
}

.top_text_video_detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: -25px;
}

.top_text_video_detail .tag {
	padding: 5px 15px;
    background: #009ade;
    color: #fff;
    border-radius: 5px;
}

.text_video_detail .title h1 {
	font-size: 25px;
	margin-bottom: 15px;
}

.text_video_detail p {
	margin-bottom: 15px;
}

.text_video_detail .date {
	font-size: 13px;
}

.area_video_detail iframe {
	width: 100%;
	border: 0;
	background: #333;
}

.video_more_list {
	position: relative;
	width: 325px;
	padding: 50px 25px;
	border-radius: 8px;
	background: #f2f2f2;
	overflow: hidden;
}

.item_video_more_list {
	width: 100%;
	margin-bottom: 25px;
}

.item_video_more_list a {
	color: #333;
}

.item_video_more_list img {
	width: 100%;
	margin-bottom: 10px;
}

.video_more_list .slick-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	margin: 0;
	background: #009ade url('/2020/images/arrow_up_w.svg') center no-repeat;
	background-size: contain;
}

.video_more_list .slick-next {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	margin: 0;
	background: #009ade url('/2020/images/arrow_down_w.svg') center no-repeat;
	background-size: contain;
}

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

	.video_top {
		padding: 50px 0 25px 0;
	}

	.focus_video {
		flex-direction: column;
	}

	.focus_video .tag

	.focus_video .title {
		font-size: 16px;
	}

	.focus_video > img, .text_focus_video {
		width: 100%;
	}

	.text_focus_video {
		padding: 25px 25px 100px 25px;
	}

	.video_top .button img

	.video_top .button {
		position: absolute;
		bottom: 25px;
		left: 25px;
		width: calc( 100% - 50px );
	}

	
	/**影音列表**/

	.list_video .slide_item {
		padding: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	.slide {
		width: calc( 100% + 10px );
	}

	.slick-list {
		overflow: visible !important;
	}

	.slide_item {
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.slide_text {
		padding: 0;
	}


	.area_video {
		padding-top: 0px;
	}

	.area_video + .area_video {
		padding-top: 25px;
	}

	.list_activity {
		padding: 25px 0 !important;
	}

	.list_video .slide_item {
		width: 100%;
		margin-bottom: 15px;
	}

	/**inside**/

	.video_detail {
		width: 100%;
	}

	.video_content {
		flex-direction: column;
	}

	.text_video_detail {
		padding: 25px;
	}

	.top_text_video_detail {
		flex-direction: column;
		margin-bottom: -15px;
	}

	.top_text_video_detail .tag {
		margin-bottom: 15px;
	}

	.text_video_detail .title {
		font-size: 20px;
	}

	.video_more_list {
		width: calc( 100% + 10px );
		padding: 25px 0;
		background: transparent;
	}

	.item_video_more_list {
		padding: 25px;
		margin-bottom: 0px;
		margin-right: 10px;
		background: #f2f2f2;
	}


}

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

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