body {
	background: #f5f5f5;
}

#main {
	background: white;
	width: 1128px;
	margin: 0 auto 17px;
	padding: 28px 36px;
	padding-top: 0;
	min-height: 580px;
}

/* .nav-path{
	height: 52px;
	background: url(../images/list_bar.png) no-repeat 0 bottom;
	background-size: 100% auto;
	line-height: 52px;
	margin-bottom: 20px;
}
.nav-path i{
	color: #98979f !important;
	font-size: 20px !important;
	margin-right: 15px;
}

.nav-path  a{
	color: #0b6cb8;
	font-size: 14px;
	font-family: "微软雅黑";
}
.nav-path .default{
	color: #98979f;
} */
.path {
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	background: url(../images/list_path1.png) no-repeat 0 bottom;
	padding: 10px 32px 0;
	color: #545454;
	font-size: 14px;
}

.path a {
	color: #545454;
}

.path a:hover {
	color: #F31818;
}

.path i {
	font-size: 30px;
	color: #3E214F;
}

.artical {
	padding: 10px 82px;
}

.artical .title, .artical .section {
	overflow-wrap: break-word;
    word-break: break-all;
}

.artical .title h6 {
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #696969;
	font-family: "微软雅黑";
}

.artical .title p {
	width: 935px;
	border: 1px solid gainsboro;
	height: 33px;
	line-height: 33px;
	background: #F2FBFF;
	color: #5d5d5d;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.section {
	margin-top: 25px;
}

.section .section1 img {
	max-width: 800px;
	margin: 0 auto;
	display: block;
}

#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/list_btn2.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;
}
