﻿body{           
	font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Helvetica, Verdana, Arial, sans-serif;    
	font-size:12px;
}
img{
	border:0px;
}
ul,li,dl,dd,dt{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	color:#004276;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
	text-decoration:none;
}

.cbody{
	width:930px;
	margin:0 auto;
	border:1px solid #999999;
	border-top: 0;
	border-bottom: 0;
	clear: both;
}
.floatclear{
	clear:both;
}


/*-----------头部*/
.toplink {
	border-left:0;
	text-align: right;
}
.toplink ul {
	height: 18px;
}
.toplink ul li{
	float: right;
	display: block;
	text-align:center;
	background-color: #F6F6F6;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	height: 18px;
}

.toplink ul li a{
	padding: 4px 6px;
}

.top{
	overflow:hidden;
	border-top: 1px solid #999;
	clear: both;
}
.toplogo{
	float:left;
	width:200px;
	padding-left: 20px;
              margin-top:14px;


}

.topbanner{
	width:500px;
             
	margin-top:10px;             /*顶部右边广告位置*/
              margin-bottom:10px;
	margin-left:320px;
	float:center;
}
.submit{
	margin-right:20px;
	width:68px;
	height:21px;
	background:url(../images/userlogin_submit.gif) repeat-x;
	border:1px solid #D4B06A;
	font-weight:bold;
	color:#753D00;
	letter-spacing:3px;
	line-height:20px;
	font-size:12px;
}
/*----------栏目菜单*/
.topmenu{
	border-top: 1px solid black;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 22px;
}
.topmenu ul li{
	float: left;
	text-align:center;
	border-right: 1px solid #D3D3D3;
	display: block;
}
.topmenu ul li a{
	color:#333;
	text-decoration:none;

	height: 14px;
	padding: 4px 12px;
	line-height: 22px;
}
.topmenu ul li a:hover{
	text-decoration:underline;
	color: #333;
	background-color:#F4F4F4;
}
.thisclass{
	background-color:#F4F4F4;
	height: 23px;
}
.topmenu .rssbut{
	position:relative;
	float:right;
	margin:-30px 8px auto;
	display:inline;
}
/*----------搜索*/
.topsearch{
	height:37px;
	margin-top: -1px;
	background-color:#F6F6F6;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	overflow:hidden;
}
.topsearch .title{
	float:left;
	font-size: 12px;
	padding: 6px 0 0 10px;
}
.topsearch .inpbox{
	float:left;
	margin-top:4px;
	width:430px;
}
.topsearch .inpbox input{
	margin-left:10px;
	margin-right:10px;
}
.topsearch .inpbox select{
	font-size:12px;
	width:100px;
}
.topsearch .inpbox .searchtxt{
	width:200px;
	font-size:12px;
	border-width:1px;
}
.topsearch .hots{
	line-height:33px;
	float:left;
}
/*----------内容*/
.main{
	clear:both;	
	border-bottom:0px solid #000;   /*底部黑线大小与颜色*/
	min-height: 500px;
}

.recentnews {
	width: 220px;
	float: right;
	border-left: 1px solid #ccc;
	margin-top: 2px;
	padding:0 13px;
	min-height: 500px;
}
/*控制右边栏目名*/
.recentnews h4 { margin: 0; padding: 4px 0; border-bottom: 1px solid #ccc; color: #8CB317;font-size:13px;}
.recentnews ul li { line-height: 130%;}
.recentnews ul li a { color: #666666;}
.recentnews span { color: #999; margin-left: 6px;}

/*自己新加的控制左边栏目宽度与显示形式，删除了border-left: 1px solid #ccc;即左边不要线*/
.left_news {
	width: 240px;
	float: right;
	text-align:left;
	margin-top: 0px;
	padding: 0 7px;
	min-height: 500px;
}
/*控制左边栏目名*/
.left_news h4 {margin: 0; padding: 4px 0; border-bottom: 1px solid #ccc; color: #006DB7;font-size:13px;}
.left_news ul li { line-height: 160%;}
.left_news ul li a { color: #333333;}
.left_news span { color: #999; margin-left: 6px;}



/*-------------------------侧栏:用户登录*/
.userlogin {
	overflow:hidden;
}
.userlogin dl{
	clear:both;
	height:23px;
	line-height:23px;
	margin-top:7px;
}
.userlogin dl dt{
	float:left;
	display:block;
	width:66px;
	text-align:right;
}
.userlogin dl dd{
	float:left;
}
.userlogin dl dd input{
	height:13px;
	width:126px;
	font-size:12px;
	padding:3px 0 3px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#808080 #D4D0C8 #D4D0C8 #808080;
}
.userlogin dl dd img{
	vertical-align:middle;
}
.userlogin dl dd input.gdcode{
	width:52px;
}
.userlogin .ulsubmit{
	text-align:center;
	margin-top:15px;
	height:33px;
}

/*-------------------------底部:版权信息*/
.footer{
	clear:both;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.footer .copyright{

	text-align:center;
	margin:10px auto;
	font-size:10px;
	color:#999999;
}
.footer .copyright a{
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.footer .copyright a:hover{
	color:#999999;
}


/*-------------------------分页*/
.pages{

	height:25px;
	margin:12px auto 0px 10px;
	background:#ffffff;
}
.pages .pcount{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	float:left;
	border-right:2px solid #CCC;
	line-height:13px;
	margin:6px 20px 0px 2px;
	font-weight:bold;
	color:#3366CC;
	font-size:11px;
}
.pages .plist{
	float:left;
	padding-top:3px;
	line-height:17px;
}
.pages .plist input {
	float:left;
	width: 30px;
	border: 1px solid #DDDDDD;
	height: 17px;
}
.pages .plist #button {
	height: 18px;
	width: 30px;
	background-color: #FF6600;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	
}
.pages .plist span { 
float:right
}

.pages .plist strong{
	color:#FFF;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	background:#F60;
	border:1px solid #C33;
	margin: 0px 3px 0px 0px;
}
.pages .plist a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000;
}
.pages .plist a:hover{
	color:#FF0000;
}


/*---------------内容页:评论*/
.comment{
	width:668px;
	border:1px solid #DDD;
	margin-top:7px;
}
.comment .commenttitle{
	width:666px;
	height:26px;
	margin:1px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-bottom:1px solid #DDD;
}
.comment .commenttitle .title{
	float:left;
	margin:5px 0px 0px 12px;
	color:#999;
	display:inline;
}
.comment .commenttitle .title strong{
	letter-spacing:4px;
	color:#444;
	margin-right:10px;
}
.comment .commenttitle .gotopost{
	float:right;
	display:block;
	width:100px;
	height:23px;
}
.comment .commenttitle .gotopost a{
	width:95px;
	height:22px;
	display:inline;
	float:right;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	background:url(../images/ico_gotopost.gif) no-repeat;
	margin:1px 3px 0px 0px;
}
.comment .commentbox{
	width:668px;
}
.comment .commentbox dl{
	width:636px;
	margin:10px auto 0px;
	border:1px solid #D1DDCE;
}
.comment .commentbox dl dt{
	width:636px;
	background:#F4F9F2;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
}
.comment .commentbox dl dt span{
	color:#669933;
	font-size:11px;
}
.comment .commentbox dl dd{
	padding:10px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
/*---------------内容页:发表评论:标题*/
.comment .posttitle{
	width:666px;
	height:26px;
	margin:10px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.comment .postbox{
	width:636px;
	margin:5px auto;
	overflow:hidden;
}

.comment .postbox .userbox{
	width:636px;
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{
	width:636px;
}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #CCC;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:636px;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #CCC;
	width:600px;
	height:80px;
	padding:5px;
}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}

.classbox{
	width:222px;
	clear:both;
	padding-bottom:5px;
	background:url(../images/rcbox_title.gif) center bottom no-repeat;
	
}
.classbox dl{
	width:222px;
}
.classbox dl dt{
	height:31px;
	background:url(../images/rcbox_title.gif) center top no-repeat;
	line-height:29px;
	text-indent:10px;
	color:#555;
	letter-spacing:1px;
	font-weight:bold;
}
.classbox dl dd{
	width:220px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background:#FAFAFA;
	
}
.classbox dl dd ul{
	list-style:none;
	overflow:hidden;
	width:220px;
}
.classbox dl dd ul li{
	float:left;
	width:102px;
	margin-left:5px;
	margin-bottom:5px;
	height:27px;
	line-height:25px;
	text-indent:10px;
	display:inline;
	font-size:14px;
}
.classbox dl dd ul li a{
	display:block;
	width:100px;
	height:25px;
	border:1px solid #DDD;
	text-decoration:none;
	color:#0066CC;
	background:#FFF;
}
.classbox dl dd ul li a:hover{
	background:#FAFAFA;
	border:1px solid #CCC;
	color:#000;
}
.classbox dl dd ul li.this a{
	background:#FFC;
	color:#FF6600;
	font-size:12px;
	font-weight:bold;
}

/*首页-底部-友情链接*/
.flink{
	padding: 4px 0;
}
.flink a{
	color: #666;
	padding: 0 6px;
}
/*首页底部，自己加的*/
.flink_se{
	padding: 4px 0;
              border-top:1px solid #DDD;
              border-left:0px solid #DDD;
              border-right:0px solid #DDD;
}           width:84px;
.flink a{
	color: #666;
	padding: 0 6px;
}

/*------------------------------控制中下部自己加的区域的显示形式--------------------------------*/
.mid_add{
	height:240px;
             width:460px;
	margin-top: 0px;
	background-color:#F6F6F6;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
             border-right:1px solid #D3D3D3;
	overflow:hidden;
             font-size: 12px;
}

/*----------控制下部左边文章的显示形式---------*/
.mid_info_add{
	height:345px;
             width:460px;
	margin-top: 0px;
	/*background-color:#F6F6F6;*/
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
             border-right:1px solid #D3D3D3;
	overflow:hidden;
             font-size: 12px;
}


/*------------top----------*/
.mid_top_add{
	height:22px;
             width:460px;
	margin-top: 0px;
             border-top:1px solid #D3D3D3;
	background-color:#FFFFFF;

             border-right:1px solid #D3D3D3;
	overflow:hidden;
}
/*----------------------中下部右边的控制显示形式------------------------*/
.mid_right_add{
	height:23px;
             width:460px;
	margin-top: 0px;
	background-color:#FFFFFF;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
             border-left:1px solid #D3D3D3;
	overflow:hidden;
            
}
.mid_right_add2{
	height:240px;
             width:460px;
	background-color:#F6F6F6;
	border-bottom:1px solid #D3D3D3;
             border-left:1px solid #D3D3D3;
	overflow:hidden;
             
}
/*----------控制下部右边文章的显示形式----------*/
.mid_right_info_add{
	height:345px;
             width:460px;
	/*background-color:#F6F6F6;*/
	border-bottom:1px solid #D3D3D3;
             border-left:1px solid #D3D3D3;
	overflow:hidden;
             font-size: 12px;
}
.mid_info_arc_add{
	height:380px;
             width:930px;
             border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	overflow:hidden;
             font-size: 12px;
}
.mid_space_add{
	height:5px;
             width:930px;
	overflow:hidden;
             font-size: 12px;
}
.mid_posi_add{
	margin-left: 8px;
}
.top_info_right{
	margin-top:10px;
            border-left:1px solid #D3D3D3;
}
.mid_1{
	height:8px;
             overflow:hidden;
          
}

.flash_news {	
	margin-top: 8px;	
}

/*----------控制最底部的显示形式----------*/
/*---画表格---*/
.mid_bot_add{
	height:300px;
             width:930px;
             border-top:1px solid #D3D3D3;
             border-bottom:1px solid #D3D3D3;
             
	overflow:hidden;
             font-size: 12px;
}
/*----栏目名---*/
.bot_top_add{
	height:22px;
             width:300px;
	margin-top: 0px;
             border-right:1px solid #D3D3D3;
             border-bottom:1px solid #D3D3D3;
	background-color:#FFFFFF;
             border-right:1px solid #D3D3D3;
	overflow:hidden;
}
/*控制底部栏目文章显示框格式*/
.bot_info_add{
	height:300px;
             width:300px;
	margin-top: 0px;
	/*background-color:#F6F6F6;*/
	
	
             border-right:1px solid #D3D3D3;
	overflow:hidden;
}
/*---第二格开始---*/
/*----栏目名---*/
.bot_top_add2{
	height:22px;
             width:300px;
	margin-top: 0px;
             border-left:1px solid #D3D3D3;
             border-bottom:1px solid #D3D3D3;
	background-color:#FFFFFF;
             border-right:1px solid #D3D3D3;
	overflow:hidden;
}
/*控制底部栏目文章显示框格式*/
.bot_info_add2{
	height:300px;
             width:300px;
	margin-top: 0px;
	border-left:1px solid #D3D3D3;
	
             border-right:1px solid #D3D3D3;
	overflow:hidden;
}
/*---第三格开始---*/
/*----栏目名---*/
.bot_top_add3{
	height:22px;
             width:308px;
	margin-top: 0px;
             border-left:1px solid #D3D3D3;
             border-bottom:1px solid #D3D3D3;
	background-color:#FFFFFF;
             
}
/*控制底部栏目文章显示框格式*/
.bot_info_add3{
	height:300px;
             width:308px;
	margin-top: 0px;
	
	border-left:1px solid #D3D3D3;
             
	overflow:hidden
}
.line{
             width:400px;
	margin-top: 6px;
	border-top:1px solid #D3D3D3;
	overflow:hidden
}

.ActicleADD
{
	width:210px;
	overflow:hidden;
	margin:10px auto;
	color:#444;
	line-height:25px;
	border: 1px dashed #CCCCCC;
	background-color:#f7f7f7;
	padding:3px;
}
