@charset "UTF-8";

.ad-img, .ad-img-word {
	padding: 10px;
	background: #fff;
}

.ad-img-banner-title {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.7px;
	text-align: justify;
	line-height: 21px;
}

.top-line {
	border-top: 10px solid #F5F5F5;
	padding: 0
}

.ad-img img {
	width: 100%;
	margin-bottom: 5px;
}

.ad-img-word img {
	width: 80px;
	height: 60px;
	float: left;
}

.ad-img-word .words {
	margin-left: 100px;
}

.ad-img-word .words h4 {
	height: 40px;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #333;
}

.ad-img span, .ad-img-word .words span {
	padding: 0 4px;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 12px;
	color: #999;
}

.container {
	background: #FFF
}

.news-content>p>img {
	width: 100%
}

.news-content>section>p>img {
	width: 100%
}


.play-view {
	position: relative;
	width: 94vw;
	height: 52vw;
	overflow: hidden;
}

#vodImg {
	position: absolute;
	z-index: 10;
	top: 0px;
	height: 52vw;
	margin: auto;
	left: 0;
	right: 0;
}

.play-btn {
	position: absolute;
	width: 10vw;
	height: 10vw;
	top: 21vw;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 20;
}