@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}
body{ margin:0; font-size:12px; /*font-family:"\5FAE\8F6F\96C5\9ED1",Arial,"\5B8B\4F53";*/font-family:"微软雅黑""microsoft yahei";  padding:0; color:#444444;background:#fff; line-height:20px;}
img{ border:0;}
a{ text-decoration:none; color:#444444; line-height:20px;}
a:hover{ color:#0068BD}
h1.title{ font-size:16px; text-indent:10px; line-height:45px; color:#2D4569}
.red{ color:#900}
.hidden{ display:none}
dt.title{ float:left; height:40px; padding:0 20px;font-size:16px; text-align:center; line-height:40px; background:#194977; color:#fff; letter-spacing:2px; font-weight:normal}
dt.title span{ font-size:23px; color:#CC6600; padding-right:5px;}
button,.button{display: inline;
	zoom: 1;
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 3px 10px;
	outline: 0;
	border: 0; background:#2B91C2; color:#fff}
a.button:hover{ color:#fff; background:#000}
li{ list-style:none}
input.input{ float:left; height:20px; line-height:20px; width:100%;border:1px solid #ccc; background-color:#fff;}
/*禁止<textarea>在chrome等浏览器中允许拖动改变大小*/
textarea {
resize: none;
}
/* 翻页链接 */
.page {width:100%; text-align:left; font-size:13px; margin:10px 0; float:left }
.page a {
	display: inline-block;
	margin: 0 2px;
	padding: .4em .8em;
	outline: 0;
	background: #DDD;
	white-space: nowrap;
	cursor: pointer;
	font: 12px/18px Consolas, "Courier New", Courier, monospace;
	line-height: 120%;
	text-decoration: none;
	color: #333;
	overflow: visible;
}
.page a:hover, #page a:focus { background:#CCC }
.page a:active { background:#3C97D4 }
.page a.selected { background:#3C97D4; color:#FFF; cursor:default }
#page_info{ text-align:center}