body {
	background: #F2F2F7;
}

.latestNews {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.fengwenHot {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.textPageCont {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.content_appstore {
	display: block;
	padding: 0px 0px;
	margin: 0 15px;
	text-align: center;
	color: #DB080C;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	border: 1px solid #DB080C;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content_appstore img {
	width: 26px;
	height: 26px;
	margin-right: 6px;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
}

.content_appstore span {
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
}

.textPageCont h1 {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 28px;
	margin-left: 15px;
	margin-right: 15px;
}

.textPageCont span.time {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 17px;
	margin-left: 15px;
	margin-right: 15px;

}

.videoNews_details {
	height: 50px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.videoNews_details_btn {
	width: 48%;
	height: 50px;
	background: #f2f2f7;
	border-radius: 25px;
	float: left;
	line-height: 50px;
	text-align: center;
}

.videoNews_details_btn img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	margin-right: 6px;
}

.videoNews_details_btn span {
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	color: #333333;
}

.mr4b {
	margin-right: 4%;
}

/* 推荐播放 */
.recommend {
	height: 200px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.recommend_title {
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 22px;
	padding-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.recommend_list {
	padding-left: 15px;
}

.recommend_list img {
	width: 100px;
	max-height: 70px;

}

.recommend_list p {
	width: 100px;
	height: 60px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;



}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 140px !important;
	margin-right:10px;
}

.swiper-slide:nth-child(2n) {
	width: 60%;
}

.swiper-slide:nth-child(3n) {
	width: 40%;
}
.playerv{
	width: 100%;

	}