.main{
	width: 1000px;
	margin: 19px auto 0;
}
.path{
	height: 40px;
	background: #f6f5f5;
	padding-left:29px;
	border-bottom: 1px solid #e6e5e5;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.path a{
	color: #666666;
}
.artical{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 600px;
	position: relative;
	padding-bottom: 40px;
}
.artical .title{
	margin-top: 16px;
	border-bottom: 1px solid #e9e9e9;
}
.artical .title h6{
	line-height: 58px;
	font-size: 30px;
	font-family: "微软雅黑";
	text-align: center;
	color: #1175d7;
	
}
.artical .title h5{
	line-height: 37px;
	font-size: 17px;
	font-family: "微软雅黑";
	text-align: center;
	color: #333333;
	
}
.artical .title P{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #8d8d8d;
	font-family: "微软雅黑";
}
.section{
	padding: 0 20px;
	margin-top: 20px;
}

.section table{
	max-width:900px;
}
td, th{
	    border: 1px solid #DDD;
}
.section img{
	max-width: 900px;
}
.confoot{
	    position: absolute;
    bottom: 0px;
    right: 0;
}
