﻿body
{
	background-color: #fff;
	font-family: Arial;
	font-size: 13px;
	color: Black;
	}
	
.mainbody
{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	}

body,ul,p
{
	margin: 0;
	padding: 0;
}

li
{
	list-style: none;
	}

	
	.header
{
	position: relative;
	width:100%;
	height: 80px;
	border-bottom: solid 3px #eee;
	}
	
.header .Logo
{
	position: absolute;
	left: 30px;
	top: 10px;
	width: 246px;
	height: 72px;
	background: url(/images/logo.gif) no-repeat;	
	}

.header .nav
{
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 28px;
	line-height: 28px;
	}
	
.header .nav ul
{
	margin: 0;
	padding: 0;
	}
	
.header .nav ul li
{
	list-style: none;
	padding: 5px;
	float: left;
	}
	
.header .nav ul li a
{
	text-decoration: none;
	font-family: "Microsoft Yahei", "华文细黑", "宋体";
	font-size: 16px;
	color: Black;
	}
	
.bodyer
{
	clear: both;
	background-color: #fff;
	}
	
.footer
{
	clear: both;
	height: 35px;
	line-height: 35px;
	text-align: right;
	background-color: #eee;
	padding-right: 10px;
	}
	
.sideleft
{
	width: 260px;
	float:left;
	}
.sideleft .cate
{
	width: 150px;
	text-align: right;
	margin-bottom: 10px;
	}
	
.sideleft .cate span
{
	display: block;
	font-family: "Microsoft Yahei", "华文细黑", "宋体";
	font-size: 16px;
	letter-spacing: 3px;
	}
	
.sideleft .cate label
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
	text-transform : uppercase;
	letter-spacing: 5px;
	}
	
.sideleft .catelist
{
	height: 500px;
	text-align: right;
	border-right: solid 3px #eee;
	}
	
.sideleft .catelist .class
{
	padding-top: 10px;
	padding-right: 15px;
	height: 43px;
	border-top: solid 1px #eee;
	}
	
.sideleft .catelist .active
{
	background-color: #f3f3f3;
	}
	
.sideleft .catelist .class:hover
{
	background-color: #f3f3f3;
	}
	
.sideleft .catelist .class a
{
	display: block;
	color: Black;
	text-decoration: none;
	font-family: "Microsoft Yahei", "华文细黑", "宋体";
	font-size:14px;
	}
	
.sideleft .catelist .class label
{
	display: block;
	font-size: 11px;
	font-family: Arial;
	color: #aaa;
	}
	
.sideleft .catelist .cateitem
{
	padding-right: 15px;
	height: 20px;
	line-height: 20px;
	font-family: "microsoft Yahei", "华文细黑", "宋体";
	font-size: 12px;
	}
	
.sideleft .catelist .avtive
{
	background-color: #FFFFEA;
	}
	
.sideleft .catelist .cateitem:hover
{
	background-color: #FFFFEA;
	}
	
.sideleft .catelist .cateitem a
{
	display: block;
	color: #333;
	text-decoration: none;
	}
	
.maincontent
{
	width: 730px;
	float: right;
	padding-top: 7px;
	}
	
.maincontent .ShowListItem, .maincontent .ShowItemContent
{
	padding: 10px 0 0 10px;
	}
	
.maincontent .ShowListItem ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.maincontent .ShowListItem li
{
	height: 25px;
	line-height: 25px;
	width: auto;
	overflow: hidden;
	border-bottom: dotted 1px #000;
	padding-left: 25px;
	background: url(/images/Fore_right.gif) no-repeat 5px center;
	color: #aaa;
	}

.maincontent .ShowListItem li a
{
	text-decoration:none;
	color: Black;
	}

.maincontent h1
{
	padding: 10px;
	font-size: 22px;
	}
	
	
	
	

.h3subject
{
	font-size: 18px;
	font-style: italic;
	margin: 3px;
	padding: 3px;
	text-indent: 20px;
	border-bottom: solid 2px green;
	background: url(/images/bgOFF.gif) repeat-x left center;
	}
	
.cateright table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	}
	
.cateright table td
{
	padding: 5px;
	border:0;
	background-color: #f9f9f9;
	}
	
.cateright table td table td
{
	height: 20px;
	border-bottom: solid 1px #ccc;
	background-color: White;
	}