@charset "gb2312";

/* 基本信息 */

* {
	margin: 0px;
	padding: 0px;
}
html,body {
	overflow-x: hidden; /* 同时设置html是为了兼容FF */
}
body {
	height: auto;
	background: #FFF url(http://www.shiyan.gov.cn/Images/bg_html.gif);
	color: #000;
	font-size: 14px;
	font-family: "宋体";
	/* font-family: verdana, sans-serif, 宋体; */
}
img {
	border: 0;
}
th,td,
form,input,select,button {
	font-size: 12px;
}
th,td,
p,div {
	word-break: break-all; /* 强制换行 */
	word-warp: warp;
	line-height: 23px;
}
th,td {
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

/* 页面容器 */

#container {
	margin: 0px auto;
	background-color: #FFF;
}

/* 头部 */

#header {
	color: #666;
}
#header-top {
	height: 32px;
	background-image: url(http://www.shiyan.gov.cn/Images/header_bg01.gif);
}
#header-flash {
	text-align: center;
}
#header-bar {
	height: 35px;
	padding: 0px 14px;
	background-image: url(http://www.shiyan.gov.cn/Images/header_bg02.gif);
}
#header-nav { /* 头部导航 */
	float: left;
	width: 590;
}
#header-nav a {
	float: left;
	display: block;
	width: 81px;
	height: 20px;
	color: #444;
	background-image: url(header_homebg.gif);
	text-align: center;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header-nav a:hover {
	color: #23407A;
	background-image: url(header_homebg2.gif);
	text-decoration: none;
}

/* 底部 */

#footer {
	clear: left;
	background-color: #F7F7F7;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer-bar {
	overflow: hidden; /* 1px高度定义 */
	height: 10px;
	line-height: 10px;
}
#footer-nav {
	height: 35px;
}
#footer-copyright {
	padding: 10px 0px;
	font-family: verdana, sans-serif, 宋体;
	line-height: 150%;
}

/* 搜索表单 */

#search {
	float: right;
	width: 362px;
	white-space: nowrap; /* for Opera */
}
#search form input {
	padding: 1px 2px;
	color: #666;
}
#search form select {
	padding: 0px 0px 0px 2px;
	width: 55px;
	color: #666;
}

/* 链接样式 */

.link-button a { /* 按钮样式 */
	display: block;
	color: #666;
	text-decoration: none;
}
.link-button a:hover {
	color: #333;
	text-decoration: none;
}
.link-gray a { /* 灰色样式 */
	color: #666;
	text-decoration: none;
}
.link-gray a:hover {
	color: #333;
	text-decoration: underline;
}

/* 分页 */

.pagination {
	padding: 20px 20px 0px 20px;
	color: #ED1B23;
	font-size: 14px;
	text-align: right;
}
.pagination a {
	padding: 0px 1px;
	color: #039;
	text-decoration: underline;
}
.pagination a:visited {
	color: #666;
	text-decoration: underline;
}
.pagination a:hover {
	color: #F00;
	text-decoration: underline;
}

/* 小点 */

.btx {
	font-family: "宋体";
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
