@charset "utf-8";
#tb{
	margin:auto;
}
#tb>thead>tr>th{
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}
#tb>tbody>tr>td{
	border-bottom:1px dashed #ddd;
	white-space:nowrap;
	line-height:40px;
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
.tb_miaoshu{
	
}
.pagebar{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.pagebar_left{
	display:block;
	overflow:hidden;
	width:200px;
	height:auto;
	margin:auto;
	padding:0px;
	text-align:left;
	float:left;
}
.pagebar_right{
	display:block;
	overflow:hidden;
	width:400px;
	height:auto;
	margin:auto;
	padding:0px;
	text-align:right;
	float:right;
}
a.bt_page{
	display:inline-block;
	border:1px solid #ddd;
	width:80px;
	text-align:center;
	height:26px;
	line-height:26px;
	border-radius:2px;
}