/* 网站链接总的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 {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='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #0C9CD8;}
a.class:visited {color: #0C9CD8;}
a.class:hover{color: #ff0000;}
a.class:active {color: #0C9CD8;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-family:Verdana; line-height:150%;/* 后来加上的定义，毛毛虫 */

margin:0px;
font-size: 9pt;background:url(/Skin/ocean/bg_all0.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 220%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
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:900;
}
　　/* --网页中部左栏的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: 1px solid #a4c6fc;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(/Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/Skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/Skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的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(/Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{





border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;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{
	width:170px;
	height:85px;
	background-repeat: no-repeat;
	background-position: center center;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#000;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(/Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bg.jpg);
	height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束-- */




/* --以下为自定义样式列表-- */

*{
margin:0;
padding:0;
}
.wrap { table-layout:fixed; word-break: break-all; overflow:hidden; } /* --标题或者内容页实现自动换行-- */
#container {margin:0 auto; width:900px;}
/* --顶部提示信息开始-- */
#top-mainContent {
	background:url(bg.gif) 0 0 repeat-y;
	overflow:auto;
	zoom:1;
	width: 898px;
	border: 1px solid #aee0fd;
}
#top-left {
	float:left;
	width:638px;
	height:18px;
	padding: 1px 0 1px 10px;
}
#top-right {
	float:right;
	width:240px;
	height:18px;
	text-align: right;
	padding: 1px 10px 1px 0;
}
/* --顶部提示信息结束-- */
#header {
	width:900px;
	height:150px;
	background:url(/Skin/lanse/banner.jpg);
}
#header #header01 {
	float: left;
	height: 150px;
	width: 150px;
}
#header #header02 {
	float: right;
	height: 150px;
	width: 750px;
}
#menuxin {
	width:900px;
	height:31px;
	padding:8px 0 5px 0;
	background-image:url(/Skin/lanse/menuxin.jpg);
	background-repeat: repeat-x;
}
/* --下拉菜单开始-- */
#navigation, #navigation li ul { list-style-type:none;height:17px;}   
#navigation {margin:0;}   
#navigation li {   
	float:left;   
	text-align:center;   
	position:relative;   
    }   
#navigation li a:link, #navigation li a:visited {   
	display:block;    
	text-decoration:none;    
	color:#fff;    
	width:80px;    
	height:30px;    
	line-height:30px;    
	border:2px solid #fff;    
	border-width:1px 1px 0 0;    
	background:#48AACD;  
    }   
#navigation li a:hover {color:#fff; background:#69C; }   
#navigation li ul li a:hover {color:#fff;background:#66F; }   
#navigation li ul {   
	display:none;   
	position:absolute;    
	top:30px;   
	left:0;   
	margin-top:1px;   
	width:80px;   
    }   
#navigation li ul li ul {   
	display:none;   
	position:absolute;    
	top:0px;   
	left:80px;    
	margin-top:0;   
	margin-left:2px;   
	width:80px;   
    }  
/* --下拉菜单结束-- */

#dhtt1 {float:left; width:868px; height:21px; padding:5px 0 0 30px;border: 1px solid #aee0fd; margin:5px 0;}
#dhtt2 {
	float:left;
	width:20px;
	height:23px;
	background-image:url(/Skin/lanse/dhtt.gif);
	background-repeat: no-repeat;
}
#footer { width:900px; height:110px; margin-top:5px;}
.footer02 {
	text-align:center;
	color: #ffffff;
	height: 25px;
	padding-top:5px;
	background-image:url(/Skin/lanse/footer.jpg);
}
.footer04 {
	float:left;
	width:900px;
	height:88px;
	background-image:url(/Skin/lanse/logo2.jpg);
	background-repeat: no-repeat;
}
.footer03 { float:right; width:600px; height:88px;}
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;}

.xhtz  { height:2px; border: 1px solid #FFF; overflow:hidden;}                     /* --上下2个框之间的间距-- */
#hengfu { width:900px; height:aoto; margin-bottom:2px;}                   /* --首页横幅幻灯条-- */

/* --专题开始-- */
.zti11 {
	background-image:url(/Skin/lanse/zti11.jpg);
	line-height:300%;
	padding-left:23px;
}
.zti12 {
	line-height:35px;
	padding-left:10px;
}
/* --专题结束-- */

/* --幻灯片滑动门开始-- */
#slidingBlock {
    width:270px;background-color: #DCEFE1;over-flow:hidden
}
#slidingBlock h4 {
    float:left;width:90px;height:29px;line-height:25px;text-align:center;font-size:12px;over-flow:hidden;
}
#slidingBlock h4.menuNo {
    font-weight:normal;color:#333333;background:url(/Skin/lanse/hdm/slidingMenuLine.gif); repeat-x
}
#slidingBlock h4.menuOn {
    font-weight:bold;color:#ffffff;background:url(/Skin/lanse/hdm/slidingMenu.gif); no-repeat
}
#slidingBlock DIV.slidingList_none {
    display:none;
}
#slidingBlock DIV.slidingList { margin:0px; padding:0px; height:201px;}
#diaochasj DIV.diaochaList ul { margin:0px; padding:0px;}
/* --幻灯片滑动门结束-- */


/* --下面调查和数据统计开始-- */
#diaochasj {
    width:100%;over-flow:hidden
}
#diaochasj h4 {
    float:left;width:100px;height:30px;line-height:25px;text-align:center;font-size:12px;over-flow:hidden
}
#diaochasj h4.menuNo {
    font-weight:normal;color:#333333;background:url(/Skin/lanse/hdm/diaochasj02.gif) repeat-x
}
#diaochasj h4.menuOn {
    font-weight:bold;color:#ffffff;background:url(/Skin/lanse/hdm/diaochasj01.gif) no-repeat
}
#diaochasj DIV.diaochaList_none {
    display:none
}
#diaochasj DIV.diaochaList {
    margin:0px;padding:5px;height:150px;
}
#diaochasj DIV.diaochaList ul {
    margin:0px;padding:0px;
}
/* --下面调查和数据统计结束-- */


/* --上面登陆开始-- */
#dl-k {
    width:200px;over-flow:hidden
}
#dl-k h4 {
    float:left;width:66px;height:20px; padding:8px 0 0 0;text-align:center;font-size:12px;over-flow:hidden;
}
#dl-k h4.menuNo {
    font-weight:normal;color:#333333;background:url(/Skin/lanse/dl01.jpg); repeat-x
}
#dl-k h4.menuOn {
    font-weight:bold;color:#ffffff;background:url(/Skin/lanse/dl02.jpg); no-repeat
}
#dl-k DIV.dldlkkList_none {
    display:none
}
#dl-k DIV.dldlkkList {
    margin:0px;padding:0px;height:170px; text-align:center; 
}
#dl-k DIV.dldlkkList ul {
    margin:0px;padding:0px; text-align:center;
}
.tqyb { padding-top:20px;}
.denglu11 { padding-top:5px;}
/* --上面登陆结束-- */


/* --第一行开始-- */

/* --首页内套2列固定宽度开始-- */
#sidebar11 {
	float:left;
	width:420px;
	height:235px;
	border: 1px solid #aee0fd;
	margin-right: 2px;
}
* html #sidebar11{margin-right:-3px;}/*使用此方法解决ie 3像素bug可通过验证*/
#sidebar12 {
	height:235px;
	width: 270px;
	float: right;
	border: 1px solid #aee0fd;
}

/* --频道各个子页面开始-- */
.bti11 {
	line-height: 150%;
	font-size: 16px;
	font-family: "宋体";
	font-weight: bold;
	color: #0C9CD8;
	padding: 5px 0 0 10px;
	background-image: url(/Skin/lanse/bti.jpg);
	border: 1px solid #aee0fd;
}
.bti12 {
	width:200px;
	margin-bottom:5px;
	min-height:162px;    /*高度最小值设置为：100px*/
	height:auto !important; /*兼容FF,IE7也支持 !important标签*/
	height:162px; /*兼容ie6*/
	overflow:visible;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: aee0fd;
}
.bti21 {
	line-height: 30px;
	font-size: 16px;
	font-family: "宋体";
	font-weight: bold;
	color: #0C9CD8;
	padding-left: 10px;
	background-image: url(/Skin/lanse/bt10.jpg);
}
.padding10 { padding:5px; border: 1px solid #CCC; overflow:hidden;}
.padding11 { padding:5px;}
/* --频道各个子页面结束-- */

/* --标题样式定义开始-- */
.gengduo {
	float:right;
	width:40px;
	padding:5px 3px 0 6px;
	background-image:url(/Skin/lanse/more.jpg);
	background-position: 1px 4px;
	background-repeat: no-repeat;
}
.gengduo11 {
	float:right;
	width:40px;
	padding-top:5px;
}
.ggnr {
	padding: 5px;
}
.ggnrboke {
	padding: 9px 5px 9px 5px;
	line-height:250%;
}
.ggnryouqing {
	padding: 5px 0;
	line-height:150%;
	height:70px;
	text-align:center;
}
.biaoti {
	line-height: 30px;
	font-size: 16px;
	font-family: "宋体";
	font-weight: bold;
}
.bt12 {
	color: #0C9CD8;
	padding-left: 45px;
	background-image: url(/Skin/lanse/bt12.jpg);
}
.bt21 {
	color: #446ea9;
	padding-left: 65px;
}
.bt22 {
	color: #0C9CD8;


	padding-left: 38px;
	background-image: url(/Skin/lanse/bt22.jpg);
}
.bt31,.bt41,.bt51,.bt61,.bt81 {
	color: #0C9CD8;
	padding-left: 20px;
	background-image: url(/Skin/lanse/bt31.jpg);
}
.bt32 {
	color: #0C9CD8;
	padding-left: 38px;
	background-image: url(/Skin/lanse/bt32.jpg);
}
.bt42 {
	color: #0C9CD8;
	padding-left: 42px;
	background-image: url(/Skin/lanse/bt42.jpg);
}
.bt43 {
	color: #0C9CD8;
	padding-left: 40px;
	background-image: url(/Skin/lanse/bt43.jpg);
}
.bt52 {
	color: #0C9CD8;
	padding-left: 42px;
	background-image: url(/Skin/lanse/bt52.jpg);
}
.bt53 {
	color: #0C9CD8;
	padding-left: 42px;
	background-image: url(/Skin/lanse/bt53.jpg);
}
.bt71 {
	color: #0C9CD8;
	padding-left: 40px;
	background-image: url(/Skin/lanse/bt71.jpg);
}
.bt82 {
	color: #0C9CD8;
	padding-left: 50px;
	background-image: url(/Skin/lanse/bt82.jpg);
}
.bt83 {
	color: #0C9CD8;
	padding-left: 50px;
	background-image: url(/Skin/lanse/bt83.jpg);
}
.bt92 {
	color: #600;
	padding-left: 40px;
	background-image: url(/Skin/lanse/bt92.jpg);
}
.bt11 {
	color: #0C9CD8;
	padding-left: 20px;
	background-color:#0CF;
}
/* --标题样式定义结束-- */
/* --首页内套2列固定宽度结束-- */
/* --第一行结束-- */



/* --第二行开始-- */
#mainContent21 {
	background:url(bg.gif) 0 0 repeat-y;
	overflow:auto;
	zoom:1;
	width: 900px;
}
#left21 {
	float:left;
	width:200px;
	height:200px;
	margin-right: 2px;
	background-image:url(/Skin/lanse/bt21.jpg);
}
.gdgg { width:200px; height:176px; background-image:url(/Skin/lanse/gdgg.jpg);}
#right21 {
	float:right;
	width:694px;
	height:200px;
	border: 1px solid #aee0fd;
}
/* --第二行结束-- */



/* --第三行开始-- */
#mainContent31 {
	background:url(bg.gif) 0 0 repeat-y;
	overflow:auto;
	zoom:1;
	width: 900px;
}
#left31 {
	float:left;
	width:200px;
	margin-right: 2px;
}
.left32 {
	width:200px;
	height:235px;
}
#right31 {
	float:right;
	width:696px;
}
#right30 {
	float:right;
	width:694px;
	height:194px;
	border: 1px solid #aee0fd;
}
.left-xzjy { /*校长寄语*/
	width:198px;
	height:245px;
	border: 1px solid #aee0fd;
}
.left-xkjy { /*学科教研组*/
	width:200px;
	height:200px;
	border: 1px solid #aee0fd;
}
.left-ztlm { /*专题栏目*/
	width:200px;
	height:103px;
	border: 1px solid #aee0fd;
}
.cjcx11 { /*成绩查询*/
	float:left;
	width:200px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:65px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:65px; /*兼容ie6*/
    overflow:visible;
}
.cjcx12 { /*成绩查询*/
	padding: 5px;
	text-align:center;
	line-height:200%;
}
/* --首页内套2列固定宽度开始-- */
#sidebar31 {
	float:left;
	width:345px;
	height:280px;
	border: 1px solid #aee0fd;
	margin-right: 2px;
}
* html #sidebar31{margin-right:-3px;}/*使用此方法解决ie 3像素bug可通过验证*/
#sidebar32 {
	float: left;
	width: 345px;
	height:280px;
	border: 1px solid #aee0fd;
}
#sidebar33 {
	float:left;
	width:345px;
	height:280px;
	border: 1px solid #aee0fd;
	margin-right: 2px;
}
* html #sidebar33{margin-right:-3px;}/*使用此方法解决ie 3像素bug可通过验证*/
#sidebar34 {
	float: left;
	width: 345px;
	height:280px;
	border: 1px solid #aee0fd;
}
/* --首页内套2列固定宽度结束-- */

/* --第三行结束-- */


/* --第四行开始-- */
#mainContent41 {
	background:url(bg.gif) 0 0 repeat-y;
	overflow:auto;
	zoom:1;
	width: 898px;
	border: 1px solid #aee0fd;
}
#left41 {
	float:left;
	width:200px;
	height:200px;
	margin-right: 2px;
	border: 1px solid #aee0fd;
}
#right41 {
	float:right;
	width:694px;
	height:200px;
	border: 1px solid #aee0fd;
}
/* --第四行结束-- */

/* --第五行开始-- */
#mainContent51 {
	background:url(bg.gif) 0 0 repeat-y;
	overflow:auto;
	zoom:1;
	width: 900px;
}
#left51 {
	float:left;
	width:200px;
	height:235px;
	margin-right: 2px;
	border: 1px solid #aee0fd;
}
.left52 {
	width:200px;
	height:235px;
}
#right51 {
	float:right;
	width:696px;
}
/* --首页内套2列固定宽度开始-- */
#sidebar51 {
	float:left;
	width:345px;
	height:235px;
	border: 1px solid #A5DDFE;
	margin-right: 2px;
}
* html #sidebar31{margin-right:-3px;}/*使用此方法解决ie 3像素bug可通过验证*/
#sidebar52 {
	float: right;
	width: 345px;
	height:235px;
	border: 1px solid #aee0fd;
}
/* --首页内套2列固定宽度结束-- */
/* --第五行结束-- */

/* --第六行留言开始-- */
#mainContent61 {
	background:url(bg.gif) 0 0 repeat-y;
	overflow:auto;
	zoom:1;
	width: 900px;
}
#left61 {
	float:left;
	width:200px;
	height:252px;
	margin-right: 2px;
	border: 1px solid #aee0fd;
}
#right61 {
	float:right;
	width:694px;
	border: 1px solid #aee0fd;
	height: 252px;
}
/* --第六行留言结束-- */
/* --首页结束-- */



/* --内容页开始-- */
#Contentnr {
	width: 900px;
	height:auto;
	overflow:visible;
	zoom:1;
	clear: both;
}
#leftnr {
	float:left;
	width:200px;
	margin-right: 6px;
}
.leftnr11 {
	width:200px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:162px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:162px; /*兼容ie6*/
    overflow:visible;
}
#rightnr {
	float:right;
	width:690px;
	border: 1px solid #aee0fd;
}
#hongtou11 {height:100px;}

#sousuonr {height:30px;}
.biaotinry /* 主标题文字颜色定义 */
{
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	height: 30px;
	line-height:200%;
	height:auto !important; /*兼容FF,IE7也支持 !important标签*/
}
.biaotinrf /* 副标题文字颜色定义 */
{
	font-weight: bold;
	color: #39F;
	text-align: center;
	line-height: 150%;
}
.xiangqing {text-align: center;}
.zhengwen {
	min-height:311px;    /*高度最小值设置为：100px*/
	height:auto !important; /*兼容FF,IE7也支持 !important标签*/
	height:311px; /*兼容ie6*/
	overflow:visible;
	padding: 10px;
}
.hrnry {
	width:500px;
	padding-left: 95px;
}
.bianjiren { width:680px; text-align:right; line-height:200%; background:#F7F7F7; padding-right:10px;}
.shangyipian { width:680px; text-align:left; padding-left:20px; line-height:200%;}
.ajaxnry { padding-left:5px;}
.bt611 {
	color: #446ea9;
	padding-left: 40px;
	background-image: url(/Skin/lanse/lanmu11.jpg);
	background-color:#0CF;
}
.nry11 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;line-height:220%;
}
/* --内容页结束-- */






/* --频道小栏目开始-- */
#rightpd13 {
	float:right;
	width:688px;
	height:auto;
	border: 1px solid #aee0fd;
	margin-bottom:2px;
}
.ggnrpdlm {
	padding: 5px 5px 0 5px;
	min-height:237px;    /*高度最小值设置为：100px*/
	height:auto !important; /*兼容FF,IE7也支持 !important标签*/
	height:230px; /*兼容ie6*/
	overflow:visible;
}
/* --频道小栏目结束-- */


/* --频道大栏目开始-- */
.ggnrlm1 {
	padding: 5px 5px 0 5px;
	float:left;
	width:160px
}
.ggnrlm2 {
	padding: 0 5px 0 5px;
	float:right;
	width:508px;
}
#rightpd14 {
	float:right;
	width:688px;
	height:auto;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
}
.dlm21 {
	color: #0C9CD8;
	padding-left: 40px;
	background-image: url(/Skin/lanse/dlm21.jpg);
}
/* --频道大栏目结束-- */




/* --留言板开始-- */
.lyb11 { width:900px; height:24px; background-color:#F9F; background-image:url(/Skin/lanse/lyb11.jpg);}
.lyb12 { color:#006633; background-color:#E8F5F8;border: 1px dashed #97d2df;}
.lyb13 { padding:5px;border: 1px solid #09F;}
.lyb14 { color:#FFF; height:30px; line-height:25%; background-color:#09F;}
.lyb15 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
}
.lyb16 { color:#FFF; background-color:#09F;}
.lyb17 { padding:5px; border: 1px solid #D2D3D9;}
.lyb18 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D3D9;
}
/* --留言板结束-- */

/* --公告开始-- */
.gonggao {padding:20px 10px 10px 10px;}
/* --公告结束-- */



/* --首页代码开始-- */
/* --第一大块开始-- */
#mainContent11 {
	overflow:auto;
	zoom:1;
	width: 900px;
	height:auto;
}
/* --下面是登陆区块样式-- */
#left10 {
	float:left;
	width:202px;
	height:auto;
	margin-right: 2px;
}
.left11 {
	float:left;
	width:200px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:236px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:236px; /*兼容ie6*/
	background-image:url(/Skin/lanse/dlbj.jpg);
    overflow:visible;
}
.shijian1 {
	height: 25px;
	padding-top:5px;
	text-align: center;
	background-image:url(/Skin/lanse/shijian1.jpg);

}
.left12 {
	float:left;
	width:200px;
	border: 1px solid #aee0fd;


	margin-bottom:5px;
    min-height:150px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:150px; /*兼容ie6*/
    overflow:visible;
}
.left14 {/* --首页博客和友情链接样式-- */
	float:left;
	width:200px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:234px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:234px; /*兼容ie6*/
    overflow:visible;
}
/* --下面中右区块样式-- */
#right10 {
	float:right;
	width:696px;
	height:auto;
	overflow:visible;
}
.right11 {
	float:right;
	width:696px;
	margin-bottom:5px;
    min-height:236px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:236px; /*兼容ie6*/
    overflow:visible;
}
.right12 {
	float:right;
	width:694px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:200px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:200px; /*兼容ie6*/
    overflow:visible;
}
#sidebar11 {
	float:left;
	width:420px;
	height:235px;
	border: 1px solid #aee0fd;
	margin-right: 2px;
}
* html #sidebar11{margin-right:-3px;}/*使用此方法解决ie 3像素bug可通过验证*/
#sidebar12 {
	height:235px;
	width: 270px;
	float: right;
	border: 1px solid #aee0fd;
}
.right13 {
	float:left;
	width:345px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:300px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:300px; /*兼容ie6*/
    overflow:visible;
}
.right14 {
	float:right;
	width:345px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:300px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:300px; /*兼容ie6*/
    overflow:visible;
}
/* --第一大块结束-- */

/* --第二大块开始-- */
#mainContent12 {
	overflow:auto;
	zoom:1;
	width: 898px;
	height:auto;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
}
/* --第二大块结束-- */

/* --第三大块开始-- */
#mainContent333 {
	overflow:auto;
	zoom:1;
	width: 900px;
	height:auto;
}
#left330 {
	float:left;
	width:202px;
	height:auto;
	margin-right: 2px;
}
.left13 {
	float:left;
	width:200px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:253px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:252px; /*兼容ie6*/
    overflow:visible;
}
#right330 {
	float:right;
	width:696px;
	height:auto;
	overflow:visible;
}
.right15 {
	float:left;
	width:345px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:229px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:234px; /*兼容ie6*/
    overflow:visible;
}
.right16 {
	float:right;
	width:345px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:229px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:234px; /*兼容ie6*/
    overflow:visible;
}
.rightsy21 {
	float:right;
	width:694px;
	border: 1px solid #aee0fd;
	margin-bottom:5px;
    min-height:252px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:252px; /*兼容ie6*/
    overflow:hidden;
}
/* --第三大块结束-- */

/* --首页代码结束-- */


/* --频道代码开始-- */
#leftpd {
	float:left;
	width:202px;
	height:auto;
	margin-right: 2px;
}
#rightpd {
	float:right;
	width:696px;
	height:auto;
	overflow:visible;
}
#left911 {
	float:left;
	width:200px;
	background-image:url(/Skin/lanse/bt21.jpg);
	margin-bottom:5px;
	min-height:200px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:200px; /*兼容ie6*/
    overflow:visible;
}

#rightpd11 {
	float:left;
	width:343px;
	border: 1px solid #aee0fd;
	margin-left: 2px;
	margin-bottom:5px;
	min-height:260px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:260px; /*兼容ie6*/
    overflow:visible;
}
#rightpd12 {
	float:right;
	width:688px;
	height:155px;
	border: 1px solid #aee0fd;
	margin-bottom:2px;

}
#sousuopd{ float:right; width:690px; height:30px;border-top: 1px solid #aee0fd;}

.bt911 {
	color: #0C9CD8;
	padding-left: 45px;
	background-image: url(/Skin/lanse/lanmu11.jpg);
	background-color:#0CF;
}
.bt912 {
	color: #0C9CD8;
	padding-left: 20px;
	background-image: url(/Skin/lanse/lanmu11.jpg);
	background-color:#0CF;
}
.bt951 {
	color: #446ea9;
	padding-left: 40px;
	background-image: url(/Skin/lanse/lanmu11.jpg);
	background-color:#0CF;
}
.bt961 {
	color: #446ea9;
	padding-left: 40px;
	background-image: url(/Skin/lanse/lyb11.jpg);
}
/* --频道首页结束-- */

