/**-------------------------- 文字目录 --------------------------------------**/
.fr-menu-list{
	position: relative;
	margin-top: 38px;
	margin-bottom: 38px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	font-size: 12px;
}

.fr-menu-list li{
	padding-right: 32px;
}

.fr-menu-list li a{
	color: #515151;
}

.fr-menu-list li.active a{
	color: #217aad;
}

.fr-menu-list li:hover a{
	color: #217aad;
}

/**-------------------------- 正文内容 --------------------------------------**/
.fr-text{
	margin: 0 auto;
	padding: 44px 110px;
	width: 960px;
	height: auto;
	background-color: white;
	text-align: center;
}

.fr-text span{
	font-size: 20px;
}

.fr-text .line{
	margin-top: 34px;
	margin-bottom: 34px;
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
}

.fr-text .text-content{
	padding: 0 50px;
	width: 100%;
	height: auto;
	line-height: 35px;
	text-align: left;
	color: #626262;
}
.fr-text .text-content img{
	text-align: center;
}

.fr-text .text-content .link{
	text-align: center;
}

.fr-text .text-content .link a{
	text-decoration: underline;
	color: #217aad;
}
















