.content {
	width: 1100px;
	padding: 10px;
	margin: 0 auto;
	min-height: 400px;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top: 24px;
	margin-bottom: 10px;
}

.con img {
	margin: 0 auto;
	display: block
}

.content .position {
	padding-left: 25px;
	box-sizing: border-box;
	margin-bottom: 25px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid blue;
	font-size: 14px
}

.content .position .p-icon {
	display: inline-block;
	width: 12px;
	height: 12px;

	padding: 0 3px
}

.content .title {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	color: #e40e18
}

.content .origin {
	text-align: center;
	border-bottom: 1px dashed #ccc
}

.content .origin span {
	padding: 20px;
}

.content .con {
	font-size: 14px;
	padding: 10px
}

