@charset "utf-8";
/*表格开始*/
#bar{ text-align: center;}
.table{
	width:100%;
	background:#d6e0ef;
	border: 1px solid #3467A9;
}
.table thead tr{
	background:#3a6dba ;
	color:#fff;
	text-align: center;
	font-weight: bold;
	
}
.table thead td{
	padding:5px;
}
.table tbody td{
	padding:3px;
	line-height:180%;
}
.table tbody tr{
	text-align: center;
	background: #fff;
}
.table tbody .title{
	text-align: center;
	background-color: #E6ECF7;
	color:#3a6dba ;
	font-weight:bold;
	
}
.table tbody .title td{padding:5px;}
/*表格结束*/



