
.main{
    width: 1000px;
    margin: 0 auto;
    background: #fff !important;
    /* padding: 20px; */
    min-height: 700px;
}

.main .path{
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid gainsboro;
	 color: #4f9d00;
}
.main .path a{
	color: #ffb800;
}
.main .path  i{
	color: #4f9d00;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
.main .title{

	border-bottom:1px dashed gainsboro;
	padding-bottom: 10px;    
	margin-top: 30px;

}
.main .title h6{
	text-align: center;
	line-height: 62px;
	font-size: 30px;
	color:#639618;
	font-family: "微软雅黑";
}
.main .title  p{
    text-align: center;
    font-size: 12px;
    color: #54341f;
    font-family: "微软雅黑";
    line-height: 30px;
    background: #ebffa852;
}
.main .section{
	margin: 28px 40px;

}
.main .section img,.main .section table{
	max-width:900px;
	
}
.main .fanye{
	margin: 10px 40px;
}
.main .fanye p{
	height: 38px;
	line-height: 38px;
	color: #966748;
	font-size: 14px;
	font-family: "微软雅黑";
}
.main .fanye p a{
	color: #ffbd30;
}
