*,HTML{ 
       font-size:12px;
	   color:#333;
	   margin:0px auto; 
	   padding:0px; 
	   text-decoration:none;
	   line-height:20px;
	   }
body{
       text-align:center;
       font-size:12px;
	   color:#333;
	   margin:0px auto; 
	   padding:0px; 
	   text-decoration:none; 
	   line-height:20px;
       }
div,ul,li,table,tr,td,p,span,font,a{
       margin:0px;
	   padding:0px;
	   border:none;
	   list-style-type:none;
	   line-height:20px;
       font-size:12px;
	   text-decoration:none;
	   }
a{
       font-size:12px;
	   color:#333;
	   text-decoration:none;
	   line-height:29px;
	   }
a:hover{
       font-size:12px;
	   color:#f00;
	   text-decoration:none;
	   }
img{
	   border:0px;
	   line-height:0px;
	   }
marquee{ cursor:pointer;}
#a_more{ display:table; cursor:pointer;}
#font_c,#font_c p,#font_c font{ line-height:20px; text-align:left; font-size:12px;	   text-decoration:none;
}

/*!-----------------------admin css相关配置---------------------------*/
/*--------翻页CSS------------------*/
.prev,.num cur,.num,.next{ float:left;}
.all{ padding:0px 10px;}


/*--------新闻内容CSS---------------*/
.tit{ text-align:center; font-weight:bold; font-size:14px; color:#333333; padding:10px 0px;}
.related{padding-bottom:6px;}
.time_hit{ color:#333;padding-left:210px;}
.text{ border:#E6E6E6 dotted 1px; border-left:none; border-right:none; padding:10px 0px;}
.photo{text-align:center;}
.other{padding-top:6px; padding-left:6px;}
.print{text-align:right;border:#E6E6E6 solid 1px; border-left:none; border-right:none; background:url(../images/b_pc.png) left center no-repeat;}

/*------------留言板--------------CSS*/
.cont{ border-bottom:#333 double 3px;}
.type{ float:left;}
.welcome,.contact_con{background:url(../images/b_pc.png) left center no-repeat; border-bottom:#099 solid 1px; color:#F00; font-size:14px; font-weight:bold; padding-left:0px; margin-top:20px;}
.msg_info{ font-weight:bold; padding:6px; 0px;}
.msg_form{ padding:10px;}
.butbox{ padding-top:2px; text-align:left; padding-left:65px;}
#sub,#res{ border:#0C6 solid 1px; cursor:pointer;width:50px;height:20px;}
.contact_con{ margin-bottom:10px;}
.msglist{ text-align:left; padding:6px 10px; border:dotted #999 1px; background:url(../images/neiye.jpg) right center no-repeat; margin:0px;}
.msg_name_t{ font-weight:bold; color:#fff}
.msg_text_admin{ color:#F00;}
.msg_form input,.msg_form textarea{ background:#fff; border:#999999 solid 1px; color:#F00}


/*.prev,.prev,num cur,num  翻页CSS*/  
/*tit,related,time_hit,text,photo,other,print   内容展示CSS*/




/*------------------------------其他常用------------------------------------*/
/*
   <param name="wmode" value="opaque"><!--置底-->
   <param name="wmode" value="transparent" /><!--透明-->
*/
/*   a:link {color: #FF0000}		   /* 未访问的链接 */
/*   a:visited {color: #00FF00}	   /* 已访问的链接 */
/*   a:hover {color: #FF00FF}	   /* 鼠标移动到链接上 */
/*   a:active {color: #0000FF}	   /* 选定的链接 */