.video-banner{background: url(/assets/images/new_img/article.png) no-repeat center;background-size: cover;}
.videos-right iframe{width: 100%;height: 132px;}
.videos-right{background: #f2f3f5;padding:10px 25px 25px 25px;margin-bottom: 20px;}
.videos-right .classify-title{padding: 0px;color: #1a2a68;}
.videos-ul li{float: left;width: 50%;margin-bottom: 20px;}
.videos-list{border: 1px solid #e6e6e6;margin: 0px 8px;padding: 10px;}
.videos-list iframe{width: 100%;height: 236px;}
.videos-bottom{margin-top: 10px;}
.videos-tag a{display: inline-block;color: #4D4D4D;font-size: 13px;font-weight: bold;border-bottom: 3px solid #b59763;}
.videos-title{margin: 10px 0px;}
.videos-title a{display: block;line-height: 24px;height: 48px;overflow: hidden;color: #4D4D4D;font-weight: bold;font-size: 18px;}
.videos-text{color: #888888;font-size: 15px;line-height: 20px;height: 40px;overflow: hidden;}
.hot-videos-text{color: #888888;font-size: 12px;line-height: 20px;height: 50px;/*overflow: hidden;*/}
.videos-select{height: 44px;border-radius: 5px;width: 100%;background: #f2f3f5;font-size: 17px;color: #4D4D4D;display: none;margin-bottom: 10px;}
.videos-right .classify-ul{margin-bottom: 0px;}
.videos-right .hot-news-ul li{border-bottom: none;}
.videos-title-big{text-align: center;color:#1a2a68;font-size:24px;font-weight:bold;margin-bottom: 15px;padding-top: 10px;}
@media (max-width: 767px){
	.videos-right iframe{height: 156px;}
	.videos-list iframe{height: 175px;}
	.videos-ul li{width: 100%;}
	.videos-list{margin: 0px;}
	.videos-select{display: block;}
	.videos-classify{display: none;}
}
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/assets/images/play-button.png") no-repeat;
	cursor: pointer;
}