/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none; font-size: 12px;		font-family:"Arial,Helvetica,sans-serif";line-height:150% ;WORD-BREAK: break-all} /* 链接无下划线,有为underline */ 
a:link {color: #16466E; font-size: 12px;		font-family:"Arial,Helvetica,sans-serif";line-height:150%;WORD-BREAK: break-all} /* 未访问的链接 */
a:visited {color: #16466E; font-size: 12px;		font-family:"Arial,Helvetica,sans-serif";line-height:150% ;WORD-BREAK: break-all} /* 已访问的链接 */
a:hover{COLOR: #FF3300; font-size: 12px;		font-family:"Arial,Helvetica,sans-serif";line-height:150%;TEXT-DECORATION: underline ;WORD-BREAK: break-all} /* 鼠标在链接上 */ 
a:active {color: #FF3300; font-size: 12px;		font-family:"Arial,Helvetica,sans-serif";line-height:150% ;WORD-BREAK: break-all} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";}
a.Channel:visited {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";}
a.Channel:hover{COLOR: #ffffFF; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline}
a.Channel:active {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #ffff00; font-family:"Arial,Helvetica,sans-serif";}
a.Channel2:visited {color: #ffff00; font-family:"Arial,Helvetica,sans-serif";}
a.Channel2:hover{COLOR: #FF6600; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline}
a.Channel2:active {color: #ffff00; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";}
a.Bottom:visited {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";}
a.Bottom:hover{COLOR: #ffffFF; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline}
a.Bottom:active {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #ffffff; font-family:"Arial,Helvetica,sans-serif"; WORD-BREAK: break-all}
a.Class:visited {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";}
a.Class:hover{COLOR: #ffFFFF; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline ;WORD-BREAK: break-all}
a.Class:active {color: #ffffff; font-family:"Arial,Helvetica,sans-serif";TEXT-DECORATION: underline ;WORD-BREAK: break-all}

/* 栏目文章列表的14PX字体样式，直接在文章列表标签填写对应的样式类。*/
a.tdbg:link {color: #333333;font-size:13px; font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbg:visited {color: #333333;font-size:13px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbg:hover{COLOR: #F76400;font-size:13px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbg:active {color: #333333;font-size:13px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
/* 栏目文章列表的奇数行表格底色。*/
.tdbg_s
{
padding-top:16px;
border-bottom:1px #CCCCCC dashed;
 font-size: 11px;
 font-family:"Arial,Helvetica,sans-serif";
 word-break:break-all;
color:#666666;
vertical-align:top
}


/* 栏目文章列表的偶数行表格底色。*/
.tdbg_d
{
padding-top:16px;
border-bottom:1px #CCCCCC dashed;
 font-size: 11px;
 font-family:"Arial,Helvetica,sans-serif";
 word-break:break-all;
color:#666666;
vertical-align:top
}

/* 栏目文章列表的14PX字体样式，直接在文章列表标签填写对应的样式类。*/
a.tdbgb:link {color: #333333;font-size:13px; font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbgb:visited {color: #333333;font-size:13px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbgb:hover{COLOR: #F76400;font-size:13px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbgb:active {color: #333333;font-size:13px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
/* 栏目文章列表的奇数行表格大间距。*/
.tdbgb_sb
{
padding-top:14px;
border-bottom:1px #CCCCCC dashed;
 font-size: 11px;
 font-family:"Arial,Helvetica,sans-serif";
 word-break:break-all;
color:#666666;
vertical-align:top
}
/* 栏目文章列表的偶数行表格底色。*/
.tdbgb_db
{
padding-top:14px;
border-bottom:1px #CCCCCC dashed;
 font-size: 11px;
 font-family:"Arial,Helvetica,sans-serif";
 word-break:break-all;
color:#666666;
vertical-align:top
}

/* 文献栏目文章列表的14PX字体样式，直接在文章列表标签填写对应的样式类。*/
a.tdbg1:link {color: #333333;font-size:12px; font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbg1:visited {color: #333333;font-size:12px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbg1:hover{COLOR: #F76400;font-size:12px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}
a.tdbg1:active {color: #333333;font-size:12px;font-family:"Arial,Helvetica,sans-serif";line-height: normal}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
margin:0px;

background-position:center;
text-decoration: none;
font-size: 12px;
font-family:"Arial,Helvetica,sans-serif";
line-height:150%
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
 font-size: 12px;
 font-family:"Arial,Helvetica,sans-serif";
 word-break:break-all;
 line-height: 150%
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{

BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的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 #449AE8;
}
.Comment_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#FFFFFF;line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#FAFAFA;
}
/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089F7;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);;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:#666666;;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;;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(///Skin/blue/main_title_575_2.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_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #D2D3D9;;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;;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;;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: 000066;font-weight:bold;font-size: 13px;;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 000000;font-weight:normal;;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#0000ff;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定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089F7;color:#ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */
/* ==RSS连接框定义== */
#popitmenu {
     Z-INDEX: 100; VISIBILITY: hidden; FONT: 0px/0px Verdana;  POSITION: absolute; BACKGROUND-COLOR: white
}
#popitmenu A {
    DISPLAY: block; PADDING-LEFT: 6px; COLOR: black; TEXT-DECORATION: none;
}
#popitmenu A:hover {
    BACKGROUND-COLOR: #ccff9d;
}
/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}

/* 站内链接文字颜色定义 */
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;}

/* 导航下拉 特效 专用 */
.ps{margin-left:10px;display:none;}
.pss{margin-left:10px;display:block;}
.t{cursor:pointer;background:url(http://www.psycard.com/gif/0903/ico_close.gif) no-repeat;line-height:20px; padding-left:20px; height:20px;}
.f{cursor:pointer;background:url(http://www.psycard.com/gif/0903/ico_open.gif) no-repeat;line-height:20px; padding-left:20px; height:20px;}
.b{cursor:pointer;background:url(http://www.psycard.com/gif/0903/ico_dot.gif) no-repeat;padding-left:20px;vertical-align:middle;line-height:150%;}
.fblod{font-weight:bold;}
.padtb8{padding:8px 0;}
.fontred{color:#f00;}