/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

/* 政协提案办理结果：查询表格与分页样式（对齐 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;
}

/* 查询条件：会议编号下拉与输入框叠加 */
#hybh {
	border: 1px solid #000000;
	outline: #000000;
}

#selectText {
	width: 120px;
	height: 28px;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	outline: none;
	border-right: 0;
}

.content {
	position: relative;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 16px;
}

.main-body{
	width: 100%;
	position: relative;
	background: url(jytabj.jpg) no-repeat center top #eee;
}.blank20{ clear:both; height:20px;}
.w1200{ width:1200px; margin:0 auto; color:#Fff;text-shadow: 0 0 20px #133b78;filter:shadow(Color=#0000ff,Direction=10,Strength=10); height:300px; line-height:300px; font-size:60px; font-weight:bold; text-align:center;}
.container{ background:#FFF;
	width: 1160px; padding:0 20px;
	margin: 0 auto; 
}

.inquire-area{
	position: relative;
	width: 96%; padding:2%; background:#f1f1f1;margin-top:20px;
}

.search-result{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.search-result #iframeid{
	border: 0;
}

table{
	width: 100%;
	position: relative;
}

table tbody tr{
	display: inline-block;
	font-size: 0;
	width: 100%;
}

table tbody tr th{
	display: inline-block;
	font-size: 16px;
	height: 40px;
	color: #ffffff;
	background-color: #01567D;
	line-height: 40px;
}

table tbody tr td{
	font-size: 16px;
	height: 100%;
}

.sourch{
	float: left;
	width: 22.5%;
}

.sourch p{ width:38%; float:left;
	font-size: 18px; text-align:right;
	font-weight: bold; line-height:30px;
	color: #08ADD5;
}

.content{ float:right;
	width: 60%;
	height: 30px;
}

.content select{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.content input{
	width: 95%;
	height: 30px;
	padding-left: 10px;
	font-size: 16px;
}

#search{
	width: 8%;
	height: 35px;
	background-color: #004488;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px; float:right;
}

.page{
	width: 700px;
	margin: 30px auto;
}

.footer{
	width: 100%;
	height: 120px;
	background-color: #000000;
}
