@charset "utf-8";
/*--------------------------------------------------------*/
/*					全站通用样式
/*--------------------------------------------------------*/
body,html{font-size:9pt;margin:0; line-height:20px; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif;}
a{color:#3C3C3C; text-decoration:none;}/* 设置超级链接的颜色，不需要下划线  */
a:hover{text-decoration:underline;}/* 鼠标经过样式  */
img{border:0;}/* 图片默认不需要边框  */
form{margin:0; padding:0;}
/*--------------------------------------------------------*/
/*					常用样式表
/*--------------------------------------------------------*/
.clear{clear:both;}
.imgborder{padding:1px; border:solid 1px #ccc;}
.time{
	color:#a5a5a5;
	position:absolute;
	/*--对应position:relative;--*/
	width:auto;
	overflow:hidden;
	right:10px;
	top:0px;
	height:20px;
	}
.more{
	position:absolute;
	/*--对应 position:relative;--*/
	width:auto;
	overflow:hidden;
	right:15px;
	top:10px;
	height:31px;
	}
.more_2{
	position:absolute;
	/*--对应 position:relative;--*/
	width:auto;
	overflow:hidden;
	right:15px;
	top:6px;
	height:24px;
	}
/*--------------------------------------------------------*/
/*					内容样式
/*--------------------------------------------------------*/
.content{text-justify:inter-ideograph; text-align:justify; color:#666666;}
.content h1{font-size:16px; padding:0; margin:0; color:#dd1111; border-bottom:dotted 1px #999999; line-height:30px;}
.content h2{font-size:13px; padding:0; margin:0;}
.content h3{font-size:13px; padding:0; margin:0;}

/*--------------------------------------------------------*/
/*					树型分类列表样式
/*--------------------------------------------------------*/
#classlist div{background: url(../images/d.gif) no-repeat; padding-left:20px; }
.ClassDepth1 {background:none!important;font-family: "";font-size: 12px;color: #7F7F7F;text-decoration: none;}
.ClassDepth1 div {background-image: url(../images/d.gif);background-repeat: no-repeat;padding-left: 18px;}
/*--------------------------------------------------------*/
/*					分页
/*--------------------------------------------------------*/
#PageStyle{text-align:center;}
#PageStyle .Current{background:Red; color:#FFFFFF; padding:0 3px;} /* 当前页码样式 */
/*--------------------------------------------------------*/
/*					文章列表
/*--------------------------------------------------------*/
#articleList{margin:0 10px 0 10px;	list-style-type: none;}
#articleList li {margin:0px; border-bottom:dotted 1px #e9e9e9;	padding-left: 20px;	background: url(../images/d.gif) no-repeat;}
/*--------------------------------------------------------*/
/*					图片列表
/*--------------------------------------------------------*/
#image{margin:0;list-style-type: none; width:none;}
#image li{list-style-type: none;	width: 102px; float: left; margin:0 5px 0 4px;}
#image img{margin: 5px;border: 1px solid #CCCCCC;float: left;}