.liebiao dl dt {
	font-weight: bold; margin-top: 10px; margin-bottom: 5px;
}
.liebiao dl dd {
	margin-left: 24px;
}
.liebiao2 td {

	 margin-top: 10px;
	 margin-bottom: 15px;
	 padding-left:15px;
	 width:50px;
	 height:30px;
}


table {
	border: currentColor; border-collapse: collapse;
}
td {
	
}

.wenxian {
	counter-reset: chapter;
	list-style: none;
	font-size:14px;
}
.wenxian > li {
	counter-increment: chapter;
	counter-reset: section;
	padding-left:2em; 
	text-indent:-2em;
}
.wenxian > li:before {
	content: "[" counter(chapter) "]";
	padding-right: .4em;
}
