/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */


a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #333333;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #ae0927;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的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: #ffffff;}
a.channel2:active {color: #FFff00;}
/* 底部版权信息文字链接的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.yinying:link {color: #000000;}
a.yinying:hover{color: #ffffff;}
a.yinying:active {color: #ffffff;}
/* 相关文章css定义*/

a.LinkArticleCorrelative:link {color: #000000;line-height:22px;}
a.LinkArticleCorrelative:visited {color: #000000;line-height:22px;}
a.LinkArticleCorrelative:hover{color: #ff0000;line-height:22px;}
a.LinkArticleCorrelative:active {color: #000000;line-height:22px;}

a.newlist:link {color: #000000;}
a.newlist:visited {color: #000000;}
a.newlist:hover{color: #ff0000;}
a.newlist:active {color: #000000;}

a.a14:link {
      color:#000000;
      font-size:14px;
      padding-left:5px;      
      }
a.a14:hover{
      color:#ff0000;
      font-size:14px;
      padding-left:5px;
      }
a.a14:visited {
      color:#ae0927;
      font-size:14px;
      padding-left:5px;
      }
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;
TEXT-ALIGN: center;
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: 22px;
	font-weight: normal;
}
.tdbg {
      height: 22px;
      background-color: #f0f0f0
       }
.tdbg1 {
      height: 22px;
      background-color: #ffffff
       }
.tdbg_01 {
      height: 22px;
      background-image: url(/default/Skin/power/tdbg_01.gif);
      }
/* 文本框的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(/default/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/default/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(/default/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(/default/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(/default/Skin/ocean/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/default/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(/default/Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(/default/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(/default/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(/default/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(/default/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(/default/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(/default/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(/default/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:#f5f5f5;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(/default/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:#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(/default/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(/default/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(/default/Skin/sealove/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
.userbox_top{
background:url(/default/Skin/sealove/Login_Top.gif);
height:36px;
}
.userbox_bottom{
background:url(/default/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(/default/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/default/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(/default/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/default/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(/default/Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/default/Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/default/Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/default/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;
}
/* --房产信息列表表格*/


/* --1024自定义新建模版样式DIV+CSS--*/


div,form,ul,li,img,ol,dl,dd,dt {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*=====================================*/

#ado, #tMenu, #pMenu, #banner,#screen,#iSearch,#bottom{
	margin:0px auto;
	padding:0px;
	width:968px;
	border:0px;
}
#xPadding{
	height:5px;
}

/*=======表格颜色===============*/
.bordercolor {
  border-bottom: #d4e3f6 1px solid;
  border-left: #d4e3f6 1px solid;
  border-right: #d4e3f6 1px solid;
  border-top: #d4e3f6 1px solid;
}
/*=============================*/

.tLink{
	height:24px;
	font-size:12px;
	font:Tahoma, "Times New Roman", "宋体";
	text-align:left;
	line-height:26px;
	background-color:#C9E2F8;
}
.tMenu{
	height:79px;
	width:968px;
}
.tMenu .tLogo{
	float:left;
	width:359px;
}
.tMenu .tMenuItem{
	float:left;
	width:609px;
}
.tMenu .tMenuItem .list_01{
	height:34px;
}
.tMenu .tMenuItem .list_01 ul{}
.tMenu .tMenuItem .list_01 .active{
	FLOAT: right;
	DISPLAY: block;
	TEXT-ALIGN:center;
	behavior:url();
	cursor:default;
	list-style-type:none;
	font-size: 12px;
	line-height: 24px;
	height:24px;
	width: 98px;
	padding: 0px 0px 0px 0px;
	MARGIN: 5px 0px 5px 5px;
	background-image:url(/default/Skin/power/top_bg_button_03.gif);
	background-repeat: no-repeat;
}
.tMenu .tMenuItem .list_01 .normal{
	FLOAT: right;
	DISPLAY: block;
	TEXT-ALIGN:center;
	cursor:default;
	list-style-type:none;
	font-size: 12px;
	line-height: 24px;
	height:24px;
	width: 98px;
	padding: 0px 0px 0px 0px;
	MARGIN: 5px 0px 5px 5px;
	background-image:url(/default/Skin/power/top_bg_button_00.gif);
	background-repeat: no-repeat;
}

.tMenu .tMenuItem .list_02{
	height:45px;
	clear:both;
	float:right;
}
.tMenu .tMenuItem .list_02 ul{
	float:left;
}
.tMenu .tMenuItem .list_02 ul li{
	width:75px;
	text-align:center;
	font-family: Tahoma, "Times New Roman", "宋体";
	text-transform: uppercase;
	text-decoration: none;
	list-style-type:none;
}

.tMenu .tMenuItem .list_02 .active{}
.tMenu .tMenuItem .list_02 .normal{}
.tMenu .tMenuItem .list_02 .normal .cn{
	height:30px;
	line-height:30px;
	font-size: 14px;
	color: #000000;	
}
.tMenu .tMenuItem .list_02 .normal .en{
	height:15px;
	line-height:10px;
	font-size: 10px;
	color: #999999;
}
.tMenu .tMenuItem .list_02 .hLine{
	width:1px;
	height:45px;
	background-image: url(/default/Skin/power/top_line.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.lineH_01{
	clear:both;
	FONT-SIZE: 1px; BACKGROUND: url(/default/Skin/power/spacer.gif); MARGIN: 0px auto; HEIGHT: 1px
}
.lineH_02{
	clear:both;
	FONT-SIZE: 2px; BACKGROUND: url(/default/Skin/power/spacer.gif); MARGIN: 0px auto; HEIGHT: 2px
}
.lineH_03{
	clear:both;
	FONT-SIZE: 3px; BACKGROUND: url(/default/Skin/power/spacer.gif); MARGIN: 0px auto; HEIGHT: 3px
}
.lineH_04{
	clear:both;
	FONT-SIZE: 4px; BACKGROUND: url(/default/Skin/power/spacer.gif); MARGIN: 0px auto; HEIGHT: 4px
}
.lineH_05{
	clear:both;
	FONT-SIZE: 5px; BACKGROUND: url(/default/Skin/power/spacer.gif); MARGIN: 0px auto; HEIGHT: 5px
}
.pMenu {
	width:968px;
	height:60px;
}
.pMenu .pMenuItem{
	background-image:url(/default/Skin/power/top_menu_bg_00.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pMenu .pMenuItem .list_03{
	height:30px;
}
.pMenu .pMenuItem .list_03 ul{}
.pMenu .pMenuItem .list_03 ul li{
	padding: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 7px;
	TEXT-ALIGN: center;
	FLOAT: left;
	font-family: "宋体";
	cursor:default;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type:none;
}
.pMenu .pMenuItem .list_03 a{
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
         text-decoration: none
}
.pMenu .pMenuItem .list_03 a:hover{
	line-height: 30px;
	font-weight: bold;
	color: #FEFF05;
         text-decoration: underline
}
.pMenu .pMenuItem .list_03 a:visited{
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
         text-decoration: none
}
.pMenu .pMenuItem .list_03 .hLine{
	width:5px;
	height:30px;
	line-height: 30px;
	behavior:url();
	background-image:url(/default/Skin/power/top_menu_bg_00_Hline.gif);
}
.pMenu .pMenuItem .list_04{
	height:30px;
}
.pMenu .pMenuItem .list_04 ul{}
.pMenu .pMenuItem .list_04 ul li{
	padding: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 10px;
	DISPLAY: block;
	TEXT-ALIGN: center;
	list-style-type:none;
	FLOAT: left;
	font-family: "宋体";
	cursor:default;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}
.pMenu .pMenuItem .list_04 .hLine{
	behavior:url();
	width:1px;
	height:30px;
	line-height: 30px;
	background-image:url(/default/Skin/power/top_menu_bg_01_Hline.gif);
}
.screen_01,.screen_02,.screen_03,.title_01,.title_02,.title_03,.title_04{
	float:left;
}
.screen_01{
	width:263px;
}
.screen_02{
	margin:0px 5px 0px 5px;
	width:470px;
	padding:0px;
	background-color:#0099FF;
}
.screen_03{
	width:225px;
}
.itemTitle{
	height:26px;
	line-height:26px;
	background-image:url(/default/Skin/power/item_bg_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "宋体";
	font-size: 12px;
	text-transform: none;
	color: #4D4D4D;
	text-decoration: none;
}
.itemTitle .title_01{
	height:26px;
	width:8px;
	background-image:url(/default/Skin/power/item_bg_00.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.itemTitle .title_02{
	width:16px;
	background-image:url(/default/Skin/power/index_20070713_2_29.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
.itemTitle .title_03{
	overflow:hidden;
}
.itemTitle .title_03 ul{}
.itemTitle .title_03 li{
	float:left;
	height:26px;
	width:68px;
	text-align:center;
	list-style-type:none;
	margin:0px 0px;
	line-height:26px;
}
.itemTitle .title_04{
	width:43px;
	margin:8px 0px;
	line-height:26px;
         }
.itemTitle .title_05{
	height:26px;
	width:12px;
	float:right;
	background-image:url(/default/Skin/power/item_bg_02.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.itemTitle .title_03 .active{
	cursor:default;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/default/Skin/power/item_bg_select.gif);
}
.itemTitle .title_03 .normal{
	cursor:default;
	font-weight: normal;
	color: #4D4D4D;
	background-image: url();
}
.userMsg{
	width:263px;
}
.userMsg .login{
	height:146px;
	background-image:url(/default/Skin/power/user_bg_00.gif);
	background-repeat: no-repeat;
}
.userMsg .info{
	height:204px;
	background-image:url(/default/Skin/power/user_bg_01.gif);
	background-repeat: no-repeat;
}
.news,{
	height:386px;
	background-color:#ffffff;
	border: 1px solid #A0D4FF;
}
.news1,.news2,.news3 {
	height:170px;
	background-color:#ffffff;
	border: 1px solid #A0D4FF;
}
.news4,.news5,{
	height:255px;
	background-color:#ffffff;
	border: 1px solid #A0D4FF;
}
.news .newsLeft {
	FLOAT: left; WIDTH: 210px
}
.news .newsRight {
	FLOAT: left; WIDTH: 250px; HEIGHT: 190px
}
.news .newsMore {
	MARGIN-TOP: 5px; WIDTH: 220px; HEIGHT: 15px; TEXT-ALIGN: right
}
.news .newsbottom {
	FLOAT: center; WIDTH: 460px;
}

.newsbottom1 {
	FLOAT: center; WIDTH: 430px;
         padding-top:5px;
}
.itemTitle1{
	
	background-color:#3792DD;
}
.itemTitle1 ul {}
.itemTitle1 ul li{
	float:left;
	DISPLAY: block;
	TEXT-ALIGN: center;
	font-family: "宋体";
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#3792DD;
	border-bottom: 1px solid #A0D4FF;
	list-style-type:none;
}
.itemTitle1 .active{
	DISPLAY: block;
	TEXT-ALIGN: center;
	FLOAT: left;
	cursor:default;
	line-height: 26px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color:#ffffff;
	border-bottom: 1px solid #ffffff;
}
.itemTitle1 ul .hLine{
	width:1px;
	height:26px;
	background-color:#A0D4FF;
}
.itemList{
	clear:left;
         padding-left:5px;
}
.itemList .active{
	display:;
}
.itemList .normal{
	display:none;
}
.banner{
	clear:both;
	height:83px;
	background-image: url(/default/Skin/power/ado_default_noPic.gif);
}
.iSearch{
	width:540px;
	background-color:#ffffff;
}
.iSearch .search{
	background-image: url(/default/Skin/power/search_bg.gif);
	float:left;
	width:737px;
	height:56px;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
.iSearch .search form{
	margin:12px 22px 0px 135px;
	text-align:left;
}
.iSearch .search .searchTextfield{
	width:400px;
	height:20px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #FF9C00;
}
.iSearch .ado{
	float:right;
	height:54px;
	width:223px;
	line-height:54px;
}
.adoBox_01{
	text-align:center;
	background-color:#fafafa;
	border: 1px solid #d1d1d1;
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.msgBox_01{
	border: 1px solid #D1D1D1;
}
#imgBox_01{
	padding: 0px;
	MARGIN: 6px 6px 6px 6px;
	border: 1px solid #ebebeb;
	background-image: url(/default/Skin/power/noImgDefault.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.itemTitle2{
	clear:both;
	height:26px;
	width:223px;
	background-image:url(/default/Skin/power/right_bg.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}
.itemTitle2 .title_01{
	width:36px;
	margin:0px 5px 0px 0px;
	line-height: 26px;
	height:26px;
	float:left;
}
.zhuanTi{
	height:386px;
}
.itemTitle2 .title_02{
	line-height: 26px;
	height:26px;
	float:left;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.itemTitle2 .title_03{
	float:right;
	width:43px;
	margin:8px 5px;
	line-height:26px;
}
.loginBox{
	background:url(/default/Skin/power/login1_bg_05.gif) center center;
}
.loginBox .top{
	background:url(/default/Skin/power/login1_bg_02.gif) center center;
	font-size:3px;
	line-height:3px;
	height:3px;
}
.loginBox .top .left{
	float:left;
	width:3px;
	background:url(/default/Skin/power/login1_bg_01.gif) left top;
}
.loginBox .top .right{
	float:right;
	width:3px;
	background:url(/default/Skin/power/login1_bg_03.gif) right top;
}
.loginBox .cont{}
.loginBox .cont .left{
	float:left;
	width:3px;
	background:url(/default/Skin/power/login1_bg_04.gif) left top;
         background-repeat:repeat-y
}
.loginBox .cont .conts{
	float:left;
         background-color:#f5f4f5;
}
.loginBox .cont .right{
	float:right;
	width:3px;
	background:url(/default/Skin/power/login1_bg_06.gif) right top;
}
.loginBox .bottom{
	clear:both;
	background:url(/default/Skin/power/login1_bg_08.gif) bottom center;
	font-size:3px;
	line-height:3px;
	height:3px;}
.loginBox .bottom .left{
	float:left;
	width:3px;
	background:url(/default/Skin/power/login1_bg_07.gif) left bottom;
}
.loginBox .bottom .right{
	float:right;
	width:3px;
	background:url(/default/Skin/power/login1_bg_09.gif) right bottom;
}
.loginBox .eRec{
	height:56px;
	background:url(/default/Skin/power/eRec_bg.gif) 8px 7px no-repeat;
}
.loginBox .uRec{
	height:56px;
	background:url(/default/Skin/power/uRec_bg.gif) 8px 7px no-repeat;
}
.loginBox ul{
	clear:left;
	margin:55px 0px auto 10px;
         background-color:#efefef;
}
.loginBox ul li{
	float:left;
	list-style-type:none;
	width:60px;
	text-align:center;
}
.info{
}
.info div{
	margin:50px 10px auto 70px;
}
.info .eRec{
	height:56px;
}
.info ul{
	clear:left;
}
.info ul li{
	float:left;
	list-style-type:none;
	width:60px;
	text-align:center;
}
.zhuanTi .itemList{}
.zhuanTi .itemList .topItem{
	width:196px;
	margin:12px auto 6px auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
}
.zhuanTi .itemList .list{
	width:196px;
	margin:4px auto 0px auto;
}
.zhuanTi .itemList .list ul{}
.zhuanTi .itemList .list ul li{
	height:30px;
	line-height:30px;
	list-style-type:none;
	background-image: url(/default/Skin/power/img_icon_005.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	padding-left:28px;
}
.zhuanTi .itemList .list .bg{
	background-color:#efefef;
}
.screen_04,.screen_05,.screen_06{
	float:left;
}
.screen_04,{
	margin-right:2px;
	width:370px;
}
.screen_05{
	width:290px;
}
.msgBox_02{
	clear:both;
}
.msgBox_02 .boxTop{
	height:3px;
	font-size:3px;
	background-image: url(/default/Skin/power/msgBox_02_02.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.msgBox_02 .boxTop .left{

	float:left;
	width:4px;
	height:3px;
	font-size:3px;
	background-image: url(/default/Skin/power/msgBox_02_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.msgBox_02 .boxTop .right{
	float:right;
	width:4px;
	height:3px;
	font-size:3px;
	background-image: url(/default/Skin/power/msgBox_02_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.msgBox .boxCont{
	clear:both;
}
.msgBox_02 .boxCont .left{
	float:left;
	width:4px;
         height:220px;
	background-image: url(/default/Skin/power/msgBox_02_04.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.msgBox_02 .boxCont .cont{
	float:left;
         height:220px;
}
.msgBox_02 .boxCont .cont .list{
	padding:0px;
	margin:12px 8px auto 18px;
}
.msgBox_02 .boxCont .cont .list ul{}
.msgBox_02 .boxCont .cont .list ul li{
	list-style-type:none;
	padding-left:16px;	
	background-image:url(/default/Skin/power/img_icon_010.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	line-height:26px;
	height:26px;
}
.msgBox_02 .boxCont .cont .list .xLine{
	clear:both;
	background-image:url(/default/Skin/power/hline_05.gif);
	height:1px;
	font-size:1px;
	background-repeat: repeat-x;
	background-position: left center;
}
.msgBox_02 .boxCont .right{
	float:right;
	width:4px;
         height:220px;
	background-image: url(/default/Skin/power/msgBox_02_05.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.msgBox_02 .boxBottom{
	clear:both;
	height:3px;
	font-size:3px;
	background-image: url(/default/Skin/power/msgBox_02_07.gif);
	background-repeat: repeat-x;
	background-position: center bottom;	
}
.msgBox_02 .boxBottom .left{
	float:left;
	width:4px;
	height:3px;
	font-size:3px;
	background-image: url(/default/Skin/power/msgBox_02_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.msgBox_02 .boxBottom .right{
	float:right;
	width:4px;
	height:3px;
	font-size:3px;
	background-image: url(/default/Skin/power/msgBox_02_08.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.list_aqpj{
	clear:both;
}
.list_aqpj .listBox{
	height:75px;
	background-color:#fafafa;
}
.list_aqpj .listBox .imgbox{
	float:left;
	margin:7px;
	width:91px;
	height:59px;
}
/*==================================*/

#itemBar{
	background-image:url(/default/Skin/power/item_bg_01.gif);
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4D4D4D;
	text-decoration: none;
	background-repeat: repeat-x;
}
#itemBar #itemBar_left{
	width:12px;
	background-image:url(/default/Skin/power/item_bg_00.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#itemBar #itemBar_right{
	width:12px;
	background-image:url(/default/Skin/power/item_bg_02.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#itemBar #itemBar_more{
	width:43px;
	background-repeat: no-repeat;
	background-position: right center;
}
#itemBar #itemBar_icon{
	width:12px;
	background-image:url(/default/Skin/power/index_20070713_2_29.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
#itemBar ul{
	CLEAR: left;  
	DISPLAY:inline;
}
#itemBar ul li,.itemBar_default{
	padding: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 5px;
	DISPLAY: block;
	TEXT-ALIGN: center;
	FLOAT: left;
	cursor:default;
	line-height: 26px;
	text-decoration: none;
}
#itemBar ul #itemBar_select,.itemBar_select{
	padding: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 5px;
	DISPLAY: block;
	TEXT-ALIGN: center;
	FLOAT: left;
	cursor:default;
	line-height: 26px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/default/Skin/power/item_bg_select.gif);
}
/*===========*/
.font_12_r{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
.font_12_b{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
.font_12_w{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}
.font_12b_r{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
.font_12bt_r{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
.font_12_bl{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0072FF;
	text-decoration: none;
}
.font_12b_bl{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0072FF;
	text-decoration: none;
}
.font_14b_bl{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0072FF;
	text-decoration: none;
}
.content14
{
font-size: 14px;
color: #000000;
line-height: 26px;
}
.black14b
{
font-size: 14px;
color: #000000;
font-weight: bold;
line-height: normal;
}

.white14b
{
font-size: 14px;
color: #ffffff;
font-weight: bold;
line-height: normal;
}
.font_12_gray{
	font-family: Tahoma, "Times New Roman", "宋体";
	font-size: 12px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #696969;
	text-decoration: none;
}
/*=======新添加样式=======*/
.bordertopr{
       border: 1px solid #c8c8c8
 }
.bordertopr1{
       border-left: #c8c8c8 1px solid;
       border-right: #c8c8c8 1px solid;
       border-bottom: #c8c8c8 1px solid;
}
.bgtopr{
       background-image:url(/default/images/right_bg.gif);
}

/*=======新添加样式end=======*/

/* 文章栏目页面样式　*/
.classL {
         clear:left;
	float:left;
	width:310px;
}
.classLbox {
	float:right;width:308px;BORDER-RIGHT: #d4e3f6 1px solid; BORDER-TOP: #d4e3f6 1px solid; BACKGROUND: #fff; BORDER-LEFT: #d4e3f6 1px solid; BORDER-BOTTOM: #d4e3f6 1px solid
}
.classLbox .title {
	 BACKGROUND: #449ae8;
         	 text-align: left;
          PADDING-LEFT: 20px;
          PADDING-top: 4px;
          FONT-WEIGHT: bold; 
          FONT-SIZE: 12px;
          height:22px; 
          color:#ffffff;
}
.classLbox .title H2 A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.classLbox .title H2 A:hover {
	COLOR: #cc0000; TEXT-DECORATION: underline
}
.classLbox .content {
    PADDING-RIGHT: 0px; PADDING-LEFT: 22px; PADDING-BOTTOM: 4px; PADDING-TOP:0px;text-align: left;
}
.classLbox .content1 {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP:0px;text-align: left;
}
.classR {
	float:right;
	width:652px;
	margin:0px 5px 0px 0px;
}
.classRbox{
         float:right;
	background: #ffffff;
         width:648px;
	border-top: 1px solid #cbd7ec;
         border-left: 1px solid #cbd7ec;
	border-right: 1px solid #cbd7ec;
	border-bottom: 1px solid #cbd7ec;
         }
.classRbox .title {
	BACKGROUND: #d4e3f6;text-align: left;PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-WEIGHT: bold;FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #292929; PADDING-TOP: 4px;
}

/* 文章栏目页面样式end　*/

/* 文章内容页面样式　*/
#nDD{
	height:32px;
	line-height:32px;
	padding:0px 12px 0px 18px;
	font-family: Tahoma, "Times New Roman", "宋体";
	background:#f5fafe;	
	border-top: 1px solid #cbd7ec;
	border-bottom: 1px solid #cbd7ec;
         text-align: left;
}
.ContL{
	clear:left;
	float:left;
	width:652px;
	margin:0px 5px 0px 0px;
}
#ContLbox{
	background: #f5fafe;
	border-top: 1px solid #cbd7ec;
	border-right: 1px solid #cbd7ec;
	border-bottom: 1px solid #cbd7ec;
         }

.contLbox1 {
	float:left;width:652px;BORDER-RIGHT: #cbd7ec 1px solid; BORDER-TOP: #cbd7ec 1px solid; BACKGROUND: #fff; BORDER-LEFT: #cbd7ec 1px solid; BORDER-BOTTOM: #cbd7ec 1px solid;
}
.contLbox1 .title {
	BACKGROUND: #d4e3f6;FONT-WEIGHT: bold; FONT-SIZE: 14px;Color:292929;text-align: left;PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-SIZE: 14px; PADDING-BOTTOM: 4px; COLOR: #292929; PADDING-TOP: 4px;
}
.contLbox1 .content {
    PADDING-RIGHT: 0px; PADDING-LEFT: 20px; PADDING-BOTTOM: 4px; PADDING-TOP:8px;text-align;left;text-align:left
}
.contLbox1 .content1 {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP:8px;text-align;left;text-align:left
}

.contR{
	float:left;
	width:310px;
}
.contRbox {
	float:right;width:308px;BORDER-RIGHT: #d4e3f6 1px solid; BORDER-TOP: #d4e3f6 1px solid; BACKGROUND: #fff; BORDER-LEFT: #d4e3f6 1px solid; BORDER-BOTTOM: #d4e3f6 1px solid;
}
.contRbox .title {
	BACKGROUND: #449ae8;
	text-align: left;
         PADDING-LEFT: 20px; 
         FONT-SIZE: 12px; 
         FONT-WEIGHT: bold;
         PADDING-BOTTOM: 4px; 
         COLOR: #ffffff; 
         PADDING-TOP: 4px;
}
.contRbox .title A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.contRbox .title A:hover {
	COLOR: #cc0000; TEXT-DECORATION: underline
}
.contRbox .content {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 0px;text-align: left
}
.contRjg {PADDING-LEFT: 5px; }

.a.contRlink:link {
	PADDING-LEFT: 0px; COLOR: #000099; TEXT-DECORATION: none
}
.a.contRlink:hover {
	COLOR: #cc0000; TEXT-DECORATION: underline
}
a.contRlik:visited {COLOR: #cc0000;}
/* 文章内容页面样式end　*/
