/*
* 文本展示页公共样式
*/
.content {
	width: 100%;
	/* height: 100%; */
	min-height: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: linear-gradient(to bottom, #DCEBFF 0%, #F5F7FB 100%);
}
.content .pageTil {
	width: 80%;
	height: 60px;
	margin-top: 56px;
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	font-weight: 400;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content .pageTil .til-bg {
	width: 100%;
	height: 28px;
}
.content .pageTil .til-txt {
	position: absolute;
	top: -18px;
}
.content .pageCon {
	width: 80%;
	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;
}