.section {
	padding-bottom: 50px;
}
.section .tab-page {
	width: 40%;
	margin: auto;
}
.section .tab-page .title {
	width: 100%;
	height: 56px;
	padding: 40px 0;
}
.section .tab-page .title div {
	width: 180px;
	height: 56px;
	text-align: center;
	background-color: #E6E6E6;
  
}
.section .tab-page .title div a {
	color: #6D6D6E;

	font-size: 20px;
	line-height: 56px;
	font-family: "微软雅黑";
}
.section .lists {
	width: 100%;
	height: auto;
}
.section .lists .tab-list {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 40px;
	background-color: #fff;
}
.section .lists .tab-list .title {
	width: 100%;
	height: 74px;
	color: #1989CD;
	font-size: 19px;
	line-height: 100px;
	font-weight: bold;
	border-bottom: 1px solid #D4D4D4;
}
.section .lists .tab-list .title img {
	margin-top: -3px;
}
.section .lists .tab-list>div {
	width: 95%;
	margin: 0 auto;
}
.section .lists .tab-list .keshi {
	font-size: 16px;
}
.section .lists .tab-list .keshi span {
	float: left;
	width: 170px;
	display: block;
	visibility: middle;
	padding: 20px 0 2px 0;
}
.section .lists .tab-list .keshi span:nth-child(7n) {
	width: 170px;
}
.section .lists .tab-list .keshi a {
	color: #3c3c3c;
}
.section .lists .tab-list .keshi a:hover {
	color: #1989CD;
}