body {
	font-family: Microsoft YaHei;
	margin: 0 auto;
	padding: 0;
}

#bodyDiv {
	width: 1200px;
	margin: 0 auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.cursor-pointer {
	cursor: pointer;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}

a {
	text-decoration: none;
}

.overflow-hidden {
	overflow: hidden;
}

.column-title-box {
	height: 84px;
	line-height: 84px;
	font-size: 18px;
}

.column-title-icon {
	background-color: #2b579a;
	width: 7px;
	height: 28px;
	margin-top: 28px;
}

.column-title-name-chs {
	margin-left: 13px;
	color: #2b579a;
}

.column-title-name-en {
	margin-left: 15px;
	color: #999999;
}
/**分页start**/
.paging {
	border: 1px solid #2b579a;
	background-color: #ffffff;
	color: #2b579a;
	font-size: 12px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: 45px;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
}

.paging:HOVER {
	background-color: #2b579a;
	color: white;
}

.not-data-paging {
	border: 1px solid #2b579a;
	color: #c2c2c2;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: 45px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
}

.paging-div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	color: #4c4c4c;
	font-size: 12px;
	text-align: right;
}

.selected-pagination:HOVER {
	text-decoration: none;
}

.omit,.selected-pagination,.pagination {
	border: 1px solid #2b579a;
	height: 28px;
	width: 36px;
	line-height: 28px;
	color: #2b579a;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	display: inline-block
}

.selected-pagination {
	background-color: #2b579a;
	color: white;
	cursor: default;
	border-radius: 4px;
}

.omit {
	text-decoration: none;
	cursor: default;
	border-radius: 4px;
}

.omit:HOVER {
	text-decoration: none;
}

.pagination {
	border-radius: 4px;
}

.pagination:HOVER {
	background-color: #2b579a;
	color: white;
}

.jumpInput {
	width: 40px;
	height: 15px;
	line-height:15px;
	border: 1px solid #2b579a;
	margin: 0px 5px 0px 5px;
	text-align: center;
	border-radius: 2px;
}

.jump-submit-button {
	color: #ffffff;
	width: 50px;
	height: 28px;
	border: 1px solid #2b579a;
	color: #2b579a;
	background-color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
}

.jump-submit-button:HOVER {
	background-color: #2b579a;
	color: white;
}

.jump-submit-button-box {
	margin-top: 40px;
	text-align: center;
}
/**分页end**/
.page-title-img {
	min-width: 1200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 200px;
}