body{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:100px;
}
.site {
	margin-top:10px;
}
.site p {
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}
.tit{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:20px; 20px 0 20px;
	background-color:#31448b;
}
.b_list {
	clear:both;
	width:100%;
    border-top: 2px solid #8c8c8c;
    border-bottom: 1px solid #b3b3b3;
	margin-bottom:50px;
}
.b_list th {
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0 10px 0;
	color:#000;
	background:#f5f5f5;
	border-right:1px solid #e5e5e5;
}
.b_list th:last-child,  .b_list td:last-child{
	border-right:none;
}
.b_list td {
	text-align:center;
	padding:10px 4px 10px 10px;
    border-bottom: 1px solid #e2e2e2;
	vertical-align:middle;
    color: #777;
	border-right:1px solid #e5e5e5;
}
.b_list td.text_left {
	text-align:left;
}
.b_list td a.view {
	color:#000;
	background:#cecece;
	padding:4px 10px;
}
.tab li {
	float:left;
	width:33.3%;
	text-align:center;
	background:#eee;
}
.tab  li a {
	display:inline-block;
	padding:20px 0;
}