.main{
	width: 1160px;
	margin: 0 auto;
	padding: 20px;
	background: white;
}
.path{
	height: 45px;
    background: url(../images/path.png) no-repeat 0 center;
    color: #8e8e8e;
    font-family: "宋体";
    font-size: 14px;
    padding-left: 40px;
    line-height: 45px;
}
.path a{
	color: #80ba69;
}
.content{
	border: 1px solid gainsboro;
    border-top: 0;
}
.content .title{
	margin: 0px 23px 10px;
	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;
	max-width:1160px;
}
.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;
}
