/*
* 文本展示页公共样式
*/
.content {
	width: 100%;
	min-height: 860px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f9f9f9;
	min-height: 90%;
}
.content .pageTil {
	width: 100%;
	max-width: 1200px;
	height: 80px;
	margin-top: 20px;
	text-align: center;
	font-size: 26px;
	line-height: 80px;
	border-bottom: 1px dashed #fa0700;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 6px 6px 0 0;
}
.content .pageCon {
	width: 100%;
	max-width: 1200px;
	margin-top: 2px;
	background-color: #ffffff;
	padding: 0 14px;
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 30px;
}
.content .pageCon .textTil {
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin: 32px 0 30px 0;
	color: #333333;
}
.content .pageCon .textCon {
	width: 100%;
	text-align: justify;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}