.idea-conetnt {
	width: 100%;
	height: 539px;
	background: #f5f5f5;
	padding-top: 107px;
	box-sizing: border-box;
}
.ic-main {
	width: 1190px;
	height: 340px;
}
.ic-main .video-content {
	position: relative;
	width: 580px;
	height: 340px;
	background: #d3d3d3;
	padding: 16px;
	box-sizing: border-box;
}
.ic-main .video-content .play-btn {
	position: absolute;
	z-index: 1;
	width: 112px;
	height: 112px;
	top: 50%;
	left: 50%;
	transform:translate3d(-50%,-50%,0);
	cursor: pointer;
}
.ic-main .video-content video {
	width: 100%;
	height: 100%;
}
.ic-main .context {
	width: 480px;
	color: #333333;
}
.ic-main .context h3 {
	font-size: 34px;
	line-height: 39px;
	font-weight: bold;
	margin-bottom: 12px;
}
.ic-main .context p {
	font-size: 16px;
	line-height: 24px;
}

.video-anli {
	width: 100%;
	padding-bottom: 100px;
}
.video-anli-content {
	width: 1200px;
	height: 585px;
	display: flex;
	flex-direction: row;
}
.video-anli-content .item {
	position: relative;
	width: 33.3333%;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(44, 15, 12, 0.09);
	margin-right: 40px;
}
.video-anli-content .item:last-child {
	margin-right: 0;
}
.video-anli-content .cover {
	width: 374px;
	height: 499px;
}
.video-anli-content .play {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 206px;
	left: 50%;
	margin-left: -45px;
	cursor: pointer;
}
.video-anli-content .title {
	width: 374px;
	font-size: 20px;
	color: #333333;
	line-height: 86px;
	line-height: 86px;
	text-align: center;
}
