/* 插入系统样式　即系统定义的Class及ID */
@import "system.css";

/* 这是模板里自定义的样式,根据模板随意修改... */
*{
	margin:0px;
	padding:0;
	font-size:12px;
	font-family:Verdana;
}
body{
	text-align:center;
	margin:0px 0px 10px 0px;
	border-top:5px solid #C8C8C8;
	background-color: #E6F3C8;
}
img {border:none;vertical-align:middle;}
input{vertical-align:middle;}
select ,input{vertical-align:middle;}
a:link,a:visited,a:active,a:hover{color:#333;text-decoration:none;}

#top {
	width:760px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	display:table;
	background-image: url(6.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	#top_left {
	display:block;
	width:300px;
	float:left;
	text-align:left;
	padding-bottom: 10px;
}
#top_left h1{
	text-indent: -9000px;
	display: none;
}
#bg {
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}

		#logo {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
	#top_right {
	display:block;
	width:400px;
	text-align:right;
	height:70px;
	line-height:22px;
	margin: 0px;
	padding-right: 20px;
	float: right;
	font-size: 12px;
}
	#top_right a {font-size:12px;}


#nav {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	;
	height:24px;
	margin-top:5px;
	clear: both;
	background-color: #009E01;
	background-image: url(14.gif);
	background-repeat: no-repeat;
	background-position: right;
}
	#nav_left {width:88%;float:left;background:url(11.gif) no-repeat left;display:block;}
	#nav_right {float:left;height:24px;width:10%;text-align:center;display:table;}
	#nav_right a {width:80px;color:#FFF;line-height:24px;}

#home {width:770px;clear:both;margin-left:auto;margin-right:auto;display:table;margin-top:10px;}
	#home_left {width:220px;float:left;display:block;}
		#home_left_top {width:100%;height:64px;background:url(17.gif) no-repeat;clear:both;text-align:right;line-height:20px;}
		#home_left_top span {width:70%;display:block;text-align:center;padding-top:20px;float:right;}
		#home_left_top span a {font-size:20px;color:#D80000;margin-right:10px;}
		#home_left_bottom {width:100%;height:80px;clear:both;margin-top:10px;}
	#home_right {width:540px;height:155px;float:left;margin-left:10px;}

#homeform {width:770px;clear:both;margin-left:auto;margin-right:auto;display:table;margin-top:10px;background: url(25.gif) repeat-x;}
	#form_login {width:50%;float:left;display:block;background:url(24.gif) no-repeat left;text-align:right;}
		.s_input {width:90px;}
	#form_search{width:50%;float:left;display:block;background:url(31.gif) no-repeat right; text-align:left;}
	#form_search span {margin-left:10px;}
		#home_query{width:160px;}
	
#homemain {width:770px;clear:both;margin-left:auto;margin-right:auto;display:block;height:7px;margin-top:10px;background:url(35.gif) repeat-x;padding-top:17px;}
	#homemain_left {width:220px;float:left;display:block;}
		#homemain_left_top {display:table;width:100%;}
		#homemain_left_top dt {width:220px;background:#D80000;line-height:20px;border-bottom:2px solid #F5BFBF;clear:both;display:table;}
		#homemain_left_top dt span {color:#FFFF00;float:left;margin-left:2%;width:50%;text-align:left;}
		#homemain_left_top dt a {color:#FFF;float:left;width:46%;text-align:right;}
		#homemain_left_top dd {border:1px solid #DDD;display:table;width:218px;text-align:left;line-height:18px;overflow:hidden;height:125px;clear:both;}
		#homemain_left_top dd a {margin-left:6px;}

		#homemain_left_bottom {display:block;width:100%;margin-top:10px;}
		#homemain_left_bottom dt {width:220px;background:#C8C8C8;line-height:20px;border-bottom:2px solid #DDD;text-align:left;}
		#homemain_left_bottom dt span {color:#000;margin-left:5px;}
		#homemain_left_bottom dd {border:1px solid #DDD;display:table;width:218px;overflow:hidden;height:139px;text-align:left;}
		#homemain_left_bottom dd a {display:block;width:50%;float:left;margin-top:10px;}
		#homemain_left_bottom dd a img {width:88px;height:31px;display:block;margin-left:10px;}

	#homemain_right {width:538px;float:left;display:block;border:1px solid #DDD;margin-left:10px;height:320px;overflow:hidden;}
		#homemain_right_left {display:block;width:50%;float:left;text-align:left;}
		#homemain_right_left span {display:block;margin:10px 0px 10px 10px;width:95%;line-height:18px;border-right:1px dashed #DDD;color:#3399FF;}
		#homemain_right_left span a {text-decoration:underline;color:#333;}

		#homemain_right_right {width:50%;display:table;float:left;}
		#homemain_right_right dl {display:table;width:100%;clear:both;}
		#homemain_right_right dl dt {width:50%;display:table;float:left;text-align:left;}
		#homemain_right_right dl dt img {width:90px;height:75px;display:block;margin-top:20px;margin-left:20px;}
		#homemain_right_right dl dd {width:42%;display:table;float:left;text-align:left;padding-top:20px;line-height:19px;color:#888;}
		#homemain_right_right dl dd a {color:#888;}
		#homemain_right_right dl dd i ,#homemain_right_right dl dd i a {color:#20B322;font-size:10px;}


#main {
	width:740px!important;width:750px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	display:table;
	margin-top:10px;
	line-height:22px;
	text-align: left;
}

#bottom {
	width:760px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	display:table;
	height:55px;
	line-height:55px;
	color:#D80000;
	text-align: center;
}
#bottom a {color:#D80000;}


/* 论坛列表 */

.bbshome {line-height:24px;margin-top:10px;}
.bbshome table {
	background-color: #63B663;
}
.bbshome table th {height:24px;line-height:22px;background:#EEEEEE;}
.bbshome h6 {line-height:22px;display:block;width:100%;}

.table_list {background:#63B663 url(table_list.gif) repeat-x;line-height:20px;}
.table_list th {height:24px;color:#008500;background:#E6F3C8;}
.tr_0 td{background:#FFF;padding:0px 2px 0px 2px;}
.tr_F td{
	background-color: #E6F3C8;
}
#bbsmenu {width:100%;display:table;clear:both;margin-bottom:5px;}
	#bbsmenu_left {width:80%;float:left;}
	#bbsmenu_right {width:20%;float:left;text-align:right;}

#masterlist{width:100%;display:table;clear:both;text-align:right;}

#bbstitlemanage{width:100%;display:table;clear:both;height:24px;line-height:20px;}
	#bbstitle{float:left;width:50%;overflow:hidden;display:block;height:25px;font-weight:bold;}
	#bbsmanage{float:left;width:49%;text-align:right;}
	#bbsmanage a:hover {color:#000;}


.sign div {width:100%;height:80px;display:block;overflow:hidden;clear:both;}

.table_topic_0 , .table_topic_F {background:#20B322;width:100%;margin-bottom:5px;}
.table_topic_0 th {background:#E6F3C8;width:24%;line-height:16px;font-weight:normal;padding:3px;vertical-align:top;}
.table_topic_F th {background:#F3F3F3;width:24%;line-height:16px;font-weight:normal;padding:3px;vertical-align:top;}
.table_topic_0 th strong , .table_topic_F th strong {line-height:22px;}
.table_topic_0 td , .table_topic_F td {background:#FFF;padding:3px;vertical-align:top;white-space:normal;}
.table_topic_0 td h5 , .table_topic_F td h5 {width:100%;border-bottom:2px solid #BDBDBD;line-height:30px;white-space:normal;}

.upic {width:100%;clear:both;text-align:center;margin:10px 0px 10px 0px;}

.dl_topic {background:#20B322;width:100%;display:table;clear:both;font-weight:bold;color:#FFF;line-height:18px;}
.dl_topic dt {float:left;width:21%;background:url(../image/topic/list.gif) no-repeat 3px;padding-left:2.7%;}
.dl_topic dd {float:left;width:75%;text-align:right;overflow:hidden;height:18px;}

/* 文章 */
#title {font-size:22px;font-weight:bold;text-align:center;display:block;padding:20px 0px 20px 0px;clear:both;width:100%;}
#content {
	font-size:14px;
	text-align:left;
	display:table;
	padding:10px;
	clear:both;
	width:100%;
	text-indent:28px;
	white-space:normal;
	color: #666666;
}
#realte {font-size:12px;line-height:20px;display:table;clear:both;}
#tart {line-height:30px;text-align:center;}
#tart span {
	margin:5px;
	color: #999999;
}
#bart span {padding:5px;display:block;clear:both;text-align:right;}
#artimg {
	clear:both;
	display:block;
	overflow:hidden;
	width:100% ;left: !important; left:10px;
}
#artimg h6{display:block;clear:both;width:100%;}

#artlist {
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
#artlist dt {
	width:100%;
	border-top:1px solid #009E01;
	line-height:22px;
	background-color: #effaf0;
}
#artlist dt a {
	color:#333;
	font-size:14px;
	display:block;
	width:100%;
	font-weight: bold;
}
#artlist dd {color:#888;}
#artlist dd i{font-size:9px;color:#009E01;}


/* 单页面 */
#onepage {width:96%;margin-left:2%;display:table;line-height:24px;}

/* 文章 */
#subsearch {
	marginm:10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#wenzhangsou{
	font-size: 12px;
	text-align: center;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}#bgcode_artlist {
	background-position: center;
}
#bgcode_artlist dl {
	margin-right: auto;
	margin-left: auto;
}
#bgcode_artlist dt {
	float: left;
	height: 100px;
	width: 130px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
