/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
* 自定义列表标签链接文字颜色定义 */
a.aaa{text-decoration: none;}
a.aaa:link {color: 000000;FONT-SIZE: 9pt;}
a.aaa:visited {color: 000000;FONT-SIZE: 9pt;}
a.aaa:hover{color: ff6600;FONT-SIZE: 9pt;}
a.aaa:active {color: 000000;FONT-SIZE: 9pt;}
.bbb /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
background:url(/Skin/tablebg.gif);height: 20;font-size:12px;color: #FF0000; background: 
}
.ccc /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
background:url(/Skin/blue/tablebg.gif);height: 20;font-size:11pt;color: #FF0000;}
/* 顶部频道文字链接的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: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background:url(/Skin/ocean/bg_all.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:770px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(/Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/Skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/Skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:url(images/tablebg.gif);height: 24;font-size:9pt;color: #000000;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:url(/Skin/tablebg.gif);height: 24;font-size:9pt;color: #000000;
}

　　/* --网页中部中栏的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{
background:url(/Skin/ocean/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(/Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bg.jpg);
	height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}





#page{ width:1000px; margin:0 auto; padding-top:5px; clear:both}
/*右边*/
#contact{ background:url(bgpage.gif) -60px -240px no-repeat; padding:40px 10px 10px 15px}
#contact .freetel{ font-size:25px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#F60; font-weight:bold; margin:5px; text-align:center}

/*其它公共部份*/
.more{ float:right; margin-right:5px; font-size:12px; color:#333; font-weight:normal}
.fl{ float:left}
.fr{ float:right}
img{ border:0px}
.pic{ border:1px #CCC solid; padding:1px}
.bar_01{ background:url(bgpage.gif) -72px -30px; height:25px; line-height:25px; font-weight:bold; color: #060; padding-left:30px}
.bar_02{ height:30px; line-height:30px; border-bottom:#c6c6c6 1px dotted; margin:5px; font-size:15px; font-weight:bold; background:url(bgpage.gif) -490px 5px no-repeat; padding-left:30px}
.bar_03{ margin:5px; background:url(home_bar02.gif); font-size:15px; color: #fff; font-weight:bold; height:23px; line-height:23px; padding-left:30px}
.bar_04{background:url(bar_01_bg.gif) repeat-x; height:27px; line-height:27px; margin:0px 2px; text-align:center; font-size:14px; font-weight:bold; color:#FFF}
.bar_05{ font-size:14px; color:#090; font-weight:bold; border-bottom:5px #e7e7e7 solid; margin:5px; padding:5px}
#list_01{}
#list_01 ul{ margin:8px}
#list_01 li{ background:url(bgpage.gif) -40px 0px no-repeat; padding-left:20px; line-height:23px}

#list_02{}
#list_02 ul{ list-style:none; margin:10px}
#list_02 li{ height:20px; line-height:20px}


#list_04{}
#list_04 ul{ list-style:none; margin:10px}
#list_04 li{color:#999; clear:both; line-height:20px; border-bottom:1px dotted #CCC; height:45px; padding:10px 10px 10px 5px}
#list_04 img{ float:left; border:1px #99999b solid; margin-right:5px; width:50px}
#list_04 .title{ float:left; font-weight:bold; border-bottom:1px #CCC solid; width:150px; color:#000}
#list_04 .content{ float:left; width:150px; line-height:24px}
#list_05{}
#list_05 ul{ list-style:none; margin:10px}
#list_05 li{ line-height:20px; background:url(bgpage.gif) -510px -90px no-repeat; padding-left:15px; font-size:13px}
/*公共部份结束*/

/*内页开始*/
.show_page{ margin:5px; border:1px dashed #CCC; padding:5px; background:#EDF3FE; clear:both}
.mainpage{ margin:0 auto; width:1000px;  padding-top:5px; background:#FFF}
.page_right{ width:294px; float:right; border:1px #CCC solid; border-top:none;overflow:hidden}
.page_left{ width:690px; float:left; border:#e7e7e7 1px solid; background: #F4FEF1; min-height:1500px;    /*高度最小值设置为：100px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:1500px; /*兼容ie6*/
    overflow:visible;
}
#page_ad{ text-align:center; margin:5px; clear:both}
.position{ clear:both; padding:5px; border-top:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid; height:22px; line-height:22px}
.sitename{ color:#C30; font-weight:bold; font-size:14px;font-family: "幼圆"}
.siteurl { color:#CCC; font-family:Verdana, Geneva, sans-serif}
#main_content{margin:15px 5px;}
#main_content h1{ float:left; width:560px; text-align:center; font-size:16px; color:#1718fe}
#main_content h3{ float:left; clear:right; width:100%;}
#main_content .price{ color:#F60; font-weight:bold; font-size:14px}
#main_content .buton{ text-align:center; margin:20px}
#main_content .info{ border-bottom:2px #cddfe9 solid;border-top:2px #cddfe9 solid; padding:10px 30px; line-height:25px}
#main_content .info td{ border-bottom:1px dashed #ccc}
#main_content .bar{ text-align:center;font-size:16px; color:#0958a7; font-weight:bold; font-family:"幼圆"; margin:10px}
#main_content .linedest{ border:1px solid #e7e7e7; background:#fffef7; padding:10px; margin-bottom:10px}


#main_content h3{ text-align:center}
#main_content .articleinfo{ text-align:center; background: #EFEFEF; padding:5px; margin:5px}
#main_content .content{ font-size:14px; line-height:24px; margin:10px; color:#333}
#main_content .content img{margin:10px;}
#main_content .editor{ text-align:right}

.hotel_content_img img{ margin:3px !important}
.hotel_content_img{ font-size:12px; float:left; margin-right:20px}


#classbrief{ padding:5px; font-size:14px; color:#333333; clear:both; width:98.5%; background:url(dest_bg.jpg) bottom; padding-bottom:15px; line-height:25px}
#classbrief img{ margin:10px; width:200px;padding:2px;	border:1px solid #DEDEDE;background:#FFFFFF;}
#classbrief h3{ font-size:16px; color:#FF6633; padding-left:15px; text-decoration:underline}
#classbrief b{text-decoration:underline; background:url(hotlineicon.gif) no-repeat; padding-left:15px}

#classinfopiclist .pic1{
	padding:2px;
	border:1px solid #DEDEDE;
	background:#FFFFFF; margin:10px}
#pages{}

#classlist{ margin:5px}
#classlist .bar{ background:url(bar_01bg.gif); height:25px; padding-left:20px; font-size:14px; font-weight:bold; line-height:25px }

#right_box{ margin-top:5px; clear:both}
#right_box .title{ background:url(right_bar_bg.jpg); height:25px; line-height:25px}
#right_box .fl{ background:url(icon5.jpg) no-repeat -0px 8px; padding-left:15px; margin-left:10px; color:#FFF; font-weight:bold; height:25px; line-height:25px; float:left}
#right_box .content{ padding:10px; font-size:14px; line-height:21px; color:#333}
#right_box .content ul{ list-style:url(icon03.gif); margin:0px 0px 0px 25px}
#right_box .content li{ line-height:22px; height:22px}
#right_box .infotitle{ float:left}
#right_box .price{ color:#F00; float:right; text-align:left}
.sideclasslist{}
.sideclasslist ul{ margin:5px}
.sideclasslist li{ float:left; margin-right:10px; background:url(icon02.gif) no-repeat 0px 2px; padding-left:18px; line-height:23px;white-space:nowrap; font-size:14px; font-weight:bold; font-family: "幼圆"}

.meetingclasslist{}
.meetingclasslist ul{ margin:5px}
.meetingclasslist li{ float:left; margin-right:10px; background:url(icon02.gif) no-repeat 0px 2px; padding-left:18px; line-height:23px;white-space:nowrap; font-size:12px; }


.linelistbar{ background:url(linelistbar_bg.jpg); width:625px; height:30px; margin-top:5px; line-height:30px; padding-left:20px; font-size:14px; font-weight:bold; clear:both}
#line_content td{ font-size:14px !important; padding:5px; line-height:25px}
#line_content font{ font-size:14px !important;}
#line_content table{borderColor:#000000 !important;}

#dayimg img{ width:100px; height:80px}
#tourlist{ clear:both}
#tourlist img{ width:80px; height:60px; float: left;padding:2px;
	border:1px solid #DEDEDE;
	background:#FFFFFF; margin:5px 5px 5px 5px; }
#tourlist .pic2{ width:21px; height:21px; margin:0px; margin:0px; border:0px}
#tourlist ul{ list-style:none; margin:15px}
#tourlist li{ line-height:28px; border-bottom:1px #B4F9A8 dashed; font-size:14px; height:80px}
#tourlist .linetitle{ float:left; cursor: hand; font-weight:bold}
#tourlist .linetitle a:link{ color:#030}
#tourlist .linetitle a:visited{ color:#030}
#tourlist .price{float:right; color:#Ff0100; font-weight:bold; font-size:13px; font-family: Verdana, Geneva, sans-serif}
#tourlist .linedest{ color: #06C; font-size:12px; float:left;}
#tourlist span.yd{width:45px; float:right}
#tourlist span.yd a{display:block; height:16px; width:35px; overflow:hidden; text-indent:-200px;background:url(yd.gif) no-repeat}
#tourlist span.yd a:hover{background:url(yd1.gif) no-repeat}


#stafflist{ clear:both}
#stafflist img{ float: left;padding:2px;
	border:1px solid #DEDEDE;
	background:#FFFFFF; margin:5px 5px 5px 5px; width:120px; height:160px}
#stafflist ul{ list-style:none; margin:15px}
#stafflist li{ line-height:28px; border-bottom:1px #B4F9A8 dashed; font-size:14px; height:200px}
#stafflist .linetitle{ float:left; cursor: hand; font-weight:bold}
#stafflist .linetitle a:link{ color:#030}
#stafflist .linetitle a:visited{ color:#030}
#stafflist .linedest{ color: #06C; font-size:12px; float:left;}


#pageclasslist{}
#pageclasslist .classtitle{ background: url(linelistbar_bg.jpg) no-repeat; height:30px; clear:both; line-height:30px; padding:0px 10px}
#pageclasslist .classinfolist{ float:left; width:450px}
#pageclasslist .classinfolist ul{ margin:10px; list-style:none}
#pageclasslist .classinfolist li{ height:23px; line-height:23px}
#pageclasslist .infotitle{ float:left; font-size:15px; color:#006}
#pageclasslist .infotitle a:link{ font-size:15px;}
#pageclasslist .infotitle a:visited{ font-size:15px;}
#pageclasslist .price{ color: #F30;  font-size:12px; font-family: Verdana, Geneva, sans-serif; margin-left:20px}
#pageclasslist .classpic{ float:right; width:150px}
#pageclasslist .classpic img{ border:1px #EBEBEB; padding:3px; margin-bottom:5px}

#pageclasslist_img{ float:left; width:180px; height:170px; text-align:center;filter:progid:DXImageTransform.Microsoft.Shadow (Color=#666666,Direction=150,strength=4); background:#fff; margin:5px}
#pageclasslist_img img{ border:1px #CCC solid; padding:3px; width:170px; height:130px; margin:5px}

#classinfoendlist{ float:left; width:100%}
#classinfoendlist ul{ list-style:url(icon02.gif); margin:20px}
#classinfoendlist li{  height:23px; line-height:23px; border-bottom:1px #CCC dashed}
#classinfoendlist li .infotitle{ float:left}
#classinfoendlist li .date{ float:right}

/*内页结束*/
/*栏目页开始*/
.pic1{padding:2px;
	border:1px solid #DEDEDE;
	background:#FFFFFF; margin:5px 5px 5px 5px; width:140px; height:90px}
#hotellist{ clear:both; margin:5px;}
#hotellist h3{ font-size:14px; line-height:28px}
#hotellist .pic1{
	padding:2px;
	border:1px solid #DEDEDE;
	background:#FFFFFF; margin:5px 5px 5px 5px; width:120px; height:80px}
#hotellist_title{ clear:both; height:28px; line-height:28px; background:url(linelistbar_bg.jpg); padding:0px 10px }
/*栏目页结束*/

#about_menulist{}
#about_menulist ul{ list-style:none; margin:0px}
#about_menulist li{margin:5px 0px; padding:5px; background:url(about_listbg.gif) no-repeat; font-size:14px; font-weight:bold; padding-left:40px}
#about_menulist li a:link{color:#FFFFFF; }
#about_menulist li a:visited{color:#FFFFFF; }

#travel_menulist{ width:240px}
#travel_menulist ul{ list-style:none; margin:0px}
#travel_menulist li{margin:5px 0px; padding:5px; background: url(next2.gif) no-repeat  center left; font-size:14px; font-weight:bold; padding-left:20px; float:left;}
#travel_menulist li a:link{color: #039; }
#travel_menulist li a:visited{color:#039; }



.h_left{ float:left; width:320px;}
.h_mid{ float:left; width:400px; margin-left:10px}
.h_right{ float:right; width:260px; border:1px #8d8d8d solid; border-top:0px}

#h_travel_tools{}
#h_travel_tools ul{ margin:5px; padding:0px; list-style:none}
#h_travel_tools li{ float:left; width:63px; margin:2px 3px; background:url(h_tools_bg.gif) no-repeat; height:26px; line-height:26px; padding-left:7px}
#h_destlist{ height:264px; width:315px; background:url(h_dest_bg.gif) no-repeat; clear:both; margin-top:5px}
#h_destlist ul{ margin:0px; padding:0px 12px; list-style:none}
#h_destlist h1{ font-size:14px; color: #336; float:left; font-weight:bold; margin-left:30px; clear:both; margin-top:10px}
#h_destlist li{ clear:both; line-height:22px; margin:5px;}
#h_destlist b{ color:#019fdc; text-decoration:underline; font-size:14px}
#h_bar_01{ clear:both; width:100%; background: url(h_bar_01.gif);height:28px; line-height:28px }
#h_bar_01 .fl{ font-size:14px; font-weight:bold; color:#FFF; margin-left:17px}
#h_tourlist{}
#h_tourlist ul{margin:10px 15px; list-style: none}
#h_tourlist li{ background:url(list_icon01.gif) no-repeat; padding-left:10px; line-height:22px}
#h_tourlist .l_title{ float:left}
#h_tourlist .price{ float:right; color:#F00; font-weight: bold}

#h_list_01{}
#h_list_01 ul{ list-style:none; margin:0px; padding:0px}
#main-r2 ul{ margin:5px; padding:0px; list-style:none;}
#main-r2 li{ float:left; width:63px; margin:2px 3px; height:26px; line-height:26px; padding-left:7px; }
#main_bar02{ clear:both; width:405px; background:url(main_r3.gif);height:28px; line-height:28px; 
             background-repeat:no-repeat;
			
			   }
.h_foot_help{ border:#C4F0FF 1px solid;}
.h_foot_help li{ float:left; width:24%}
.h_foot_help b{ font-size:14px; margin-left:20px;}
#main_bar03{ float:left;  margin-top:27px; margin-left:8px; width:58px;}.tw11{width:230px;margin-left:auto;margin-right:auto;padding-top:10px;}
#hdnr1{ color: #4F4F4F}
#hdnr2{display:none;}
#hdnr3{ color: #4F4F4F}
#hdnr4{display:none;}
#hdnr5{ color: #4F4F4F}
#hdnr6{display:none;}

/***** 全局设置 *****/
ul{margin:0;padding:0;list-style:none;}



.mg_t10{ margin-top:10px;}

/***** 头部 *****/
#list{ width:100%; background:url(list.gif) repeat-x 0 -70px; height:24px; line-height:24px; overflow:hidden; }
#list .list{ width:950px;margin:0 auto;}
#list .list .login{ float:left;}
#list .list .login_rht{ float:right;}


#top{ width:1000px; height:70px;}
#logo{ margin:10px auto; margin-bottom:0px; text-align:center;}


/***** menu *****/
#menu{ clear:both; float:left; width:1000px; background:url(menu_v3.gif~080819.gif) repeat-x 0 -152px; height:33px; line-height:33px; overflow:hidden;}
#menu .fst{ width:5px; float:left; height:33px; overflow:hidden; background:url(menu_v3.gif~080819.gif) no-repeat -10px -46px;}
#menu .lst{ width:5px; float:right; height:33px; overflow:hidden; background:url(menu_v3.gif~080819.gif) no-repeat -15px -46px;}
#menu ul{ padding-left:24px;}
#menu li{ float:left; background:url(menu_v3.gif~080819.gif) right -46px no-repeat;}
#menu li span{ float:left; line-height:33px; padding:0 10px; height:33px; color:#FFFFFF; font-weight:bold;}
#menu li span a{ color:#FFFFFF;}
#menu .nav_on{background:url(menu_v3.gif~080819.gif) no-repeat left -86px; font-size:14px; margin-right:6px; margin-left:-2px; display:inline;}
#menu .nav_on span{background:url(menu_v3.gif~080819.gif) no-repeat right -119px; display:block; padding-top:2px;}

#menu .nav_on a:link,#menu .nav_on a:visited{text-decoration:none;color:#333;}
#menu .nav_on a:hover{text-decoration:underline;color:#f60;}
#menu #nav_lxs{ background:none;}
#menu #nav_lxs a{ color:#FFFF00;}

.back{position:relative;z-index:1; width:950px;}
.hot{ position:absolute; right:185px; top:66px;}/*FF环境 */
*html .hot{ top:4px;} /*IE6环境 */
*+html .hot{ top:4px;}  /*IE7环境  */


/*顶部翻牌广告  */
.adBlk{clear:both;height:87px;width:640px;margin:0 auto;}
.adBlk .adLeft{float:left;display:inline;margin-right:9px;width:320px;height:82px;background:url(http://i1.sinaimg.cn/travel/deco/2009/0831/tonglantu/travel_zty_001.gif) no-repeat 0 0;}
.adBlk .adLeft .imgBlk{float:left;display:inline;margin:22px 0 0 16px;width:126px;height:65px;}
.adBlk .adLeft .imgBlk img{width:121px;height:51px;border:1px solid #d3d3d3;}
.adBlk .adLeft .txtBlk{float:left;display:inline;margin-top:12px;width:173px;height:69px;line-height:23px;overflow:hidden;color:#000;}
.adBlk .adLeft .txtBlk a:link,.adBlk .adLeft .txtBlk a:visited{color:#000;text-decoration:underline;}
.adBlk .adLeft .txtBlk a:hover,.adBlk .adLeft .txtBlk a:active{color:#f00;text-decoration:underline;}
.adBlk .adRight{float:left;display:inline;margin-top:0px;padding-left:102px;width:519px;height:80px;background:url(http://i1.sinaimg.cn/travel/deco/2009/0831/tonglantu/travel_zty_001.gif) no-repeat 0 -87px;}

/*顶部翻牌广告  */

/*-------------线路报价----------------*/
.route_price_list {
	background-color:#BFE0B1;
	font-weight:bold;
	margin-top:5px
}
.route_price_list td {
	background-color:#FFFFFF;
	text-align:center;
}
.route_price_list th {
	background-color:#E9FFDF;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.route_price_lable {
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
.route_price {
	color:#FF4500;
	font-weight:bold;
}

.route_book_btn {
	margin-left:20px;
}
.route_price_say {
	width:100%;
	font-size:12px;
	color:#333333;
	text-align:left;
	word-break:break-all;
	overflow:hidden;
}


/*酒店内页滚动图*/
.roll{}
.piclist li{ float:left;padding:20px 15px 20px 0;}
.piclist li img{width:150px;height:100px;padding:2px; border:1px solid #e8e8e8}
.blk_18 {overflow:hidden;zoom:1;width:460px;margin:0 auto;}
.blk_18 .pcont {width:395px;float:left;overflow:hidden;}
.blk_18 .ScrCont {width:32766px;zoom:1;}
.blk_18 #List1_1, .blk_18 #List2_1 {float:left;}
.blk_18 .LeftBotton, .blk_18 .RightBotton {width:25px;height:100px;float:left;background:url(imgbtn.gif) no-repeat;margin-top:32px}
.blk_18 .LeftBotton {background-position: -52px 0;margin:35px 5px 0 3px;}
.blk_18 .LeftBotton:hover{background-position: 0 0;}
.blk_18 .RightBotton {background-position: -130px 0;margin:35px 1px 10px 5px;}
.blk_18 .RightBotton:hover {background-position: -78px 0;}


/* 侧栏通用 */

.r_bar01{ background:url(bar_01_bg.gif) repeat-x; height:27px; line-height:27px; margin:0px 2px; text-align:center; font-size:14px; font-weight:bold; color:#FFF}

.r_list01{}
.r_list01 ul{ margin:5px 15px; padding:0px; list-style:none}
.r_list01 li{ background: url(list_icon03.gif) no-repeat; line-height:22px; padding-left:10px; clear:both;width:98% }
hr{ margin:0px; padding:0px; border-bottom:1px dotted #06C; height:0px; clear:both; width:95%; text-align:center}
.r_col3{ width:100%}
.r_col3 ul{ list-style:none; margin:5px; margin-left:10px; padding-bottom:10px}
.r_col3 li{ float:left; width:70px; background:url(list_icon04.gif) no-repeat; margin:10px 0px; padding-left:10px; text-align:left; letter-spacing:-1px}
.r_bar02{background:url(bar_02_bg.gif) 0 -127px repeat-x;margin-left:2px;margin-right:2px;height:27px;line-height:27px;margin-top:6px;overflow:hidden;}

.r_bar02 ul{ margin:0px; padding:0px;padding-left:7px;margin-top:3px; clear:both}
.r_bar02 li{float:left;height:25px;overflow:hidden;line-height:25px;padding-left:15px;padding-right:15px;margin-right:1px;}
.r_bar02 li h3{font-size:14px; padding:0px; margin:0px}
.r_bar02 li h3 a{color:#fff;text-decoration:none;}
.r_bar02 li.now{background:url(http://www.lotour.com/img/lotourbg4.gif) 0 -154px repeat-x;}
.r_bar02 li.now h3 a{color:#2F6AC8;text-decoration:none;}

#home_class{ }
#home_class .title{ background:url(bgpage.gif) -1px -73px; height:21px; line-height:21px; width:60px; font-size:14px; color:#039; font-weight:bold; text-align: center}
#home_class b{ color:#F60; font-size:14px}
#home_class .list{ padding:10px; line-height:22px; background:url(home_class_bg.gif) bottom no-repeat}

.h_f_list{ margin:10px; clear:both; border-bottom:2px #E1E1E1 solid; }
.h_f_list ul{ list-style:none; clear:both;padding-bottom:10px}
.h_f_list li{ float: left; margin:3px 5px;white-space: nowrap}

.friend_linkpage{ clear:both}
.friend_linkpage li{ float:left; width:150px; line-height:30px; margin:5px; background: #D6E8FA; border:1px #F90 #666; text-align:center}



#list_03{}
#list_03 ul{ list-style:none; margin:5px}
#list_03 li{color:#999; clear:both; margin-bottom:15px; line-height:20px; height:50px}
#list_03 img{ float:left; border:1px #99999b solid; margin-right:10px; width:80px; height:50px}
#list_03 .title{ float:left; font-weight:bold; border-bottom:1px #CCC solid; width:140px; color:#000; clear: right}
#list_03 .content{ float:left;}


.h_destlist1{padding-left:100px; line-height:20px; margin-top:3px}
*+html .h_destlist1{ margin-left:100px;}


.h_destlist1 ul{ list-style:none; margin:0px; padding:0px}
.h_destlist1 li{ margin:0px; padding:0px}
.h_destlist1 a:link{ color:#FFF}
.h_destlist1 a:visited{ color: #F60}


.indexxxk_off{ background-image:url(images/ynkmglcn_index_070.jpg)}
.indexxxk_off a{display:block; width:145px; height:22px; line-height:22px;}
.indexxxk_off a:link{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_off a:visited{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_off a:hover{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_off a:active{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_on{background-image:url(images/ynkmglcn_index_068.jpg);}
.indexxxk_on a{display:block; width:145px; height:22px; line-height:22px;}
.indexxxk_on a:link{ font-weight:bold; color:#FFFFFF;text-decoration:none;}
.indexxxk_on a:visited{ font-weight:bold; color:#FFFFFF;text-decoration:none;}
.indexxxk_on a:hover{ font-weight:bold; color:#FFFFFF;text-decoration:none;}
.indexxxk_on a:active{ font-weight:bold; color:#FFFFFF;text-decoration:none;}


.indexxxk_off{ background-image:url(images/ynkmglcn_index_070.jpg)}
.indexxxk_off a{display:block; width:145px; height:22px; line-height:22px;}
.indexxxk_off a:link{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_off a:visited{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_off a:hover{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_off a:active{ font-weight:bold; color:#1665BA; text-decoration:none;}
.indexxxk_on{background-image:url(images/ynkmglcn_index_068.jpg);}
.indexxxk_on a{display:block; width:145px; height:22px; line-height:22px;}
.indexxxk_on a:link{ font-weight:bold; color:#FFFFFF;text-decoration:none;}
.indexxxk_on a:visited{ font-weight:bold; color:#FFFFFF;text-decoration:none;}
.indexxxk_on a:hover{ font-weight:bold; color:#FFFFFF;text-decoration:none;}
.indexxxk_on a:active{ font-weight:bold; color:#FFFFFF;text-decoration:none;}


.indexxxk_off1{ background-image:url(ynkmglcn_index_133.jpg)}
.indexxxk_off1 a{display:block; width:92px; height:33px; line-height:33px;}
.indexxxk_off1 a:link{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_off1 a:visited{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_off1 a:hover{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_off1 a:active{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_on1{background-image:url(ynkmglcn_index_137.jpg);}
.indexxxk_on1 a{display:block; width:92px; height:33px; line-height:33px;}
.indexxxk_on1 a:link{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}
.indexxxk_on1 a:visited{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}
.indexxxk_on1 a:hover{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}
.indexxxk_on1 a:active{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}


.indexxxk_off2{ background-image:url(ynkmglcn_index_133.jpg)}
.indexxxk_off2 a{display:block; width:92px; height:33px; line-height:33px;}
.indexxxk_off2 a:link{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_off2 a:visited{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_off2 a:hover{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_off2 a:active{ font-size:14px; font-weight:bold; color:#0183FF; text-decoration:none;}
.indexxxk_on2{background-image:url(ynkmglcn_index_137.jpg);}
.indexxxk_on2 a{display:block; width:92px; height:33px; line-height:33px;}
.indexxxk_on2 a:link{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}
.indexxxk_on2 a:visited{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}
.indexxxk_on2 a:hover{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}
.indexxxk_on2 a:active{ font-size:14px; font-weight:bold; color:#0183FF;text-decoration:none;}

#lvyouhotel_pic li {width:33%; float: left; margin-top:5px;}

.pic_art_img{ float:left}
.pic_art_title{ float:left; font-size:14px; font-weight:bold; color:#F60; width:450px; margin:5px}
.pic_art_content{ float:left; margin:5px; width:440px}
.pic_art_title a:link{ color:#F60}
.pic_art_title a:visited{ color:#F60}

#lvyouhotel_pic .pic1{ width:101px; height:70px}

.bbs_list{ clear:both}
.bbs_list ul{ margin:5px 10px; padding:0px; list-style:none}
.bbs_list li{ background: url(list_icon03.gif) no-repeat 0px 8px; line-height:35px; padding-left:10px; width:220px; float:left}
.h_pic1 img{ width:100px; height:70px}



