.main{
	    width: 949px;
    margin: 0 auto;
    height: 611px;
    position: relative;
}
.path{
	height: 42px;
	line-height: 42px;
	position: relative;
}
.path .title{
	position: absolute;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #fb9031;
}
.path p{
	    position: absolute;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #121111;
    text-align: right;
    padding-right: 10px;
    left: 12px;
}
.path p a{
	color: #121111;
}
.artical{
	    /* width: 506px; */
    margin: 0 auto;
    padding: 0 20px;
    /* min-height: 602px; */
    position: relative;
    padding-bottom: 40px;
    background: white;
    height: 531px;
    overflow-y: scroll;
    border-bottom: 20px solid white;
    border-top: 20px solid white;
}
.artical::-webkit-scrollbar{
	display: none;
}
.artical .title{
	    margin-top: 16px;
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 20px;
}
.artical .title h6{
	    line-height: 20px;
    font-size: 15px;
    font-family: "微软雅黑";
    text-align: center;
    color: #b5b5b5;
}
.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;
}
