body {
	background: #fff;
}
.blurBg {
	height: 240px;
	position: relative;
	overflow: hidden;
}
.bgImg {
	width: 120%;
	height: 120%;
	background-size: cover;
	filter: url(blur.svg#blur); /* IE10, IE11 */
	-webkit-filter: blur(10px); /* Chrome, Opera */
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
	opacity: 0.5;
	position: absolute;
	top: -10%;
	left: -10%;
	z-index: 2;
}
.fieldDetail {
	position: relative;
	z-index: 3;
}
.summary {
	line-height: 2em;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
.summary p {
	text-indent: 2em;
}
.keywords {
	padding: 20px 0;
}
.keywords > span {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	margin-right: 10px;
}
.coverPic {
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
	top: -150px;
	z-index: 5;
}
.coverPic > div {
	height: 360px;
	width: 270px;
	display: inline-block;
	background: #fff;
	background-size: cover;
	border: 4px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.bgMask {
	height: 60px;
}
.mainContent {
	text-align: center;
	padding-top: 140px;
}
.summary {
	font-size: 18px;
	line-height: 2.5em;
}
.contentPic {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.leaderContent {
	font-size: 18px;
}
