/* 政协提案办理结果：查询表格与分页样式（对齐 govsearch/searPageRdjy.jsp） */
#DataList {
	width: 100%;
}

#DataList .result-table {
	width: 100%;
	position: relative;
}

#DataList .result-table tr {
	display: inline-block;
	font-size: 0;
	width: 100%;
}

#DataList .result-table tr th {
	display: inline-block;
	font-size: 16px;
	height: 40px;
	color: #ffffff;
	background-color: #01567D;
	line-height: 40px;
	text-align: center;
}

#DataList .result-table tr td {
	display: inline-block;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px dashed #004488;
}

#DataList .result-table a {
	text-decoration: none;
	color: #000000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#DataList .empty-tip {
	font-size: 16px;
	color: #666666;
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px dashed #004488;
}

#DataList .list_navigator {
	height: 29px;
	background: #ffffff;
	font-size: 10.5pt;
	padding: 2px;
	width: 100%;
	text-align: right;
}

#DataList .nav_page_detail {
	padding-top: 1px;
	padding-right: 5px;
}

#DataList .nav_pagenum,
#DataList .nav_recordnum,
#DataList .nav_currpage {
	color: red;
	margin: 0 4px;
}

#DataList .nav_page {
	color: blue;
	cursor: pointer;
	font-size: 10pt;
	margin: 0 2px;
	width: 20px;
	text-align: center;
	border: 1px solid silver;
	display: inline-block;
}

#DataList .nav_page a {
	color: blue;
	text-decoration: none;
	display: block;
}

#DataList .nav_currpage {
	color: red;
	cursor: default;
	font-size: 10pt;
	border: 1px solid #000000;
}

#DataList .nav_go_pre,
#DataList .nav_go_next {
	font-size: 11pt;
	margin: 0 1px;
}

#DataList .nav_go_pre.disabled_go,
#DataList .nav_go_next.disabled_go {
	color: gray;
}

#DataList .nav_go_pre a,
#DataList .nav_go_next a {
	color: black;
	text-decoration: none;
}

#DataList .nav_go_pre a:hover,
#DataList .nav_go_next a:hover {
	color: red;
	text-decoration: underline;
}

#DataList .nav_morepage {
	margin: 0 3px;
}

#DataList #pageSea {
	width: 30px;
	border: 0;
	border-bottom: 1px solid #000000;
	text-align: center;
}
