.main{
	width: 1200px;
	min-height: 600px;
	background: white;
	margin: 0 auto;
}
.localPath{
	padding-left: 30px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #535353;
	font-family: "微软雅黑";
	background: #f1f0f0;
}
.localPath a{
	color: #535353;
}
.content .title{
	margin: 10px 23px;
	border-bottom:1px dashed gainsboro;
	padding-bottom: 10px;
}
.content .title h6{
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	color: #343434;
	font-family: "微软雅黑";
}
.content .title  p{
	text-align: center;
	font-size: 12px;
	color: #B18162;
	font-family: "微软雅黑";
	line-height: 30px;
}
.content .section{
	margin: 10px 40px;
}
.content .fanye{
	margin: 10px 40px;
}
.content .fanye p{
	height: 38px;
	line-height: 38px;
	color: red;
	font-size: 14px;
	font-family: "微软雅黑";
}
.content .fanye p a{
	color: red;
}
