body {background:#fff;}
.bigpic {
	margin-top:0;
	padding:2.4rem 0;
	background:url("/static/image/backdrop.jpg") no-repeat;
	background-size:cover;
	background-position:center;
}
.content {margin-top:1rem;}
.content .case p.tit {color:#222;}
.content .case p.slogan {
	color:#555;
	margin:.5rem auto;
}
.content .case .text {background:#f5f5f5;}
@media (min-width:992px) {
	.content .case p.slogan {
		margin-top:.3rem;
		margin-bottom:.2rem;
	}
	.content .case span.line {width:30px;}
	.content .case p.txt {
		font-size:.32rem;
		line-height:.6rem;
		text-align:justify;
	}
	.content .case p.txt b {color:#222;}
}