/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #666666;} /* 未访问的链接 */
a:visited {color: #666666;} /* 已访问的链接 */
a:hover{color: #808080;} /* 鼠标在链接上 */ 
a:active {color: #666666;} /* 点击激活链?*/
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码?a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #333333;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框?*/
body
{
font-size: 9pt;background:url(/images2/bgall.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 160%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: none; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 19px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 30px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 19px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开?= */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开?- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #c9c9c9;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#c9c9c9;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#c9c9c9;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开?= */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开?= */

/* ==top.asp中的css定义开?= */
.top_tdbgall /* 顶部表格总背景颜色定?*/
{
width: 760;background:#ffffff;
}
.top_top
{
background:#f9f9f9;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定?*/
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定?*/
{
background:url(/skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定?*/
{
background:url(/skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定?*/
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开?= */
.center_tdbgall /* 中部表格总背景颜色定?*/
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开?- */
.left_tdbgall /* 左栏表格总背景颜色定?*/
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定?*/
{
background:url(/skin/blue/left_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定?*/
{
background:url(/skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定?*/
{
background:url(/skin/blue/left_tdbg2.gif);height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定?*/
{
background:url(/skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开?- */
.main_tdbgall /* 中栏表格总背景颜色定?*/
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定?*/
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定?*/
{
color: 037fa8;height: 25;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定?*/
{
background:url(/skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定?760) */
{
color: ffffff;background:url(/skin/blue/main_title_760i.gif);border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定?760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定?575) */
{
color: #333333;background:#c9c9c9;border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 22;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定?575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定?282) */
{
background:url(/skin/blue/main_title_282i.gif);color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定?282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定?282) */
{
background:url(/skin/blue/main_title_282.gif);color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定?282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
/* ==调用的文章每行之间有一条虚线的效果== */
.listbg /* --栏目文章列表内容间隔颜色的定?-- */
{ 
height:24px;background:url(/skin/dv06/224bg.gif); 
}
.listbg2 /* --栏目文章列表内容间隔颜色的定?-- */
{ 
height:24px;background:url(/skin/dv06/224bg.gif); 
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开?- */

.main_articletitle /* 主标题文字颜色定?*/
{
color: 333333;font-weight:bold;font-size: 12;line-height: 200%;
}
.main_articlesubheading /* 副标题文字颜色定?*/
{
color: 333333;font-weight:bold;line-height: 200%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定?760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定?760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定?760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开?- */
/* 留言栏目标题文字链接的css定义－－调用代码?a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定?760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ffffff;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定?760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #e32b26;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#e53635;color: #ffffff;font-weight: normal;height: 26;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #df9797;background:#f8e9e8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定?760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #e32b26;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开?- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开?= */
.bottom_tdbgall /* 底部表格总背景颜色定?*/
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定?*/
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定?*/
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
.pic1
{
border: 2px solid  #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#7b7b7b,strength=1); } /* 表格背景颜色定义4 */
}
.pic2
{
border: 2px solid  #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#7b7b7b,strength=1); /* 表格背景颜色定义4 */
}
.pic3 /*图片频道图片边框 */ 
{ 
border: 2px solid  #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#7b7b7b,strength=1); 
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定?*/
{
color: red;
}
/* --评论显示页的css定义开?- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开?- */
/* 留言栏目标题文字链接的css定义－－调用代码?a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

body {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
textarea {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
table {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
tr {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
td {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
input {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
select {
	font-size: 11px; margin: 0px; color: #666; font-family: tahoma, arial, helvetica, sans-serif
}
form {
	margin: 0px
}
img {
	border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px
}
select {
	color: #fff; background-color: #777
}
#recommend ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px 0px 0px 7px; padding-top: 0px; list-style-type: none
}
#recommend li {
	padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px; width: 126px; padding-top: 0px
}
#recommend li div {
	border-right: #c1c1c1 1px solid; padding-right: 2px; border-top: #c1c1c1 1px solid; padding-left: 2px; background: #fff; padding-bottom: 2px; margin: 7px 4px 4px 0px; border-left: #c1c1c1 1px solid; padding-top: 2px; border-bottom: #c1c1c1 1px solid
}
#recommend li div#sicon {
	border-top-width: 0px; border-left-width: 0px; background: #f5f5f5; border-bottom-width: 0px; text-align: left; border-right-width: 0px
}
#advertisement1 {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 2px 0px; padding-top: 0px; text-align: left
}
#sample {
	border-right: #c9c9c9 1px solid; border-top: #c9c9c9 1px solid; background: #f5f5f5; margin: 4px 4px 4px 0px; border-left: #c9c9c9 1px solid; width: 216px; border-bottom: #c9c9c9 1px solid; text-align: left
}
#sample1 {
	border-right: #c9c9c9 1px solid; padding-right: 0px; border-top: #c9c9c9 1px solid; padding-left: 0px; padding-bottom: 0px; margin: 4px 0px; border-left: #c9c9c9 1px solid; padding-top: 6px; border-bottom: #c9c9c9 1px solid; height: 29px; text-align: center
}
#service {
	border-right: #c9c9c9 1px solid; padding-right: 0px; border-top: #c9c9c9 1px solid; padding-left: 0px; background: #f5f5f5; padding-bottom: 0px; margin: 4px 0px; border-left: #c9c9c9 1px solid; padding-top: 6px; border-bottom: #c9c9c9 1px solid; height: 36px; text-align: left
}
#advertisement {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px 0px 4px; padding-top: 0px; text-align: left
}
#merchandise ul {
	border-right: #c9c9c9 1px solid; padding-right: 0px; border-top: #c9c9c9 1px solid; padding-left: 0px; background: #f5f5f5; padding-bottom: 0px; margin: 0px 0px 2px; border-left: #c9c9c9 1px solid; padding-top: 8px; border-bottom: #c9c9c9 1px solid; list-style-type: none; height: 72px
}
#merchandise li {
	border-right: #c9c9c9 1px solid; padding-right: 1px; border-top: #c9c9c9 1px solid; padding-left: 1px; background: #fff; float: left; padding-bottom: 1px; margin: 0px 0px 0px 10px; border-left: #c9c9c9 1px solid; padding-top: 1px; border-bottom: #c9c9c9 1px solid
}
.listmessage ul {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; margin: 0px; padding-top: 4px; list-style-type: none
}
.listmessage li {
	padding-right: 0px; padding-left: 0px; background: url(/skin/bg-01.gif) repeat-x 0px 21px; padding-bottom: 0px; margin: 0px; padding-top: 4px; height: 18px
}
.listmessage a:visited {
	color: #333; text-decoration: none
}
.listmessage a:hover {
	color: #808080
}
#member ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
#member li {
	border-right: #c1c1c1 1px solid; padding-right: 2px; border-top: #c1c1c1 1px solid; padding-left: 2px; background: #fff; float: left; padding-bottom: 2px; margin: 5px 0px 0px 6px; border-left: #c1c1c1 1px solid; padding-top: 2px; border-bottom: #c1c1c1 1px solid
}
#member li div#sicon {
	border-top-width: 0px; padding-right: 0px; padding-left: 0px; border-left-width: 0px; background: #f5f5f5; border-bottom-width: 0px; padding-bottom: 0px; padding-top: 0px; text-align: left; border-right-width: 0px
}
#blanksample {
	padding-right: 0px; padding-left: 12px; padding-bottom: 0px; margin: 0px; width: 113px; line-height: 0; padding-top: 5px
}
.listmember ul {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; margin: 0px; padding-top: 4px; list-style-type: none
}
.listmember li {
	padding-right: 0px; padding-left: 0px; background: url(/skin/bg-01.gif) repeat-x 0px 21px; padding-bottom: 0px; margin: 0px; padding-top: 4px; height: 18px
}
.listmember a:visited {
	color: #6e5079; text-decoration: none
}
.listmember a:hover {
	color: #a56eb5
}
#tutorials ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
#tutorials li {
	padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px; padding-top: 0px
}
#tutorials li a {
	border-right: #c9c9c9 1px solid; padding-right: 2px; border-top: #c9c9c9 1px solid; display: block; padding-left: 4px; background: #fff; padding-bottom: 4px; margin: 4px 0px 0px 4px; border-left: #c9c9c9 1px solid; width: 86px; padding-top: 6px; border-bottom: #c9c9c9 1px solid
}
#applicationphoto {
	padding-right: 0px; padding-left: 4px; padding-bottom: 0px; margin: 0px; width: 188px; line-height: 0; padding-top: 5px
}
.listtutorials ul {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; margin: 0px; padding-top: 4px; list-style-type: none
}
.listtutorials li {
	padding-right: 0px; padding-left: 0px; background: url(/skin/bg-01.gif) repeat-x 0px 21px; padding-bottom: 0px; margin: 0px; padding-top: 4px; height: 18px
}
.listtutorials a:visited {
	color: #a67359; text-decoration: none
}
.listtutorials a:hover {
	color: #ff5500
}
#pagr ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
#pagr li {
	padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px; padding-top: 0px
}
#pagr li a {
	border-right: #c9c9c9 1px solid; padding-right: 2px; border-top: #c9c9c9 1px solid; display: block; padding-left: 2px; background: #fff; padding-bottom: 2px; margin: 2px 0px 0px 4px; border-left: #c9c9c9 1px solid; width: 88px; line-height: 15px; padding-top: 2px; border-bottom: #c9c9c9 1px solid
}
.listphoto ul {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; margin: 0px; padding-top: 4px; list-style-type: none
}
.listphoto li {
	padding-right: 0px; padding-left: 0px; background: url(/skin/bg-01.gif) repeat-x 0px 21px; padding-bottom: 0px; margin: 0px; padding-top: 4px; height: 18px
}
.listphoto a:visited {
	color: #5e6e5e; text-decoration: none
}
.listphoto a:hover {
	color: #88ab88
}
#works ul {
	border-right: #c9c9c9 1px solid; padding-right: 0px; border-top: #c9c9c9 1px solid; padding-left: 0px; background: #f5f5f5; padding-bottom: 0px; margin: 0px; border-left: #c9c9c9 1px solid; padding-top: 10px; list-style-type: none; height: 110px
}
#works li {
	border-right: #c9c9c9 1px solid; padding-right: 2px; border-top: #c9c9c9 1px solid; padding-left: 2px; background: #fff; float: left; padding-bottom: 2px; margin: 0px 10px 0px 12px; border-left: #c9c9c9 1px solid; padding-top: 2px; border-bottom: #c9c9c9 1px solid
}
.listsample ul {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; margin: 0px; padding-top: 4px; list-style-type: none
}
.listsample li {
	padding-right: 0px; padding-left: 0px; background: url(/skin/bg-01.gif) repeat-x 0px 21px; padding-bottom: 0px; margin: 0px; padding-top: 4px; height: 18px
}
.listvision ul {
	padding-right: 4px; padding-left: 4px; padding-bottom: 4px; margin: 0px; padding-top: 4px; list-style-type: none
}
.listvision li {
	padding-right: 0px; padding-left: 0px; background: url(/skin/bg-01.gif) repeat-x 0px 21px; padding-bottom: 0px; margin: 0px; padding-top: 4px; height: 18px
}
.listvision a:visited {
	color: #92826c; text-decoration: none
}
.listvision a:hover {
	color: #ebbf77
}
#links {
	border-right: #c9c9c9 1px solid; padding-right: 4px; border-top: #c9c9c9 1px solid; padding-left: 4px; padding-bottom: 2px; margin: 4px 0px; border-left: #c9c9c9 1px solid; width: 760px; color: #f5f5f5; padding-top: 4px; border-bottom: #c9c9c9 1px solid; height: 0px; text-align: center
}
.back {
	padding-right: 4px; padding-left: 4px; background: #fff; padding-bottom: 0px; margin: 0px auto; width: 770px; padding-top: 0px
}
.height4 img {
	height: 2px
}
a:link {
	color: #666666; text-decoration: none
}
a:visited {
	color: #666666; text-decoration: none
}
a:hover {
	color: #808080
}
.font {
	font-size: 11px; color: #990000
}
.font1 {
	font-size: 11px; color: #000000
}
.font2 {
	font-size: 11px; color: #333333
}
.font3 {
	font-size: 11px; color: #ffffff
}
.font5 {
	font-size: 11px; color: #333333
}
.adown2 {
	padding-top: 2px
}
.adown3 {
	padding-top: 3px
}
.adown4 {
	padding-top: 4px
}
.adown5 {
	padding-top: 5px
}
a.ash2:link {
	color: #888
}
a.ash2:visited {
	color: #888
}
a.ash2:hover {
	color: #aaa
}
.color {
	color: #000000
}
.color1 {
	color: #333333
}
.color2 {
	color: #666666
}
.color3 {
	color: #999999
}
.color4 {
	color: #990000
}
.color5 {
	color: #ffffff
}
body,td,th {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-image: url(/images2/bgall.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #808080;
}

自己添加的风?

body,td,th {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-image:  url(/images2/bgall.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #808080;
}
.style3 {color: #da251d}
/* 自制表格边框定义 */
.putong001 {
	border: 1px solid #cccccc;
}
.putong_lr001 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.pt_lrd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}
.pt_updown {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
.pt_up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.table_lrd {
	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: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.hotno {
	font-size: 9pt;
	font-weight: bolder;
	color: #ff0066;
	text-decoration: blink;
}
.hotno2 {
	font-weight: bolder;
	color: #333333;
	font-size: 9pt;
}
.table_udr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}
.chinese9ptmain {
	font-size: 9pt;
	line-height: 18px;
	font-family: "times new roman", "新宋?;
	color: #9a9258;
}
/* 自制创作专题文字连接定义 */
a.font_zise:link {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
	color: #a7537b;
}
a.font_zise:visited {
	color: #a7537b;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
}
a.font_zise:hover {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
	color: #723854;
}
a.font_zise:active {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
	color: #a7537b;
}
a.font_szise:link {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
	color: #723854;
}
a.font_szise:visited {
	color: #723854;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
}
a.font_szise:hover {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
	color: #a7537b;
}
a.font_szise:active {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 9pt;
	color: #723854;
}
a.red:link {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
a.red:visited {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
a.red:hover {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
a.red:active {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
a.news1:link {
	font-size: 12px;
	color: #666666;
}
a.news1:visited {
	font-size: 12px;
	color: #6a7d94;
}
a.news1:hover {
	font-size: 12px;
         color: #4f8cd5;
}
a.news1:active {
	font-size: 12px;
	color: #4f8cd5;
}


