.header {
	height: 77px;
	background-color: #fff;
}
/* 主体 */
.body {
	margin-top: 77px;
	padding-top: 27px;
	padding-bottom: 28px;
	width: 100%;
	background-color: #FFFFFF;
}

.body>.content {
	width: calc( 100vw - 50px );
	margin:0 25px;
}


.body>.content>.title {
	font-size: 23px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #212121;
	letter-spacing: 2px;
}
.body>.content>.tags{
	margin-top: 18px;
}
.body>.content>.tags>span {
	width: 70px;
	height: 26px;
	background: #333333;
	float: left;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #F7F7F7;
	line-height: 26px;
	margin-left: 10px;
}
.body>.content>.tags>span:first-child{
	margin-left: 0;
}

.body>.content>.text {
	width: 100%;
	margin-top: 21px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	letter-spacing: 2px;
}


.body>.content>.bannerImg {
	margin-top: 25px;
	width: 100%;
}
.body>.content>.content {
	margin-top: 16px;
	width: 100%;
	overflow: hidden;
}
.body>.content>.content  img{
	width: 100%;
	border:  1px solid #f2f2f2;
	box-sizing: border-box;
}

.body>.content>.caseListBtn {
	display: block;
	margin-top: 29px;
	width: 100%;
	height: 49px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #333333;
	line-height: 50px;
}
