.container-table-title {
	list-style: none;
	font-size: 20px;
	line-height: 70px;
	color: #333;
}

.bm-title {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: rgb(45,102,165);
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
	padding: 0px 60px;
}

table tr {
	height: 52px;
	line-height: 52px;
}

table tr:nth-child(2n-1) {
	background-color: #ffffff;
}

table tr:nth-child(2n) {
	background-color: #f7f7f7;
}

table tr td{
	padding-left: 20px;
}

table a {
	text-decoration: none;
	color: #333333;
}

table a:hover {
	color: #1666d4;
}

table tr td:nth-child(1) {
	border-right: 3px solid #e8e8e8;
}

table tr td:nth-child(2) {
	border-right: 3px solid #e8e8e8;
}