<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************************
******************************************************************
以下为所有风格通用样式
margin: 0;padding: 0;设置外边距,内边距空隙都为0
font-size: 12px;为字体大小.一般表格内的,不受他控制
li,ul设置list-style: none;主要是取消默认的小圆点.不太好看
******************************************************************
*****************************************************************/

body, form, ul, li, p, dl, dd, dt ,h,td,th,h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
li,ul{
	list-style: none;
}
body{
	background:url(bg.gif) repeat-y;background-position:center;
}
/******************************************
TD中的color: #333333;为没有超级链接的字体颜色
VERTICAL-ALIGN: top;表格里的内容居顶
text-align:left;表格里的内容居左
*******************************************/

TD {
	color: #000033;
	VERTICAL-ALIGN: top;
}

/******************************************
border:0px solid #ccc; 表单边框为1个像素的实线,
要为虚线改solid为dotted,要换颜色改#ccc
可以自定义背景颜色
background:#eee;
*******************************************/

input,textarea{
	border:0px solid #cce;
}

/******************************************
网页整体宽度
******************************************/
.wrap{
	width:860px;
	margin:0 auto;
}
/*横幅广告*/
#banner_ad{
	margin-top:5px;
}
/******************************************
font-size: 12px;超级链接字体大小
color:字体颜色
text-decoration: none;没有下画线.要有下画线.改none为underline
a 为统一超级链接,
a:link没有点击过的超级链接样式
a:visited 被点击过的超级链接样式
a:hover 鼠标指向时的超级链接样式
a:active 被用户激活(在鼠标点击与释放之间发生的事件)时的样式.少用
*******************************************/

a {
	font-size: 12px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
}

/*******************************************网站头部************************************/
/*
*顶部信息
*/
#header_login{
	margin:0 auto;
	height:30px;
	line-height:30px;
	background-image: url(EEE.gif)) left top repeat-x;
}
#header_login .login{
	width:60%;
	padding-left:10px;
}
#header_login .login span{
	display:block;
	float:left;
	padding-right:5px;
}
#header_login .login span.word em{
	color:red;
}
#header_login .login span.word a{
	color:blue;
}
#header_login .login span.input{
	padding-top:4px !important;
	padding-top:3px;
}
#header_login .login span.input input{
	width:50px;
	border:#CCC solid 1px;
	height:18px;
}
#header_login .login span.sub{
	padding:3px 10px 0 10px;
}
#header_login .login span.sub input{
	width:50px;
	text-align:center;
}
#header_login .login span.sub input{
	width:50px;
	text-align:center;
}
#header_login .info{
	width:40%;
	text-align:right;
	padding-right:10px;
	word-spacing:5px;
	color:#666;
	
}
#header_login .info a{
	color:blue;
}

/******************************************
#header div 头部LOGO与广告图的容器,
float:left;靠左排列

#header div.ad广告容器,样式指定了靠右
*******************************************/

#header div{
	float:left;
}
#header div.ad{
	float:right;
}

/******************************************
#header头部大表格
margin-bottom:10px;与下面的表格距离10像素
border-top:#ccc 1px solid;表格上方一个像素的实线,颜色为#ccc,
可以把solid改成虚线dotted
#header td 大表格内的TD
padding-top:8px;上方留空8个像素
*******************************************/

#header{
	margin-bottom:0px;
	border-top:#ccc 0px solid;
	
}
#header td{
	padding-top:0px;
}

/******************************************
#guide头部网站导航表格编号
margin-top:5px;与上方表格距离5像素
border:0px #6B92D6 solid;边框样式solid改为dotted则为虚线
height:28px;高度
background:#D2E4FC;背景颜色
#guide td导航表格内部TD容器
border:0px solid #FFF;内边框样式
padding:6px 3px 4px 3px;导航文字与上右下左的距离
*******************************************/

#guide{
	margin:0 auto;
	border:0px #6B92D6 solid;
	height:28px;
	background-image: url(EEF.gif);
}
#guide td{
	border:0px solid #FFF;
	padding:6px 3px 4px 3px;
}
#guide1{
		margin:0 auto;
	border:0px #6B92D6 solid;
	height:43px;
	background-image: url(fb-1.gif);

}
#guide1 td{
	border:0px solid #FFF;
	font-family:"黑体";
	font-size:16px;
	padding:15px 13px 3px 160px;
}
#guide2{
	margin:0 auto;
	color: #FF0000;
	height:0px;
}
#guide2 td{
	border-top:0px #FFF solid;
	font:"黑体";
	padding-top:10px;
	padding-left:10px;
	background-color: #DFDFDF;
	
}


.chooseGuide{
	border-bottom:0px solid #00CC00;
}
/******************************************
.MainTable .guide样式导航表格样式
margin-top:5px;与上方表格的距离
border:0px #A7CAFA solid;边框样式,solid可更换成dotted虚线
height:20px;表格高度
background:#F5FAFE;表格背景颜色

.MainTable .guide td{ padding:5px; 表格内的文字距离四周的间距
可改成 padding:5px 0 0 0;指上右下左
*******************************************/

.MainTable .guide{
	margin-top:5px;
	border:2px #A7CAFA solid;
	height:20px;
	background:#F5FAFE;
}
#MainTable.guide .head{
	background-image:;
	height:15px;
	padding-left:5em;
	padding-top:5px;
	border:0px #3399FF solid;
}

.MainTable .guide td{
	padding:5px;
}


/*****************************************************************
******************************************************************
内容大表格模块样式
width:100%;占满整个空间宽度
margin-top:5px;与上一个表格间距为5个像素
overflow:hide;内容超过时,将隐藏.不过上面用百分比,一般这里设置无效.
只有上面用具体像素,这里才生效
border:0px #A7CAFA solid;边框样式,1个像素,可以改solid为虚线dotted,要取消边框改1px为0px
******************************************************************
******************************************************************/

.dragTable{
	width:100%;
	margin-top:5px;
	overflow:hide;
	border:0px #A7CAFA solid;
	
}
.showsortname{
width:260px;
    background: #F6F6F6 url(article_elite.gif) no-repeat 0.3em center;
    padding-left:0.3em;
    text-indent:1.5em;
    font-weight:bold;
    float:left;
    border:1px solid #DADADA;
    border-bottom:1px solid #717171;
    padding:0.3em;
    margin:1px 1px;
	
	
}
  .showsortname a{
    text-decoration:none;
  }


/******************************************
内容表格模块头部样式
background:#D2E4FC;背景颜色
height:20px;高度
padding-left:1em;字体与左边距离
padding-top:7px;字体与上方距离
border:0px #FFF solid;内边框样式,一般设置为0px较多,即不要内边框居多
******************************************/

.dragTable .head{
	background-image:;
	height:15px;
	padding-left:5em;
	padding-top:5px;
	border:0px #3399FF solid;
}
.dragTable .head.L{
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin-right:1px;
	padding-top:0px;
	background:url(titpica.gif) no-repeat;
}
.dragTable .head.L1{
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin-right:1px;
	padding-top:0px;
	background:url(dot.gif) no-repeat;
	
}

.dragTable .head.R{
	display:block;
	width:150px;
	height:15px;
	float:left;
	margin-right:1px;
	padding-top:0px;
	background:url(titpica1.gif) no-repeat;
}

.dragTable .head1{
background-image: url(td-1.gif);
width:20px;
	height:20px;
	
	
	
}
.dragTable .head2{
background-image: url(td-2.gif);
width:175px;
	height:20px;
	
	
}
.dragTable .head.R1{
	display:block;
	width:500px;
	height:15px;
	float:left;
	margin-right:1px;
	padding-top:0px;
	background:url(titpica2.gif) no-repeat;
}

.dragTable .head.R2{
	display:block;
	width:100px;
	height:15px;
	float:left;
	margin-right:1px;
	padding-top:0px;
	background:url(titpica2.gif) no-repeat;
}
.dragTable .head3{
background-image: url(td-3.gif);
	width:20px;
	height:20px;
	
	
}
.dragTable .head4{
background-image: url(td-4.gif);
	width:20px;
	height:20px;
	
	
}
.dragTable .head5{
background-image: url(td-5.gif);
	width:20px;
	height:20px;
	
	
}
.dragTable .head6{
background-image: url(td-6.gif);
	width:20px;
	height:20px;
	
}
.dragTable .head7{
background-image: url(td-2.gif);
width:605px;
	height:20px;}
	
.dragTable .head8{
background-image: url(td-5.gif);
	width:605px;
	height:20px;}

	
	/******************************************
整体大表格之间的间隙
******************************************/
.MainTable{
	width:860px;
	
	margin-top:5px;
}
/******************************************
右边窄表格模块样式
width:98%;宽度
line-height:17px;字体行高
******************************************/

.MainTable .Side .dragTable{
	width:215px;
	
}

.MainTable .Side .dragTable .middle{
	line-height:17px;
	
}
/******************************************
模块主题文字
float:left;居左,
可以设置为粗体 font-weight:bold;颜色为color:#000;
******************************************/

.dragTable .TAG{

	float:left;
	filter:blur(add=t,direction=135,strength=10);height:1;
	font-weight:bold;
	margin-top:5px;
}
.dragTable .more{

	float:right;
	margin-top:5px;
	font-size:14px;
	

}


/******************************************
内容模块主体部分
padding:8px;距离四周距离为8个像素,
可以改成更具体些的padding:8px 0 0 0;即上右下左的距离
line-height:20px;行高,即是使用&lt;br&gt;换行符时的文字行高
******************************************/

.dragTable .middle{
	padding:8px 0 0 0;
	height:50px;
	line-height:20px;
	background-color:#FFFFFF;	
}
.dragTable .middle1{
    width:100%
	padding:6px 1px 4px 7px;
	height:50px;
	line-height:20px;
	background-image: url(md-1.gif);}
.dragTable .middle2{
    width:100%
	padding:6px 1px 4px 7px;
	height:50px;
	line-height:20px;
	background-image: url(md-2.gif);}
/******************************************
右边窄表格最新,最热的内容样式.
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
通过设定固定宽度,使控制自动隐藏超出边界的内容自动隐藏,用省略号表示
只对&lt;ul&gt;&lt;li&gt;有效
******************************************/

.MainTable .Side .dragTable .middle ul li{
	width:260px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
右边窄表格最新,最热的标题样式.
必须&lt;ul&gt;&lt;li&gt;有超链接的才有效
display:block;定义链接为实体,方便做效果处理
margin-left:4px;文字与左边大表格边框的距离
text-indent:0.6em;文字与小图标的距离
background:url(title_icon3.gif) no-repeat left;	右边列表,最热,最新等等标题前面的小图标
no-repeat 不平铺 left;背景居左
******************************************/

.MainTable .Side .dragTable .middle ul li a{
	display:block;
	margin-left:4px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat left;
}


/******************************************
列表页,包括首页,文章子栏目文章表格样式,表格高度
******************************************/
#AutoRows .dragTable .middle{
	height:100px;
}

/******************************************
列表页,包括首页,文章子栏目文章标题样式
	width:246px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
定义width指定宽度.是为了自动隐藏超出边界的标题.用百分比不能控制
line-height:18px;行高
text-indent:0.6em;文字小图标的距离
background:url(title_icon3.gif) no-repeat ;标题前的小图标
background-position: 0 40%;	小图标X,Y的坐标
******************************************/

#AutoRows .dragTable ul li{
	width:246px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:18px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat ;
	background-position: 0 40%;
}

/******************************************
文章中列表页中的图片主题,图片列表
.listpic每张图的占位空间
width:220px;占位宽度220像素
padding:3px 0 3px 4px;内间隙距离上右下左
float:left;居左排列
.listpic .title图片底下的标题样式
	width:127px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
固定了宽度,控制自动隐藏超出边界的文字
******************************************/

.listpic{
	width:180px;
	padding:15px 0px 15px 15px;
	border:1px;
	border-color:#A7CAFA;
	float:left;
        margin:0 auto;
        
}
.listpic .title{
	width:180px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
文章中列表页中的图片主题,图片内边框样式
border:0px #FFF solid;边框一个像素,为实线,可以改0px,即取消内边框
改solid为dotted即是虚线
******************************************/

.listpic .img{
	width:180px;
	height:145px;
	border:1px;
	border-color:#A7CAFA
	
}

/******************************************
文章中列表页中的图片主题,图片外边框样式
width:120px;	图片外边框宽 height:90px;	图片外边框高
display:block;	定义链接为实体利于加效果
text-align :center;	图片在边框内居中
border:0px #ccc solid;图片外边框样式,要取消边框,可以把1改0,
要加粗粗,把1改成更大的数,要用虚线,可以把solid改成dotted,要换颜色修改#ccc为其他的
margin-bottom:5px;			与底部文字的距离
******************************************/

.listpic .img a{
	width:180px;
	height:135px;
	display:block;
	text-align :center;
	border:0px #ccc solid;
	margin-bottom:5px;

}

/******************************************
文章列表
padding:7px 5px 0 5px;内间隙,上右下左的距离
border-bottom:1px dashed #ccc;底部虚线,也可改为实线solid 或其他颜色

.listarticle span参数样式
******************************************/

.listarticle td{
	padding:7px 5px 0 5px;
	border-bottom:1px dashed #ccc;
}
.listarticle span{
	display:block;
	float:left;
}

/******************************************
文章列表
文章标题样式
text-indent: 0.6em;与小图标的距离
background:url(title_icon3.gif) no-repeat left;小图标,居左不平铺
background-position: 0em 40%;小图标是背景,坐标位置

.listarticle span.time{float:right;}时间靠右显示
******************************************/

.listarticle span.title{
	text-indent: 0.6em;
	background:url(title_icon3.gif) no-repeat left;
	background-position: 0em 40%;
}
.listarticle span.time{
	float:right;
}

/******************************************
分页
******************************************/

.page{
	width:98%;
	margin-top:1em;
	clear:both;
}

.page a{
	display:block;
	float:left;
	margin-right:3px;
	border:0px solid #ccc;
	padding:2px 4px 1px 4px;
}

/*****************************************************************
******************************************************************
文章内容页
.content_word,.content_word p多种格式的控制内容的样式,字号为15像素
******************************************************************
******************************************************************/
.content_word,.content_word p{
	font-size:18px;
	line-height:1.75em;
	
	
}

/*****************************************************************************************
******************************************************************************************
图片频道,视频,FLASH,音乐,商城,下载频道的列表页的图片列表
******************************************************************************************
******************************************************************************************/
/******************************************
display:block;定义为模块
width:98%;宽度为98%
margin:8px 8px 0 10px;与其他的外间隙上右下左的距离
height:100px;高度
overflow:hide;文字超过则隐藏,不过上面宽度只有设置成具体像素才生效.
border-bottom:1px #ccc dotted;底部边框为一个像素的虚线.改成solid则为实线,改成0px则取消边框
这里特别要注意的是.把宽度改成width:44%;增加一句float:left;就可以一行显示两个
******************************************/

.ListPhoto ul{
	display:block;
	width:96%;
	margin:8px 8px 0 10px;
	height:100px;
	overflow:hide;
	border-bottom:1px #ccc dotted;
}

/******************************************
图片与介绍文字是左右并排
******************************************/

.ListPhoto ul li{
	display:block;
	float:left;
}

/******************************************
图片容器样式,
width:130px;宽
border-right:1px #ccc dotted;容器右边样式,改dotted为solid则为实线,把1px改为0则取消边框
******************************************/

.ListPhoto ul li.img{
	width:130px;
	border-right:1px #ccc dotted;
}

/******************************************
图片内边框样式
******************************************/

.ListPhoto ul li.img img{
	border:0px solid #ccc;
}

/******************************************
图片外边框样式
	display:block;	定义为实体,方便加效果
	width:120px;	宽
	height:90px;	高
	text-align :center; 图片居中
	background:#eee;	背景颜色,只有图片太小时,才看得到效果.
	border:0px solid #333; 外边框样式,可改solid为dotted虚线.取消边框的话.改1px为0
******************************************/

.ListPhoto ul li.img a{
	display:block;
	width:120px;
	height:90px;
	text-align :center;
	background:#eee;
	border:0px solid #333;
}

/******************************************
图片的相关文字样式
margin-left:1em;与左边距离1个汉字距离
******************************************/

.ListPhoto ul li.word{
	margin-left:1em;
}

/******************************************
图片的相关文字样式
display:block;做为实体,每个占一行,
overflow:hide,文字超出边界,自动隐藏.一般只有设置了宽度时才生效
******************************************/

.ListPhoto ul li.word span{
	display:block;
	overflow:hidden;
}

/******************************************
图片的相关文字,超级链接的文字加粗显示
******************************************/

.ListPhoto ul li.word span.title a{
	font-weight:bold;
}

/*****************************************************************************************
*****************************************************************************************
**********评论
******************************************************************************************
******************************************************************************************/

#comment .content{
	border:dotted 1px #ddd;
	margin-bottom:10px;
}
#comment .content .word{
	border-bottom:solid 1px #ddd;
	padding-left:5px;
	height:50px;
}
#comment .content .img{
	border-right:dotted 1px #ddd;
	padding:1em;
}
#comment .content .info{
	padding:2px 0 0 5px;
}

/*****************************************************************************************
*****************************************************************************************
************留言本
*****************************************************************************************
*****************************************************************************************/

.guestbook{
	margin-bottom:4px;
	border:0px dotted #A7CAFA;
}
.guestbook .Ftd{
	padding:4px;
	border-right:1px dotted #A7CAFA;
}
.guestbook .Atd{
	border-top:1px solid #D2E4FC;
	padding-left:4px;
}
.guestbook .Ctd{
	padding:4px;
}

/*****************************************************************************************
*****************************************************************************************
网页底部
******************************************************************************************
******************************************************************************************/

#footer{
	border-top:#CBCBCB solid 1px;
	margin-top:4px;
}
#footer td{
	padding:1em 0 1em 0;
}


/*****************************************************************************************
*****************************************************************************************
间隔条
*****************************************************************************************
*****************************************************************************************/
.Space{
	height:23px;
	margin-top:4px;
	background:url(space_bg.jpg);
}
.Space .L{
	padding:5px 0 0 5px;
	font-weight:bold;
	color:#FFF;
}
.Space .L{
	float:left;
}
.Space .R{
	padding:5px 5px 0 0;
	float:right;
}
.Space1{
	height:20px;
	margin-top:4px;
	background:url(seach_06.gif);
}
.Space2{
	height:20px;
	margin-top:4px;
	background:url(seach_07.gif);
}
.Space3{
	height:20px;
	margin-top:4px;
	background:url(seach_08.gif);
}
.Space4{
	height:40px;
	margin-top:4px;
	background:url(seach_09.gif);
}
.Space5{
	height:40px;
	margin-top:4px;
	background:url(seach_10.gif);
}



/*********************************************************************
**********************************************************************
AJAX在线编辑DIV容器
这个会员看不到.只是版主管理员才可以看到.这是后台风格
一般不必修改了.修改了会员也看不到
**********************************************************************
*********************************************************************/
#AjaxEditTable{
	border:0px solid #BEDDFF;
	background:#FFF;
}
#AjaxEditTable .head{
	height: 21px;
	background: #DBEAFF;
	border-bottom:1px solid #BEDDFF;
	padding:3px 5px 0 7px;
}
#AjaxEditTable .head a{
	color:#FFF;
}
#AjaxEditTable .head span{
	DISPLAY: block; 
	FLOAT: right;
}
#AjaxEditTable .middle{
	background:#FFF;
	line-height:18px;
	padding:5px;
}
#AjaxEditTable .middle input,#AjaxEditTable .middle textarea{
	border:0px solid #BEDDFF;
	background:#FFF;
}

/*********************************************************************
**********************************************************************
XFGG
**********************************************************************
*********************************************************************/
.float_mask{position: fixed;z-index: 19999;display:none;width: 160px;right: 1px; bottom: 1px;height: 360px;_bottom: auto;_width: 100%;_position: absolute;
_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.float_layer{position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background: #DFDFDF;filter: alpha(opacity=80);opacity: 0.80;}
.float_content{ position: relative;z-index: 2;width:100%;height: 100%;margin: 0 auto;padding-left: 0px;}
.float_bg, .float_close{ float: left;}
.float_bg{position: relative;width: 150px;height: 320px;margin-top: 0px;}
.float_slogan {position: absolute; background: url("footer_ad1.png") 0 0 no-repeat;}
.float_slogan{left: 0;bottom: 0;width: 150px;height: 340px;cursor: pointer;}
.float_close{width: 20px;margin-top: 5px;}
.float_close a {display: block;width: 25px; height: 25px; margin-left: 135px; background: url("close1.png") 0 0 no-repeat;-webkit-transition: all 400ms;}</pre></body></html>