@charset "utf-8";


a {
	text-decoration: none;
}
a {
	text-decoration: none
}
.query {
	margin-top: 20px;
	text-align: center;
	border: 1px #ccc solid;
	width: 718px;
}
.query input {
	border: 1px solid #ccc;
	height: 20px;
}
.query form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.mb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.mb11 {
	margin-bottom: 10px;
}
.query label {
	font: bold 14px/26px microsoft yahei;
	vertical-align: middle; 
	color:#333;
}
.query .text {
	width: 130px;
	height: 16px;
	line-height: 16px;
	border: 1px #ccc solid;
	margin: 0 0px;
	padding: 4px;
	vertical-align: middle;
}
#xc_submit {
	height: 26px;
	vertical-align: bottom;
	background: #156A69;
	cursor: pointer;
	color: #f0f0f0;
}
.PublicInformation {
	border: 1px solid #ccc;
	margin: 20px 0;
	width: 718px;
	border-collapse: collapse;
}
.PublicInformation th {
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #333;
}
.PublicInformation th, .PublicInformation td {
	padding: 8px;
	text-align: center;
	border: 1px #d2d2d2 solid;
}
.PublicInformation td, .PublicInformation td a {
	color: #333;
	font-size: 12px;
	height: 24px;
}
.PublicInformation td a:hover {
	color: #CAA267;
	font-size: 12px;
	height: 24px;
}
.PublicInformation td a {
	cursor: pointer;
	text-align: left;
}

/* 信息公开弹出层样式 */
table {
	border-collapse: collapse;
	border-spacing: 0;
      margin:0 auto;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
.info-list td .extra {
	position: relative;
}
.info-list td .lay {
	display: none;
	position: absolute;
	bottom: 16px;
	left: 35px;
	width: 520px;
	padding: 5px;
	background-color: #000;
 *background-color:#eee;
	_background-color: #eee;
	background-color: #eee\0;
	background: rgba(0, 0, 0, 0.1);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#20000000, endcolorstr=#20000000);
}
.info-list td .lay table {
	width: 520px;
	margin: 0;
}
.info-list td .lay table th {
	width: 70px;
	border: 1px #aaa solid;
	background-color: #f8f8f8;
	text-align: center;
	color: #255a8c;
	padding: 5px;
	font-size: 12px;
}
.info-list td .lay table td {
	border: 1px #aaa solid;
	background-color: #fff;
	text-align: left;
	padding: 6px;
	font-size: 12px;
}