@CHARSET "UTF-8";
/* CSS Document Format by lijunhong. And IE5.5+ Only 
 *                                                                
 * 一些规则：                                                     
 * 1.超链接伪类的循序请遵守LVHA规则：Link, Visited, Hover, Acitve
 * 2.边框(border)、边距(margin)和补白(padding)的简写次序为：上右下左 
 * 3.用CSS指定字体、边距或大小时如果值非0，必须指明所用的单位    
 * 4.设置对象的边框样式循序：border-width,border-style,border-color
 * 5.background背景图定位书写循序：颜色 图片 重复 左右距离 上下距离
 * 6.加入结构注释使得div元素高度显示正常<div><h1 style="display:none;">结构注释</h1></div>
 * 7.各50%的DIV float浮动如果错开可分别给DIV加clear本身样式如float="left"则clear="left"
 * -------------------------------------------------------------
 * Copyright 2006 Wonders Group Information Company 
 * Wes, 20 Dec 2006 14:37:49 +0800                                                        
 * lijunhong(at)wondersgroup.com
 * -------------------------------------------------------------
 * Tip: 开发完毕将此段注释内容删除再发布
 */





/* 1.25 详细内容（三级页面，信息公开专栏） */

.box_content				{ width:100%;}
.content_title				{ width:100%; margin:0 auto; height:auto; line-height:auto; border-bottom:2px #394b6c solid; text-align:center; font-size:14px; font-weight:bold; color:#bb0000;}
.content_author				{ width:90%; margin:0 auto; height:24px; line-height:24px; text-align:center; }
.content_content			{ width:100%; margin:0 auto; padding-top:"10px"; overflow:visible; font-size:"12px"; line-height:"22px";}
.content_day				{ width:90%; margin:10 auto; text-align:right;}
p { margin=0px; padding=0px; font-size=12px;}

































