@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;}/* 图片默认不需要边框  */
/*--------------------------------------------------------*/
/*					常用样式表
/*--------------------------------------------------------*/
.clear{clear:both;}
.imgborder{padding:1px; border:solid 1px #ccc;}
.time{color:#a5a5a5;float: right;margin:-20px 40px 0 0;}
.more{
	width:auto;
	float:right;
	font-weight:normal;
	margin:-20px 10px 0 0;
	}

/*--------------------------------------------------------*/
/*					内容样式
/*--------------------------------------------------------*/
.content{text-justify:inter-ideograph; text-align:justify;}
.content h1{font-size:16px; padding:0; margin:0;}
.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;}