.body{
	width: 1028px;
	margin: 0 auto;
	font-family: "微软雅黑";
	background: white;
}
.main{
	width: 1000px;
	margin: 0 auto;  min-height: 700px;    padding-top: 10px;
}
.main .path{
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid gainsboro;
	color: #653333;
}
.main .path a{
	color: #653333;
}
.main .path  i{
	    color: #563815;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
.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: 34px;
	font-size: 22px;
	color: #343434;
	font-family: "微软雅黑";
}
.main .title  p{
	text-align: center;
	font-size: 12px;
	color: #B18162;
	font-family: "微软雅黑";
	line-height: 30px;
}
.main .section{
	margin: 10px 40px;
}
.main .fanye{
	margin: 10px 40px;
}
.main .fanye p{
	height: 38px;
	line-height: 38px;
	color: red;
	font-size: 14px;
	font-family: "微软雅黑";
}
.main .fanye p a{
	color: red;
}
#Div_CommentsList li{
	    height: 44px;
    line-height: 44px;
    padding-left: 34px;
    color: rgb(82, 82, 82);
    font-size: 14px;
    font-family: 微软雅黑;
    cursor: pointer;
    background: url(../images/icon1.png) 8px center no-repeat;
    border-bottom: 1px dashed gainsboro;
    transition: 0.8s ease;
}
#Div_CommentsList li a{
	color: rgb(82, 82, 82);
}
#Div_CommentsList span{float: left;}
						#Div_CommentsList h3{float: right;font-weight: normal; margin-right: 10px;
}

.layui-form-item .layui-input-inline{
	    width: 134px !important;
}
#bPageToolbar{
	margin-top:40px;
}