﻿@charset "utf-8";
/*--------------------------------------------------------*/
/*					全站通用样式
/*--------------------------------------------------------*/
body,html{font-size:9pt;margin:0; background:#dbdbdb; 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;
	position:absolute;
	/*--对应position:relative;--*/
	width:auto;
	overflow:hidden;
	right:10px;
	top:0px;
	height:20px;
	}
.more{
	position:absolute;
	/*--对应 position:relative;--*/
	width:auto;
	overflow:hidden;
	right:10px;
	top:15px;
	height:11px;
	}

/*--------------------------------------------------------*/
/*					内容样式
/*--------------------------------------------------------*/
.content{text-justify:inter-ideograph; text-align:justify; color:#666; margin:0 10px;}
.content h1{font-size:16px; padding:0 0 0 20px; margin:5px 0; border-bottom:dotted 1px #CCCCCC; color:#333; line-height:20px;}
.content h2{font-size:14px; padding:0; margin:0; color:#666666; border-bottom:dotted 1px #CCCCCC; padding:0 0 0 20px;}
.content h3{font-size:12px; padding:0; margin:0;}
.content div{color:#666; margin:0 10px;}
.content div a{color:#666;}
.content img{
	border:solid 1px #CCCCCC;
	padding:1px;
	}
/*--------------------------------------------------------*/
/*					树型分类列表样式
/*--------------------------------------------------------*/
#classlist div{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#000000;
	line-height:25px;
	padding:0 0 0 20px;
	text-decoration:none;
	overflow:hidden;
	width:190px;
	float:left;
	}
#classlist a{color:#ffffff;}
.ClassDepth1 {
	background:none!important;
	padding:0;
	margin:0 0 5px 0;
	}
.ClassDepth2 {
	background:none!important;
	padding:0;
	margin:0 0 5px 0;
	}
.ClassDepth1 div{
	background:url(../images/d_2.gif) no-repeat 30px 10px #efEFEF!important;
	padding:0 0 0 45px!important;
	margin:0 0 0 -20px;
	font-size:12px!important;
	line-height:23px!important;
	width:190px!important;
	float:left!important;
	font-weight:normal!important;
	color:#666!important;
	}
.ClassDepth1 div a{
	color:#666666!important;
	}
.ClassDepth2 div{
	background:url(../images/d_2.gif) no-repeat 30px 10px #efEFEF!important;
	padding:0 0 0 45px!important;
	margin:0 0 0 -20px;
	font-size:12px!important;
	line-height:23px!important;
	width:190px!important;
	float:left!important;
	font-weight:normal!important;
	color:#666!important;
	}
.ClassDepth2 div a{
	color:#666666!important;
	}
/*--------------------------------------------------------*/
/*					分页
/*--------------------------------------------------------*/
#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;}
