/* CSS Document */

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{COLOR: #ff0000;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
.Channel2,.Channel{display:block;width:55px;height:30px;text-align:center;line-height:30px;float:left;margin-right:0px;};
a.Channel:link {color: #ffffff;}
a.Channel:visited {color: #ff0000;}
a.Channel:hover{color: #333333;}
a.Channel:active {color: #333333;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
color:#ffffff;font-size:12px;};
a.Channel2:link {color: #ffffff;}
a.Channel2:visited {color: #ffffff;}
a.Channel2:hover{color: #ff0000;}
a.Channel2:active {color: #ffffff;}
a.Channel2:active {color: #ffffff;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶相同 class='Bottom' ***>***</a> */
a.Bottom:link {color: #FFFFFF;}
a.Bottom:visited {color: #FFFFFF;}
a.Bottom:hover{COLOR: #000000;}
a.Bottom:active {color: #FFCC00;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #333333;}
a.Class:visited {color: #333333;}
a.Class:hover{COLOR: #FF6600;}
a.Class:active {color: #333333;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
	FONT-SIZE: 9pt;
	background:#5A0101;
	background:#DBC397;
	background-position: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
/* -----单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等----- */
TD
{
    FONT-FAMILY:"宋体";FONT-SIZE: 9pt;line-height: 150%; 
}
/* -----文本框的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定义----- */
.pic1
{
    border: 1px double #9F7343;
}
.pic2
{
    border: 1px double #9F7343;
}
.pic3
{
    border: 1px double #9F7343;
}
/* -----站内链接文字颜色定义----- */

/* -----顶部用户登录文字链接的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 #A9C9E2;width: 98%;
}
.Comment_title /* 标题背景颜色定义(760) */
{
    background:#F5FAFE;color: #000000;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: #FF6600;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
    color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
    color: #FF6600;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
    color: red;
}
/* ========================简短标题文字的CSS定义开始======================== */

/* ========================top.asp顶部的CSS定义开始======================== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
	width: 920;
	background:#ffffff;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
	background:url(/Skin/RongHuaCSS/Top_Channel_bg.gif);
	height: 59px;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
    background:url(/Skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top1_Announce /* 公告表格背景、文字颜色定义 */
{
text-align:
	font-size: 12px;
	text-decoration: none;
}
a.Announce:link {color: #ffffff;}
a.Announce:visited {color: #ffffff;}
a.Announce:hover{COLOR: #ffffff;}
a.Announce:active {color: #ffffff;}

}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
	width: 920;
	background:#FFFFFF;
	border-right: none;
	border-left: none;
	height: 30;
	border-top-style: none;
	border-bottom-style: none;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
    color: #FFFFFF
}


.xiahuaxian {
	text-decoration: underline;
}

/* ========================top.asp顶部的CSS定义结束======================== */

/* ========================网页中部中的CSS定义开始======================== */

.center_table /* 中部表格总背景颜色定义 */
{
	width: 920px;
	background:#ebebea;
}
.center_tdbgall /* 中部表格总背景颜色定义 */
{
	background:#ebebea;
	border-right: none;
	border-left: none;
	width: 920px;
	border-top-style: none;
	border-bottom-style: none;
}

.center_5px /* 网页中部5象素分割始== */
{
	width: 5px;
	background-color: #ebebea;
}


　　/* ----------网页中部右栏的CSS定义开始---------- */

.right_tdbgall /* 中部右栏单元格总背景颜色定义 */
{
    width: 250px;
}
.right_tdtable /* 右栏信息模块表格总背景颜色定义 */
{
    width: 250px;
}
.right_title /* 右栏信息模块标题单元格背景、文字颜色定义 */
{
	background:url(/Skin/RongHua/right_title.gif);
	height: 28px;
	font-weight:bold;
	font-size: 12px; 
	color: #593C20;
	padding-top: 3px;
	padding-left:25px;
	letter-spacing: 2px;
}
.right_title2 /* 右栏信息模块标题单元格背景、文字颜色定义2 */
{
	background:url(/Skin/RongHuaCSS/all_lm_bg_2.gif);
	color: #FFFFFF;
	text-indent: 32px;
	height: 32px;
	padding-top: 3px;
	letter-spacing: 2px;
}
.right_tdbg /* 右栏信息模块内容单元格背景、文字颜色定义 */
{
    background:url(/Skin/RongHua/right_tdbg.gif);
    line-height: 150%;padding-left:4;padding-right:4;
}
.right_tdbg1 /* 右栏信息模块内容单元格背景、文字颜色定义 */
{
    background:url(/Skin/RongHuaCSS/RongHua_Left_bg.gif);
    line-height: 150%;padding-left:4;padding-right:4;
}
.right_tdbg2 /* 右栏信息模块内容单元格背景、文字颜色定义 */
{
    background:url(/Skin/RongHuaCSS/RongHua_Left_Bottom.gif);
    height: 10px;
    line-height: 150%;padding-left:4;padding-right:4;
}
.right_bottombg /* 右栏信息模块底部单元格背景、文字颜色定义 */
{
    background:url(/Skin/RongHua/right_bottombg.gif);
    height: 25px;
}
　　/* ----------网页中部右栏的CSS定义结束---------- */

　　/* ----------网页中部左栏的CSS定义开始---------- */

.left_tdbgall /* 中部左栏单元格总背景颜色定义 */
{
	background:#ebebea;
	width: 685px;
}
.left_tdtable /* 左栏信息模块表格总背景颜色定义 */
{
	background:#ebebea;
    width: 685px;
}
.left_title /* 左栏信息模块栏标题单元格背景、文字颜色定义 */
{
	background:url(/Skin/RongHua/left_title.gif);
	font-weight:bold;
	font-size: 14px; 
	color: #993333;
	text-indent: 15px;
	height: 43px;
	padding-top: 3px;
}

.left_title2 /* 左栏信息模块栏标题单元格、有字母间距栏标题表格背景、文字颜色定义1 */
{
	background:#EBEBEB;
	font-weight:bold;
	font-size: 14px; 
	color: #993333;
	text-indent: 15px;
	height: 43px;
	padding-top: 3px;
}
.left_title3 /* 左栏信息模块栏标题单元格、有字母间距栏标题表格背景、文字颜色定义2 */
{
	background:#EBEBEB;
	font-family: 隶书; 
	font-size: 20px; 
	color: #553C00;
	text-indent: 30px;
	height: 34px;
	padding-bottom: 3px;
	letter-spacing: 2px;
}
.left_tdbg /* 左栏信息模块内容单元格总背景颜色定义 */
{
    background:#FEFBF5;
    border-left: 1px solid #A2651A; 
    border-right: 1px solid #A2651A;
    line-height: 150%;
    padding-left:5px;
    padding-right:5px;    
}
.left_tdbg2 /* 左栏信息模块内容单元格总背景颜色定义 */
{
    background:#EBEBEB;
    border-left: 1px solid #EBEBEB; 
    border-right: 1px solid #EBEBEB;
    line-height: 150%;
    padding-left:5px;
    padding-right:5px;    
}
.left_bottombg /* 左栏信息模块底部单元格总背景颜色定义 */
{
    background:url(/Skin/RongHua/left_bottombg.gif);
    height: 12px;
}
.left_bottombg2 /* 左栏信息模块底部单元格总背景颜色定义 */
{
    background:url(/Skin/RongHua/left_bottombg2.gif);
    height: 12px;
}
　　/* ----------网页中部左栏的CSS定义结束---------- */

    /* ----------网页中部通栏页面的CSS定义开始---------- */
.deep_tdtable /* 左栏信息模块表格总背景颜色定义 */
{
	background:#ebebea;
    width: 940px;
}
.deep_title /* 左栏信息模块栏标题单元格背景、文字颜色定义 */
{
	background:url(/Skin/RongHua/deep_title.gif);
	font-weight:bold;
	font-size: 14px; 
	color: #333333;
	text-indent: 15px;
	height: 45px;
	padding-top: 3px;
}    
.deep_tdbg /* 左栏信息模块内容单元格总背景颜色定义 */
{
    background:#ebebea;
    border-left: 1px solid #ebebea; 
    border-right: 1px solid #ebebea;
    line-height: 150%;
    padding-left:10px;
    padding-right:10px;    
}
.deep_bottombg /* 左栏信息模块底部单元格总背景颜色定义 */
{
    background:url(/Skin/RongHua/deep_bottombg.gif);
    height: 14px;
}   
    /* ----------网页中部通栏页面的CSS定义结束---------- */

　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{

}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:url(/Skin/blue/main_announce.gif);
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:#f7f7f7;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 333333;background:url(/Skin/RongHuaCSS/fy_dhtp.gif);height: 28;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
	background:url(/Skin/RongHuaCSS/fy_dhtp.gif);
	color: 333333;
	height: 28;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ebebea;
height: 22;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#ebebea;
height: 22;
}
　　/* ========================网页中部中栏的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/blue/main_title_760.gif);padding-left:5;height: 25;color: 037FA8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
padding: 8;
}
.ShowClassbt        
{ 
font-size: 14px; 
color: #003399 
}
/* 文章列表标题的css定义 */
a.listbbt{text-decoration: blink;}
a.listbbt:link {color: #075982;FONT-SIZE: 14px;font-weight: bold;}
a.listbbt:visited {color: #6d6d6d;FONT-SIZE: 14px;font-weight: bold;}
a.listbbt:hover{color: #0D9BDF;FONT-SIZE: 14px;font-weight: bold;}
a.listbbt:active {color: #6d6d6d;FONT-SIZE: 14px;font-weight: bold;}
　　/* --文章显示页的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;} 


.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
    background:url(/Skin/blue/main_title_760.gif);border: 1px solid #D2D3D9;padding-left:5;height: 29;color: ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
    border: 1px solid #D2D3D9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
    border: 1px solid #A37821;
}
.Guest_title /* 标题背景颜色定义(760) */
{
    background:#A37821;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: #A37821;
}
　　/* ========================留言频道CSS定义结束======================== */

　　/* ========================商城的CSS定义开始======================== */

.Shop_border /* 蓝色表格边框背景颜色定义(760) */
{
    border: 1px solid #A37821;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
    border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{
    background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
    background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
    background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
    background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
    background:#E1F4EE;line-height: 120%;
}

　　/* ========================商城的CSS定义结束======================== */

    /* ========================网页中部中的CSS定义结束======================== */

    /* ========================Bottom.asp网站底部的CSS定义开始======================== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
	width: 920px;
	background:#DBC397;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
	background:#757575 url(/Skin/RongHuaCSS/Bottom_Adminlogo.gif);
	height: 10px;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
    background:#ffffff;color:#333333;
}
   /* ========================Bottom.asp网站底部的的CSS定义结束======================== */

   /* ========================自选风格中的CSS定义开始======================== */
.menu
{
    background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
    background-color: #ffffff;
}

   /* ========================自选风格中的CSS定义结束======================== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
    color: red;
}
/* ========================评论显示页的CSS定义开始======================== */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
    color: green;
}
/* ========================评论显示页CSS定义结束======================== */

   /* ========================用户控制css定义开始======================== */
.user_left /*左区块定义*/
{
    background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
    border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse: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(images/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:#A37821;color: #ffffff;font-weight: normal;
}
.border
{
    border: 1px solid #A37821;
}
.tdbg
{
    background:#FEFBF5;line-height: 100%;
}
.tdbgmouseover{
    background:#bfdfff;line-height: 120%;
}
.tdbg2
{
    background:#e0eef5;line-height: 120%;
}
.tdbg5
{
    background:#e0eef5;line-height: 120%;
}
.button1
{
    width:90px;
}
.show_page {
    text-align: center;
}
/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#A37821;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#A37821;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;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
}
#top{
	float:left;
	width:100%;	
	background-color:#EC1B30;	
	height:47px;	
	}
#topleft{
	float:left;
	width:30%;	
	margin-bottom:-4px;
	}
#topright{
	float:right;
	font-size:12px;
	padding:4px 5px 0px 5px;	
	color:#FFF;
	text-align:left;
	}
#menu{
	float:right;
	text-align:left;
	margin:4px 10px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	}	
.menu-text{
	color:#ffffff;
	}
a.menu-text:visited {
	color:#FFFFFF;
	}	
a.menu-text:hover {
	color:#000;	
	}	
/*--------------------------body--------------------------------*/
#body{
	width:770px;
	background-color:#D9BC96;	
	}
#page-dh{
	float:left;
	background-color:#FFF;
	height:30px;
	
	width:580px;	
	}	
#banner{
	clear:both;
	width:100%;
	border-top:#fff 10px solid;
	border-bottom:#fff 10px solid;
	height:130px;
	background:url(//Skin/Ocean/banner1.gif) no-repeat;
	}	
#two-leftall{
	float:left;
	width:180px;	
	}	
#two-left{
	float:left;
	width:180px;
	background-color:#D9BC96;
	height:200px;		
	}	
#two-right{
	float:right;
	width:580px;
	background-color:#EBEBEA;
	border-left:#fff 10px solid;
	height:800px;	
	}		
#two-left-t1{
	float:right;
	width:150px;
	height:18px!important;
	height:15px;
	background-color:#FFF;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	padding:3px 10px 0px 0px;
	text-align:right;
	margin-top:10px;
	}	
#two-left-t1-1{
	float:right;
	width:150px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-right:10px;
	margin-top:10px;
	text-align:right;
	line-height:140%;
	}		
#two-left-t2{
	float:right;
	width:150px;
	height:18px!important;
	height:15px;
	background-color:#B8956C;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	padding:3px 10px 0px 0px;
	text-align:right;
	}	
#two-left-search{
	float:left;
	width:180px;
	border-top:#FFF 5px solid;
	border-bottom:#FFF 5px solid;
	background-color:#d9bc96;
	height:40px;
	padding-top:15px;
	text-align:center;
	}	
#two-right-title{
	float:left;
	width:540px;
	margin:10px 10px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}	
#two-right-content{
	margin:10px 10px;
	width:540px;
	float:left;
	font-size:12px;
	}	
#copyrigh-two{
	float:left;
	clear:both;
	width:770px!important;
	width:750px;
	height:40px;
	border-top:#FFF 10px solid;
	background-color:#DABC96;
	text-align:right;
	padding:10px 10px;
	}
/* ============================新添加的CSS定义======================== */
.fieldImg
{
width: 120; 
height: 90;
border: 1px double #9F7343;
}
.showpage
{
text-align: center;
}