﻿@charset "utf-8";
/* 公共样式 */
* {
	margin: 0;
	padding: 0;
}
body {
	font: Arial, Helvetica, sans-serif, "宋体";
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	background: url(bgpattern.gif) repeat-x;
	color: #486384;
}
a {
	text-decoration: none;
	color: #486384;
}
a:hover {
	color: #F00;
}
img {
	border: 0;
	vertical-align: middle;
	color: #D6D6D6;
}
input {
	vertical-align: middle;
}
.clear {
	clear: both;
	margin-bottom: 8px;
}
div {
	text-align: left;
}
/* header */
#header {
	width: 960px;
	height: 50px;
	margin-top: 40px;
	margin: auto;
}
#logo {
	float: left;
	clear: left;
	width: 178px;
	height: 50px;
	background: #486384;
}
#menunav {
	float: right;
	clear: right;
	width: 770px;
	height: 50px;
	font-size: 12px;
	background: #486384;
}
#menunav a {
	display: block;
	float: left;
	width: 84px;
	height: 39px;
	line-height: 16px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 3px;
	border-left: 1px solid #CCC;
	font-style: italic;
	margin: 4px 0;
}
#menunav #home {
	border-left: 0;
	margin-left: 2px;
}
#menunav a span {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
#menunav a:hover {
	background: #C33;
}

/* main */
#main {
	width: 960px;
	height: auto;
	margin: auto;
}
#left {
	float: left;
	clear: left;
	width: 178px;
	height: 600px;
	background: url(building_left.gif) no-repeat;
}
/* right */
#right {
	float: right;
	clear: right;
	width: 770px;
	height: auto;
}
#topleft {
	float: left;
	clear: left;
	width: 640px;
	height: 204px;
	padding: 8px;
	background: #FFF;
	overflow: hidden;
}
#notes {
	float: left;
	clear: left;
	width: 375px;
	height: 23px;
	padding: 0 5px;
	line-height: 23px;
	background: #C1C6CC;
	overflow: hidden;
}
#search {
	float: right;
	clear: right;
	width: 232px;
	padding: 0 5px;
	height: 20px;
	padding-top: 4px;
	background: #EBCB66;
}
#search #input {
	width: 120px;
	border: 0;
	margin-top: -2px;
}
#banner {
	width: 640px;
	height: 180px;
}
#banner img {
	width: 640px;
	height: 172px;
}
/* topright */
#topright {
	float: right;
	clear: right;
	width: 95px;
	height: 210px;
	padding: 5px 8px;
	background: #FFF;
	overflow: hidden;
}
#topright p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	border-bottom: 1px dashed #CCC;
}
/* list */
#list {
	width: 754px;
	height: auto;
	padding: 5px 8px;
	overflow: hidden;
	background: #FFF;
}
.title {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px solid #C5CCFC;
}
.title h3 {
	float: left;
	clear: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.title h3 span {
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
}
dl {
	margin-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #CCC;
}
dl dt {
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
}
dl dd {
	line-height: 20px;
}
/* page */
.page {
	clear: both;
	width: auto;
	height: 26px;
	line-height: 26px;
}
.page strong {
	padding: 3px 5px;
	margin-right: 5px;
	border: 1px solid #C5CCFC;
}
.page a {
	padding: 3px 5px;
	margin-right: 5px;
	border: 1px solid #C5CCFC;
}
.page a:hover {
	border: 1px solid #F00;
	background: #FCF;
}
.page input {
	width: 26px;
	height: 21px;
	border: 1px solid #C5CCFC;
}
/* content */
#content {
	width: 752px;
	padding: 8px 0;
	text-indent: 2em;
	line-height: 22px;
	letter-spacing: 0.5px;
}
#content p {
	margin: 3px 0;
}
#list h2 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
	text-align: center;
}
#list h4 {
	font-size: 12px;
	text-align: center;
}
#list #info {
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
	border-top: 1px dashed #C5CCFC;
}
#per {
	padding-top: 5px;
	border-top: 1px dashed #C5CCFC;
}
/* footer */
#footer {
	width: auto;
	height: 80px;
	color: #CCC;
	text-align: center;
	background: #435E80;
}
#footer a {
	color: #CCC;
}
#bottommenu {
	width: 960px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin: auto;
}
#copyright {
	width: 960px;
	line-height: 20px;
	text-align: center;
	margin: auto;
}

