.main{
	width: 1161px;
	margin: 0 auto;
	background:white;
	padding: 20px;    min-height: 700px;    position: relative;
}
.main .path{
	height: 56px;
	background: url(../img/list_title.png) repeat-x 0 bottom;
	margin-bottom: 20px;
}
.path span{
	float: left;
	color: #47A524;
	margin-left: 15px;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.path p{
	float: right;display: inline-block;
	color: #666666;
	font-size: 12px;
	font-family: "微软雅黑";    margin-top: 23px;
}
.path span p a{
	color: #666666;
}
.main .title{
	margin: 0px 23px 10px;
	border-bottom:1px dashed gainsboro;
	padding-bottom: 10px;    margin-top: 40px;

}
.main .title h6{
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	color: #343434;
	font-family: "微软雅黑";
}
.main .title h5{
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	color: #9c9c9c;
	font-family: "微软雅黑";
}
.main .title  p{
	text-align: center;
	font-size: 16px;
	color: #7497b0;
	font-family: "微软雅黑";
	line-height: 30px;
}
.main .section{
	margin: 10px 40px 128px;
}
.main .fanye{
	margin: 10px 40px;
}
.main .fanye p a:hover{
	color: #653333;
}
.main .fanye{
    margin: 10px 40px;
    position: absolute;
    bottom: 27px;
}
.main .fanye p{
	height: 38px;
	line-height: 30px;
	font-size: 18px;
   cursor: pointer;
	font-family: "微软雅黑";
}
.main .fanye a:hover{
	color:red;
}
.dy_icon{
	height: 47px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 10px;
}
.main .fanye p span{
	    display: inline-block;
    background: #c3c0c0;
    color: white;
    padding: 0 10px;
    margin-right: 10px;
}
.main .fanye p a{
	color: #2f2f2f;
}
.main .fanye p:hover span{
	background:#ff9900;
}
.main .fanye p:hover{
	color:#ff9900
}
.fixed{
	    position: fixed;
    bottom: 0;
    /* width: 50px; */
    /* background: #FF9800; */
    right: 52px;
    padding: 10px
}
.fixed li{
	    cursor: pointer;
  width: 30px;
    height: 30px;
    background: #FF9800;
    margin-bottom: 5px;
    padding: 4px;
}
.fixed li i{
	color: white;
    font-size: 28px;
    font-weight: bold;
}
