@charset "utf-8";
/* CSS base */
/* 设置默认字体 */
body{ font:12px/24px "微软雅黑", "宋体", "\5b8b\4f53", sans-serif;color:#999;  margin:0; padding:0; background:#fff;}
html{ overflow-y: scroll;} 

/* 重置文本格式元素 */
a { text-decoration:none; color:#999}
a:hover{ text-decoration:underline; color:#ff5a00; }

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea /* form elements 表单元素 */ { /* table elements 表格元素 */margin: 0;padding: 0;}
img{ display:block;}

h1 { font-size: 18px; font-family:"微软雅黑"; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px;font-family:"微软雅黑";  }
h3 { font-size: 14px;font-family:"微软雅黑";  }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{ font-weight:normal;}

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted;cursor: help;}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */}

/* 重置 hr */
hr {border: none;height: 1px;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/*清除浮动*/
.clear{ clear:both}

/* 分页开始 */
#page { margin:10px 0px}
#page{margin:0}
#page ul{margin:0}
#page li{list-style:none;line-height: 20px;float:left;margin-left:2px;display:inline;width: auto;}
#page li A{display:block;font-size:12px;border:solid #CCCCCC 1px;text-decoration:none;width: auto;text-align: center;display: inline;height: 20px;vertical-align: middle;padding-right: 5px;padding-left: 5px;margin: 1px;float: left;}
#page li A:hover{display:block;font-size:12px;border:solid #990000 1px;text-decoration:none;height: 20px;vertical-align: middle;padding-right: 5px;padding-left: 5px;float: left;width: auto;text-align: center;display: inline;margin: 1px;}
#page li b{display:inline;padding-right: 5px;padding-left: 5px;height: 20px;vertical-align: middle;width: auto;float: left;border:solid #990000 1px;display: inline;margin: 1px;}
/* 分页结束 */
.back { float:right; margin:10px 0px; padding-top:5px; border-top:1px #ccc dashed; width:100%; text-align:right;}
.here { text-align:right; padding-right:10px;}
/*留言*/
#message {  width:550px; margin:10px auto; float:left;}
#message input { border:1px #ccc solid; width:200px; float:left; margin-right:20px; height:20px;}
#message textarea { border:1px #ccc solid; width:200px; float:left; height:100px;}
#message dt { font-size:14px; font-weight:bold; border-bottom:1px #ccc dashed; line-height:30px; margin-bottom:10px; width:525px;}
#message dd { padding:0px; margin:5px 0px; width:100%; float:left; line-height:18px;}
#message dd  span { display:block; width:45px; margin-right:5px; float:left; text-align:right;}
#message .bnt input { margin-left:50px; width:80px; background-color: #999999; border:none; line-height:26px; color:#FFFFFF; height:26px; font-family:Arial, Helvetica, sans-seri;cursor:hand;}
#message .bnt input:hover { background-color:#FF7800;}
/*留言结束*/
