@charset "utf-8";

body {
	margin: 0px;
	font: NSimSun, SimSun, Verdana, Geneva, Sans-Serif;
	background: #fff;
	color: #000;
}

p { margin: 0px; padding: 6px 0px; }

a {
	text-decoration: none;
	color: #3f48cc;
}

a:hover, a:visited:hover { color: #ff0000; }

a:visited { color: #005344; }

img { border: 0px; }

/* 主容器 自适应宽度 */
#container {
	margin: 0px auto;
	width: 100%;
}

/* 顶部 */
#top {
	padding: 0px;
	color: #ccc;
	min-height: 80px;
}

#top p {
	margin: 0px;
	padding: 0px;
}

#top a { color: #fff; }

#top_left {
	width: 200px;
	float: left;
}

#top_right {
	padding-right: 8px;
	float: right;
}

/* 导航条 */
#nav {
	height: 28px;
	line-height: 28px;
	background: #efefef;
	color: #fff;
	border-bottom: 3px solid #333;
	border-radius: 4px 4px 0px 0px;
	clear: both;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin-left:2px;
	float:left;
}

#nav ul li a {
	display: block;
	width: 87px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #666;
	color: #eee;
	font-size: 1em;
}

#nav ul li a:hover {
	background: #444;
	color: #fff;
}

#nav ul li a span {
	margin-left: 3px;
	width: 0px;
	height: 0px;
	font-size: 0;
	border-width: 4px;
	border-color: #eee transparent transparent;
	border-style: solid;
}

#nav ul li a#current {
	background: #333;
	font-weight: bold;
	color: #ddd;
}

#nav ul li ul {
	border: 1px solid #ccc;
	display: none;
	position: absolute;
}

#nav ul li ul li {
	margin: 0px;
	width: 160px;
	background: #666;
	color: #aaa;
	float: none;
}

#nav ul li ul li a {
	background: none;
	width: 160px;
	text-align: left;
	text-indent: 8px;
}

#nav ul li ul li a#scurrent {
	background: #333;
	color: #eee;
}

#nav ul li ul li a:hover {
	background: #444;
	color: #fff;
}

#nav ul li:hover ul {
	display: block;
}

/* 纵向中部容器 */
#main {
	background: #fff;
	color: #000;
	padding: 1px;
}

/* 右栏 */
#maincont {
	border: 0px solid #aaa;
	padding: 0px;
}


/* 底部 */
#bottom {
	color: #111;
	background: #fff;
	padding: 10px;
	font-size: 0.6em;
	text-align: center;
}

#bottom a { color: #fff; }

/* 返回顶部专用 */
#sDiv {
	position: fixed;
	right: 0px;
	bottom: 0px;
	display: none;
	width: 32px;
	height: 32px;
}

/* 评论 */
#comm { padding: 0px 8px; }

/* 边框样式 */
.border { border: 1px solid #aaa; }

/* 左栏标题样式一 */
.left_tt_bg1 {
	background-color: #efefef;
	color: #000;
	padding: 6px 4px 4px 6px;
	border-bottom: 1px solid #808080;
}

/* 左栏标题样式二 */
.left_tt_bg2 {
	background-color: #efefef;
	color: #000;
	padding: 6px 4px 4px 6px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/* 正文规范 */
.cont {
	background-color: #fff;
	color: #000;
	padding: 8px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

/* 正文辅助 */
.position {
	font-size: 0.8em;
	color: #777;
	padding: 4px;
	text-align: left;
}

/* 居中 */
.mid { text-align:center; }

/* 居右 */
.right { text-align: right; }

/* 右浮动 */
.fright {
	padding-right: 8px;
	float: right;
}

/* 标题样式 取代 H */
.title {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 0 1px 1px #aaa;
}

/* 阴影边框样式 */
.shadow {
	border: 1px solid #aaa;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #ccc;
}

/* 深色框 */
.dark {
	background: #ccc;
	color: #000;
	border: 1px solid #aaa;
}

/* 浅色框 */
.grey {
	background: #eee;
	color: #000;
	border: 1px solid #aaa;
}

.red { color: #ff0000; } /* 红色字体 */
