.content {
	width: 750px;
	margin: 50px auto;
}

.content_bottom {
	width: 750px;
	height: 256px;
	background: #FCECEC;
	padding: 28px 0px;
}

.center {
	width: 1px;
	height: 200px;
	float: left;
	background: #B8B8B8;
}

.left,
.right {
	width: calc(50% - 1px);
	text-align: center;
	float: left;
	height: 100%;
	cursor: pointer;
	font-family_: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1.28px;
	color: #4D4D4D;
}

.left_imgContent {
	width: 133px;
	height: 133px;
	border-radius: 10px;
	overflow: hidden;
	margin: 12px auto 12px;
	background: linear-gradient(180deg, #F691A5 0%, #FA7979 100%);
}

.left_img {
	width: 93.5px;
	height: 93.5px;
	display: block;
	margin: 19.75px 0px 0px 19.75px;
}

.right_img {
	width: 133px;
	height: 133px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin: 12px auto 12px;
}
