@charset "utf-8";
/* CSS Document */
.page {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

#page_div {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

	#page_div .arrow {
		font-size: 13px;
		color: #000;
		text-decoration: none;
		height: 22px;
		line-height: 22px;
	}

		#page_div .arrow a {
			color: #000;
			text-decoration: none;
		}

			#page_div .arrow a:hover {
				color: #F00;
				text-decoration: underline;
			}

	#page_div .pagination_index {
		margin: 0 6px;
		display: inline;
	}

#pagination_input {
	width: 30px;
	height: 25px;
	line-height: 25px;
	margin: 0 4px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #0954a9;
}
/*#goPage{border:1px solid #0954a9;color:#000;text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;background: url(../images/goPage.jpg) repeat-x left top;width:34px;height:20px;line-height:20px;text-align:center;display:inline-block;cursor: pointer;}*/
#page_div .pagination-first, #page_div .pagination-last {
	display: inline-block;
	font-size: 13px;
}

#pagination-input {
	width: 30px;
	height: 21px;
	line-height: 21px;
	margin: 0 4px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #0954a9;
}

.pagination-last a {
	border: 1px solid #0954a9;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/goPage.jpg) repeat-x left top;
	width: 34px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block
}

.pagination-first a {
	margin: 0 6px;
}
/*分组长列表带分隔线*/
.list_div {
	width: 100%;
	margin: 10px 0 0 0;
}

	.list_div ul {
		text-align: center;
	}

.theme-li {
	text-align: left;
}

	.theme-li li {
		line-height: 2.2;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

		.theme-li li a {
			background: url(../images/20100611_ybclbbja.jpg) no-repeat left center;
			padding-left: 20px;
		}

		.theme-li li span {
			float: right;
			margin: 0 10px;
		}

		.theme-li li.lifgx {
			margin-bottom: 12px;
			padding-bottom: 12px;
			background: url(../images/20100620wj_sy_07.jpg) repeat-x bottom;
		}


/*-------------------------分页样式------------------------------*/
#pager {
	margin: 3px;
	padding: 3px 3px 0px 0px;
	text-align: center;
	clear: both;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

	#pager div {
		display: inline-block;
	}

	#pager A {
		padding: 5px;
		color: white;
		text-decoration: none;
		background-color: #0954a9;
		font-size: 14px;
		border-radius: 5px;
	}

		#pager A:hover {
			background: red;
			color: #fff;
		}

	#pager .current {
		margin-right: 2px;
		padding: 2px 5px 2px 5px;
		border: 1px solid #fff;
		background: #0954a9;
		color: #fff;
	}

.pagination_index {
	margin-left: 15px;
}

#pager .disabled {
	margin-right: 2px;
	padding: 2px 5px 2px 5px;
	background: #f6f6f6;
	color: #ccc;
	border: 1px solid #0954a9;
}

#pager .txtPage {
	width: 30px;
	height: 17px;
	height: 18px !important;
	*+height:18px !important;
	_height: 18px;
	color: #8C6789;
	text-align: center;
	border: 1px solid #0954a9;
}

#pager .btnGO {
	padding: 2px 5px 2px 5px;
	*padding: 1px 2px 1px 2px;
	background: #fff;
	color: #0954a9;
	font-size: 11px;
	cursor: pointer;
	border-width: 1px;
	border: 1px #0954a9 solid;
	display: inline;
	position: absolute;
	margin-left: 5px;
}

	#pager .btnGO:hover {
		background: #0954a9;
		color: #fff;
	}

/*--------------分页样式-------------------*/
