body{
	background: #f5f5f5;
}
#main{
	background: white;
	width: 1128px;
	margin: 0 auto;
	padding: 28px 36px;    position: relative;
    z-index: 1;
}
.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;
}
.artical{
	padding:10px 82px;
}
.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 table{
	max-width:964px;
}
td, th{
	    border: 1px solid #DDD;
}
.section img{
	max-width: 800px;
    margin: 0 auto;
    display: block;
}
