/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color:#333;text-decoration: none; } /* 未访问的链接 */
a:visited {color:#333;text-decoration: none;} /* 已访问的链接 */
a:hover {color:#00f;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color:#00f;text-decoration:underline;} /* 点击激活链接 */

/* 首页滑动新闻列表表格式链接的css定义:可定义内容为链接字体颜色、样式等 */
.news{
background-image: url(/Skin/sznsyy/BG_line_1.gif);line-height:26px;} 

a.ListA {color:000;text-decoration: none;font-size:13px;line-height:130%;} 
a.ListA:link {color:000;text-decoration: none;font-size:13px;}  
a.ListA:visited {color:#000;text-decoration: none;font-size:13px;}  
a.ListA:hover {color:blue;text-decoration: underline;font-size:13px;}  
a.ListA:active {color:blue;text-decoration: underline;font-size:13px;} 

/* 首页文章列表表格式链接的css定义:可定义内容为链接字体颜色、样式等 */
a.ListB {color:000;text-decoration: none;font-size:12px;line-height:28px;} 
a.ListB:link {color:000;text-decoration: none;font-size:12px;} 
a.ListB:visited {color:#000;text-decoration: none;font-size:12px;} 
a.ListB:hover {color:blue;text-decoration: underline;font-size:12px;} 
a.ListB:active {color:blue;text-decoration: underline;font-size:12px;}


/* 首页文章列表表格式链接的css定义:可定义内容为链接字体颜色、样式等 */
a.ListC {color:000;text-decoration: none;font-size:12px;line-height:24px;} 
a.ListC:link {color:000;text-decoration: none;font-size:12px;} 
a.ListC:visited {color:#000;text-decoration: none;font-size:12px;} 
a.ListC:hover {color:blue;text-decoration: underline;font-size:12px;} 
a.ListC:active {color:blue;text-decoration: underline;font-size:12px;}



/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #FFffff;}
a.channel:active {color: #ffffff;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}

/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
.bottom {font-family: MingLiU;font-size: 13px; }
a.bottom:link {color: #000000;text-decoration: underline; }
a.bottom:visited {color: #000000;text-decoration: underline; }
a.bottom:hover{color: #005500;text-decoration: underline;}
a.bottom:active {color: #000000;text-decoration: underline;}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #0099ff;}
a.class:visited {color: #0099ff;}
a.class:hover{color: #0033ff;}
a.class:active {color: #0099ff;}


/* 首页带链接的系统标题的css定义:调用代码为<a class='systitle'>***</a> */

 a.systitle:link{font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color:#1594fc;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.systitle:visited { font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color:#1594fc;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.systitle:hover { font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color:#0000cc;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}

/* 首页栏目白色大标题的css定义:调用代码为<a class='pagetitle_white'>***</a> */

 a.pagetitle_white:link{font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color:white;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_white:visited { font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color:white;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_white:hover { font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color:white;
         text-decoration: underline;
	
         letter-spacing: 3px;
	
}
/* 首页栏目白色大标题的css定义:调用代码为<a class='pagetitle_black'>***</a> */

 a.pagetitle_black:link{font-family: "微软雅黑";
	font-size: 15px;
	color:black;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_black:visited { font-family: "微软雅黑";
	font-size: 15px;
	color:black;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_black:hover { font-family: "微软雅黑";
	font-size: 15px;
	color:black;
         text-decoration: underline;
	
         letter-spacing: 3px;
	
}


/* 首页栏目白色大标题的css定义:调用代码为<a class='pagetitle_white_14'>***</a> */

 a.pagetitle_white_14:link{font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color:white;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_white_14:visited { font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color:white;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_white_14:hover { font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color:white;
         text-decoration: underline;
	
         letter-spacing: 3px;
	
}

/* 首页信息检索绿色大标题的css定义:调用代码为<a class='pagetitle_green'>***</a> */

 a.pagetitle_green:link{font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color:green;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_green:visited { font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color:green;
         text-decoration: none;
	
         letter-spacing: 3px;
	
}
 a.pagetitle_green:hover { font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color:green;
         text-decoration: underline;
	
         letter-spacing: 3px;
	
}

/* 首页where橙色标题的css定义:调用代码为<a class=where>***</a> */

 a.where:link{font-family: "微软雅黑";
	font-size: 13px;
	color:#ff6600;
         text-decoration: none;
}
 a.where:visited { font-family: "微软雅黑";
	font-size: 13px;
	color:#ff6600;
         text-decoration: none;
	
}
 a.where:hover { font-family: "微软雅黑";
	font-size: 13px;
	color:#ff6600;
         text-decoration: underline;
	
	
}

/* 页面蓝色中文大标题的CSS定义--调用代码为<a class='pagetitle'>***</a> */
.pagetitle
{    
         font-family: "微软雅黑";
         font-size: 14px;
	
	color:#798DA8;
         text-decoration: none;
	
         letter-spacing: 3px;
}

/* 页面蓝色中文大标题的CSS定义--调用代码为<a class='specialtopics'>***</a> */
.specialtopics
{    
         font-family: "微软雅黑";
         font-size:9px;
	
	text-decoration: none;
	
         letter-spacing: 3px;
}
/* 页面绿色中文标题的CSS定义--调用代码为<a class='pagetitle_green_14'>***</a> */
.pagetitle_green_14
{    
         font-family: "微软雅黑";
         font-size: 14px;
	font-weight: bold;
	color:#527e4d;
         text-decoration: none;
	
         letter-spacing: 3px;
}

/* 页面英文小标题的CSS定义--调用代码为<a class='pagetitle_en'>***</a> */
.pagetitle_en
{    
         font-family: "微软雅黑";
         font-size: 9px;
	
	color:#c5d8f6;
         text-decoration: none;
	
         letter-spacing: 1px;
}

/* 页面英文小标题的CSS定义--调用代码为<a class='pagetitle_little'>***</a> */
.pagetitle_little
{    
         
         font-size: 10px;
	
	color:#ccc;
         text-decoration: none;
	
         letter-spacing: 1px;
}

/* 页面白色大标题的CSS定义--调用代码为<a class='pagetitle_white'>***</a> */
.pagetitle_white
{    
         font-family: "微软雅黑";
         font-size: 15px;
	font-weight: bold;
	color:#fff;
         text-decoration: none;
	letter-spacing: 3px;
         
}

/* 页面橙色大标题的CSS定义--调用代码为<a class='pagetitle_orange'>***</a> */
.pagetitle_orange
{    
         font-family: "微软雅黑";
         font-size: 15px;
	font-weight: bold;
	color:#fe7c00;
         text-decoration: none;
	letter-spacing: 3px;
         
}

/* 页面绿色大标题的CSS定义--调用代码为<a class='pagetitle_green'>***</a> */
.pagetitle_green
{    
         font-family: "微软雅黑";
         font-size: 16px;
	font-weight: bold;
	color:#339933;
         text-decoration: none;
	letter-spacing: 3px;
         
}

/* guide蓝色小标题的CSS定义--调用代码为<a class='guide'>***</a> */
.guide
{    
         font-family: "微软雅黑";
         font-size: 12px;
	font-weight: bold;
	color:#449ae8;
         text-decoration: none;
	         
}

/* 网站帮助页栏目标题的CSS定义--调用代码为<a class='helppage'>***</a> */
.helppage
{    
         font-size: 14px;
	
         text-decoration: none;
	letter-spacing: 3px;
         
}

/* 医院概况首页内容调用的CSS定义--调用代码为<a class='about'>***</a> */
.about
{    
         font-size: 13px;
	text-decoration: none;
	letter-spacing: 2px;
         
}



/* 滑动新闻更多新闻--文字链接的css定义－－调用代码为<a class='more'>***</a> */
 a.more:link{color: #336699; font-size: 11px;text-decoration: none;}
 a.more:visited { color: #336699;font-size: 11px;text-decoration: none;}
 a.more:hover { color:#ff6600 ;font-size: 11px;text-decoration: underline ;}

/* 专题新闻文字链接的css定义－－调用代码为<a class='zt' ***>***</a> */
 a.zt:link{color: #ff3300; font-size: 14px;text-decoration: none;}
 a.zt:visited { color: #ff3300; font-size: 14px;text-decoration: none;}
 a.zt:hover { color: #990000;font-size: 14px;text-decoration: underline ;}



/*顶部滑动导航条CSS定义
ul{ list-style:none;}
/*选项卡1*/
#Tab1{width:456px;margin:0px;background:url(/Skin/sznsyy/news-1_r1_c9.gif) repeat-x;padding:0px;margin:0 auto;}
#Tab11{width:456px;margin:0px;background:url(/Skin/sznsyy/news-1_r1_c9.gif) repeat-x;padding:0px;margin:0 auto;}
/*选项卡2*/
#Tab2{width:248px;margin:0px;padding:0px;margin:0 auto;}
#Tab22{width:248px;margin:0px;padding:0px;margin:0 auto;}
/*选项卡3*/
#Tab3{width:964px;margin:0px;padding:0px;margin:0 auto;}
/*菜单class*/
/*Menubox 第一个样式_滑动新闻*/
.Menubox {font-family: 微软雅黑;width:100%;border-bottom:7px #BCD9FF solid;height:26px;line-height:26px;font-size: 13px; }
.Menubox ul{margin:0;padding:0px; }
.Menubox li{background:url( /Skin/sznsyy/news-1_r1_c6.jpg) no-repeat;float:left;display:block;cursor:pointer;width:74px;text-align:center;color:#949694;font-weight:bold; }
.Menubox li.hover{padding:0px;width:74px;background:url(/Skin/sznsyy/news-1_r1_c4.jpg) repeat-x;color:#003366;height:26px;line-height:26px; float:left;}
.Contentbox{clear:both;margin-top:0px;border-top:none;height:181px;text-align:center;padding-top:1px;}
/*Menubox 第一个样式（2）*/
.Menubox11 {font-family: 微软雅黑;width:100%;border-bottom:7px #BCD9FF solid;height:26px;line-height:26px;font-size: 13px;}
.Menubox11 ul{margin:0;padding:0px;}
.Menubox11 li{background:url(/Skin/sznsyy/news-1_r1_c6.jpg) no-repeat;float:left;display:block;cursor:pointer;width:74px;text-align:center;color:#949694; font-weight:bold;}
.Menubox11 li.hover{padding:0px;width:74px;background:url(/Skin/sznsyy/news-1_r1_c4.jpg) repeat-x;color:#003366; height:26px;line-height:26px; float:left;}

.arrow{background:url(/Skin/sznsyy/news-1_r1_c1.gif) left top no-repeat; width:24px; height:26px; float:left;}
.more{margin:0; width:70px; float:right; padding:0;}
.clear{clear:both; table-layout:auto;}

/*Menubox 第二个样式_科室列表*/
.Menubox_2{margin:0 auto; background:url(/Skin/sznsyy/depa_r7_c1.gif); width:248px;}
.Menubox_2 .top{ height:12px; padding:0; margin:0; }

ul#menu2{margin:0px;padding:0px; width:240px; height:40px;}
ul#menu2 li{float:left;cursor:pointer;height:40px; padding-top:4px; display:block; outline:none; border:0px; width:80px;text-align:center;color:#006633; }
li#no1,li#no2,li#no3 { background:url(/Skin/sznsyy/depa_bg.jpg);}
li#no1{ background-position:0px 0px;}
li#no1.hover{ color:#ff6600;　background-position:0px 40px;}
li#no2{ background-position: 160px 0px;}
li#no2.hover{ color:#ff6600; background-position: 160px 40px;}
li#no3{ background-position:80px 0px;}
li#no3.hover{ color:#ff6600; background-position:80px 40px;}
.Contentbox{clear:both;margin-top:0px;border-top:none;height:181px;text-align:center;padding-top:1px;}
/*Menubox 第二个样式（2）*/
ul#menu4{margin:0px;padding:0px; width:240px; height:40px;}
ul#menu4 li{float:left;cursor:pointer;height:40px; padding-top:4px; display:block; outline:none; border:0px; width:80px;text-align:center;color:#006633;}
li#noo1,li#noo2,li#noo3 { background:url(/Skin/sznsyy/depa_bg.jpg);}
li#noo1{ background-position:0px 0px;}
li#noo1.hover{color:#ff6600; background-position:0px 40px;}
li#noo2{ background-position: 160px 0px;}
li#noo2.hover{color:#ff6600; background-position: 160px 40px;}
li#noo3{ background-position:80px 0px;}
li#noo3.hover{color:#ff6600; background-position:80px 40px;}
.clear{clear:both; table-layout:auto;}


/*Menubox 第三个样式_导航条*/
.Menubox_3 {font:15px "微软雅黑";color:#ffffff;width:968px;background:url(/Skin/sznsyy/dh_r1_c4.jpg) repeat-x; background-position:24px 0px;height:41px;line-height:41px;}
.Menubox_3 ul{margin:0;padding:0px;}
.Menubox_3 li{float:left;display:block;cursor:pointer;width:86px;text-align:center;color:#ffffff;font-weight:bold;}
.Menubox_3 li.hover{padding:0px;width:86px;background:url(/Skin/sznsyy/dh_r1_c12.jpg) repeat-x;color:#ffffff;font-weight:bold;height:41px;line-height:41px;}
.Contentbox{clear:both;margin-top:0px;border-top:none;height:0px;text-align:center;padding-top:0px;}

.arrow_left_3{background:url(/Skin/sznsyy/dh_r1_c1.jpg) left top no-repeat; width:15px; height:41px; float:left;}
.Menubox_3 .time{ letter-spacing: 1px;float:left; font-family:"MingLiU";width:156px; color:#fff; font-size:12px; text-align:left; background:url(/Skin/sznsyy/dh_r1_c10.jpg) right no-repeat;}
.arrow_right_3{background:url(/Skin/sznsyy/dh_r1_c41.jpg) left top no-repeat; width:14px; height:41px; float:right;}

.Menubox_3-1 {width:969px;background:url(/Skin/sznsyy/dh-1_r1_c2.jpg) repeat-x; background-position:24px 0px;height:25px;line-height:25px;}
.Menubox_3-1 ul{margin:0;padding:0px;}
.arrow_left_3-1{background:url(/Skin/sznsyy/dh-1_r1_c1.jpg) left top no-repeat; width:7px; height:25px; float:left;}
.arrow_right_3-1{background:url(/Skin/sznsyy/dh-1_r1_c43.jpg) left top no-repeat; width:8px; height:25px; float:right;}

.clear{clear:both; table-layout:auto;}

/* 系统标题的css定义:对应css中的“systitle”*/
.systitle
{
         padding-left: 15px;
	padding-top: 9px;
}

/* 页面标题的css定义:对应css中的“pagetitle”*/
.pagetitle
{
         padding-left: 3px;
         padding-top: 2px;
	
}

/* 页面白色大标题的css定义:对应css中的“pagetitle_white”*/
.pagetitle_white
{
         padding-left: 12px;
         padding-top: 0px;
	
}

/* 页面列表页的css定义:对应css中的“page_css”*/
.page_css
{
         padding-left: 6px;
         padding-right: 6px;
         padding-top: 3px;
	
}

/* 自定义页面列表页的css定义:对应css中的“zdy”*/
.zdy
{
         padding-left: 70px;
}



/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size:9pt;

background-image:url(/Skin/sznsyy/top_bg_1.jpg);

	background-repeat: no-repeat;

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: 20px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;
}
/* 下拉列表框的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;
}
/* 滚动公告 */

hr {
    display: none;
}
#andyscroll {
	overflow: hidden;
	
	padding: 0px;
	text-align: middle;
	width:220px;
	height:18px;
	overflow:hidden;
}
#andyscroll a {
	font:12px/18px tahoma;
	color: #ff3300; 
	
	width:100%;
         text-decoration: none;
	display:block;
}
#andyscroll a:hover {
	font:12px/18px  tahoma;
	color: #0033ff;
}

.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 700;height:26;padding-left: 8px;
}
.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;
}
.map/* 全站地图表格背景、文字颜色定义 */
{
height: 40px;background:#f8f8f8;padding-left: 30px;padding-top: 5px;}

.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 40px;background:#f8f8f8;padding-left: 8px;padding-right: 14px;}

.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/sealove/Column01_BG.gif);
	height: 27px;
	padding-left: 30px;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/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:#fff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f6f6f6;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.title_white /* 最新文章列表标题文字颜色字号定义—白色*/
{
font-size:16px;
font-family: 微软雅黑;
font-weight:bold;
color:#ffffff;
}
.main_articletitle /* 主标题文字颜色定义 */
{
font-family: 微软雅黑;
color: ffffff;
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) */
{
font-family: MingLiU;
font-size: 12px;
color:#999999;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#0086A8;border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #0086A8 ;   }
.guest_title /* 标题背景颜色定义(760) */
{
background:#0086A8;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==rss连接框定义== */
#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}

/* ==用户登录框定义== */
.userbox{
background:url();
height:28px;margin:6px;padding:0px;
background-repeat: no-repeat;
background-position: center center;
}
.userbox_top{
background:url(/Skin/sealove/Login_Top.gif);
height:36px;
}
.userbox_bottom{
background:url(/Skin/sealove/Login_Bottom.gif);
height:10px;
}
#userlogined
{
    padding-left:55;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#000000;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/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定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--



/* --缩略图边框鼠标划过效果css定义--

边框鼠标划过效果：

.pic2 /*图片频道图片边框 */  
{ 
 border: 4px solid  #e0ecfc; 

}
a:hover .pic2 {
 border: 4px solid  #3092ff; 

}
.pic3 /*图片频道图片边框 */  
{ 
 border: 4px solid  #e0ecfc; 

}
a:hover .pic3 {
 border: 4px solid  #3092ff; 

}
.pic1 {
 border: 4px solid  #e0ecfc; 

}
a:hover .pic1 {
 border: 4px solid  #3092ff; 

}
.pic5 {
 border: 4px solid  #e0ecfc; 

}
a:hover .pic5 {
 border: 4px solid  #3092ff; 

}

鼠标划过变亮效果

.pic2 /*图片频道图片边框 */  
{ 
 filter: Alpha(Opacity=100); 
}
a:hover .pic2 {
 filter: Alpha(Opacity=100); 
}
.pic3 /*图片频道图片边框 */  
{ 
 filter: Alpha(Opacity=100); 
}
a:hover .pic3 {
 filter: Alpha(Opacity=100); 
}
.pic1 {
 filter: Alpha(Opacity=100); 
}
a:hover .pic1 {
 filter: Alpha(Opacity=100); 
}
.pic5 {
 filter: Alpha(Opacity=100);  
}
a:hover .pic5 {
 filter: Alpha(Opacity=100); 
}

边框鼠标划过图片变亮效果：

.pic2 /*图片频道图片边框 */  
{ 
  border: 4px solid  #e0ecfc; 

}
a:hover .pic2 {
 border: 4px solid  #3092ff; 

}
.pic3 /*图片频道图片边框 */  
{ 
  border: 4px solid  #e0ecfc; 

}
a:hover .pic3 {
 border: 4px solid  #3092ff; 

}
.pic1 {
 border: 4px solid  #e0ecfc; 
 
}
a:hover .pic1 {
 border: 4px solid  #3092ff; 

}


/*CSS showpage style pagination*/

DIV.showpage {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center}
DIV.showpage A {BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #333; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none}
DIV.showpage A:hover {BORDER-RIGHT: #3398ff 1px solid; BORDER-TOP: #3398ff 1px solid; BORDER-LEFT: #3398ff 1px solid; COLOR: #3398ff; BORDER-BOTTOM: #3398ff 1px solid; BACKGROUND-COLOR: #f7faff;text-decoration: none;}
DIV.showpage A:active {BORDER-RIGHT: #3398ff 1px solid; BORDER-TOP: #3398ff 1px solid; BORDER-LEFT: #3398ff 1px solid; COLOR: #ddd; BORDER-BOTTOM: #3398ff 1px solid; BACKGROUND-COLOR: #f7faff}
DIV.showpage SPAN.current {BORDER-RIGHT: #f7faff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f7faff 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #f7faff 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f7faff 1px solid; BACKGROUND-COLOR: #f7faff}
DIV.showpage SPAN.disabled {BORDER-RIGHT: #DDD 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #DDD 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #DDD 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #DDD 1px solid}


/* common styling */
.menu {font-family: arial, sans-serif; width:142px; height:150px; position:relative; margin:0; font-size:14px; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:140px; height:26px; text-align:center; color:#000; border:1px solid #ffca00; background:#ffef97; line-height:26px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#63c76a;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:141px; width:141px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#eee; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:141px; top:0;}

<!--[if lte IE 6]>

.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}
.menu ul li a:hover {color:#fff; background:#63c76a;}
.menu ul li a:hover ul {display:block; position:absolute; top:0; left:141px; width:141px;}
.menu ul li a:hover ul li a.sub {background:#6a3; color:#fff;}
.menu ul li a:hover ul li a {display:block; background:#eee; color:#000;}
.menu ul li a:hover ul li a ul {visibility:hidden;}
.menu ul li a:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:141px; top:0; color:#000;}

<![endif]-->