/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #003366;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {font-size:10pt;color: #ffffff;}
a.Channel:visited {font-size:10pt;color: #ffffff;}
a.Channel:hover{font-size:10pt;COLOR: #ffff00;}
a.Channel:active {font-size:10pt;color: #ffffff;}

/* 站内链接管理文字链接的CSS定义－－将站内链接管理文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel_keylink' ***>***</a> */
a.Channel_keylink:link {font-size:11pt;color: #4800FF;}
a.Channel_keylink:visited {font-size:11pt;color: #4800FF;}
a.Channel_keylink:hover{font-size:12pt;COLOR: #4800FF;}
a.Channel_keylink:active {font-size:11pt;color: #4800FF;}

/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {font-size:10pt;color: #ffff00;}
a.Channel2:visited {font-size:10pt;color: #ffff00;}
a.Channel2:hover{font-size:10pt;COLOR: #FF6600;}
a.Channel2:active {font-size:10pt;color: #ffff00;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover{COLOR: #ffff00;}
a.Bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的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;}

/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class_0{color: #003366;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.Class_0:link {color: #0415BE;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.Class_0:visited {color: #AE0927;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.Class_0:hover{COLOR: #ff0000;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.Class_0:active {color: #AE0927;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}



/* "更多"文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class1:link {color: #296FE2;FONT-FAMILY:楷体;FONT-SIZE: 9pt;}
a.Class1:visited {color: #296FE2;}
a.Class1:hover{COLOR: #ff0000;}
a.Class1:active {color: #296FE2;}


/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
FONT-SIZE: 9pt;background:url(/Skin/blue/bg_all.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”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 FONT-SIZE: 10pt;  */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;COLOR: #003366 ;line-height: 150%; 
}

/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
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定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #FA6A00;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定义结束== */ 


/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089F7;height:2;
}
.top_Channel /* 频道表格背景、文字颜色定义 background:#0089F7*/
{
background:#2e4392;color:#3AB1F5!important;text-align: center;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 /* 导航栏表格背景、文字颜色定义 /Skin/blue/top_nav_menu.gif*/
{
background:url();color: #0560A6;height: 5;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}

.art_tdbgall /* 内容页表格总背景颜色定义 */
{
background:#EDF5FD;
}

　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_title1.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:10;text-align: left;
}

.left_title_zht /* 专题左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_title_zht.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:10;text-align: left;
}

.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg1_1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:40;padding-right:8;
}

.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg2.gif);height: 10;
}
.left_tdbg3 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg3.gif);line-height: 150%;padding-left:5;padding-right:8;
}

.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 /* 中栏表格总背景颜色定义 */
{
background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 0;
}
.main_announce /* 中栏公告表格背景、文字颜色定义color: 037FA8 */
{
color: FF0000;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: ffffff;background:url(/Skin/blue/main_title_575.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_middle /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #8BAFE1;line-height: 150%;text-align: left;padding-left:5;padding-right:5;background:#ECF6FD;
}


.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #8BAFE1;line-height: 150%;text-align: left;padding-left:5;padding-right:5;background:#ffffff;
}
.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;background:#EBF3FA;
}
.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_title_282_1 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:#ccddee;color: ffffff;height: 29;padding-left:40;border-top: 1px solid #425da6;border-left: 1px solid #425da6;border-right: 1px solid #425da6;border-bottom: 1px solid #425da6;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;background:#DBEBF9;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;font-size: 12;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);border: 1px solid #D2D3D9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) font-size: 14px;*/
{
border: 1px font-size: 14px; solid #425da6;padding-left:45;padding-right:45;line-height:150%;
}

.main_tdbg_760_1 /* 内容表格背景、文字颜色定义(760) font-size: 14px;*/
{
border: 1px font-size: 14px; solid #425da6;border-left: 1px solid #425da6;border-right: 1px solid #425da6;border-bottom: 1px solid #425da6;padding-left:30;padding-right:30;line-height:150%;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#E0E1E3;padding-left:30;padding-right:30;
}
　　/* --文章显示页的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 #449AE8;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#2e4392;color:#ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}





.main_title_tzh /* 通知公告栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/byskjj/tzh.gif);text-align: right;height: 25;
}


.main_title_dt /* 本市动态栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/byskjj/kjdt.gif);text-align: right;height: 25;
}

.main_title_dt1 /* 本市动态栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/byskjj/kjdt1.gif);text-align: right;height: 25;
}


.main_title_gnxw /* 国内新闻栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/byskjj/gnxw.gif);text-align: right;height: 25;
}

.main_title_gwxw /* 国外新闻栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/byskjj/gwxw.gif);text-align: right;height: 25;
}


.main_date/* 中栏时间显示表格背景、文字颜色定义(575) */
{
background:url(/Skin/byskjj/date.gif);
}



.main_title_282i_kp /* 科普之窗列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/kepu.gif);color: ffffff;height: 35;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}


.main_title_282i_ydyq /* 院地院企合作列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/ydyq.gif);color: ffffff;height: 35;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}

.main_title_282i_zcfg /* 政策法规列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/zcfg.gif);color: ffffff;height: 35;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}

.main_title_282i_kjyq /* 科技园区列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/kjyq.gif);color: ffffff;height: 35;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}



.main_title_282i_kjxm /* 科技项目列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/kjxm.gif);color: ffffff;height: 25;text-align: right;
}

.main_title_282i_kjxm1 /* 科技项目列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/kjxm1.gif);color: ffffff;height: 25;text-align: right;
}


.main_title_more /* 中栏更多标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/more.gif);height: 25;
}


.main_title_282i_kjjh /* 科技计划列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/byskjj/kjjh.gif);color: ffffff;height: 35;border-top: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;padding-left:40;
}




.main_title_575_phto /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/Skin/byskjj/main_title_575_phto.gif);border-top: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;text-align: left;padding-left:40;height: 25;
}

.main_tdbg_282i_more /* 栏目文章列表more内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: right;padding-left:5;padding-right:5;background:#EBF3FA;
}

.left_title_jzxx /* 左栏局长信箱表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/jzxx.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:10;text-align: left;
}


.left_tdbg_l  /* 左栏内容表格背景、文字颜色定义 */
{
background:#E3EEF5;line-height: 150%;padding-left:5;padding-right:5;
}

.left_tdbg_f  /* 左右栏有情图片链接表格背景、文字颜色定义 */
{
background:#E3EEF5;line-height: 150%;width:190;padding-left:0;padding-right:0;
}



.left_title_zwpt  /* 左栏政务平台标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/zwpt.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_kjfupt /* 左栏科技服务平台标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/kjfupt.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_zxshl /* 左栏在线受理标题表格背景、文字颜色定义 left_title_ggfw */
{
background:url(/Skin/byskjj/zxshl.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_ggfw /* 左栏公共服务标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/ggfw.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_xxzy /* 右栏信息资源标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/xxzy.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_chxchy /* 右栏创新创业标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/chxchy.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_xglm /* 右栏相关栏目标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/xglm.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_xzzhx /* 右栏下载中心标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/xzzhx.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}


.left_title_zhtzhl /* 右栏专题专栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/zhtzhl.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_title_gshl /* 右栏公示栏栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/gshl.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:0;text-align: left;
}

.left_right_title/* 右栏公示栏栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/byskjj/left_right_title.gif);font-weight:bold;color: ffffff;padding-left:0;text-align: left;
}


.pic1  /* 缩略图加上边框等效果风格定义，.pic1、.pic2、.pic3和.pic5这几个CSS样式定义，分别对应文章频道、下载频道、图片频道和商城频道调用并显示的图片进行样式控制 */

{
border: 2px ridge #BDD6F8;
}

#FR_img img   /* 主页左右栏图片超链接大小定义 */
{
width:175px;
height:44px;
}


/* 频道、栏目页栏目导航表格超链接字体定义 */

#l{color: #003366;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
#l a{color: #003366;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
#l a:link {color: ##003366;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
#l a:visited {color: #AE0927;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
#l a:active {color: #AE0927;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
#l a:hover {COLOR: #ff0000;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}

/* 内容页"相关内容"表格定义 */
.list {border-bottom:1px dashed #D1E7FA;height:20px;line-height:20px;}



/*文章列表标签GetArticleList中增加链接文字和表格间隔背景的自定义CSS控制参数 */

/* 自定义列表标签链接文字颜色定义 */

a.aaa{}
a.aaa:link {color: #003399;FONT-SIZE: 10pt;FONT-FAMILY:宋体_2312;font-weight:400; letter-spacing:-1px;line-height: 160%;}
a.aaa:visited {color: #003399;FONT-SIZE: 10pt;FONT-FAMILY:宋体_2312;font-weight:400;letter-spacing:-1px;line-height: 160%;}
a.aaa:hover{color: #003399;FONT-SIZE: 10pt;FONT-FAMILY:宋体_2312;font-weight:400;letter-spacing:-1px;line-height: 160%;}
a.aaa:active {color: #003399;FONT-SIZE: 10pt;FONT-FAMILY:宋体_2312;font-weight:400;letter-spacing:-1px;line-height: 160%;}


.bbb /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
background:#ff0000;line-height: 160%;font-size:12pt;color: blue;
}

.ccc /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
background:#0000ff;line-height: 160%;font-size:12pt;color: blue;
}

/* 内容页模板上方列表链接文字颜色定义 */

a.n{text-decoration: underline;}
a.n:link {color: #003399;FONT-SIZE: 12pt;FONT-FAMILY:宋体_2312;font-weight:400; letter-spacing:-1px;line-height: 160%;}
a.n:visited {color: #003399;FONT-SIZE: 12pt;FONT-FAMILY:宋体_2312;font-weight:400;letter-spacing:-1px;line-height: 160%;}
a.n:hover{color: #003399;FONT-SIZE: 12pt;FONT-FAMILY:宋体_2312;font-weight:400;letter-spacing:-1px;line-height: 160%;}
a.n:active {color: #003399;FONT-SIZE: 12pt;FONT-FAMILY:宋体_2312;font-weight:400;letter-spacing:-1px;line-height: 160%;}


.n1 /* --内容页模板上方列表标签中奇数表格行背景颜色定义-- */
{
background:#ff0000;line-height: 160%;font-size:12pt;color: blue;
}

.n2 /* --内容页模板上方列表标签中奇数表格行背景颜色定义-- */
{
background:#0000ff;line-height: 160%;font-size:12pt;color: blue;
}




/* 文章内容页底部相关内容文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.LinkArticleCorrelative{color: #003366;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.LinkArticleCorrelative:link {color: #003366;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.LinkArticleCorrelative:visited {color: #AE0927;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.LinkArticleCorrelative:hover{COLOR: #ff0000;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}
a.LinkArticleCorrelative:active {color: #AE0927;FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 160%;}





/* 竖向滚动公告的链接定义。调用代码为<a class='AnnounceBody1' ***>***</a> */
a.AnnounceBody1:link {color: #ff0000;}
a.AnnounceBody1:visited {color: #ff0000;}
a.AnnounceBody1:hover{COLOR: #ff0000;}
a.AnnounceBody1:active {color: #ff0000;}

/* 横向滚动公告的链接定义。调用代码为<a class='AnnounceBody2' ***>***</a> */
a.AnnounceBody2:link {color: #ff0000;}
a.AnnounceBody2:visited {color: #ff0000;}
a.AnnounceBody2:hover{COLOR: #ff0000;}
a.AnnounceBody2:active {color: #ff0000;}