/**
 * product Start
 */
.product {
	margin-top: 30px;
}

.product .area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product .content {
	width: 980px;
	background-color: #FFFFFF;
}

.product .content .top {
	padding: 0 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	line-height: 36px;
	padding-top: 8px;
	margin-bottom: 12px;
}

.product .content .top::after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #000000;
	bottom: 0;
	right: 9px;
	left: 9px;
}

.product .content .top .column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .content .top .column span em {
	color: #2343B2;
}

.product .content .top .column img {
	width: 18px;
	margin-right: 4px;
}

.product .content .top .position span, .product .content .top .position a {
	font-size: 14px;
	color: #666666;
}
/**
 * product End
 */

/**
 * 内容 Start
 */
h1 {
	position: inherit;
	color: #000000;
	font-size: 24px;
	text-align: center;
	padding-top: 46px;
}

.content .cont-top {
	background-color: #FFFFFF;
}

.content .cont-top span {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #999999;
	padding-top: 14px;
}

.content .cont-top span em:nth-child(2) {
	margin-left: 24px;
}

.content .cont {
	background-color: #FFFFFF;
	padding: 0 60px;
	padding-top: 36px;
	padding-bottom: 80px;
	min-height: 733px;
}

.content .cont img {
	max-width: 100%;
}

.content .page {
	background-color: #FFFFFF;
}

.content .page ul {
	border-top: 1px dashed #999999;
	margin: 0 12px;
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .page a {
	color: #999999;
}
/**
 * 内容 End
 */

