<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/*整体样式：*/
body{color:#0066cc;font: 12px  Arial,"宋体";}/*页面整体文字颜色及字体设置*/
a:link,a:visited{color:#0066cc; text-decoration:none;}/*页面整体超链接样式*/
a:hover{color:#f00;}/*页面整体链接鼠标指向时样式*/
/*头区*/
.header	{margin:0 auto; width:1003px;background:url(./headbg.jpg); position:relative;}/*头部图片*/
.logo	{ float:left; position:relative; left:20px; top:5px;}/*logo图片位置*/
.search	{ float:right;position:relative; right:10px; top:8px; }/*搜索框位置*/
.search input{margin-top:-1px; height:17px; background:#d0f3f7;border:1px solid #59cbde;}/*搜索输入框*/
.ssbtn{ float:left; width:45px;height:21px;background:url(./ssbtn.gif) no-repeat center;}/*搜索按钮*/
.ssmore{float:left; width:45px;height:21px; background:url(./ssmore.gif) no-repeat  center;}/*更多按钮*/
.nav	{ float:right; position:relative; right:5px; top:10px; text-align:right; }/*顶部右侧文字*/
.titblo	{ position:relative;left: 100px;top: 30px;  margin-bottom:50px; width:400px;}/*页名称和网址区域位置*/
.name{ font:bold 16px/16px "宋体";border:0; background:transparent;text-align:left; width:20em;filter:Shadow (Color=#ffffff,Direction=120,strength=3);}/*页名称*/
.url{background:transparent;width:480px;padding:3px; color:#000;}/*页网址*/
/*标签区*/
.tags	{padding:0 10px 0 6px; background:url(./tagx.gif) repeat-x bottom; width:98.4%;text-align: center;margin:0 auto;}/*页标签区域*/
.tags li{ float:left; display:block; cursor:pointer; margin:3px 3px 0 3px;padding:3px 0;height:18px;line-height:18px;white-space: nowrap;}/*单个页标签样式*/
.tag{background:#f1fbfd;border: 1px solid #a5eef4;border-bottom-color:#2fbed2; }/*非当前页标签状态*/
.current	{background:url(./current.gif) repeat-x;border: 1px solid #2fbed2;border-bottom-color:#c0ecf3;font-weight:bold;}/*当前页标签状态*/
.create	{background:url(./creattag.png) no-repeat center;width:73px;}/*新建页按钮*/
/*工具条区*/
.sidebar	{margin:0 auto;padding:3px 10px 0 10px;height:27px;width:983px;background:url(./menubg.gif) repeat-x;}/*页操作横条区域*/
.sidebarm{ cursor:pointer; padding:0;}/*页操作横条区域*/
.addbtn,.optbtn,.psave,.upsave,.spbtn{float:left;width:80px;height:22px;background:url(./button.png) no-repeat;}
.addbtn	{background-position:0 0px;}
.optbtn	{background-position:0 -30px;}
.psave	{background-position:0 -60px;}
.upsave	{background-position:0 -120px;}
.spbtn	{background-position:0 -90px;}

.tipsbar	{float:left; text-align:center; width:480px;color:#f63; cursor:default;padding-top:2px;}/*页操作区提示信息*/
.tipsbar a:link,.tipsbar a:visited{color:#f63;text-decoration: underline;}/*提示信息中的链接样式*/
.tipsbar a:hover{color:#00f;text-decoration: underline;}/*提示信息中的链接样式--鼠标指向*/

/*主体内容区*/
.main{margin:0 auto;width:1003px;padding-bottom:10px;background:#dfeef3;}
#my_guide{background:#dfeef3;}/*新手上路区域背景色，应与.main一体*/

/*块样式*/
.blo{border:1px solid #a9c3e9; background:#ffffff;padding:1px;}/*微件样式*/
.blo,.blo a:link{color:#4d7cc4;text-decoration: none;}/*微件字体链接样式*/
.blo a:visited{color:#993399;text-decoration: none;}/*微件字体链接样式*/
.blo a:hover{color:#ff0000;text-decoration: underline;}/*微件字体链接样式*/
.blo_head{ background:url(./blue.gif) repeat-x;}/*微件标题背景*/
.blo_bottom{ bottom: -1px; position: absolute; width:100%; background:url(./morebg.gif) repeat-x bottom;}/*微件底部背景*/

/*页脚区*/
.footer{width:1003px;margin:0 auto;padding:10px 0;text-align:center;border-top: 1px solid #5891b9;background:url(./footbg.gif) repeat-x;}/*页脚样式*/
.btmnav { text-align:center; width:330px;margin:0 auto;}/*页脚区导航文字块*/
.copyright	{ clear:both; padding:5px; FONT:12px Arial;}/*页脚区版权文字*//
</pre></body></html>