/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {font-size: 14px;text-decoration: none;color: #000000;}
a.channel:visited {font-size: 14px; text-decoration: none;color: #000000;}
a.channel:hover{font-size: 14px; text-decoration: none;color: #ffffff;}
a.channel:active {font-size: 14px; text-decoration: none;color: #000000;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {font-size: 14px; text-decoration: none;color: #000000;}
a.channel2:visited {font-size: 14px; text-decoration: none;color: #000000;}
a.channel2:hover{font-size: 14px; text-decoration: none;color: #ffffff;}
a.channel2:active {font-size: 14px; text-decoration: none;color: #000000;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #005500;}
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;}


/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class2' ***>***</a> */
a.class2:link {font-size: 14px; text-decoration: none; color: #333333;}
a.class2:visited {font-size: 14px; text-decoration: none; color: #333333;}
a.class2:hover{font-size: 14px; text-decoration: none; color: #3366cc;}
a.class2:active {font-size: 14px; text-decoration: none; color: #333333;}


/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class3' ***>***</a> */
a.class3:link {font-size: 12px; text-decoration: none; color: #333333;}
a.class3:visited {font-size: 12px; text-decoration: none; color: #333333;}
a.class3:hover{font-size: 12px; text-decoration: none; color: #FF9933;}
a.class3:active {font-size: 12px; text-decoration: none; color: #333333;}

.showlist1 {
	background:#FFFFFF;border-bottom: #E1E1E1 1px dotted;
}
.showlist2 {
	background:#FFFFFF;border-bottom: #E1E1E1 1px dotted;
}

.showlist3 {
	line-height: 18pt;background:#FFFFFF;border-bottom: #E1E1E1 1px dotted;
}
.showlist4 {
	line-height: 18pt;background:#FFFFFF;border-bottom: #E1E1E1 1px dotted;
}

.showlist5 {
	line-height: 16pt;border-bottom: #E1E1E1 1px dotted;
}
.showlist6 {
	line-height: 16pt;border-bottom: #E1E1E1 1px dotted;
}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background: #FFFFFF;
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: 20px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的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/sealove/Column01_BG.gif);
	height: 27px;
	padding-left: 30px;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.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:;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始文章内容页-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: FF0000;font-weight:bold;font-size: 20;line-height: 150%;
}
.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;font-size: 14px;padding: 8;line-height: 160%;
}
.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:#0086A8;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 #0086A8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#0086A8;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 #449ae8;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.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
{
line-height: 120%;
}
.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/sealove/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
.userbox_top{
background:url(/Skin/sealove/Login_Top.gif);
height:36px;
}
.userbox_bottom{
background:url(/Skin/sealove/Login_Bottom.gif);
height:10px;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#000000;
}
.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定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--




/* 初始化 */
*{margin:0;padding:0;}
{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; COLOR: black; LINE-HEIGHT: 150%; PADDING-TOP: 0px; BACKGROUND-COLOR: white; 
}
DIV {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
FORM {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
IMG {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
body {
	margin:0 auto;
	padding:0;
	color:black;
	background-color:white;
	font-size:12px;	  
	line-height:150%;

	}
div,form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
dt,dd{clear:both;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;color:blue;}
textarea,input{
	font-size:12px;
	margin:0;padding:0;
	}
h1{
	font-size: 22px;
	color:#000;
	font-weight: bold;
	}
table,td,tr,th{font-size:12px;}
/* 链接&&文字式样 */
a:link {color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{color:#C2130E;text-decoration:underline;}
a:active{color:#C2130E;}

a.lblack,a.lblack:link,a.lblack:visited {color:black;text-decoration: underline;}
a.lblack:hover{color:#C2130E}
a.lwhite,a.lwhite:link,a.lwhite:visited {color:white;}
a.lwhite:hover{text-decoration: underline;}
a.lred,a.lred:link,a.lred:visited {color:#C2130E;}
a.lred:hover{text-decoration: underline;}
a.lblue,a.lblue:link,a.lblue:visited {color:blue;}
a.lblue:hover{text-decoration: underline;}

.tblue{color:blue;}
.tred{color:#BF1212;}
.twhite{color:white;}
.torange{color:#FF6600;}
/* 常用文字边框相关式样*/
.px12{font-size:12px;}
.px14{font-size:14px;}
.bolds{font-weight: bold;}
.blackborder{border:1px solid black;}
.underlines,a.underlines:link,a.underlines:visited {text-decoration: underline;}
/* 常用布局式样 */
.dis{display:block}
.undis{display:none}
.lefts{float:left;}
.rights{float:right;}
.tbcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
/*New Nav*/
/*logo an banner*/
#nav{
	margin:7px auto 5px auto;
	width:1000px;
	height:90px;
	clear:both;
	}
#nav #banner{
	float:left;
	width:728px;
	height:90px;
	}
#nav #hotnews{
	float:left;
	width:181px;
	height:88px;
	border:1px solid #CDC9CA;
	border-left:0;
	}
#nav #hotnews #text{
	float:none;
	width:154px;
	margin:5px auto 0 24px;
	text-align:left;
	line-height:20px;	
	}
#nav  a{color:#666666;text-decoration:underline;}
#nav  a:hover{color:red;text-decoration:none;}
/*当前位置*/
#nowpsn{
	width:1000px;
	margin:0 auto 6px auto;
	color:#fff;
	background: #2D68C6;
	height:27px;
	clear: both;
	}
#nowpsn a{color:white;}
#nowpsn a:hover{text-decoration: underline;}
#nowpsn p#position{
	float:left;
	padding-left:20px;
	line-height: 27px; 
	text-align: left;
	} 
#nowpsn p#Soso{
MARGIN-TOP: 4px; FLOAT: right; WIDTH: 180px
}
#nowpsn p#Soso .sosoin{width:122px;height:15px;line-height:15px;padding:0 3px;border:1px solid #ccc;}
#nowpsn p#Soso .sosobutton{
	background:url(2006/soso_search.gif);
	border:0;
	padding:0;
	margin-left:4px;
	width:17px; 
	cursor:pointer;
	}

/*文章内容*/
#cntMain{
	width:1000px;
	margin:0 auto;
	background: url(2006/mainbg_b.gif) repeat-y;
	}
/*最新强档*/
#newStrong{
	width:650px;
	font-size:14px;
	text-align:left;
	margin:6px auto;
}
#newStrong dt{
	background:#2D68C6;
	padding-left:25px; 
	line-height:23px;
	font-weight:bold;
	color:white;
	}
#newStrong dd{
	margin:3px auto;
	padding: 0;
	border:1px solid #ccc;
	border-left: 0;
	background: #EEE;
	height:137px;
	} 
#newStrong p{
	float:left;
	text-align:center;
	border-left:1px solid #ccc;
	width:185px;
	height:137px;
}
#newStrong span{
   padding: 0px;
	margin:0 0 0 9px;
	font-size:12px;
	float: left;
}
#newStrong .tit{
   text-align: left;
	color: #FF6000;
	font-weight: bold;
	width:172px;
}
#newStrong .con{
	line-height:14px;
	width:77px;
}
#newStrong span a{
	color: #666;font-size:12px;
}
#newStrong span a:hover{
	color: #FF7200;font-size:12px;text-decoration:underline;
}
#newStrong span img{
	border: 1px solid #000;
	width: 77px;
	height: 77px;
	margin-bottom:5px;
}
/*精彩视频*/
#wonVideo{
	width:650px;
	font-size:14px;
	text-align:left;
	margin:6px auto;
}
#wonVideo dt{
	background:#2D68C6;
	padding-left:23px; 
	line-height:20px;
	font-weight:bold;
	color:white;
	}
#wonVideo dd{
	margin:3px auto;
	padding: 0;
	border:1px solid #ccc;
	height:137px;
	} 
#wonVideo p{
	margin: 12px !important;
	margin: 8px;
	padding: 0;
	width:250px;
	line-height:20px;
	font-size: 12px;
	color: #666;
	float: left;
}
#wonVideo a{
	color: #666;text-decoration:underline;
}
#wonVideo a:hover{
	color: #FF7200;text-decoration:none;
}
/*文章内容-----左侧*/
#ArtPLinkTop{
text-align: center;
}
#cntL{
	width:698px;
	float:left; 
	border-top:1px solid #B7B7B7;
	}
#ArtTit{
	margin:0 auto;
	width:650px;
	font-weight:bold;
	font-size:22px;
	color:black;
	padding:15px 0;
	clear:both;
	}
#ArticleTit{
	margin:0 auto;
	width:650px;
	font-weight:bold;
	font-size:22px;
	color:black;
	padding:15px 0;
	clear:both;
         text-align: center;
	}
#ArtFrom{
	margin:5px auto 15px auto;
	width:650px;
	clear: both;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0; 
	height:25px; 
	line-height:25px;
         text-align: center;
	}  
#ArtFrom .fLeft{
	width:496px;
	float:left;
	margin-top:3px;
	text-align:right;
} 
#ArtFrom .fSub{ 
	float:left;
	width:24px;
	margin-top:4px;
}
#ArtCnt{
	width:650px;
	margin:0 auto;
	font-size:14px;
	line-height:180%;
	text-align:left;
	/*text-indent: 28px;*/
	word-wrap:break-word;
    word-break:break-all;
	clear:both;
	}
#ArtCnt a{color:blue;text-decoration:underline;}
#ArtCnt a:hover{color:#C2130E;}
#ArticleCnt{
	width:650px;
	margin:0 auto;
	font-size:14px;
	line-height:180%;
	text-align:left;
	/*text-indent: 28px;*/
	word-wrap:break-word;
    word-break:break-all;
	clear:both;

	}
#ArticleCnt a{color:blue;text-decoration:underline;}
#ArticleCnt a:hover{color:#C2130E;}

#listCnt{
	width:650px;
	margin:0 auto;
	font-size:14px;
	line-height:180%;
	text-align:left;
	/*text-indent: 28px;*/
	word-wrap:break-word;
    word-break:break-all;
	clear:both;

	}
#listCnt a{color:black;text-decoration:none;}
#listCnt a:hover{color:#C2130E;text-decoration:underline;}

#PicInPic td{line-height:21px;}
#PicInPic a{color:blue;text-decoration:none;}
#PicInPic a:hover{color:red;text-decoration:underline;}
#ArtCnt p{margin:12px 0;}
#ArtCnt td{line-height:20px;}
#ArticleCnt p{margin:12px 0;}
#ArticleCnt td{line-height:20px;}
#ArtTopic{
	width:630px; 
	text-align:right;
	padding:5px 20px 5px 0;
	margin:15px auto;
	font-size:14px; 
	background-color:#F2F2F2;
	line-height:23px;
	clear:both;
	} 
#ArtTopic a{color:#6A6A6A;}
#ArtTopic a:hover{color:#C2130E;}
#ArtPLink{
	width:650px;
	margin:5px auto;
	font-size:12px;
	clear:both;
	} 
#ArtPLink span{color:#C2130E;}
#ArtPLink img{margin:0 4px;}
#ArtPLink li{padding-left:20px;text-align:left;}
p.LinkLeft{float:left;width:300px;padding-left:20px;line-height:22px;text-align:left;}
p.LinkRight{float:left;line-height:22px;text-align:left;}
#ArtInfo{
	width:650px;
	margin:4px auto;
	text-align:right;
	clear:both;
	}
#ArtInfo a{text-decoration:none;}
#ArtInfo a:hover{text-decoration:underline;}
#Reading{float:left;margin-right:10px;font-size:12px;}
#Reading .rline{border:1px solid #2D68C6;border-top:0;}
#Reading .imgline{border:1px solid #ccc;}
#Reading .readtit{font:18px 黑体;padding:10px 0 5px 0;}
#Reading a{color:#333;text-decoration:underline;}
#Reading a:hover{color:#C2130E;}
#Reading td{line-height:23px;}

#SosoZone{
	width:552px;
	height:28px;
	margin:3px auto ;
	text-align:left;
	border:1px dotted #9A9A9A;
	padding:3px;
	height:30px	
	clear:both;
	}
#AboutLink{
	margin:6px auto;
	width:650px;
	font-size:14px;
	text-align:left;
	clear:both;
	}

#AboutLink span{color:#828282;font-size:12px;}
#AboutLink dt{
	background:#2D68C6;
	padding-left:25px; 
	line-height:23px;
	font-weight:bold;
	color:white;
	}
#AboutLink dt a{color:white;text-decoration:underline;}
#AboutLink dd{
	line-height:24px;
	margin:4px auto;
	padding:6px 10px;
	border:1px solid #ccc;
	}  
#AboutLink td a{font-size:14px;}
#Comment{width:564px;margin:6px auto;clear:both;}

/*图片周刊*/
#PicNews{
	margin:4px auto;
	width:650px;
	clear:both;	
	height:160px;
}
#PicNews dd a{color:#666;}
#PicNews dd a:hover{color:#C2130E;}
#PicNews img{
	border: 1px solid #D7D7D7;padding:2px;width:130px;height:88px;margin-bottom:3px;
}
#PicNews p{
	width:136px;
	float: left;
	margin-left: 2px;
	margin-top: 4px;
	line-height: 14px;
	text-align: center;
}
#PicNews dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#PicNews dd{
	padding:5px 0;
	border:1px solid #ccc;
	border-top:0;
	}
/*文章内容----右侧*/
#cntR{float:right;width:302px;}
#cntR dt{
	padding-left:11px;
	background:#C7DFF4;
	line-height:21px;
	text-align:left;
	font-weight:bold;
	}
#cntR dt a{color: #004AC1;}
#cntR dt a:hover{color: #C2130E;}
#cntR dd{padding:8px 0;text-align:left;	}
#cntR dd a{color:#666;text-decoration:underline;}
#cntR dd a:hover{color:#C2130E;}

/*R:图说天下*/
#PicSpeek {CLEAR: both; MARGIN-BOTTOM: 16px}
#PicSpeek P {FLOAT: left; WIDTH: 151px; HEIGHT: 110px; TEXT-ALIGN: center}
#PicSpeek P IMG {border: 1px solid #000;width: 130px;height: 90px;}

/*R:新闻排行*/
#NewsTop{margin-bottom:16px;clear:both;}
#NewsTop p{float:left;line-height:21px;}
#NewsTop p.topTit{width:117px;font-weight:bold;color: #004AC1;}
#NewsTop p.topC0{width:40px;border-left:1px solid #F2F2F2;background:#DCDCDC;cursor:pointer;}
#NewsTop p.topC1{width:40px;border-left:1px solid #F2F2F2;background:#2D68C6;color:#fff;}
#NewsTop #NewsTop_tit{border-bottom:3px solid #2D68C6;height:21px;}
#NewsTop #NewsTop_cnt{
	height:260px;
	padding-top:7px;
	line-height:26px;
	text-align:left;
	padding-left:32px;
	background:url(2006/numberlist_b.gif) no-repeat 12px 13px;
}
#NewsTop #NewsTop_cnt a{color:#666;text-decoration:underline;}
#NewsTop #NewsTop_cnt a:hover{color:#C2130E;}

#EndLine{
	width:1000px;
	margin:0 auto;
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both; 
	}
#EndLine div{width:698px;border-bottom:1px solid #B7B7B7;float:left;height:1px;} 
#GustBook{width:1000px;margin:12px auto 0 auto;}

/*周末画报&新闻精读*/
#newsWeekly dt{height:21px;}
#newsWeekly .left{
   padding:8px 5px 10px 12px;
	width:119px;
	float: left;
}
#newsWeekly .right{
   padding-top:6px;
	line-height: 20px;
	float: left;
	color:#7B7D7E;
}
#newsWeekly img{
	border:1px solid #9C9C9C;
	width: 117px;
	height: 152px;
}

/***********AD part***************/

/* AD:Short ad */
#AdZoneLa{width:650px;margin:10px auto;text-align:right;clear:both;} 
#AdZoneLa a{color:#676767}

/* AD:650*41 banner */
#AdZoneLb{width:650px;margin:5px auto;clear:both;}  


/* AD:分类信息 */
#AdZoneLc{
	margin:4px auto;
	width:650px;
	clear:both;
	text-align:left;
} 
#AdZoneLc dd a{color:#666;text-decoration:underline;margin:0 2px 0 10px;line-height:22px;}
#AdZoneLc dd a:hover{color:#FF6600;} 
#AdZoneLc dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#AdZoneLc dd{
	padding:5px 0;
	border:1px solid #ccc;
	border-top:0;
	}
/* AD:竞价广告 */
#AdZoneLd{	
	margin:4px auto 10px auto;
	width:650px;
	text-align:left;
	clear:both;
}
#AdZoneLd dd a{color:#666;}
#AdZoneLd dd a:hover{color:#C2130E;text-decoration:underline;}
#AdZoneLd dd table{margin:0 auto 4px 0;}
#AdZoneLd dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#AdZoneLd dd{
	padding:6px 0 6px 12px;
	color:#666;
	border:1px solid #ccc;
	border-top:0;
	}
/* AD:矩形大图 */
#AdZoneRa{
	width:302px;
	clear:both;
	border-bottom:6px solid #fff;}
/* AD:招商广告 (come in for "cntR"-dt and dd) */
#AdZoneRb{
	width:302px;
	clear:both;
} 
#AdZoneRb dd table{margin:0 auto;}
#AdZoneRb dd td{line-height:25px;height:25px;}
/*AD:左右分栏全局定义*/
p.rcLeft{float:left;width:145px;padding-left:12px;line-height:22px;text-align:left;}
p.rcRight{float:left;line-height:22px;text-align:left;}

/*AD:坚栏广告I*/
#AdZoneRc{margin-bottom:16px;clear:both;} 
#AdZoneRc .rcLeft{width:135px;}
#AdZoneRc iframe{float:left;}
#AdZoneRc a{color:#666;text-decoration:underline;}
#AdZoneRc a:hover{color:#C2130E;}

/*AD:坚栏广告II*/
#AdZoneRd{margin-bottom:16px;clear:both;}
#AdZoneRd iframe{margin-bottom:6px;}
#AdZoneRd .rcLeft{width:135px;}
#AdZoneRd p a{color:#666;text-decoration:underline;}
#AdZoneRd p a:hover{color:#C2130E;}

/* AD:热点信息 */
#AdZoneRe{
	width:301px; 
	clear:both;
	padding-bottom:7px;
}  
#AdZoneRe dd{padding-bottom:6px;}
#AdZoneRf{margin-bottom:16px;width:301px;clear:both;}  
#AdZoneRf iframe{margin-left:6px;}

/* AD:企业服务 */
#AdZoneLe{
	margin:4px auto;
	width:650px;
	clear:both;
	text-align:left;
} 
#AdZoneLe dd a{color:#666;text-decoration:underline;margin:0 2px 0 10px;line-height:22px;}
#AdZoneLe dd a:hover{color:#C2130E;} 
#AdZoneLe dt{
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	background:#EBEBEB;
	line-height:27px;
	text-align:left;
	border:1px solid #ccc;
	border-bottom:0;
	}
#AdZoneLe dd{
	padding:5px 0;
	border:1px solid #ccc;
	border-top:0;
	}
#ChannelPublicTop { 
	width:1000px;font-size:12px;color:#8C8E8C;height:25px;clear:both;
	background:url(2006/topbg06.gif) repeat-x bottom}
#ChannelPublicTop p{
	margin:0;float:right;width:82px;line-height:25px;height:25px;text-align:center;
	background:url(2006/topdot06.gif) no-repeat 0 8px;}
#ChannelPublicTop p a{color:#8C8E8C;text-decoration:none}
#ChannelPublicTop p a:hover{color:red}
#ChannelPublicTop886 *{margin:0;padding:0}
#ChannelPublicTop886{
	font-size:12px;text-align:center;width:908px;
	clear:both;background:#fff;line-height:12px;vertical-align: middle;border:1px solid #D6D7D6;
	margin:0;padding:0;height:52px !important;height /**/:50px;}
#ChannelPublicLeft{width:136px;float:left;height:50px;margin:0;padding:0;overflow:hidden;}
#ChannelPublicRight{float:right;
	font-size:12px;text-align:center;width:770px;
	background:#fff;line-height:12px;vertical-align: middle;
	margin:0 auto 2px auto;padding:0 0 6px 0;height:44px}
#ChannelPublicRight ul{list-style:none;margin-left:8px;padding:0;}
#ChannelPublicRight li a{color:black;font-size:12px;line-height:12px;text-decoration:none}
#ChannelPublicRight li a:hover{color:red;line-height:12px}
#ChannelPublicRight li a.reds:link,a.reds:visited{color:red;line-height:12px}
#ChannelPublicRight li{
	float:left;	width:41px !important;width /**/:42px;
	border-right:1px solid black;margin:8px auto 2px auto;padding-top:1px} 
#ChannelPublicRight li.gtEnd{float:left;width:40px;border:0px;font-size:12px}
#CopyRight2006 {font-size:12px;color:black;background:white;clear:both;margin:0 auto;}
#CopyRight2006 a.tocft:link,a.tocft:visited{font-size:12px;color:black;text-decoration: none;}
#CopyRight2006 a.tocft:hover{font-size:12px;color:red;text-decoration: underline;}

