/* 火爆网－样式表定义 */
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #FF6600;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
.li{
list-style-type:square;
}
/* /* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #003399;}
a.channel:visited {color: #003399;}
a.channel:hover{color: #003399;text-decoration: underline;}
a.channel:active {color: #003399;}
a.red:link {color: #FF0000;font-size:18px;font-weight:bold;}
a.red:visited {color: #FF0000;}
a.red:hover{color: #FF0000;font-size:18px;}
a.red:active {color: #FF0000;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 background:#DC1278; */
a.blog:link {color: #FF6600;}
a.blog:visited {color: #FF6600;}
a.blog:hover{color: #FF0303;text-decoration: none;}
a.blog:active {color: #FF6600;}
a.k1:link {color: #999999;} /* 未访问的链接 */
a.k1:visited {color: #999999;} /* 已访问的链接 */
a.k1:hover{color: #FF6600;text-decoration: underline;} /* 鼠标在链接上 */ 
a.k1:active {color:#999999;} /* 点击激活链接 */
body
{
margin:0px 0px 5px 0px;
LETTER-SPACING: 1px;
font-size: 9pt;background-image: url(/Skin/fire/wom/index1.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
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;
}
.body2
{
margin:0px 0px 5px 0px;
LETTER-SPACING: 1px;
font-size: 9pt;background-image: url(/Skin/fire/wom/index2.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
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;
}
.body3
{
margin:0px 0px 5px 0px;
LETTER-SPACING: 1px;
font-size: 9pt;background-image: url(/Skin/fire/wom/index3.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
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;
}
.body4
{
margin:0px 0px 5px 0px;
LETTER-SPACING: 1px;
font-size: 9pt;background-image: url(/Skin/fire/wom/index4.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
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;
}
.body5
{
margin:0px 0px 5px 0px;
LETTER-SPACING: 1px;
font-size: 9pt;background-image: url(/Skin/fire/wom/index5.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
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: 24px;
	font-weight: normal;
}
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
color:#FFF;
}
.a1{background-image:url(/Skin/fire/wom/a1.gif);}
.a2{background-image:url(/Skin/fire/wom/a2.gif);}
.a3{background-image:url(/Skin/fire/wom/a3.gif);}
.a4{
background-image:url(/Skin/fire/wom/a4.gif);
background-repeat:repeat-y;
}
.a5{
background-image:url(/Skin/fire/wom/a5.gif);
background-repeat:repeat-y;
}
.b1{background-color:#EF7EB2;}
.b2{background-color:#E15497;}
.b3{background-color:#E6E4DC;}
.b4{background-color:#D4D0C8;}
.b5{background-color:#F8F7F5;}
.b6{background-color:#00B3B3;}
.b7{background-color:#DBE8E8;}
.b8{background-color:#E0EFB1;}
.a9{background-image:url(/Skin/fire/wom/a9.gif);}
.a10{background-image:url(/Skin/fire/wom/a10.gif);}
.a11{background-image:url(/Skin/fire/wom/a11.gif);}
.a12{background-image:url(/Skin/fire/wom/a12.gif);}
.a42{background-image:url(/Skin/fire/wom/a42.gif);
background-repeat:repeat-x;}

.a47{background-image:url(/Skin/fire/wom/a47.gif);}
.a48{background-image:url(/Skin/fire/wom/a48.gif);}
.a49{background-image:url(/Skin/fire/wom/a49.gif);}
.a50{background-image:url(/Skin/fire/wom/a50.gif);}
.a51{background-image:url(/Skin/fire/wom/a51.gif);
background-repeat:repeat-x;}
.a53{background-image:url(/Skin/fire/wom/a53.gif);}
.a54{background-image:url(/Skin/fire/wom/a54.gif);}
.a55{background-image:url(/Skin/fire/wom/a55.gif);}
.a56{background-image:url(/Skin/fire/wom/a56.gif);}
.c4{
background-image:url(/Skin/fire/wom/c4.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.c5{
background-image:url(/Skin/fire/wom/c5.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.c6{
background-image:url(/Skin/fire/wom/c6.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.c9{background-image:url(/Skin/fire/wom/c9.gif);
background-repeat:repeat-x;}
.c12{background-image:url(/Skin/fire/wom/c12.gif);
background-repeat:repeat-y;}
.c13{background-image:url(/Skin/fire/wom/c13.gif);
background-repeat:repeat-y;}
.c15{background-image:url(/Skin/fire/wom/c15.gif);
background-repeat:repeat-x;}
.c19{background-image:url(/Skin/fire/wom/c19.gif);
background-repeat:repeat-x;}
.d7{background-image:url(/Skin/fire/wom/d7.gif);
background-repeat:repeat-x;}
.d8{background-image:url(/Skin/fire/wom/d8.gif);
background-repeat:repeat-y;}
.d9{background-image:url(/Skin/fire/wom/d9.gif);
background-repeat:repeat-y;}
.d10{background-image:url(/Skin/fire/wom/d10.gif);
background-repeat:repeat-x;}
.d19{background-image:url(/Skin/fire/wom/d19.gif);}
.d21{background-image:url(/Skin/fire/wom/d21.gif);
background-repeat:repeat-x;}
.d23{background-image:url(/Skin/fire/wom/d23.gif);}
.d24{background-image:url(/Skin/fire/wom/d24.gif);}
.d25{background-image:url(/Skin/fire/wom/d25.gif);}
.d25{background-image:url(/Skin/fire/wom/d25.gif);}
.d26{background-image:url(/Skin/fire/wom/d26.gif);}
.d28{background-image:url(/Skin/fire/wom/d28.gif);}
.d29{background-image:url(/Skin/fire/wom/d29.gif);}
.e9{background-image:url(/Skin/fire/wom/e9.gif);}
.e13{background-image:url(/Skin/fire/wom/e13.gif);
background-repeat:repeat-x;}
.e17{background-image:url(/Skin/fire/wom/e17.gif);
background-repeat:repeat-x;}
.e30{background-image:url(/Skin/fire/wom/e30.gif);
background-repeat:repeat-x;}
.e31{background-image:url(/Skin/fire/wom/e31.gif);
background-repeat:repeat-x;}
.f11{background-image:url(/Skin/fire/wom/f11.gif);
background-repeat:repeat-x;}
.f12{background-image:url(/Skin/fire/wom/f12.gif);
background-repeat:repeat-y;}
.f13{background-image:url(/Skin/fire/wom/f13.gif);
background-repeat:repeat-y;}
.f14{background-image:url(/Skin/fire/wom/f14.gif);
background-repeat:repeat-x;}
.g5{background-image:url(/Skin/fire/wom/g5.gif);
background-repeat:repeat-x;}
.g6{background-image:url(/Skin/fire/wom/g6.gif);
background-repeat:repeat-y;}
.g7{background-image:url(/Skin/fire/wom/g7.gif);
background-repeat:repeat-y;}
.g8{background-image:url(/Skin/fire/wom/g8.gif);
background-repeat:repeat-x;}
.g10{background-image:url(/Skin/fire/wom/g10.gif);
background-repeat:repeat-x;}
.bg1{background: url(/Skin/h/cj/bg1.gif);height:25px;color:#333333;letter-spacing: 2px;}
.bg3{background: #CDCDCD;padding:5px;}
.sybt/*gg提供的广告*/
{background:#F3F3F3;border:1px solid #CFCFCF;padding:2px 2px 2px 15px;height:26px;color:#333333;}
.w3
{background-image:url(/Skin/fire/wom/w3.gif);
background-repeat:repeat-x;}
.bbb
{
TEXT-ALIGN: left;
letter-spacing: 1px;
line-height:20px;
padding-left:5px;
padding-top:4;}
.ccc
{
TEXT-ALIGN: center;
letter-spacing: 1px;
line-height:24px;
padding-left:5px;
}
.pic1 {BORDER:1px solid #989898;}
A:hover .pic1 {BORDER-COLOR: #808080;}
.nbt
{
font-weight : bold; 
font-size:18pt;
letter-spacing: 0px;
line-height:24px;
text-align:center;
}