.page-title{
	display: none;
}
.disnone{
	display: none;
}


.tc{
	text-align: center;
}
.clearfix:after, .clearfix:before{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
.clearfix{
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w40b{
	width: 40%;
}
.mb10{
	margin-bottom: 10px;
}
.pr20{
	padding-right: 20px;
}
.pl20{
	padding-left: 20px;
}
.print{
	width: 22.1cm;/*实际是24.1cm 留2cm左右空隙*/
	height: 14cm;/*实际是14cm 留2cm上下空隙*/
	display: block;
	/*margin: 0 auto;*/
	/*margin-bottom: 10px;*/
	/*padding: 0 20px;*/
	padding: 0;
	box-sizing: border-box;
	/*background-color: #eee;*/
}
.print h2{
	margin-top: 10px;
}
.print-title{
	text-decoration: underline;
}
.list-item{
	float: left;
	width: 30%;
}
.list li:nth-child(3n+1){
	width: 40%!important;
}
.w20b{
	width: 20%!important;
}
.w40b{
	width: 40%!important;
}
.w50b{
	width: 50%!important;
}
.w66b{
	width: 66%!important;
}
.w100b{
	width: 100%!important;
}
.print-table{
	width: 100%;
	margin-left: 2px;
}
.print-table th, .print-table td{
	text-align: center;
	padding: 1px 15px;
	border: 1px solid #000;
}
.print-table td{
	height: 22px;
}
.describe{
	display: inline-block;
	height: 20px;
	line-height: 25px;
	border-bottom: 1px solid #000;
}
.describe li{
	float: left;
	font-style: italic;
	font-weight: bold;
	padding-right: 20px;
}