/*设置打印样式
td, tr{
	text-align:center;
}
td{
	padding:0 20px;
}
td:last-child,th:last-child{
	display:none;
}
*/