/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #444444;} /* 未访问的链接 */
a:visited {color: #444444;} /* 已访问的链接 */
a:hover{COLOR: #ff0000;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */

a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ff0000;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #666666;}
a.Bottom:visited {color: #666666;}
a.Bottom:hover{COLOR: #666666;}
a.Bottom:active {color: #666666;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #FF6600;}
a.Class:visited {color: #FF6600;}
a.Class:hover{COLOR: #ff0000;}
a.Class:active {color: #FF6600;}



.whdh1 {
	width: 700px;
	height: 20px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
.whdh2 {
	width: 700px;
	height: 20px;
	float: right; 

}
.whdh11 {
	width: 570px;
	height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
}
.whdh22 {
	width: 570px;
	height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;

}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
margin-top: 0px;
margin-bottom: 0px;
FONT-SIZE: 9pt;background-color: #ffffff;
background-position:center;
text-decoration: none;
text-align:left;
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: 150%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.input1 Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #666666 1px dotted;
BORDER-LEFT:0px;
BORDER-RIGHT:0px;
BORDER-TOP: 0px;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}

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定义 */
.top_UserLogin
{
color: #FF6600;
}

/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #ff6600;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 #FF648B;
}
.Comment_title /* 标题背景颜色定义(760) */
{
background:#FF648B;color: #ffffff;font-weight: normal;height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#FFFFFF;line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#FAFAFA;
}
　　/* --评论显示页的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:#999999;height: 2;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
background:#999999;color:#ffffff!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
background:url(//Skin/etms/top_nav_menu.gif);color: #000000;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(//Skin/etms/top_nav_menu.gif);color: #000000;height: 30;
}
.top_nav_menu1 /* 新闻网头部导航栏表格背景、高度 */
{
	height: 26;
	color: #ffffff;
	background-image: url(/Skin/wuhunews/b_03.gif);
}

.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #FF6600
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;width:760px;align=center;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
border: 1px solid #D2D3D9;line-height: 150%; background:url(//Skin/Ind_arthd/etms/left_tdbg1.gif);text-align: left;padding-left:0;padding-right:0;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
width: 182;background:url(//Skin/Ind_arthd/etms/left_title.gif);ont-weight:bold;color: FF6600;height: 26;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
width: 182;background:url(//Skin/Ind_arthd/etms/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
width: 182;background:url(//Skin/Ind_arthd/etms/left_tdbg2.gif);height: 10;
}
　　/* --网页中部左栏的CSS定义结束-- */
　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 575;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: FF6600;height: 36;background:#f9f9f9;border: 1px solid #D2D3D9;
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: FF6600;height: 36;border: 1px solid #D2D3D9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(//Skin/Ind_arthd/etms/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: 000000;background:url(//Skin/Ind_arthd/etms/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: 36;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;border-top: 1px solid #D2D3D9;border-right: 1px solid #D2D3D9;border-left: 1px solid #D2D3D9;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: #FF6600;background:url(//Skin/Ind_arthd/etms/main_title_575.gif);text-align: left;padding-left:40;height: 36;
}
.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/Ind_arthd/etms/main_title_282i.gif);color: ff9900;height: 26;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/Ind_arthd/etms/main_title_282.gif);color: ff6600;height: 26;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 /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#F4F1EC;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#ffffff;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: FF6600;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(//Skin/Ind_arthd/etms/main_title_760u.gif);border:1px solid #D2D3D9;height: 28;color: #f60;
}
.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/Ind_arthd/etms/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 #cccccc;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:url(//Skin/Ind_arthd/etms/top_nav_menu.gif);color: #FF6600;font-weight: normal;height: 30;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #FF3366;background:#FFE4EB;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #AD9A72;
}
　　/* --留言频道CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{
background:url(//Skin/Ind_arthd/etms/main_title_760u.gif);color: #ff6600;font-weight: normal;height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#DCDCDD;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#E1F4EE;line-height: 120%;
}

.tdbg2/*购物车产品列表背景色定义*/
{
background:#449AE8;COLOR:#FFFFFF;
}
.tdbg3
{
background:#fff;
}

　　/* --商城的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#D2E4FC;color:#666666;height: 30;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:100%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.pic1
{background: #fff; border: 1px solid #999999; margin: 0px 0px 0px 0px; padding: 4px;  }
/* 
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
border-left-color: #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#666666,strength=3);
*/

.pic2
{background: #fff; border: 1px solid #999999; margin: 0px 0px 0px 0px; padding: 4px;  }
/*
{
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
border-left-color: #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#666666,strength=3);
}
*/
.pic3
{background: #fff; border: 1px solid #999999; margin: 0px 0px 0px 0px; padding: 4px;  }
/*
{
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
border-left-color: #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#666666,strength=3);
}
*/
.pic5
{background: #fff; border: 1px solid #999999; margin: 0px 0px 0px 0px; padding: 4px;  }
/*

{
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
border-left-color: #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#666666,strength=3);
}
*/
.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;}

/* --增加鼠标效应的css定义开始-- */ 
.header { 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #FFFFFF; 
    font-weight: normal;
    background-color:#FF6600; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #ffffff;
} 
.bbb /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
background:#F4F1EC;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#ffffff;
}

h3{font-size:12px;}
.table-all  /* --大表格(除网站首页)的宽度为760,居中显示 --*/
{
background:#ffffff;
width:760px;
}


/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;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: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(//Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}


/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#FD6DAB;color: #fff;font-weight: normal;
}
.border
{
border: 1px solid #FE75B0;
}
.tdbg
{
background:#F0F0F0;
line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#FF79D1;line-height: 120%;
}
.tdbg5
{
background:#FFDFF4;line-height: 120%;
}
.title5
{
width:80px;background:url(file:///E|/user/images/titlebg2.gif);line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url(file:///E|/user/images/titlebg1.gif);color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
.user_border
{
background:#fff;width:760px;
}







/*芜湖新闻频道---------------------------------------------------------------------------------------CSS*/
/*导航条 上层 背景红色 高度28*/
.dhtitle01
{
	background-color: #bf0000;
	font-size: 13px;
	color: #FFFFFF;
	height: 28px;
	padding-top: 3px;
	padding-left: 20px;
}
.dhtitle02
{
	background-color: #cccccc;
    padding: 2px;
}
/*头条表格 边框实线1px 边框宽度3px*/
.whnewstttitle01
{
	border: 1px solid #666666;
	margin: 3px;
	padding: 5px;
}
/*FLASH表格 边框实线1px 边框宽度3px*/
.flashtd01
{
	margin: 3px;
	padding: 0px;
	text-align: center;
}
/*芜湖新闻频道 新闻 列表 字体大小，背景，样式*/
.font001
{
	font-family: "宋体";
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/*表格 标题背景、字体*/
.table01
{
	margin: 0px;
}
/*表格 标题背景、字体*/
.whnewstitle01 {
	background-color: #449AE8;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	width: 234px;
}
.whnewstitle02 {
	font-size: 14px;
	color: #bf0000;
	font-weight: bolder;
	height: 20px;
	padding-top: 1px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	width: 334px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	letter-spacing: 0.3em;
}
.whnewstitle03 {
	background-color: #449AE8;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	width: 176px;
}
.whnewstdbg01
{
	background-color: #eeeeee;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	width: 234px;
	padding-left: 3px;
}
.whnewstdbg02
{
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	width: 334px;
	padding-left: 3px;
	padding-top: 5px;
}
.whnewstdbg03
{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	width: 176px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
}
/*芜湖新闻频道 表格 新闻列表 背景、字体*/

.whnewstable01 {
	margin: 1px;
}
.whnewstable02 {
	border: 1px solid #666666;
	margin: 3px;
}
a.newsfont01 {text-decoration:none;height:22;}
a.newsfont01:link {color:#000000;font-size:10pt;}
a.newsfont01:visited {color:#000000;font-size:10pt;}
a.newsfont01:hover {color:#ff0000;font-size:10pt;}
a.newsfont01:active {color:#000000;font-size:10pt;}

/*芜湖新闻频道 表格 新闻列表 背景、字体*/
a.newstbfont01 {text-decoration:none;height:22;}
a.newstbfont01:link {
	color:#000000;
	font-size:10pt;
	background-color: #00FF00;
}
a.newstbfont01:visited {color:#000000;font-size:10pt;}
a.newstbfont01:hover {color:#ff0000;font-size:10pt;}
a.newstbfont01:active {color:#000000;font-size:10pt;}

.whnews_nr_table01
{
	border: 1px solid #CCCCCC;
}
.whnews_nr_table02
{
	background-color: #bF0000;
}
.whnews_nr_tablefont01
{
	color: #FFFFFF;
}

/*jackylou1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111*/
/*jackylou*/
/*jackylou*/
.table_001
{
	border: 1px solid #CCCCCC;
}
.table_002
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.table_003
{
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
}
.table_004
{
	background-color: #E2ECF8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
.table_005
{
	background:url(http://news.sohu.com/upload/images_2007/pic004.gif) no-repeat;
	height:31px;
	width: 68px;
}
.table_006
{
	border: 1px solid #999999;
}
.table_007
{
	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: #B8CBE4;
	border-bottom-color: #B8CBE4;
	border-left-color: #B8CBE4;

	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.table_008
{
	border: 1px solid #B8CBE4;
}
.table_009
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B8CBE4;
	border-right-color: #B8CBE4;
	border-bottom-color: #B8CBE4;
	border-left-color: #B8CBE4;
	
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;

}
.table_010
{
	border: 1px solid #84A1CE;
}
.table_011
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.td_001
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.td_002
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/*表格规范==============================================================================*/
/*表格规范，tablel 表示有线的表格 - #### 表示线的颜色 - 1111 表示上右下左是否有线，0表示没有 ；sx表示实线 ，xx 表示虚线，*/

.tablel_1A6B_1111sx1
{
	border: 1px solid #1A6BC4;
}
.tablel_6BA0_1111sx1
{
	border: 1px solid #6BA0EC;
}
.tablel_6E95_1111sx1
{
	border: 1px solid #6E9506;
}
.tablel_84A1_1111sx1
{
	border: 1px solid #84A1CE;
}
.tablel_9260_1111sx1
{
	border: 1px solid #9260B5;
}
.tablel_9999_1111sx1
{
	border: 1px solid #999999;
}

.tablel_9999_0010xx1
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.tablel_ADDF_1111sx1
{
	border: 1px solid #ADDFF7;
}
.tablel_B8CB_0101sx1
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8CBE4;
	border-left-color: #B8CBE4;
}
.tablel_B8CB_1111sx1
{
	border: 1px solid #B8CBE4;
}
.tablel_B8CB_0111sx1
{
	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: #B8CBE4;
	border-bottom-color: #B8CBE4;
	border-left-color: #B8CBE4;
}
.tablel_BDDB_1111sx1
{
	border: 1px solid #BDDB73;
}
.tablel_BDDB2_1111sx1
{
	border: 1px solid #BDDBE7;
}

.tablel_cccc_1111sx1
{
	border: 1px solid #cccccc;
}
.tablel_DFDF_0101sx1
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
.tablel_E2C2_0101sx1
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2C27E;
	border-left-color: #E2C27E;
}

.tablel_E6EA_1111sx1
{
    border: 1px solid #E6EAEB;

}

/*表格内部空间规范，tdf 表示上右下左的填充大小*/
.tdfree_0003
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.tdfree_0005
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tdfree_00010
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tdfree_00015
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.tdfree_00020
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tdfree_01000
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tdfree_0505
{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tdfree_05010
{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tdfree_1051010
{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tdfree_2525
{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
.tdfree_5000
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.tdfree_5005
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

.tdfree_5050
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.tdfree_50510
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

.tdfree_5055
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.tdfree_5555
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.tdfree_55510
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
		
.tdfree_55520
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
.tdfree_5258
{
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
}



/*表格背景颜色规范：tdbg - 颜色代码4位/背景图片地址*/
.tdbg_0000
{
	background-color: #FFFFFF;
}
.tdbg_EDF6
{
	background-color: #EDF6FF;
}
.tdbgpic_001{
	background-image: url(file:///E|/Skin/wuhunews/whnews/bg_02.gif);
	height: 23px;
}

/* 图片样式规范,_后表示编号*/
.img_01

{ 
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff; 
	filter:progid:dximagetransform.microsoft.glow(color=#999999,strength=0);
	}
.img_02{ 
	border: 3px;
	border-style: solid;
	border-color: #ffffff;
	filter:progid:dximagetransform.microsoft.glow(color=#666666,strength=0);
	}

.img_03{
	background-color:#ffffff;
	border:1px solid #999999;
	padding:4px;
	display:block;
	margin:-5px 5px 5px -5px;
	position:relative;
	}

.img_04 { background: #fff; border: 1px solid #999999; margin: 0px 14px 14px 0px; padding: 4px;  }

.img_05 { background: #fff; border: 1px solid #999999; margin: 0px 0px 0px 0px; padding: 4px;  }

.img_06 { background: #fff; border: 1px solid #999999; margin: 0px 0px 0px 0px; padding: 3px;  }

.img_07 {background: #fff;border: 1px solid #FFFFFF;margin: 0px 0px 0px 0px;padding: 3px;}

/* 字体链接CSS定义:可定义内容为链接字体颜色、样式等 */
/* link 未访问的链接 */
/* visited 已访问的链接 */
/* hover 鼠标在链接上 */ 
/* active 点击激活链接 */
/* 链接字体规范：f字体大小 _ url正常颜色代码前4位 _ 编号0123A */

/* 无聊的分割线---------------------------------- */
a.f12_1875_url:link {color:#1875CE;font-size:12px;text-decoration:  underline;}
a.f12_1875_url:hover {color:#1875CE;font-size:12px;text-decoration: underline;}
a.f12_1875_url:visited {color:#1875CE;font-size:12px;text-decoration: underline;}
a.f12_1875_url:active {}

a.f12_1875_url01:link {color:#1875CE;font-size:12px;text-decoration:  underline;}
a.f12_1875_url01:hover {color:#1875CE;font-size:12px;text-decoration: none;}
a.f12_1875_url01:visited {color:#1875CE;font-size:12px;text-decoration: none;}
a.f12_1875_url01:active {}

a.f12_1875_url02:link {color:#1875CE;font-size:12px;text-decoration:none;}
a.f12_1875_url02:hover {color:#1875CE;font-size:12px;text-decoration: none;}
a.f12_1875_url02:visited {color:#1875CE;font-size:12px;text-decoration: none;}
a.f12_1875_url02:active {}

a.f12b_0000_url:link {color:#000000;font-size:12px;text-decoration: none;font-weight: bold;}
a.f12b_0000_url:hover {color:#ff0000;font-size:12px;text-decoration: underline;font-weight: bold;}
a.f12b_0000_url:visited {color:#000000;font-size:12px;text-decoration: none;font-weight: bold;}
a.f12b_0000_url:active {}

a.f12_00ff_url:link {color:#0000ff;font-size:12px;text-decoration: none;}
a.f12_00ff_url:hover {color:#0000ff;font-size:12px;text-decoration: underline;}
a.f12_00ff_url:visited {color:#840084;font-size:12px;text-decoration: none;}
a.f12_00ff_url:active {}

a.f12_0334_xwlb1:link {color:#03349B;font-size:12px;text-decoration: none;}
a.f12_0334_xwlb1:hover {color:#ff0000;font-size:12px;text-decoration: none;}
a.f12_0334_xwlb1:visited {color:#993399;font-size:12px;text-decoration: none;}
a.f12_0334_xwlb1:active {}

a.f12_0034_xwlb1:link {color:#003464;font-size:12px;text-decoration: none;}
a.f12_0034_xwlb1:hover {color:#ff0000;font-size:12px;text-decoration: none;}
a.f12_0034_xwlb1:visited {color:#003464;font-size:12px;text-decoration: none;}
a.f12_0034_xwlb1:active {}

a.f12_0334_slist1:link {color:#666666;font-size:12px;text-decoration: none;}
a.f12_0334_slist1:hover {color:#666666;font-size:12px;text-decoration: none;}
a.f12_0334_slist1:visited {color:#666666;font-size:12px;text-decoration: none;}
a.f12_0334_slist1:active {}

a.f12_3698_url:link {color:#369833;font-size:12px;text-decoration: none;}
a.f12_3698_url:hover {color:#666666;font-size:12px;text-decoration: none;}
a.f12_3698_url:visited {color:#369833;font-size:12px;text-decoration: none;}
a.f12_3698_url:active {}

a.f12_8400_url:link {color:#840084;font-size:12px;text-decoration: none;}
a.f12_8400_url:hover {color:#840084;font-size:12px;text-decoration: underline;}
a.f12_8400_url:visited {color:#840084;font-size:12px;text-decoration: none;}
a.f12_8400_url:active {}

a.f12_ff00_url:link {color:#ff0000;font-size:12px;text-decoration: none;}
a.f12_ff00_url:hover {color:#ff0000;font-size:12px;text-decoration: underline;}
a.f12_ff00_url:visited {color:#ff0000;font-size:12px;text-decoration: none;}
a.f12_ff00_url:active {color:#ff0000;font-size:12px;text-decoration: underline;}

a.f12_ffff_url:link {color:#ffffff;font-size:12px;text-decoration: none;}
a.f12_ffff_url:hover {color:#ff0000;font-size:12px;text-decoration: underline;}
a.f12_ffff_url:visited {color:#ffffff;font-size:12px;text-decoration: none;}
a.f12_ffff_url:active {color:#ff0000;font-size:12px;text-decoration: underline;}

/* 无聊的分割线---------------------------------- */

a.f13_0034_xwlb1:link {color:#003464;font-size:13px;text-decoration: none;}
a.f13_0034_xwlb1:hover {color:#ff0000;font-size:13px;text-decoration: none;}
a.f13_0034_xwlb1:visited {color:#003464;font-size:13px;text-decoration: none;}
a.f13_0034_xwlb1:active {}

a.f13_0334:link {color:#03349B;font-size:13px;text-decoration:none;font-weight: normal;}
a.f13_0334:hover {color:#03349B;font-size:13px;text-decoration:none;font-weight: bold;}
a.f13_0334:visited {color:#03349B;font-size:13px;text-decoration:none;}
a.f13_0334:active {}

a.f13_0334_xwlb1:link {color:#03349B;font-size:13px;text-decoration: none;}
a.f13_0334_xwlb1:hover {color:#ff0000;font-size:13px;text-decoration: none;}
a.f13_0334_xwlb1:visited {color:#993399;font-size:13px;text-decoration: none;}
a.f13_0334_xwlb1:active {}

a.f13_0334_lmbt1:link {color:#03349B;font-size:13px;text-decoration: none;font-weight: bold;}
a.f13_0334_lmbt1:hover {color:#ff0000;font-size:13px;text-decoration: none;font-weight: bold;}
a.f13_0334_lmbt1:visited {color:#03349B;font-size:13px;text-decoration: none;font-weight: bold;}
a.f13_0334_lmbt1:active {}


a.f13b_ffff_url:link {color:#ffffff;font-size:13px;text-decoration: none;font-weight: bold;}
a.f13b_ffff_url:hover {color:#ff0000;font-size:13px;text-decoration: underline;font-weight: bold;}
a.f13b_ffff_url:visited {color:#ffffff;font-size:13px;text-decoration: none;font-weight: bold;}
a.f13b_ffff_url:active {}


/* 无聊的分割线---------------------------------- */
a.f14_0000_url:link {color:#000000;font-size:14px;text-decoration: none;}
a.f14_0000_url:hover {color:#003464;font-size:14px;text-decoration: underline;}
a.f14_0000_url:visited {color:#000000;font-size:14px;text-decoration: none;}
a.f14_0000_url:active {}

a.f14_0034_xwlb1:link {color:#003464;font-size:14px;text-decoration: none;}
a.f14_0034_xwlb1:hover {color:#ff0000;font-size:14px;text-decoration: none;}
a.f14_0034_xwlb1:visited {color:#003464;font-size:14px;text-decoration: none;}
a.f14_0034_xwlb1:active {}

a.f14b_0034_xwbt1:link {color:#444444;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_0034_xwbt1:hover {color:#003464;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_0034_xwbt1:visited {color:#444444;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_0034_xwbt1:active {color:#444444;font-size:14px;text-decoration: none;font-weight: bold;}

a.f14_4444_xwlb:link {color:#444444;font-size:14px;}
a.f14_4444_xwlb:hover {color:#ff0000;font-size:14px;}
a.f14_4444_xwlb:visited {color:#444444;font-size:14px;}
a.f14_4444_xwlb:active {}

a.f14_0334_xwlb:link {color:#03349B;font-size:14px;text-decoration: underline;}
a.f14_0334_xwlb:hover {color:#ff0000;font-size:14px;text-decoration: underline;}
a.f14_0334_xwlb:visited {color:#993399;font-size:14px;text-decoration: underline;}
a.f14_0334_xwlb:active {}

a.f14_0334_xwlb1:link {color:#03349B;font-size:14px;text-decoration: none;}
a.f14_0334_xwlb1:hover {color:#ff0000;font-size:14px;text-decoration: none;}
a.f14_0334_xwlb1:visited {color:#993399;font-size:14px;text-decoration: none;}
a.f14_0334_xwlb1:active {}

a.f14_1875_url:link {color:#1875CE;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14_1875_url:hover {color:#1875CE;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14_1875_url:visited {color:#1875CE;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14_1875_url:active {}

a.f14b_ffff_url:link {color:#ffffff;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_ffff_url:hover {color:#ff0000;font-size:14px;text-decoration: underline;font-weight: bold;}
a.f14b_ffff_url:visited {color:#ffffff;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_ffff_url:active {}



a.f14b_145E_url:link {color:#145EA7;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_145E_url:hover {color:#ff0000;font-size:14px;text-decoration: underline;font-weight: bold;}
a.f14b_145E_url:visited {color:#145EA7;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_145E_url:active {}

a.f14b_ff00_url:link {color:#ff0000;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_ff00_url:hover {color:#ff0000;font-size:14px;text-decoration: underline;font-weight: bold;}
a.f14b_ff00_url:visited {color:#ff0000;font-size:14px;text-decoration: none;font-weight: bold;}
a.f14b_ff00_url:active {}

a.f15b_ff00_url:link {color:#ff0000;font-size:15px;text-decoration: none;font-weight: bold;}
a.f15b_ff00_url:visited {color:#ff0000;font-size:15px;text-decoration: none;font-weight: bold;}
a.f15b_ff00_url:hover {color:#ff0000;font-size:15px;text-decoration: underline;font-weight: bold;}
a.f15b_ff00_url:active {color:#ff0000;font-size:15px;text-decoration: none;font-weight: bold;}

a.f14_529A_xwlb1:link {color:#529A00;font-size:14px;text-decoration: none;}
a.f14_529A_xwlb1:hover {color:#529A00;font-size:14px;text-decoration: none;}
a.f14_529A_xwlb1:visited {color:#993399;font-size:14px;text-decoration: none;}
a.f14_529A_xwlb1:active {}

a.f13_529A_xwlb1:link {color:#529A00;font-size:13px;text-decoration: none;}
a.f13_529A_xwlb1:hover {color:#529A00;font-size:13px;text-decoration: none;}
a.f13_529A_xwlb1:visited {color:#993399;font-size:13px;text-decoration: none;}
a.f13_529A_xwlb1:active {}


a.f16_0000_url:link {color:#000000;font-size:16px;text-decoration: none;}
a.f16_0000_url:hover {color:#003464;font-size:16px;text-decoration: underline;}
a.f16_0000_url:visited {color:#000000;font-size:16px;text-decoration: none;}
a.f16_0000_url:active {}

a.f16_0334_xwlb1:link {color:#03349B;font-size:16px;text-decoration: none;}
a.f16_0334_xwlb1:hover {color:#ff0000;font-size:16px;text-decoration: none;}
a.f16_0334_xwlb1:visited {color:#993399;font-size:16px;text-decoration: none;}
a.f16_0334_xwlb1:active {}

a.f18_0000_xwtt:link {font-family: "黑体";font-size: 18px;color: #000000;text-decoration: none;line-height: 25px;}
a.f18_0000_xwtt:hover {font-family: "黑体";font-size: 18px;color: #000000;text-decoration: none;line-height: 25px;}
a.f18_0000_xwtt:visited {font-family: "黑体";font-size: 18px;color: #000000;text-decoration: none;line-height: 25px;}
a.f18_0000_xwtt:active {}

a.f18_0334_xwtt:link {font-family: "黑体";font-size: 18px;color: #03349B;text-decoration: none;line-height: 25px;}
a.f18_0334_xwtt:hover {font-family: "黑体";font-size: 18px;color: #03349B;text-decoration: none;line-height: 25px;}
a.f18_0334_xwtt:visited {font-family: "黑体";font-size: 18px;color: #03349B;text-decoration: none;line-height: 25px;}
a.f18_0334_xwtt:active {}

a.f18_4444_xwtt:link {font-family: "黑体";font-size: 18px;color: #444444;text-decoration: none;line-height: 25px;}
a.f18_4444_xwtt:hover {font-family: "黑体";font-size: 18px;color: #444444;text-decoration: none;line-height: 25px;}
a.f18_4444_xwtt:visited {font-family: "黑体";font-size: 18px;color: #444444;text-decoration: none;line-height: 25px;}
a.f18_4444_xwtt:active {}

a.f20_BF00_xwtt:link {font-family: "黑体";font-size: 28px;font-weight: bold;color: #fF0000;text-decoration: none;line-height: 35px;}
a.f20_BF00_xwtt:hover {font-family: "黑体";font-size: 28px;font-weight: bold;color: #FF0000;text-decoration: none;line-height: 35px;}
a.f20_BF00_xwtt:visited {font-family: "黑体";font-size: 28px;font-weight: bold;color: #BF0000;text-decoration: none;line-height: 35px;}
a.f20_BF00_xwtt:active {}

a.f20_0000_xwtt:link {font-family: "黑体";font-size: 28px;font-weight: bold;color: #000000;text-decoration: none;line-height: 35px;}
a.f20_0000_xwtt:hover {font-family: "黑体";font-size: 28px;font-weight: bold;color: #000000;text-decoration: none;line-height: 35px;}
a.f20_0000_xwtt:visited {font-family: "黑体";font-size: 28px;font-weight: bold;color: #000000;text-decoration: none;line-height: 35px;}
a.f20_0000_xwtt:active {}

a.f30_BF00_xwtt:link {font-family: "黑体";font-size: 30px;font-weight: bold;color: #ff0000;text-decoration: none;line-height: 25px;}
a.f30_BF00_xwtt:hover {font-family: "黑体";font-size: 30px;font-weight: bold;color: #FF0000;text-decoration: none;line-height: 25px;}
a.f30_BF00_xwtt:visited {font-family: "黑体";font-size: 30px;font-weight: bold;color: #BF0000;text-decoration: none;line-height: 25px;}
a.f30_BF00_xwtt:active {}



a.bt_ff00_30b_url:link {font-family: "黑体";font-size: 30px;font-weight: bold;color: #ff0000;text-decoration: none;}
a.bt_ff00_30b_url:hover {font-family: "黑体";font-size: 30px;font-weight: bold;color: #FF0000;text-decoration: none;}
a.bt_ff00_30b_url:visited {font-family: "黑体";font-size: 30px;font-weight: bold;color: #ff0000;text-decoration: none;}
a.bt_ff00_30b_url:active {}
/* 非链接字体规范 */
/* 非链接字体规范 */
/* 非链接字体规范：f字体大小|粗细 - 颜色代码4位*/
/* 11px字体*/
.f11{font-size: 11px;}
.f11b{font-size: 11px;font-weight: bold;}

.f11_0334{font-size: 11px;color: #03349B;}



/* 12px字体--------------------------------- */

.f12{font-size: 12px;}
.f12b{font-size: 12px;font-weight: bold;}

.f12_0334{font-size: 12px;color: #03349B;}
.f12_1875{font-size: 12px;color: #1875CE;}
.f12_3698{font-size: 12px;color: #369833;}
.f12_4444{font-size: 12px;color: #444444;}
.f12_98B4{font-size: 12px;color: #98B4C2;}
.f12_FFFF{font-size: 12px;color: #FFFFFF;}

.f12b_0000{font-size: 12px;color: #000000;font-weight: bold;}
.f12b_ff00{font-size: 12px;color: #ff0000;font-weight: bold;}

.f12b_0334{font-size: 12px;color: #03349B;font-weight: bold;}
.f12b_98B4{font-size: 12px;color: #98B4C2;font-weight: bold;}
.f12b_FFFF{font-size: 12px;color: #FFFFFF;font-weight: bold;}


/* 13px字体--------------------------------- */
.f13{font-size: 13px;}
.f13b{font-size: 13px;font-weight: bold;}

.f13_0334{font-size: 13px;color: #03349B;}
.f13_1875{font-size: 13px;color: #1875CE;}
.f13_98B4{font-size: 13px;color: #98B4C2;}
.f13_D726{font-size: 13px;color: #D72603;}
.f13_ffff{font-size: 13px;color: #ffffff;}

.f13b_0000{font-size: 13px;color: #000000;font-weight: bold;}
.f13b_0334{font-size: 13px;color: #03349B;font-weight: bold;}
.f13b_1875{font-size: 13px;color: #1875CE;font-weight: bold;}
.f13b_529A{font-size: 13px;color: #529A00;font-weight: bold;}
.f13b_98B4{font-size: 13px;color: #98B4C2;font-weight: bold;}
.f13b_D726{font-size: 13px;color: #D72603;font-weight: bold;}
.f13b_ff00{font-size: 13px;color: #ff0000;font-weight: bold;}
.f13b_ffff{font-size: 13px;color: #ffffff;font-weight: bold;}


/* 14px字体--------------------------------- */

.f14{font-size: 14px;}
.f14b{font-size: 14px;font-weight: bold;}

.f14_0334{font-size: 14px;color: #03349B;}
.f14_1875{font-size: 14px;color: #1875CE;}
.f14_98B4{font-size: 14px;color: #98B4C2;}
.f14_D726{font-size: 14px;color: #D72603;}

.f14_ffff{font-size: 14px;color: #ffffff;}

.f14b_0334{font-size: 14px;color: #03349B;font-weight: bold;}
.f14b_1875{font-size: 14px;color: #1875CE;font-weight: bold;}
.f14b_98B4{font-size: 14px;color: #98B4C2;font-weight: bold;}
.f14b_D726{font-size: 14px;color: #D72603;font-weight: bold;}
.f14b_ff00{font-size: 14px;color: #ff0000;font-weight: bold;}
.f14b_ffff{font-size: 14px;color: #ffffff;font-weight: bold;}

/* 标题文字格式---------------------------------- */

.bt_ff00_30b{font-size: 30px;font-weight: bold;font-family: "黑体";color: #FF0000;}

/* 行高---------------------------------- */
/* 行高规范：hg大小 */
.hg {line-height: normal;}
.hg12{line-height: 12px;}
.hg13{line-height: 13px;}
.hg14{line-height: 14px;}
.hg15{line-height: 15px;}
.hg16{line-height: 16px;}
.hg17{line-height: 17px;}
.hg18{line-height: 18px;}
.hg19{line-height: 19px;}
.hg20{line-height: 20px;}
.hg22{line-height: 22px;}
.hg25{line-height: 25px;}

/* 表格高规范：hg大小 */
.tabb14{height:14px;}
.tabb15{height:15px;}
.tabb16{height:16px;}
.tabb17{height:17px;}
.tabb18{height:18px;}
.tabb19{height:19px;}
.tabb20{height:20px;}
.tabb21{height:21px;}
.tabb22{height:22px;}

/* 无聊的分割线---------------------------------- */


.font_13px_bffff
{
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 5px;
}

.font_001
{
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
.font_002
{
	font-size: 15px;

}
.font_002 p{font-size:15px;}
.bg_001
{
	background-image: url(file:///E|/Skin/wuhunews/newsgroup/newsgroup007.gif);
	background-repeat: no-repeat;
}
/*jackylou*/
/*jackylou*/
/*jackylou*/
#menu A {
	WIDTH: 40px;
	MARGIN-RIGHT: 1px;
	PADDING-TOP: 3px;
	FONT-FAMILY: "宋体", Arial;
	HEIGHT: 18px;
	text-decoration: none;
}
.whnewsfonttitle02
{
width:15px;
	font-size: 13px;
	color:#0033FF;
}
.Tit {
	FONT-WEIGHT: bold;
	text-align: center;

	COLOR: #fff;
	FONT-SIZE: 12px;
}
.tdmenu {
  FLOAT: left; TEXT-ALIGN: center;
  BACKGROUND: #dcdcdc; BORDER-LEFT: #f2f2f2 1px solid;CURSOR: pointer;	color: #000;
}
a.mlwh_White:link {
	color: #ffffff;
	font-family: "宋体", Arial;
	font-size: 13px;
	text-decoration: none;
}
a.mlwh_White:visited {
	color: #ffffff;
	font-family: "宋体", Arial;
	font-size: 13px;
	text-decoration: none;
}
a.mlwh_White:hover{
	color: #ff0000;
	font-family: "宋体", Arial;
	font-size: 13px;
	text-decoration: underline;
}
a.mlwh_White:active {
	color: #ffffff;
	font-family: "宋体", Arial;
	font-size: 13px;
	text-decoration: none;
}
.LineColor {
  BORDER-BOTTOM: #1663b9 3px solid; HEIGHT: 21px
}
.mlwhClassTitle {
	font-family: "黑体";
	font-size: 24px;
	color: #000033;
}
a.mlwhclass:link {
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.mlwhclass:visited {
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.mlwhclass:hover{
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.mlwhclass:active {
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.mlwhLink:link {
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 12px;
	text-decoration: none;
}
a.mlwhLink:visited {
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 12px;
	text-decoration: none;
}
a.mlwhLink:hover{
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 12px;
	text-decoration: none;
}
a.mlwhLink:active {
	color: #ffffff;
	font-family: "黑体", Arial;
	font-size: 12px;
	text-decoration: none;
}
.tdmenu_1 {
	background: #ffffff;
  float: left; text-align: center;font-size:12px
  border-left: #f2f2f2 solid;cursor: pointer;color:#0033FF;
}
.tdmenu_2 {
	background-image: url(http://www.wuhunews.cn/Skin/wuhunews/bg/tdbg021.gif);
	background-repeat: repeat;
  float: left; text-align: center;font-size:12px
  border-left: #f2f2f2 solid;color:#0033FF;
}

a.lf14:link {color: #03349B;text-decoration: none;font-family: "宋体", Arial;
	font-size: 14px;} /* 未访问的链接 */
a.lf14:visited {color: #993399;text-decoration: none;font-family: "宋体", Arial;
	font-size: 14px;} /* 已访问的链接 */
a.lf14:hover{COLOR: #ff0000;text-decoration: underline;font-family: "宋体", Arial;
	font-size: 14px;} /* 鼠标在链接上 */ 
a.lf14:active {color: #000000;text-decoration: none;font-family: "宋体", Arial;
	font-size: 14px;} /* 点击激活链接 */
	
a.lht:link {font-family: "黑体";font-size: 14px;color: #fff;text-decoration: none;}
a.lht:hover {font-family: "黑体";font-size: 14px;color: #fff;text-decoration: none;}
a.lht:visited {font-family: "黑体";font-size: 14px;color: #fff;text-decoration: none;}
a.lht:active {font-family: "黑体";font-size: 14px;color: #fff;text-decoration: none;}
.titlebox {border-color:#E7E7E7;border-style:solid;border-width:1px;width:60px;height:24;float:left;}
.HT13_FFF {
font-family: "黑体";
	COLOR: #fff;
	FONT-SIZE: 13px;
}

a.SpT:link {font-family: "宋体";font-size: 16px;color: #5a9902;text-decoration: none;}
a.SpT:hover {font-family: "宋体";font-size: 16px;color: #5a9902;text-decoration: none;}
a.SpT:visited {font-family: "宋体";font-size: 16px;color: #5a9902;text-decoration: none;}
a.SpT:active {font-family: "宋体";font-size: 16px;color: #5a9902;text-decoration: none;}

a.SpL:link {font-family: "宋体";font-size: 13px;color: #345A01;text-decoration: none;}
a.SpL:hover {font-family: "宋体";font-size: 13px;color: #345A01;text-decoration: none;}
a.SpL:visited {font-family: "宋体";font-size: 13px;color: #345A01;text-decoration: none;}
a.SpL:active {font-family: "宋体";font-size: 13px;color: #345A01;text-decoration: none;}

.st13_900{
font-family: "宋体";
	COLOR: #990000;
	FONT-SIZE: 13px;}
.dis{display:block;}
.undis{display:none;}

a.LyTs:link {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.LyTs:hover {	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;}
a.LyTs:visited {	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;}
a.LyTs:active {	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;}
