
.main{
	background:#fff !important;
	padding: 0 20px;    
	min-height: 700px;
}

.main .path{
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid gainsboro;
	color: #652468;
	overflow: hidden;
}
.main .path a{
	color:#652468;
}
.main .path  i{
	color: #652468;
    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: #652468;
	font-family: "微软雅黑";
}
.main .title h5{
	font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
	font-family: "微软雅黑";
}
.main .title  p{
  text-align: center;
      font-size: 12px;
      color: #848484;
      font-family: "微软雅黑";
      line-height: 30px;
      background: #f9f2ed;
}
.main .section{
	margin: 28px 40px;
}

.main .section img{
	max-width:80%;
	display:block;
	margin:5px auto;
}