.wrap {
	width: 1200px;
	margin: 20px auto;
}
.cont_head {
	font-weight: bold;
	border-bottom: 1px solid #c80000;
}
.cont_head .arrow {
	font-size: 18px;
	font-weight: bold;
	color: #c80000;
}
.cont_head .red {
	color: #c80000;
}
.cont_head .black {
	color: #222;
}

.cont_body {
	width: 100%;
	border-top: 1px solid #c80000;
	margin-top: 2px;
}
.cont_body h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.cont_body .desc {
	height: 32px;
	line-height: 32px;
	color: #616161;
	text-align: center;
	background-color: #f7f7f7;
	border-top: 1px dashed #a4a4a4;
}
.cont_body .desc span ~ span {
	display: inline-block;
	margin-left: 30px;
}

.cont_body .content {padding:20px 0;}