/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #004499;} /* 未访问的链接 */
a:visited {color: #004499;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #FFFFFF;font-size: 11pt;font-weight:bold;}
a.channel:visited {color: #FFFFFF;font-size: 11pt;font-weight:bold;}
a.channel:hover{color: #FFFFFF;font-size: 11pt;font-weight:bold;}
a.channel:active {color: #FFFFFF;font-size: 11pt;font-weight:bold;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFFFFF;font-size: 11pt;font-weight:bold;}
a.channel2:visited {color: #FFFFFF;font-size: 11pt;font-weight:bold;}
a.channel2:hover{color: #FFFFFF;font-size: 11pt;font-weight:bold;}
a.channel2:active {color: #FFFFFF;font-size: 11pt;font-weight:bold;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #000000;}
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
{
margin:0px;
font-size: 9pt;
background-image:url(http://www.wz333.com/images/www.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: 150%;
	font-weight: normal;
}
/* 文本框的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定义 */
.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) */
{
width:587;border: 1px solid #cccccc;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#cccccc;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:#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 /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(//Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:770px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(//Skin/ocean/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(//Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(//Skin/ocean/right_t.gif);
}
.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: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(//Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(//Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(//Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(//Skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(//Skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	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: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(//Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(//Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(//Skin/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */{background:url(//Skin/blue/xxx.gif);height: 24;font-size:9pt;color: #000000;}.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */{background:url(//Skin/blue/xxx.gif);height: 24;font-size:9pt;color: #000000;}　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: 000000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_123 /* 主标题文字颜色定义 */
{color : #FFFFFF;font-family:"黑体";font-size :15pt;}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(//Skin/ocean/main_bs1.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/ocean/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.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定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(//Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.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;
}
/* ==自选风格中的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;}

/* --用户控制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:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==rss连接框定义== */
#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}

/* ==用户登录框定义== */
.userbox{
background:url(//Skin/ocean/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(//Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(//Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(//Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(//Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(//Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(//Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(//Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(//Skin/ocean/menu_bg.jpg);
	height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--
/* ******LinkA表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkA:link {
font-family:"宋体";
font-size:12pt;
line-height:200%;
letter-spacing:12px
color: #0000ff;}
a.LinkA:visited {
font-family:"宋体";
font-size:12pt;
line-height:200%;
letter-spacing:12px
color: #0000ff;}
/* ******wwwA表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
.wwwa {
font-family:"黑体";
font-size:15pt;
line-height:150%;
letter-spacing:6px
color: #000000;}
/* ******wwwt表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.wwwt:link {
font-size:10pt;
line-height:120%;
letter-spacing:3px;}
a.wwwt:visited {
font-size:10pt;
line-height:120%;
letter-spacing:3px;}
/* ******首页最新文章中间隔各行的风格样式，分奇数行与偶数行****** */
.LinkAbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background:#E3F0FB;color:#F500D0;
}
.LinkAbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
background:#F6FAFE;color:#ff0000;
}
.lbxx {border-bottom: #ccc 1px dashed;line-height : 25px;font-size : 10pt;margin : 20px;}   /* 定义虚线，可以修改 #ccc ，可以修改虚线颜色*/ 
.lbxx2 {border-bottom: #ccc 1px dashed;line-height : 25px;font-size : 10pt;margin : 20px;}   /* 定义虚线，可以修改 #ccc ，可以修改虚线颜色*/ 


.show_page a {
 padding:2px 5px;
}
.show_page a:link {
 border:solid 1px #099;
 background:#F1FFD7;
}
.show_page a:hover {
 border:solid 1px #099;
 background:#A6FFA6;
}
.show_page a:visited {
 border:solid 1px #099;
 background:#F1FFD7;
}
.show_page font {
 padding:2px 5px;
 border:solid 1px #099;
 background:#F1FFD7;
 font-size:12px;
 color:#666;
}
/* 表格边框颜色 */
.indexbg {
border-width : 1px;
	border-style : solid;
	border-color : #99bbdd;
}
.fc{
border-width : 1px;
	border-style : solid;
	border-color : #9bb8d2;
         text-align:left;
}
.indexwz {
border-width : 1px;
	border-style : solid;
	border-color : #FFC501;
}
.bgsj {
border-width : 1px;
	border-style : solid;
	border-color : #ff3c00;
}
.indexbg2 {
border-bottom: #e4e4e4 1px solid;
border-left: #e4e4e4 1px solid;
border-right: #e4e4e4 1px solid;
border-top: #e4e4e4 1px solid;
text-align:center;
color: ff0000;
}
.sj1 {
border-bottom: #9cc5f8 1px solid;
border-left: #9cc5f8 1px solid;
border-right: #9cc5f8 1px solid;
border-top: #9cc5f8 1px solid;
}
.sj2 {
border-bottom: #000000 1px solid;
border-left: #000000 1px solid;
border-right: #000000 1px solid;
border-top: #000000 1px solid;
}
.sj3 {
border-bottom: #ff0000 1px solid;
border-left: #ff0000 1px solid;
border-right: #ff0000 1px solid;
border-top: #ff0000 1px solid;
}
------------------------------------------------------------------------------
.gen-1 {
	line-height: 110%;
}

.ts-1 {
	border: none;
	height: 731px;
	position: relative;
	text-align: left;
	width: 990px;
}

.ts-1-1 {
	border: none;
	height: 105px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 1px;
	width: 773px;
}

.gen-2 {
	margin-top: 32px;
}

.ts-2 {
	border: none;
	height: 41px;
	position: relative;
	text-align: left;
	width: 773px;
}

.ts-2-1 {
	border: none;
	height: 35px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 343px;
}

.gen-3 {
	margin-top: 17px;
}

.ts-2-2 {
	border: none;
	height: 35px;
	left: 349px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 420px;
}

.ts-3 {
	border: none;
	height: 35px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-3-1 {
	background-image: url('images/inr_02222.gif');
	border: none;
	height: 34px;
	left: 0.00%;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100.00%;
}

.ts-3-2 {
	border: none;
	height: 1px;
	left: 0.00%;
	padding: 0px;
	position: absolute;
	top: 34px;
	width: 100.00%;
}

.ts-4 {
	border: none;
	height: 1px;
	position: relative;
	text-align: left;
	width: 390px;
}

.ts-4-1 {
	border: none;
	height: 1px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 390px;
}

.ts-1-2 {
	border: none;
	height: 727px;
	left: 777px;
	padding: 1px;
	position: absolute;
	top: 1px;
	width: 210px;
}

.ts-5 {
	border: none;
	height: 481px;
	position: relative;
	text-align: left;
	width: 210px;
}

.ts-5-1 {
	border: none;
	height: 243px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 204px;
}

.ts-5-2 {
	border: none;
	height: 228px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 249px;
	width: 204px;
}

.ts-6 {
	border: none;
	height: 228px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-6-1 {
	background-image: url('images/foucs_titbg.gif');
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100.00%;
}

.ts-7 {
	border: none;
	height: 246px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-7-1 {
	border: none;
	height: 240px;
	left: 0.95%;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 97.14%;
}

.ts-8 {
	border: none;
	height: 240px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-8-2 {
	background-color: #eff3ff;
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 100.00%;
}

.gen-5 {
	vertical-align: middle;
}

.ts-8-3 {
	border: none;
	height: 30px;
	left: 0.00%;
	padding: 0px;
	position: absolute;
	top: 60px;
	width: 100.00%;
}

.gen-7 {
	margin-top: 6px;
}

.ts-8-4 {
	background-color: #eff3ff;
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 90px;
	width: 100.00%;
}

.ts-8-5 {
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 100.00%;
}

.ts-8-6 {
	background-color: #eff3ff;
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 100.00%;
}

.ts-8-7 {
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 180px;
	width: 100.00%;
}

.ts-8-8 {
	background-color: #eff3ff;
	border: none;
	height: 30px;
	left: 0.00%;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 210px;
	width: 100.00%;
}

.ts-1-3 {
	border: none;
	height: 0px;
	left: 1px;
	line-height: 0px;
	padding: 1px;
	position: absolute;
	top: 109px;
	width: 773px;
}

.ts-1-4 {
	border: none;
	height: 524px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 112px;
	width: 773px;
}

.ts-9 {
	border: none;
	height: 234px;
	margin-top: 145px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-9-1 {
	background-color: #acd6ff;
	border: none;
	height: 56px;
	left: 0.26%;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 99.22%;
}

.ts-10 {
	border: none;
	height: 56px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-10-1 {
	border: none;
	height: 56px;
	left: 0.00%;
	line-height: 56px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 38.46%;
}

.ts-10-2 {
	border: none;
	height: 56px;
	left: 38.46%;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 61.54%;
}

.ts-11 {
	border: none;
	height: 51px;
	margin-top: 2px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-11-1 {
	border: none;
	height: 23px;
	left: 0.42%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-2 {
	border: none;
	height: 23px;
	left: 10.38%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-3 {
	border: none;
	height: 23px;
	left: 20.34%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-4 {
	border: none;
	height: 23px;
	left: 30.30%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-5 {
	border: none;
	height: 23px;
	left: 40.25%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-6 {
	border: none;
	height: 23px;
	left: 50.21%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-7 {
	border: none;
	height: 23px;
	left: 60.17%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-8 {
	border: none;
	height: 23px;
	left: 70.13%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-9 {
	border: none;
	height: 23px;
	left: 80.08%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-10 {
	border: none;
	height: 23px;
	left: 90.04%;
	line-height: 23px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 9.11%;
}

.ts-11-11 {
	border: none;
	height: 18px;
	left: 0.42%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-12 {
	border: none;
	height: 18px;
	left: 10.38%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-13 {
	border: none;
	height: 18px;
	left: 20.34%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-14 {
	border: none;
	height: 18px;
	left: 30.30%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-15 {
	border: none;
	height: 18px;
	left: 40.25%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-16 {
	border: none;
	height: 18px;
	left: 50.21%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-17 {
	border: none;
	height: 18px;
	left: 60.17%;
	line-height: 18px;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 9.11%;
}

.ts-11-18 {
	border: none;
	height: 18px;
	left: 70.13%;
	padding: 1px;
	position: absolute;
	top: 29px;
	width: 29.03%;
}

.gen-37 {
	font-size: 14px;
}

.ts-9-2 {
	border: none;
	height: 168px;
	left: 0.26%;
	padding: 1px;
	position: absolute;
	top: 62px;
	width: 32.08%;
}

.ts-12 {
	border: none;
	height: 168px;
	position: relative;
	text-align: left;
	width: 248px;
}

.ts-12-1 {
	border: none;
	height: 162px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 188px;
}

.ts-12-2 {
	border: none;
	height: 162px;
	left: 194px;
	line-height: 162px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 50px;
}

.ts-9-3 {
	border: none;
	height: 168px;
	left: 32.86%;
	padding: 1px;
	position: absolute;
	top: 62px;
	width: 32.08%;
}

.ts-9-4 {
	border: none;
	height: 168px;
	left: 65.33%;
	padding: 1px;
	position: absolute;
	top: 62px;
	width: 34.15%;
}

.ts-14 {
	border: none;
	height: 168px;
	position: relative;
	text-align: left;
	width: 264px;
}

.ts-14-1 {
	border: none;
	height: 162px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 206px;
}

.ts-14-2 {
	border: none;
	height: 162px;
	left: 212px;
	line-height: 162px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 48px;
}

.ts-1-5 {
	border: none;
	height: 89px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 639px;
	width: 773px;
}

.ts-15 {
	border: none;
	height: 37px;
	margin-top: 26px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-15-1 {
	border: none;
	height: 31px;
	left: 0.26%;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 99.22%;
}

.ts-16 {
	border: none;
	height: 31px;
	position: relative;
	text-align: left;
	width: 764px;
}

.ts-16-1 {
	background-image: url('{$InstallDir}images/banbg.gif');
	border: none;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 764px;
}

.ts-16-2 {
	border: none;
	height: 1px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 168px;
}

.ts-16-3 {
	border: none;
	height: 1px;
	left: 168px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 596px;
}

.ts-17 {
	background-color: #ffffff;
	border: none;
	height: 98px;
	position: relative;
	text-align: left;
	width: 990px;
}

.ts-17-1 {
	border: none;
	height: 37px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 1px;
	width: 986px;
}

.ts-18 {
	border: none;
	height: 37px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-18-1 {
	border: none;
	height: 31px;
	left: 0.20%;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 99.39%;
}

.ts-19 {
	border: none;
	height: 31px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-19-2 {
	border: none;
	height: 1px;
	left: 0.00%;
	line-height: 1px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 100.00%;
}

.ts-17-2 {
	border: none;
	height: 54px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 41px;
	width: 986px;
}

.ts-20 {
	border: none;
	height: 54px;
	position: relative;
	text-align: left;
	width: 986px;
}

.ts-20-1 {
	border: none;
	height: 48px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 485px;
}

.ts-21 {
	border: none;
	height: 31px;
	position: relative;
	text-align: left;
	width: 485px;
}

.ts-21-1 {
	background-image: url('{$InstallDir}images/banbg.gif');
	border: none;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 485px;
}

.ts-21-2 {
	border: none;
	height: 1px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 155px;
}

.ts-21-3 {
	border: none;
	height: 1px;
	left: 155px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 330px;
}

.ts-20-2 {
	border: none;
	height: 48px;
	left: 491px;
	overflow: hidden;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 2px;
}

.ts-20-3 {
	border: none;
	height: 48px;
	left: 496px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 486px;
}

.ts-22 {
	border: none;
	height: 31px;
	position: relative;
	text-align: left;
	width: 483px;
}

.ts-22-1 {
	background-image: url('{$InstallDir}images/banbg.gif');
	border: none;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 483px;
}

.ts-22-2 {
	border: none;
	height: 1px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 169px;
}

.ts-22-3 {
	border: none;
	height: 1px;
	left: 169px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: 314px;
}

.ts-23 {
	background-color: #ffffff;
	border: none;
	height: 167px;
	position: relative;
	text-align: left;
	width: 990px;
}

.ts-23-1 {
	border: none;
	height: 163px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 1px;
	width: 986px;
}

.ts-24 {
	border: none;
	height: 163px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-24-1 {
	border: none;
	height: 157px;
	left: 0.20%;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 99.39%;
}

.ts-25 {
	border: none;
	height: 157px;
	position: relative;
	text-align: left;
	width: 980px;
}

.ts-25-1 {
	background-image: url('{$InstallDir}images/blacknav.gif');
	border: none;
	height: 35px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 101px;
}

.ts-25-2 {
	background-image: url('{$InstallDir}images/zqtop_11.gif');
	border: none;
	height: 35px;
	left: 101px;
	line-height: 35px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 879px;
}

.ts-25-3 {
	border: none;
	height: 122px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 35px;
	width: 980px;
}

.ts-26 {
	border: none;
	height: 122px;
	position: relative;
	text-align: left;
	width: 965px;
}

.ts-26-1 {
	border: none;
	height: 36px;
	left: 2px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 276px;
}

.ts-26-2 {
	border: none;
	height: 36px;
	left: 282px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 164px;
}

.ts-26-3 {
	border: none;
	height: 36px;
	left: 450px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 172px;
}

.ts-26-4 {
	border: none;
	height: 36px;
	left: 626px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 171px;
}

.ts-26-5 {
	border: none;
	height: 36px;
	left: 801px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 160px;
}

.ts-26-6 {
	border: none;
	height: 36px;
	left: 2px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 42px;
	width: 276px;
}

.ts-26-7 {
	border: none;
	height: 36px;
	left: 282px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 42px;
	width: 164px;
}

.ts-26-8 {
	border: none;
	height: 36px;
	left: 450px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 42px;
	width: 172px;
}

.ts-26-9 {
	border: none;
	height: 36px;
	left: 626px;
	padding: 1px;
	position: absolute;
	top: 42px;
	width: 171px;
}

.ts-26-10 {
	border: none;
	height: 36px;
	left: 801px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 42px;
	width: 160px;
}

.ts-26-11 {
	border: none;
	height: 36px;
	left: 2px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 82px;
	width: 276px;
}

.ts-26-12 {
	border: none;
	height: 36px;
	left: 282px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 82px;
	width: 164px;
}

.ts-26-13 {
	border: none;
	height: 36px;
	left: 450px;
	line-height: 36px;
	padding: 1px;
	position: absolute;
	top: 82px;
	width: 172px;
}

.ts-26-14 {
	border: none;
	height: 36px;
	left: 626px;
	padding: 1px;
	position: absolute;
	top: 82px;
	width: 171px;
}

.ts-26-15 {
	border: none;
	height: 36px;
	left: 801px;
	padding: 1px;
	position: absolute;
	top: 82px;
	width: 160px;
}

.ts-27 {
	border: none;
	height: 30px;
	position: relative;
	text-align: left;
	width: 990px;
}

.ts-27-1 {
	border: none;
	height: 26px;
	left: 1px;
	padding: 1px;
	position: absolute;
	top: 1px;
	width: 986px;
}

.ts-28 {
	border: none;
	height: 26px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-28-1 {
	border: none;
	height: 20px;
	left: 0.20%;
	padding: 1px;
	position: absolute;
	top: 2px;
	width: 99.39%;
}

.ts-29 {
	border: none;
	height: 17px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ts-29-1 {
	border: none;
	height: 17px;
	left: 0.00%;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100.00%;
}
.pl {background: #ddf4ff;font-size:11pt;text-align:left}
.kk {border: 1px solid #F0C8C8;padding: 20px;line-height: normal; LINE-HEIGHT: 25px;BACKGROUND:#FfFdFe;}
html{margin:0;text-align:center;height:100%;}
body{margin:0 auto;height:100%;background:url(bg.jpg) repeat-x;line-height:25px;}
a:link,a:visited,a:active{text-decoration:none;}a:hover{color:#ff6600;text-decoration:none;}
img,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,form,hr{margin:0;padding:0;border:0px;list-style:none;text-align:left;}
table{font-size:12px;}hr{line-height:0;height:0px;border-bottom:1px dashed #ccc;}
.l{float:left}.r{float:right}.tl{text-align:left}.tc{text-align:center}.tr{text-align:right}.vt{vertical-align:top}.vm{vertical-align:middle}.clear{clear:both;font-size:0;height:0;line-height:0;}
.padding{padding:5px;}.blank{height:5px;font-size:5px;}.bottom{margin-bottom:8px;}.b{font-weight:bold;}
.red{color:red;}.red a:link,.red a:visited,.red a:active{color:red;}.red a:hover{color:#ff6600}.k{border:1px solid #fff;}
/*head*/
#top{height:29px;background:url(http://www.wz333.com/images/topbg.gif) repeat-x left bottom;border-bottom:1px solid #ccc;padding:0 10px;line-height:29px;width:970px;margin-left: auto; margin-right: auto }
#head{padding:5px;}
#head .menunav{float:left;padding:0 18px;height:50px;background:url(http://www.wz333.com/images/menunavbg.gif) no-repeat right center;color:#666; margin-top:10px;}
#head .menunav a:link,#head .menunav a:visited,#head .menunav a:active{color: #000000;}
#head .menunav a:hover{color:Red;text-decoration:none;}
#head .menunav .nav{font-weight:bold;color:#000;}
#head .menunav .nav a:link,#head .menunav .nav a:visited,#head .menunav .nav a:active{color:#000;}
#head .menunav .nav a:hover{color:Red;text-decoration:none;}
#head .menunav .new{font-weight:bold;color:#000;}
#head .menunav .new a:link,#head .menunav .new a:visited,#head .menunav .new a:active{color:red;}
#head .menunav .new a:hover{color:#ff6600;text-decoration:none;}
#head .menunav1{float:left;padding:0 10px;height:50px;color:#000000; margin-top:10px;}
#head .menunav1 a:link,#head .menunav a:visited,#head .menunav a:active{color: #000000;}
#head .menunav1 a:hover{color:Red;text-decoration:none;}
#head .menunav1 .nav{font-weight:bold;color:#000;}
#head .menunav1 .nav a:link,#head .menunav .nav a:visited,#head .menunav .nav a:active{color:#000;}
#head .menunav1 .nav a:hover{color:Red;text-decoration:none;}
#head .menunav1 .new{font-weight:bold;color:#000;}
#head .menunav1 .new a:link,#head .menunav .new a:visited,#head .menunav .new a:active{color:red;}
#head .menunav1 .new a:hover{color:#ff6600;text-decoration:none;}
#head h1 a{width:290px;height:60px;display:block;overflow:hidden;}
#head h1{float:left;padding-left:5px;}

#basehead{background:url(http://www.wz333.com/images/about_bg.jpg) repeat-x;height:60px;margin-bottom:8px;}
#basehead .input{border:1px solid #ccc;width:300px;background:#fff url(http://www.wz333.com/images/searchinput.gif) no-repeat left center;padding-left:18px;vertical-align:middle;margin-left:30px;height:18px;line-height:18px;color:#666;}
#basehead .button{border:0px;background:url(http://www.wz333.com/images/channelsearchbutton.gif) no-repeat;width:48px;height:20px;cursor:pointer;vertical-align:middle;}
.indexnav{margin:0 auto 8px auto;border:1px solid #ccc;width:962px;}
.menu{font-size:14px;height:50px;background:url(http://www.wz333.com/images/menubg.gif) repeat-x;}
.menu ul{padding:0 10px;}
.menu ul li{float:left;background:url(menuoffbg.gif) no-repeat right 2px;padding-right:2px;}
.menu ul li a:link,.menu ul li a:visited,.menu ul li a:active{text-align:center;color:#fff;display:block;padding:3px 10px 0 10px;}
.menu ul li a:hover{color:#ffff00;}
.pagew{width:1000px;margin:0 auto;}
.l{float:left}.r{float:right}.tl{text-align:left}.tc{text-align:center}.tr{text-align:right}.vt{vertical-align:top}.vm{vertical-align:middle}.clear{clear:both;font-size:0;height:0;line-height:0;}
.indexxx {font-family:"黑体";font-size:15pt;border-bottom: #ccc 1px dashed;}
/*searchmenu*/
#searchmenu{padding-top:3px;font-size:12px;height:29px;background:url(searchbg.gif) no-repeat left -40px;margin-bottom:8px;text-align:left;}
#searchmenu .input{border:1px solid #2A81C0;width:300px;background:#fff url(searchinput.gif) no-repeat left center;padding-left:18px;vertical-align:middle;margin-left:30px;height:18px;line-height:18px;color:#666;}
#searchmenu .button{border:0px;background:url(searchbutton.gif) no-repeat;width:48px;height:20px;cursor:pointer;vertical-align:middle;}
#searchmenu span{color:#fff; }
#searchmenu span a:link,#searchmenu span a:visited,#searchmenu span a:active{color:#fff;}
#searchmenu span a:hover{color:#ff6600;}
.linfen {color:#fff; float:left; margin-left:10px;overflow:hidden;}
.linfen ul {float:left;overflow:hidden;}
.linfen li {float:left;margin-right:5px;}
.linfen li a:link {color:#fff;}
.linfen li a:visited {color:#fff;}
.linfen li a:active{color:#fff;}
.linfen li a:hover{color:#ff6600;}

/*channelhead*/
#channelhead{margin-bottom:3px;vertical-align:middle;}
#channelhead .input{border:1px solid #ccc;width:300px;background:#fff url(searchinput.gif) no-repeat left center;padding-left:18px;vertical-align:middle;margin-left:30px;height:18px;line-height:18px;color:#666;}
#channelhead .button{border:0px;background:url(channelsearchbutton.gif) no-repeat;width:48px;height:20px;cursor:pointer;vertical-align:middle;}

/*main*/
.focus{padding:5px;background:#e7e7e7;margin-bottom:8px;}
.bignews{background:url(bignewsbg.gif) repeat-x;border:1px solid #C5DDF6;border-top:0;margin-bottom:8px;}
.bignews .btit{background:url(bignewstit.gif) no-repeat;height:32px;padding-top:6px;margin:0 -1px;text-align:left;font-weight:bold;color:#0373BD;padding-left:40px;}
.bignews .menuon{color:red;cursor:pointer;}
.bignews .menuoff{color:#0373BD;cursor:pointer;}
.bignews h2{font-size:24px;text-align:center;padding:3px 10px;}
.bignews p {font-size:12px;font-weight:normal;padding:0 10px;text-indent:2em;line-height:22px;color:#666; width:380px; text-align:left; margin-top:0px; margin-bottom:0px;}
.bignews p a:link,.bignews p a:visited,.bignews p a:active{color:#ff6600;}
.bignews p a:hover{color:red;}
.channelbignews{background:url(bignewsbg.gif) repeat-x;border:1px solid #C5DDF6;margin-bottom:8px;padding-top:8px;}
.channelbignews h1{font-size:24px;padding:3px 10px;text-align:center;}
.channelbignews h2{font-size:12px;font-weight:normal;padding:0 10px;text-indent:2em;line-height:22px;color:#666;text-align:left;}
.channelbignews h2 a:link,.bignews h2 a:visited,.bignews h2 a:active{color:#ff6600;}
.channelbignews h2 a:hover{color:red;}

.place{text-align:left;height:25px;padding:2px 10px 0 10px;background:url(placebg.gif) repeat-x;font-weight:bold;border:1px solid #E3E3E3;border-bottom:0;}

.aul{padding:5px;border:0px;background:#fff;}
.aul li{background:url(ali.gif) no-repeat;padding-left:12px;}
.bul{padding:5px;border:0px;background:#fff;}
.bul li{background:url(bli.gif) no-repeat;padding-left:12px;}
.bul li a:link,.bul li a:hover,.bul li a:visited,.bul li a:active{font-size:14px;}
.cul{padding:5px;border:0px;background:#fff;}
.cul li{background:url(cli.gif) no-repeat;padding-left:12px;}
.dul{padding:5px;border:0px;background:#fff;}
.dul li{background:url(dli.gif) no-repeat;padding-left:25px;}
.up{padding:5px;background:url(up.gif) no-repeat 7px 15px;}
.up li{padding-left:15px;}
.picul{padding:5px;border:0px;background:#fff;}
.picul li{float:left;text-align:center;}
.picul li img{border:1px solid #ccc;padding:4px;margin:0 4px;background:#fff;}
.picul li span{display:block;line-height:21px;}
.picdl{padding:5px;border:0px;background:#fff;border-bottom:1px dashed #ccc;margin-bottom:4px;}
.picdl img{border:1px solid #e7e7e7;padding:4px;margin-right:5px;float:left;}
.picdl dt{font-weight:bold;line-height:21px;}
.picdl dd{line-height:18px;}
.picdl1{padding:5px;border:0px;background:#fff;border-bottom:1px dashed #ccc;margin-bottom:4px; width:298px; height:70px; text-align:center;}
.picdl1 img{border:1px solid #e7e7e7;padding:4px;margin-right:5px;float:left;}

.tit{background:url(titbg.gif) repeat-x;border:1px solid #E3E3E3;border-bottom:0;padding-top:2px;height:26px;font-size:12px;font-weight:bold;color:#333;text-align:left;padding-left:10px;}
.tit .more a:link,.tit .more a:visited,.tit .more a:active{color:#333;font-weight:normal;float:right;padding-right:10px;}
.tit .more a:hover{color:#ff6600;}
.tit .menuon{float:left;background:#fff;padding:0 5px;border:1px solid #e3e3e3;border-bottom:1px solid #fff;margin-right:5px;cursor:pointer;line-height:24px;}
.tit .menuoff{float:left;padding:1px 6px;margin-right:5px;cursor:pointer;line-height:24px;}
.tita{background:url(titabg.gif) repeat-x;border:1px solid #C5DDF6;border-bottom:0;padding-top:2px;height:26px;font-size:12px;font-weight:bold;color:#0373BD;text-align:left;padding-left:10px;}
.tita .more a:link,.tita .more a:visited,.tita .more a:active{color:#0373BD;font-weight:normal;float:right;padding-right:10px;}
.tita .more a:hover{color:#ff6600;}
.tita .menuon{float:left;background:#fff;padding:0 5px;border:1px solid #C5DDF6;border-bottom:1px solid #fff;margin-right:5px;cursor:pointer;line-height:24px;}
.tita .menuon a:hover{color:#0373BD;}
.tita .menuon a:link{color:#0373BD;}
.tita .menuon a:visited{color:#0373BD;}
.tita .menuon a:hover{color:#0373BD;}
.tita .menuoff{float:left;padding:1px 6px;margin-right:5px;cursor:pointer;line-height:24px;}

.sub{border:1px solid #E3E3E3;border-top:0;margin-bottom:8px;overflow:auto}
.suba{border:1px solid #C5DDF6;border-top:0;margin-bottom:8px;overflow:auto}
.suba .leftbutton{float:left;background:url(roll.gif) no-repeat 0px 0px;width:30px;cursor:pointer;height:100px;padding:5px 0;}
.suba .rightbutton{float:right;background:url(roll.gif) no-repeat -30px 0px;width:30px;cursor:pointer;height:100px;padding:5px 0;}
.subb{border:1px solid #C5DDF6;margin-bottom:8px;overflow:auto;padding:5px 0;}

/*links*/
#links{border:1px solid #ccc;padding:9px;margin-bottom:8px;overflow:auto; width:960px;MARGIN-RIGHT: auto;MARGIN-LEFT: auto; }
#links ul{border:0;background:#fff;margin-bottom:5px;overflow:auto;clear:both; width:960px;}
#links ul li{margin-right:5px; margin-left:5px;float:left;}
#links ul .ltit{background:#666;color:#fff;float:left;width:76px;text-align:center;}

/*foot*/
#foot{padding:10px 0;border-top:3px solid #e7e7e7;}

/*diy*/
.boxa{width:240px;}
.boxb{width:710px;}
.boxc{width:300px;}
.boxd{width:400px;}
.boxe{width:670px;}
.boxf{width:330px;}
.boxg{width:680px;}
.boxh{width:350px;}
.lumpa{width:330px;margin-right:10px;float:left;}
.lumpa .subb{padding:5px;border:1px solid #C5DDF6;border-top:0;margin-bottom:8px;overflow:auto}
.lumpa .picul{padding:0px;}

/*art*/
.art{border:1px solid #e3e3e3;border-top:0;margin-bottom:8px;padding:12px;font-size:14px;}
.art h1{font-size:24px;font-weight:bold;text-align:center;padding:10px 0;}
.art h2{text-align:center;font-size:12px;font-weight:normal;margin:8px;padding:5px 0;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;background:#f6f6f6;}
.art a:link,.art a:visited,.art a:active{color:blue;text-decoration:underline;}.art a:hover{color:#ff6600;}

/*list*/
.list{border:1px solid #e3e3e3;border-top:0;margin-bottom:8px;}
.list ul{padding:5px 10px;margin-bottom:8px;}
.list ul li a:link,.list ul li a:hover,.list ul li a:visited,.list ul li a:active{font-size:14px;}
.s5,.s10,.s15,.s20,.s25,.s30,.s35,.s40,.s45{border-bottom:1px dashed #e3e3e3;padding-bottom:5px;margin-bottom:5px;}

/*page*/
.page{padding:10px;color:#999;font-size:14px;text-align:center;}
.page img{vertical-align:middle;}
.page span{margin:0 3px;}
.page a:link,.page a:visited,.page a:active{text-decoration:none;margin:0 3px;}
.page a:hover{color:#ff6600;text-decoration:none;}

/*comment*/
.commenttit{background:#eee;border-bottom:1px solid #ccc;height:25px;padding:0 5px;}
.comment{width:90%;height:100px;background:url(comment.gif) no-repeat right bottom;}

/*sitemap*/
.sitemap{border:1px solid #e3e3e3;border-top:0;margin-bottom:8px;padding:10px;}
.sitemap dl{background:#fff;border:0;}
.sitemap dl dd{font-weight:bold;float:left;width:160px;}
.sitemap dl dl dd{font-weight:normal;float:none;}
.sitemap dl dl dl dd{margin-left:20px;}

/*feedbook*/
.msg{border:1px solid #e3e3e3;border-top:0;margin-bottom:8px;padding:10px;}
.msg dl dd label{font-weight:bold;line-height:30px;vertical-align:top;}
.msg dl dd input{width:80%;height:22px;border:1px solid #ccc;}
.msg dl dd textarea{width:80%;height:120px;border:1px solid #ccc;}
.msg dl dd{margin:0px;line-height:30px;}
.msg dl dd .msginput{background:#ccc;border:1px solid #999;width:72px;height:23px;color:#000;font-weight:bold;margin:20px 60px;cursor:pointer;}
.msglist{border:1px solid #E3E3E3;border-top:0;margin-bottom:8px;}
.msglist dl dt{font-weight:bold;padding:5px 10px;background:#F7F7F7;border-bottom:1px dashed #ccc;}
.msglist dl dt span{font-weight:normal;float:right;}
.msglist dl dd{margin:0px;padding:5px 10px;}
.msglist dl dd span{font-weight:bold;}
.msglist dl dd .replay{border:1px dashed #FFC7A2;padding:2px 10px;margin:8px 0;}

/*member*/
/*pic scroll
----------------------------------*/
.infiniteCarousel {
  width: 950px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
}

.infiniteCarousel .wrapper {
  width: 910px; 
  overflow: auto;
  height: 155px;
  margin: 0 20px;
  top: 0;
}
.infiniteCarousel ul a img {
  border:1px solid #E3E3E3;
  padding:2px;
  width:140px;
  height:106px;
  display:block;
}
.infiniteCarousel .wrapper ul {
  width: 900px; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:22px;
  padding:0;
  top: 0;
}
.infiniteCarousel ul li {
  display:block;
  color:#6C6D61;
  float:left;
  padding: 10px 3px;
  height: 140px;
  width: 140px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
	}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration:underline;
	}
.infiniteCarousel ul li a:hover img {
  border-color: #aaa;
}
.infiniteCarousel ul li a span{
   display:block;
   line-height:17px;
   padding-top:6px;
}
.infiniteCarousel .arrow {
  display: block;
  height: 140px;
  width: 30px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  outline: 0;
  color:#FFFFFF;
}
.infiniteCarousel .forward {
  background:url(../images/roll.gif);
  right: 0;
}
.infiniteCarousel .back {
  background:url(../images/roll.gif);
  left: 0;
}
/* design by sxcms.com */
html{margin:0;text-align:center;height:100%;}
.padding{padding:5px;}.blank{height:5px;font-size:5px;}.bottom{margin-bottom:3px;}.b{font-weight:bold;}
.red{color:red;}.red a:link,.red a:visited,.red a:active{color:red;}.red a:hover{color:#ff6600}.k{border:1px solid #fff;}
IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}

#lantern_slide {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px 0px; OVERFLOW: hidden; BORDER-LEFT: #ccc 1px solid; WIDTH: 302px; PADDING-TOP: 3px; BORDER-BOTTOM: #ccc 1px solid; HEIGHT: 344px
}

#bimg {
	FILTER: progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 ); OVERFLOW: hidden; HEIGHT: 300px
}
#info {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 34px; TEXT-ALIGN: center
}
.lkff A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.lkff A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
#simg {
	PADDING-LEFT: 9px
}
#simg DIV {
	FONT-SIZE: 12px; BACKGROUND: #d6d6d6; FLOAT: left; WIDTH: 18px; CURSOR: pointer; COLOR: #fff; LINE-HEIGHT: 18px; MARGIN-RIGHT: 1px; HEIGHT: 18px; TEXT-ALIGN: center
}
#simg .f1 {
	BACKGROUND: #6f6f6f
}
.dis {
	DISPLAY: block
}
.undis {
	DISPLAY: none
}
.lkff {
	WIDTH: 180px
}

#font_hd {
	MARGIN-TOP: 3px; BACKGROUND: #343434; WIDTH: 100%; HEIGHT: 41px
}
#font_hd TD {
	OVERFLOW: hidden; HEIGHT: 25px
}
.pic {
	OVERFLOW: hidden
}
.pic .dis A {
	DISPLAY: block; FONT-SIZE: 262px; VERTICAL-ALIGN: middle; OVERFLOW: hidden; WIDTH: 300px; FONT-FAMILY: Arial; HEIGHT: 300px; TEXT-ALIGN: center
}
.pic .dis A IMG {
	MAX-WIDTH: 300px; VERTICAL-ALIGN: middle
}
#font_hd TD A {
	FONT-SIZE: 12px; WIDTH: 180px; LINE-HEIGHT: 25px; HEIGHT: 25px
}
img {border:0px}
.fpic{
	width:326px;
	height:304px;
	POSITION: relative;
}
#focpic{
	width:322px;
	height:240px;
	border:#ECC1A1 1px solid;
	position: absolute;
	FILTER: RevealTrans(duration = 1,transition=12);
	left: 1px;
	top: 1px;
}
.fpic div{
	Z-INDEX: 20;
	CURSOR:pointer;
	padding-top:4px;
	POSITION: absolute;
	TOP: 242px;
	WIDTH: 78px;
	HEIGHT: 58px;
}
.fpic img{
	width:78px;
	height:58px;
}
.fpic a:link img,.fpic a:visited img{
	padding:1px;
	border:#FFFFFF 1px solid;
}
.fpic a:hover img,.fpic a:active img{
	padding:1px;
	border:#4A8109 1px solid;
}
#tmb0 {LEFT: 0px;}
#tmb1 {LEFT: 82px;}
#tmb2 {LEFT: 164px;}
#tmb3 {LEFT: 246px;}
.indexnew {color : #6065FF;font-family:"黑体";font-size :15pt;}
.ycfcw{ background-image : url(/pic/flashbg.gif); width:300px; height:245px; padding-top:6px;margin : 1px;border-width : 1px;border-style : solid;border-color : #99bbdd;}
.indexleft {text-align : left;}
.indexbg1 {background:#ECF5FF;line-height : 25px;font-size : 10pt;}   
.indexbg2 {background:#FFFFFF;line-height : 25px;font-size : 10pt;}
.indexdd {border-width : 990px;text-align : center;width : 990px;height : 25px;}
.sjss {color: #FFFFFF;text-align:left;}
.sjss a:link { color: #ffffff}
.sjss a:visited {color: #ffffff;} 
.sjss a:ahover{color: #ffffff;} 
.sjss a:active {color: #ffffff;}
.sjll {color : #FFFFFF;font-family:"黑体";font-size :15pt;}