﻿/* common */
.space {
	height: 10px;
	overflow: hidden;
	clear: both;
}
/* container */
#container {
	width: 960px;
	margin: 0 auto;
}
/* container */
#signboard {
	height: 91px;
	overflow: hidden;
}
#signboard dt {
	width: 700px;
	padding-top: 15px;
	float: left;
}
.signboard_logo {
	width: 120px;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	overflow: hidden;
	float: left;
}
.signboard_logo img {
	max-width: 120px;
	height: 60px;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
.signboard_chin {
	text-indent: 15px;
}
.signboard_eng {
	text-indent: 15px;
}
#signboard dd {
	width: 208px;
	padding-top: 5px;
	float: right;
}
#signboard dd a {
	margin-right: 30px;
	color: #000;
}
/* column */
#column {
	font-size: 14px;
	height: 30px;
	margin: 2px 0 0;
	overflow: hidden;
}
#column li {
	width: 96px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
}
li.column_current a {
	cursor: default;
	text-decoration: none;
}
/* theme */
#theme {
	height: 170px;
	padding: 12px 0;
	padding-top: 30px;
}
#theme .top {
	text-indent: 40px;
}
#theme .bottom {
	text-indent: 40px;
}
/* area */
#area {
	height: 25px;
	line-height: 24px;
	margin: 5px 0;
	margin-top: 0;
	overflow: hidden;
}
#area .left {
	float: left;
	text-indent: 15px;
}
#area .right {
	width: 150px;
	float: right;
}
/* plate */
#plate {
	margin: 0 0 10px;
	overflow: hidden;
}
#plate .plate .title {
	height: 27px;
	line-height: 26px;
	margin: 1px;
	padding: 0 15px 0 20px;
	font-size: 14px;
	font-family: '宋体';
	font-weight: bold;
	overflow: hidden;
}
#plate .plate .title strong {
	float: left;
}
#plate .plate .title span {
	float: right;
}
#plate .plate .title a {
	font-weight: normal;
	font-size: 12px;
}
#plate #content .plate {
	padding-top: 6px;
}
#plate #content .plate .title {
	width: 700px;
	margin: 0 auto;
}
#plate #side .plate {
	padding-top: 6px;
}
#plate #side .plate .title {
	width: 150px;
	margin: 0 auto;
}
#plate .plate .content {
	margin: 10px;
}
#content {
	width: 750px;
	float: right;
}
#side {
	width: 200px;
	float: left;
}
/* footer */
#footer {
	width: 960px;
	margin-top: 10px;
	padding: 10px 0;
	overflow: hidden;
}
#footer a {
	text-decoration: underline;
}
#footer .left {
	width: 200px;
	float: left;
	text-align: right;
}
#footer .center {
	width: 560px;
	line-height: 22px;
	float: left;
	text-align: center;
}
#footer .right {
	width: 200px;
	padding-top: 10px;
	line-height: 22px;
	float: left;
	text-align: left;
}

