/* Body的CSS定义:对应CSS中"BODY"，可定义内容为网页字体颜色、背景、浏览器边框等 */
body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; margin:0; FONT-SIZE: 14px; background-position:center; text-decoration: none; background-image: url(shjw/bg_all.gif); padding: 0px;}
/*可关闭背景图定义*/
#layout { width:1000px; margin:0 auto; text-align:center;}
/* aoyun start */
#clStyle{position:absolute;top:6px;right:6px;display:block;height:43px;width:18px;overflow:hidden;background:url(images/close.gif) no-repeat 0 0;cursor:pointer;}
#clStyle.hover{background-position:-18px 0;}
.AyStyle{background: url(images/indexbg.jpg) no-repeat center top #fff;}
/* aoyun End */

/*设置滚动条颜色*/
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a { text-decoration: none; font-size: 14px; } /* 链接无下划线,有为underline */
a:link { color: #000000; } /* 未访问的链接 */
a:visited { color: #666; } /* 已访问的链接 */
a:hover { color: #ae0927; } /* 鼠标在链接上 */
a:active { color: #b12213; font-family: "黑体"; } /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link { color: #ffffff; }  /* 未访问的链接 */
a.channel:visited { color: #ffffff; } /* 已访问的链接 */
a.channel:hover { color: #ffff00; } /* 鼠标在链接上 */
a.channel:active { color: #ffffff; } /* 点击激活链接*/
 
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link { color: #ffff00; } /* 未访问的链接 */
a.channel2:visited { color: #ffff00; } /* 已访问的链接 */
a.channel2:hover { color: #ff6600; } /* 鼠标在链接上 */
a.channel2:active { color: #ffff00; } /* 点击激活链接 */
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='LinkPath' ***>***</a> */
a.LinkPath:link { color: #ffffff; } /* 未访问的链接 */
a.LinkPath:visited { color: #ffffff; } /* 已访问的链接 */
a.LinkPath:hover { color: #ffff00; } /* 鼠标在链接上 */
a.LinkPath:active { color: #ffff00; } /* 点击激活链接 */
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link { color: #000000; } /* 未访问的链接 */
a.bottom:visited { color: #000000; } /* 已访问的链接 */
a.bottom:hover { color: #ffff00; } /* 鼠标在链接上 */
a.bottom:active { color: #000000; } /* 点击激活链接 */
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link { color: #F60; line-height: 40px; } /* 未访问的链接 */
a.class:visited { color: #F60; } /* 已访问的链接 */
a.class:hover { color: #FC0; } /* 鼠标在链接上 */
a.class:active { color: #F60; } /* 点击激活链接 */
/* 留言栏目标题文字链接的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; } /* 点击激活链接 */
/* --留言频道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定义开始-- */
.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定义结束-- */
ul, ol, dl ,li{ list-style-type: none; margin: 0px; padding: 0px; }
li { }
dd { margin: 0px; padding: 0px; }
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */ border: none; }

/*容 器：*/
.container { width: 1000px; margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */ background-color: #FFFFFF; }
/*头 部：*/
.header { width: 1000px; }
/*主 导 航：*/
.mainNav { background-image: url(shjw/mainNAV.gif); line-height: 35px; height: 35px; padding-left: 30px; }
/*子 导 航：*/
.subNav { }
/*顶 导 航：*/
.topNav { background-image: url(shjw/mainNAV.gif); line-height: 28px; height: 28px; color: #FFF; padding-left: 30px; }
.nav_ul { line-height: 30px; height: 30px; padding-left: 30px; }
.nav { float: left; margin-left: 10px; }
.nav_1 { float: left; }

/*侧 边 栏：*/
.sidebar_L { float: left;!important;width:248px; width: 250px; }
/*中间部分*/
.center { float: left; width: 750px; background-color: #FFF; }
/*方框*/
.box { }
/*左方框的定义*/
.left_box { padding: 5px; float: left; width: 240px; }
.content_box { margin: 5px; }
.content_tuwen { border: 1px solid #CCC; line-height: 25px; float: left;  background-color: #F0F0F0; }
.content_240 { border: 1px solid #CCC; }
.tuwen_bg { background-color: #F0F0F0; }

/*网站标志：*/
.logo { }
/*大 广 告：*/
.banner { }

/*页面中部：*/
.mainBody { }
/*底 部：*/
.footer { padding: 10px 0; position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */ clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */ }
/*菜 单：*/
.menu { }
/*菜单内容：*/
.menuContent { }
/*子 菜 单：*/
.subMenu { }
/*子菜单内容：*/
.subMenuContent { }
/*搜 索：*/
.search { }
/*搜索关键字：*/
.keyword { }
/*搜索范围：*/
.range { }
/*标签文字：*/
.tagTitle { }
/*标签内容：*/
.tagContent { }
/*当前标签：*/
.tagCurrent_currentTag {
}
/*标　 题：*/
.title { background-image: url(shjw/title_bg.gif); height: 28px; color: #F30; line-height: 28px; font-size: 16px; font-weight: bold; font-family: "黑体"; padding-left: 30px; }
.wsbs_box { background-image: url(shjw/btbg.gif); height: 35px; margin: 4px; color: #F60; font-weight: bold; padding-left: 30px; width: 200px; }

.title_365 { background-image: url(shjw/title_365_28.gif); height: 28px; color: #F30; line-height: 28px; font-size: 16px; font-weight: bold; font-family: "黑体"; padding-left: 30px; }

.title_240 { background-image: url(shjw/title_240_28.gif); height: 28px; color: #F30; line-height: 28px; font-size: 16px; font-weight: bold; font-family: "黑体"; padding-left: 30px; }

.title_L { float: left; width: 10px; background-image: url(shjw/title_L.gif); height: 28px; }
.title_R { float: left; width: 10px; background-image: url(shjw/title_R.gif); height: 28px; }

.title_ico { float: left; margin-right: 5px; }
.title_text { float: left; margin-right: 5px; margin-left: 5px; }
.title_more { float: right; margin-right: 10px; }


/*内 容：*/
.content { border: 1px solid #CCC; line-height: 25px; }
.content_L { border: 1px solid #CCC; line-height: 25px; float: left; width: 238px; margin: 0px; padding: 0px; }

/*列 表：*/
.list { }
/*当前位置：*/
.currentPath { }
/*图 标：*/
.icon { }
/*注 释：*/
.note { }
/*登 录：*/
.login { }
/*注 册：*/
.register { }
/*列 定 义：*/
.column_250 { float: left; width: 250px; !important;width:248px;} /*(列宽250)*/
.column_500 { float: left; width: 500px; } /*(列宽500) */
.column_750 { float: left; width: 750px; } /*(列宽750) */
.column_375 { float: left; width: 375px; } /*(列宽375) */
.column_400 { float: left; width: 400px; } /*(列宽375) */
.column_350 { float: left; width: 350px; } /*(列宽375) */
/*最新文章标签定义开始*/
.lable_pic { background-image: url(shjw/news_topbg.gif); height: 21px; margin-top: 5px; margin-bottom: 0px; }
.lable_content { margin-top: 0px; margin-right: 5px; margin-bottom: 0px; margin-left: 5px; }
.lable_1 { float: left; height: 21px; }
.lable_2 { float: left; height: 21px; width: 101px; }
.lable_3 { float: left; height: 21px; }
/*内容方框的定义，可设置最新文章内容部分固定高度height: 200px;以适应周边方框的内容*/
.news_box { border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-color: #C9C9C9; border-bottom-color: #C9C9C9; border-left-color: #C9C9C9; margin: 0px; height: 240px; }
.news_content { float: left; }
.news_boot { text-align: center; float: left; width: 100%; margin: 0px; }
.news_list { line-height: 25px; padding: 0px; margin: 0px;}
.news_boot_box { float: left; width: 100%; background-color: #CCC; text-align: center; }
/*文章标签定义结束*/
/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */ float: right; margin-left: 8px; }
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */ float: left; margin-right: 8px; }
.clearfloat { /* 如果从 .container 中删除或移出了 .footer，则可以将此类放置在 <br /> 或空 div 中，作为 .container 内最后一个浮动 div 之后的最终元素 */ clear:both; height:0; font-size: 1px; line-height: 0px; }
/*以下是原系统中的CSS定义*/
.tuwen_box { }
.tuwen_bg { background-color: #F0F0F0; }
.tuwen_ico { padding-left: 150px; }
#wrapper 

{
	background-color:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	width:1024px;
}



/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 14px;
	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: 14px}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 14px;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 14px;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
/* ==网站总的css定义结束== */


/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27px;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.container #Bulletin ul { list-style-type: none; text-align: left; padding-top: 8px; }

.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: 25px;
}
.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: 760px;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2px;
}
.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: 30px;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22px;
	background-image: url(///////Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760px;background:#ffffff;height: 30px;
}
.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: 28px;width:180px;padding-left:40px;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572px;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4px;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: #037fa8;height: 25px;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: 187px;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: #ffffff;
background-image: url(///////Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30px;height: 27px;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5px;padding-right:5px;
}
.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:5px;
	padding-right:5px;
	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:5px;
	padding-right:5px;
	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:5px;padding-right:5px;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(///////Skin/ocean/main_bs.gif);color: #ffffff;height: 27px;
padding-left:30px;
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:5px;padding-right:5px;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5px;padding-right:5px;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: #ff0000;font-weight:bold;font-size: 16px;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: 28px;color:#ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8px;line-height: 25px;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */


.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(///////Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5px;height: 29px;color: #ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8px;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25px;
}
.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: 760px;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定义开始-- */
.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:collapse;
}
.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;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:pointer;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:pointer;
}
.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:10px;text-align: left;
}
#userlogin{
	float:left;
	width:600px;
	line-height:23px;
	padding-top:5px;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10px;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:10px;
}
/* ==供求信息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:30px;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:pointer;
}
.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;
}

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定义结束--*/
#top { height: 25px; width: 1024px; float: left; text-align: left; position: fixed; padding: 8px; background-image: url(Ocean/Announce.jpg); }

h3 { color: #b12213; font-size: 16px; font-weight: bold; font-family: "黑体"; 
}

p { padding: 0px; margin-top: 0px; margin-right: 150px; margin-bottom: 0px; margin-left: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float: right; }

.margin_r20 { margin-right: 20px; }

#templatemo_body_wrapper {
	width: 100%;
	background-position: center bottom;
}

#templatemo_wrapper {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}

/* header */

#templatemo_header {
	clear: both;
	width:  1024px;
	height: 160px;
	background-color: #000066;
}

#templatemo_header  #site_title {
	float: left;
	padding-top: 15px;
}

#site_title a {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#site_title a:hover {
	font-weight: bold;	
	text-decoration: none;
} /* 鼠标在链接上 */ 

#site_title a span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

#shopping_cart_box {
	float: right;
	padding-top: 20px;
	color: #CCC;
}

#shopping_cart_box h3 {
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#shopping_cart_box p span {
	color: #fff;
	font-weight: bold;
}


/* end of header */

/* menu */

#templatemo_menu {
	clear: both;
	width: 1024px;
	height: 70px;
	background-image: url(images/templatemo_menubar.jpg);
	background-repeat: no-repeat;
}

#search_box {
	width: 1024px;
	height: 35px;
	text-align: right;
}

#search_box form {
	margin: 0;
	padding: 5px 40px;
}

#search_box #input_field {
	height: 20px;
	width: 300px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#search_box #submit_btn {
 	height: 24px;
	width: 100px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
	color:#666666;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#templatemo_menu ul {
	width: 890px;
	height: 35px;
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	margin-right: 40px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	outline: none;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
	color: #162127;
} /* 鼠标在链接上 */ 

/* end of menu */

/* contetnt */

#templatemo_content_wrapper {
	clear: both;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#templatemo_content {
	float: left;
	margin-left: 10px;
	width: 550px;
}

#banner {
	margin: 0 0 10px 0;
}

#templatemo_content #content_top {
	width: 550px;
	height: 20px;
	background: url(images/templatemo_content_top.png) no-repeat;
}

#templatemo_content #content_bottom {
	width: 550px;
	height: 20px;
	background: url(images/templatemo_content_bottom.png) no-repeat;
}

#templatemo_content #content_middle {
	width: 510px;
	padding: 5px 20px 0px 20px;
	background: url(images/templatemo_content_middle.png) repeat-y;
}

#content_middle p {
	text-align: justify;
}

.time {
	width: 300px;
	height:23px;
	padding-top: 5px;
	text-align: left;
	background-position: left;
	padding-right: 2px;
	color: #FFFFFF;
	line-height: 23px;
}

.templatemo_sidebar_wrapper {
	width: 200px;
	padding-bottom: 4px;
	text-align: left;
}

.templatemo_sidebar {
	width: 197px;
	padding-right: 3px;
	background: url(images/templatemo_sidebar_middle.png) repeat-y;
}

.templatemo_sidebar_top {
	width: 200px;
	height: 30px;
	background-image: url(Ocean/Announce.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 8px;
	font-size: 12pt;
	font-weight: bold;
}

.templatemo_sidebar_bottom {
	width: 200px;
	height: 20px;
	background: url(images/templatemo_sidebar_bottom.png) no-repeat;
}

.templatemo_sidebar .sidebar_box {
	clear: both;
	padding-bottom: 20px;
}

.sidebar_box h2 {
	color: #b12213;
	font-size: 16px;
	padding-left: 25px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	background: url(images/templatemo_sidebar_h1.png) left center no-repeat;
}

.sidebar_box .sidebar_box_content {
	padding: 15px;
	background: url(images/templatemo_sidebar_box_top.png) top repeat-x;
}

.sidebar_box img {
	border: 1px solid #999;
	margin-bottom: 5px;
}

.sidebar_box .discount {
	margin: 5px 0 0 0;
	font-weight: bold;
}

.sidebar_box .discount span {
	color: #C00;
}


.sidebar_box .categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories_list li {
	padding: 0;
	margin: 0;
}



.news_box {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

.news_box h4 {
	padding: 2px 0;
	margin: 0;
}

#newsletter_box label {
	display: block;
	margin-bottom: 10px;
}

#newsletter_box .input_field {
	height: 20px;
	width: 155px;
	padding: 0 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#newsletter_box .submit_btn {
	float: right;
 	height: 30px;
	width: 80px;
	margin: 0px;
	padding: 3px 0 15px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}

.product_box {
	float: left;
	width: 223px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	text-align: center;
}

.product_box img {
	margin-bottom: 10px;
}

.product_box h3 {
	color: #2a2522;
	font-size: 12px;
	margin: 0 0 10px;
}

.product_box p {
	margin-bottom: 10px;
}

.product_box p span {
	color: #cf5902;
	font-size: 14px;
	font-weight: bold;
}

.product_box .detail {
	float: right;
}

.product_box .addtocard {
	float: left;
	font-weight: bold;
	padding-right: 20px;
	background: url(images/templatemo_shopping_cart.png) bottom right no-repeat;
}
/* end of content */

/* footer */

#templatemo_footer_wrapper {

}

#templatemo_footer {
	width: 910px;
	height: 85px;
	padding: 50px 40px 30px 40px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
}



#templatemo_footer .footer_menu {
	margin: 0 0 30px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #d7d1cc;
}


.footer_menu .last_menu {
	border: none;
}
#user {
	padding: 5px;
	height: 25px;
	width: 100px;
	float: left;
	text-align: right;
}

