<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #9D9D9D;} /* 已访问的链接 */
a:hover{color: #000000;} /* 鼠标在链接上 */ 
a:active {color: #CC00FF} /* 点击激活链接 */


/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为&lt;a class='channel' ***&gt;***&lt;/a&gt; */
a.channel:link {color: #333333;}
a.channel:visited {color: #663366;}
a.channel:hover{color: #666666;}
a.channel:active {color: #CC0099;}


/* 顶部当前频道文字链接的css定义－－调用代码为&lt;a class='channel2' ***&gt;***&lt;/a&gt; */
a.channel2:link {color: #990033;}
a.channel2:visited {color: #cccccc;}
a.channel2:hover{color: #666666;}
a.channel2:active {color: #cccccc;}

/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为&lt;a class='bottom' ***&gt;***&lt;/a&gt; */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #666666;}
a.bottom:hover{color: #cccccc;}
a.bottom:active {color: #666666;}


/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为&lt;a class='class' ***&gt;***&lt;/a&gt; */
a.class:link {color: #000000;}
a.class:visited {color: #FF0066;}
a.class:hover{color: #cccccc;}
a.class:active {color: #FF0066;}



/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body{background-color: #ffffff;margin: 0 0 0 0;);background-attachment:fixed;height: 100%;width: 89%;font-size: 12pt;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #cccccc; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #999999; scrollbar-arrow-color: #999999; scrollbar-track-color: #cccccc; scrollbar-darkshadow-color: #999999;
}{margin: 0px;}


/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 10pt;
	line-height: 200%;
	font-weight: normal;
}



/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
border-bottom: #999999 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
height: 18px;
 font-size: 10pt
}





/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 10pt;height: 20px;
}

/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 10pt;height: 20px;
}


/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #000000;
}





/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc}
.channel_title /* 标题背景颜色定义(760) */
{
height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{opacity: 0.65;-moz-opacity: 0.65;filter:alpha(opacity=65);
line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
line-height: 120%;
}




　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.comment_title /* 标题背景颜色定义(760) */
{
color: #cccccc;font-weight: normal;height: 45;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 




/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: #666666;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #333333;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: #cccccc;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: #666666;
}





/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 88%;
}
.top_top
{
height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
important;text-align: right;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
color: #cccccc;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #cccccc;
	height: 22;
	padding-left: 33px;

}





.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 100%;height: 60;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #000000;
}
/* ==top.asp中的css定义结束== */








/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{

width:88%;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: #666666;
	height: 68%;
	padding-left:60px;
	text-align: left;
	width: 100%;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #cccccc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color:#cccccc;
	height: 88%;
	padding-left:88%;
	text-align: left;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
height: 88%;width:88%;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */




　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 68%;}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color:#ffffff;height: 25;border: 1px solid #cccccc;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: #cccccc;height: 25px;border: 1px solid #cccccc;}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
border-right: 1px solid #ffffff;
text-align: left;padding-left:30;height: 27;

}





.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #ffffff;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}



.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color:#ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: #ffffff;	height: 4px;}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #fffffff;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
height: 47;
padding-left:60;
color: #ffcccc;
text-align: left;
border-right: 1px solid #ffffff;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #ffffff;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #ffffff;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#FAF4FF;
}
　　/* --网页中部中栏的css定义结束-- */




　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: #CC3399;font-weight:bold;font-size: 28;line-height: 220%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: CC3399;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 1px solid #cccccc;height: 28;color: cccccc;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #cccccc;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
}
　　/* --文章显示页的css定义结束-- */



　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为&lt;a class='guest' ***&gt;***&lt;/a&gt; */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #CC3399;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 1px solid #cccccc;padding-left:5;height: 29;color: cccccc;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #cccccc;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.guest_title /* 标题背景颜色定义(760) */
{
font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #cccccc;}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #cccccc;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #cccccc;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #cccccc;
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 68%;}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
color:#cccccc;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
color:#cccccc;
}
/* ==bottom.asp中的css定义结束== */



/* ==自选风格中的css定义结束== */
.menu
{
width:68%;border: 1px;
}
.menubody
{
}
/* ==自选风格中的css定义结束== */


.channel_font /* 搜索等特殊文字颜色定义 */
{
color: #666666;
}


/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: #666666;
}
/* --评论显示页css定义结束-- */



/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为&lt;a class='guest' ***&gt;***&lt;/a&gt; */
a.guest:link {color: #000000;}
a.guest:visited {color: #666666;}
a.guest:hover{color: #cccccc;}
a.guest:active {color: #CC0099;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: #000000;}
a.channel_keylink:visited {color: #666666;}
a.channel_keylink:hover{color: #ff00CC;}
a.channel_keylink:active {color: #666666;}



/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #cccccc;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #cccccc;border-collapse:15;
}
.user_righttitle {
padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #cccccc;border-right-color: #cccccc;border-bottom-color: #cccccc;border-left-color: #cccccc;
}
.user_line {
line-height: 1px;}




.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 10px;font-weight: bold;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 10px;border-right-width: 4px;border-right-style: solid;border-right-color: #cccccc;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}



/*用户控制面板右*/
.user_right {
padding-right: 2px;padding-left: 6px;width:68%px;
}
.border1
{
border: 1px solid #cccccc;
}

.title
{
color: #cccccc;font-weight: normal;
}
.border
{
border: 1px solid #cccccc;
}
.tdbg
{
line-height: 120%;
}
.tdbgmouseover{
line-height: 120%;
}
.tdbg2
{
line-height: 120%;
}
.tdbg5
{
line-height: 120%;
}
.title5
{
width:80px;line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;color: #cccccc;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
font-weight: normal;
}
.date_tdbg
{
color: #cccccc;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==rss连接框定义== */
#popitmenu {
    border-right: #Silver 1px solid; border-top: #cccccc 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid; position: absolute;}
#popitmenu a {
    display: block; padding-left: 6px; color: #cccccc; text-decoration: none;
}
#popitmenu a:hover {
    }

/* ==用户登录框定义== */
.userbox{
height:93px;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#cccccc;
}
.havemessage
{
    background-color: #cccccc;
}
.havemessaged
{
    background-color: #cccccc;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#cccccc;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #cccccc;border-right: 1px solid #cccccc;border-left: 1px solid #cccccc;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
}
.supplybutover{
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #cccccc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #cccccc;
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.mainblinks {
	height: 27px;
	font-weight: bold;
	color: #cccccc;
}
.menu_bottombg {
	color: #cccccc;
	height: 31px;
}
.bottom_bg {
	}
.showa {
	color: #cccccc;
}
.menu_s {
	color: #cccccc;
	height: 26px;
}


/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#000000;}
a.AnnounceBody2:link {color: #000000;}
a.AnnounceBody2:visited {color: #ff00CC;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #cccccc;}


/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#000000;}
a.AnnounceBody1:link {color: #000000;}
a.AnnounceBody1:visited {color: #FF00CC;}
a.AnnounceBody1:hover{color: #FF00CC;}
a.AnnounceBody1:active {color: #FF00CC;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */



hr
{
height:1px;
color:#FF33ff；
}


/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#cccccc;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#cccccc;
}
.houseth{
background:#cccccc;
}
.housetable{
border: 1px solid #cccccc;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--</pre></body></html>