.video_info {
	display: none;
}

.video_topic {
	
}

.video_cover {
	position: relative;
	width: 470px;
	height: 315px;
	overflow: hidden;
	cursor: pointer;
}

.video_cover>div {
	
}

.video_cover>div img {
	max-width: 470px;
	max-height: 315px;
}

.video_cover span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	display: block;
}

.video_cover span img {
	width: 80px;
	height: 80px;
}

.fast-section-share-box a span{
	margin-top:-3px;
}

.one_pic {
	width: 470px;
	height: 315px;
	overflow: hidden;
}

.one_pic img {
	max-width: 470px;
	max-height: 315px;
}