.doc_list
{
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
}
.doc_row
{
	width: 100%;
	height: 68px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	overflow: hidden;
	padding-bottom: 5px;
	vertical-align: middle;
}
.doc_row h2
{
	font-size: 22px;
	line-height: 36px;
	color: #369;  
}

.doc_row a
{
	font-size: 22px;
	line-height: 36px;
	color: #369;
	text-decoration: none;
}
.doc_row_desc
{
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;	
}
.prev_page
{
	float: left;
	width: 40%;
	height: 100%;
	text-align: center;
	
}
.prev_page a{
	font-size: 22px;
	line-height: 68px;
	color: #999;
	
}
.next_page
{
	text-align: center;
	float: right;
	width: 40%;
	height: 100%;
}
.next_page a
{
	font-size: 22px;
	line-height: 68px;
	color: #999;
}


.doc_title{
	margin-top: 0px;
	height: 128px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;	
}

.doc_title h2{
	color: #066;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	
	font-family: "黑体", Arial;
	text-align: center;
	vertical-align: middle;
	
}

.doc_content{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 32px;
	color: #777;
	padding-top: 32px;
	padding-bottom: 32px;
}


