﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

/* Logo */

#logo {
	width: 980px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 1em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: -50px auto 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #CC6600;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

/* Column One */

#col-one {
	float: right;
	width: 180px;
}

#col-one .boxed {
	margin-bottom: 10px;
}

#col-one .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img02.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-one .boxed .content {
	padding: 9px;
	background: #E8EDE5 url(images/img03.gif) repeat-x;
	border: 1px solid #648952;
	border-top: none;
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
}

#col-one .boxed .content .textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(images/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}

#col-one .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(images/img06.gif) no-repeat left bottom;
}

/* Column Two */

#col-two {
	float: left;
	width: 380px;
}

#col-two .boxed {
	margin-bottom: 10px;
}

#col-two .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img07.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-two .boxed .content {
	padding: 19px 19px 0 19px;
	background: #E5ECED url(images/img08.gif) repeat-x;
	border: 1px solid #528489;
	border-top: none;
}

#col-two .boxed blockquote {
	background: #E5ECED url(images/img08.gif) repeat-x;
}

/* Column Three */

#col-three {
	float: right;	
	width: 180px;
	margin-right: 10px;
}

#col-three .boxed {
	margin-bottom: 10px;
}

#col-three .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img09.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-three .boxed .content {
	padding: 19px 19px 0 19px;
	background: #EFEBE2 url(images/img10.gif) repeat-x;
	border: 1px solid #977C44;
	border-top: none;
}

#col-three .boxed .content li {
	margin-left: -1em;
	padding-left: 1em;
	background: url(images/img12.gif) no-repeat 0 9px;
	letter-spacing: normal;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0 50px 0;
	background: #464646 url(images/img13.gif) repeat-x;
}

#footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}
/**共同**/
.lost {
	line-height: 20px;
	height: 20px;
	margin-bottom: 5px;
}
ul {
	list-style-type: none;
}
.gad li {
	display: block;
	float: left;
	width: 32%;
	margin-right: 1%;
}
.mar {
	margin-bottom: 8px;
}
.showL {
	float: left;
	width: 620px;
}
.showR {
	float: right;
	width: 330px;
}
.newT {
	line-height: 40px;
	background-image: url(../images/newsT.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.newC li {
	line-height: 25px;
	display: block;
	padding-left: 15px;
}
.newC li a {
	color: #999999;
	text-decoration: none;
}
.showRT {
	line-height: 40px;
	background-image: url(../images/gad.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.bord {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding: 5px;
}
.description {
	line-height: 22px;
	padding: 5px;
	color: #999999;
}
.title h2 a {
	line-height: 30px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
}
.info {
	line-height: 25px;
	text-align: right;
}
.info span {
	color: #999966;
}
.nav{margin-bottom:10px; padding:5px}/* ITEM */
.nav .title{
	height:20px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	font-weight:bold;
	color:#404040;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	font-size: 12px;
}/* 导航标题 */
.nav .box{line-height:25px;padding-top:6px;padding-right:5px;padding-bottom:0px;padding-left:5px}
.nav .box ul{list-style:none;padding:0px;margin:0px;width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}/* CSS限制宽了 */
/* 分页 */
.page{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.page a,.page span{display:block;color:#390;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:5px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:18px} /* SPAN和链接 */
.page a:hover, .page a.current{color:#F44;border:1px solid #F44} /* 当前链接有激活时 */
.page input{padding:0px;color:#390;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px} /* 跳转INPUT */
.trT {
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.trC {
	padding: 5px;
}
* {
	margin: 0px;
	padding: 0px;
}
.gad ul {
	display: block;
	margin-left: 40px;
	width: 930px;
}
.prenext{line-height:40px;border-top-width:1px;border-top-style:dashed;border-top-color:#ccc;padding-right:10px;padding-left:10px;  white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.prenext .pre{float:left;width:50%} /* 上一篇 */
.prenext .next{text-align:right;float:right;width:50%} /* 下一篇 */
