body {
	font-family: Arial, 'SimHei';
	font-size: 15px;
	color: #555;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
a {
	color: #555;
	text-decoration: none;
}
p {
	margin-top: 20px;
}
.nonarticle p {
	margin-top: 0;
}
ul {
	margin: 0;
}
h1 {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #caa84f;
	color: #aa6f2a;
	font-size: 21px;
	font-family: 'Times New Roman', Times, serif;
}
h2 {
	margin-top: 20px;
	font-weight: bold;
}
article {
	text-align: justify;
}
article a {
	color: #be9836;
	text-decoration: underline;
}
dl.listing {
	margin-top: 10px;
}
dl.listing > dt {
	margin-bottom: 20px;
	color: #a46a32;
	font-size: 21px;
	font-family: 'Times New Roman', Times, serif;
}
dl.listing > dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
dl.listing > dd > a {
	display: block;
	overflow: hidden;
}
dl.listing > dd > a > span {
	float: right;
	color: #b08f37;
	margin-left: 30px;
	margin-bottom: 20px;
}
dl.listing > dd > a > em {
	font-size: 13px;
	color: #caa84f;
}
dl.listing2 {
	overflow: hidden;
}
dl.listing2 > dd {
	float: left;
	width: 50%;
	height: 200px;
	margin: 30px 0;
	text-align: center;
}
dl.listing2 > dd > a > img {
	width: 143px;
	height: 195px;
	border: 1px solid #999;
}
table.listing {
	width: 100%;
}
table.listing > thead > tr > td {
	font-weight: bold;
	text-decoration: underline;
}
table.listing > thead > tr > td:first-child {
	width: 100px;
}
table.listing > thead > tr > td > .year {
	text-align: right;
}
table.listing > tbody > tr > td {
	padding-top: 10px;
	vertical-align: top;
}
.paging {
	margin-top: 15px;
	text-align: center;
}
.paging > dd {
	margin: 0 5px;
	font-size: 13px;
	display: inline-block;
}
.paging > dd > span {
	color: #0088f6;
	font-weight: bold;
}
#whole {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: auto;
}
#header {
	overflow: hidden;
}
#hd-logo {
	float: left;
}
#hd-logo > a > img {
	display: block;
	width: 350px;
	margin-top: 10px;
}
#hd-nav {
	float: right;
	margin-top: 10px;
}
#hd-nav > dd {
	display: inline-block;
	margin-left: 40px;
}
#hd-nav > dd > a {
	color: #a9703d;
}
#hd-nav > dd > a.selected {
	text-decoration: underline;
}
#hd-menu {
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-family: 'Times New Roman', Times, serif;
}
#hd-menu > dd {
	float: left;
	position: relative;
	margin-left: 1px;
	text-align: center;
}
#hd-menu > dd:first-child {
	margin-left: 0;
}
#hd-menu > dd > a {
	display: block;
	width: 191px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #caa84f;
	text-align: center;
}
#hd-menu > dd:first-child > a {
	width: 40px;
	text-indent: -9999px;
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: center;
}
#hd-menu > dd > a.selected,
#hd-menu > dd > a:hover {
	background-color: #a46a32;
}
#hd-banner > img {
	display: block;
}
#submenu {
	float: left;
	width: 245px;
	min-height: 1000px;
	padding-top: 20px;
	background: #f1ddaa;
}
#submenu + #body {
	float: left;
	margin-left: 35px;
	width: 700px;
}
#submenu > dd {
	border-bottom: 1px solid #fff;
}
#submenu > dd > div > a {
	display: block;
	padding: 10px 20px;
}
#submenu > dd.selected > div > a {
	color: #fff;
	background: #caa84f;
	font-weight: bold;
}
#submenu > dd > dl {
	margin-bottom: 20px;
}
#submenu > dd > dl > dd > a {
	display: block;
	padding: 10px 20px 10px 40px;
	color: #666;
}
#submenu > dd > dl > dd.selected > a {
	color: #aa6f2a;
	font-weight: bold;
}
#body {
	overflow: hidden;
}
#footer {
	clear: both;
	font-size: 13px;
	padding-top: 30px;
}
#ft-menu {
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #caa84f;
}
#ft-menu > dd {
	display: inline-block;
	padding-left: 12px;
	padding-right: 10px;
	border-left: 1px solid #555;
}
#ft-menu > dd:first-child {
	border-left: 0;
}
#ft-left {
	float: left;
	color: #a46a32;
	margin-top: 10px;
}
#ft-left > a {
	color: #a46a32;
}
#ft-right {
	float: right;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 801px) {
}
@media screen and (max-width: 800px) {
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
