﻿@charset "utf-8";
/* CSS Document */

/* 重写浏览器的所有默认样式
---------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {/* 去掉了P */
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {/* 去掉了strong */
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym {
border: 0;
}

/* 基本属性
---------------------------------------------------------------------------------------------------------------------- */
body{
background:url(images/tnb/body_bg.gif) #708ea7 repeat-x;
color:#444;
font-size:12px;
text-align:left;
font-family:"宋体";
}

a{text-decoration: none;}
a:link,a:visited{color:#666;font-size:12px;}
a:hover,a:active,a:focus{color:#f00;text-decoration: underline;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed, a.cRed:link, a.cRed:visited{ color:#f00;}a.cRed:hover{color:#c00;}

.fB {font-weight: bold;}
.f14px{ font-size:14px;}
.height{padding:5px;}/* 高度10px */

input, button, select{font-size:12px;color:#444;}
input.width0{ width:30px; border:1px #999 solid; padding:3px;}
input.width1{ width:50px; border:1px #999 solid; padding:3px;}
input.width2{ width:150px; border:1px #999 solid; padding:3px;}
input.width3{ width:380px; border:1px #999 solid; padding:3px;}

textarea{font-size:12px;color:#444;}
textarea.width0{ width:150px; height:150px;border:1px #999 solid; padding:3px; line-height:180%;}
textarea.width1{ width:380px; height:90px;border:1px #999 solid; padding:3px; line-height:180%;}
textarea.width2{ width:380px; height:160px;border:1px #999 solid; padding:3px; line-height:180%;}

.clearit{clear:both;font-size:0px;line-height:0px;}/* 清除浮动 */
/* 清除浮动 .clear{clear:both;}*/
.clear{clear:both;height:0;font-size:0;overflow: hidden;}
/* 解决容器不扩展问题 */
.clear_box{clear:both;font:0px/0px sans-serif;display:block;}


/* 总布局
---------------------------------------------------------------------------------------------------------------------- */
.index_header{
width:1000px;
margin:0 auto;
background:url(images/tnb/index_header_bg.png) no-repeat;
}

.channel_header{
width:1000px;
margin:0 auto;
background:url(images/tnb/channel_header_bg.png) no-repeat;
}

.wrapper{
width:1000px;
margin:0 auto;
background:#fff;
}
.wrapper .sidebar{
float:left;
margin-left:40px;
_margin-left:20px;
margin-top:40px;
padding-top:90px;
width:220px;
background:url(images/tnb/sidebar_bg.png) no-repeat;
}
.wrapper .main{
float:left;
margin-left:40px;
width:700px;
}

.footer{
position:relative;
margin:0 auto;
width:1000px;
padding-bottom:20px;
line-height:180%;
}
.footer_logo{
margin-left:140px;
width:69px;
height:67px;
text-indent:-9999px;
background:url(images/tnb/footer_logo.png) no-repeat;
}
.footer_txt{
position:absolute;
top:23px;
left:210px;
width:700px;
}





/* logo、顶导航菜单
---------------------------------------------------------------------------------------------------------------------- */
.logo{
float:left;
display:block;
width:148px;
height:106px;
cursor:pointer;
}
.logo div{
text-indent:-9999px;
width:148px;
height:106px;
background:url(images/tnb/logo.png) no-repeat;
}


.top_nav{
float:right;
width:802px;
padding-top:23px;
height:28px;
padding-right:50px;
text-align:right;
}




/* 频道导航菜单
---------------------------------------------------------------------------------------------------------------------- */
#main_nav{
float:left;
width:846px;
height:25px;
line-height:25px;
padding-left:6px;
}
#main_nav li{
display:inline;
}
#main_nav a{
float:left;
font-size:14px;
font-weight:bold;
padding-left:6px;
color:#fff;
}
#main_nav a span{
float:left;
display:block;
padding-left:2px;
padding-right:8px;
}

/* 针对IE5和Mac的hack调整 \*/
#main_nav a span{float:none;}
/* End IE5-Mac hack */

#main_nav a:hover{
background-position:0% -29px;
color:#ff0;
text-decoration:none;
}
#main_nav a:hover span{
text-decoration:none;
background-position:100% -29px;
}
/* 当前频道的样式定义[开始] */
#main_nav a.ok_top{
background-position:0% -29px;
}
#main_nav a.ok_top span{
background-position:100% -29px;
}
#main_nav a:hover.ok_top span{
color:#ff0;
text-decoration:none;
}


/* 二级导航
---------------------------------------------------------- */
#sub_nav_box{
float:left;
position:relative;
margin-top:5px;
margin-left:10px;
color:#444;
background:#eee;
}
#sub_nav_box a, #sub_nav_box a:visited{
color:#43a2bd;
}
#sub_nav_box a:hover{
text-decoration:none;
color: #f00;
}

.sub_nav0, .sub_nav1, .sub_nav2, .sub_nav3, .sub_nav4, .sub_nav5, .sub_nav6, .sub_nav7, .sub_nav8, .sub_nav9, .sub_nav10{
position:absolute;
height:23px;
padding-top:5px;
top:0px;
background: url(images/tnb/scroll_news_bg1.gif) left top no-repeat;
padding-left:12px;
}

#sub_nav_box .r_pic{
position:absolute;
top:0px;
right:-11px;
width:11px;
height:23px;
background: url(images/tnb/scroll_news_bg2.gif) right top no-repeat;
}

.sub_nav0{
padding-left:12px;
background: url(images/tnb/scroll_news_bg1.gif) left top no-repeat;
}

.sub_nav0_icon0{
position:absolute;
left:15px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}


.sub_nav1{
left:0px;
width:300px;
display:none;
}
.sub_nav0_icon1{
position:absolute;
left:75px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}

.sub_nav2{
left:130px;
width:480px;
display:none;
}

.sub_nav3{
left:170px;
width:120px;
display:none;
}
.sub_nav0_icon3{
position:absolute;
left:58px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}


.sub_nav4{
left:80px;
width:640px;
display:none;
}
.sub_nav0_icon4{
position:absolute;
left:226px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}

.sub_nav5{
left:210px;
width:320px;
display:none;
}
.sub_nav0_icon5{
position:absolute;
right:155px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}

.sub_nav6{
left:370px;
width:165px;
display:none;
}
.sub_nav0_icon6{
position:absolute;
right:83px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}

.sub_nav7{
left:470px;
width:125px;
display:none;
}


.sub_nav8{
left:520px;
width:180px;
display:none;
}
.sub_nav0_icon8{
position:absolute;
left:89px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}
.sub_nav9{
left:650px;
width:140px;
display:none;
}


.sub_nav10{
left:670px;
width:120px;
display:none;
}
.sub_nav0_icon10{
position:absolute;
left:90px;
top:-4px;
background: url(images/tnb/icon06.gif) no-repeat;
width:7px;
height:4px;
}


/* 侧栏
---------------------------------------------------------------------------------------------------------------------- */
/* 侧栏导航
----------------------------------------------- */
.sidebar_nav_title{
height:27px;
line-height:27px;
background: #09f;
padding-left:15px;
font-weight:bold;
color:#fff;
display:none;
}

.sidebar_nav ul{
margin-left:15px;
margin-bottom:20px;
}

.sidebar_nav li{
padding-top:8px;
height:22px;
padding-left:10px;
}
.sidebar_nav a, .sidebar_nav a:visited{/* 链接文字 */
color:#666;
font-size:14px;
}
.sidebar_nav a:hover{
color:#f00;
}
.sidebar_nav li.hover{
background:url(images/tnb/sidebar_nav_bg.png) left 4px no-repeat;
}
.sidebar_nav li.hover a, .sidebar_nav li.hover a:visited{/* 当前链接文字 */
font-size:14px;
color:#fff;
font-weight:bold;
}
.sidebar_nav li.hover a:hover{
color:#ff0;
font-weight:bold;
}
.sidebar_nav_bottom{
height:10px;
background:#09f;
display:none;
}



.sidebar_title{/* 公共标题 */
margin-left:15px;
padding-left:10px;
height:22px;
line-height:22px;
background:url(images/tnb/sidebar_nav_hover_bg.png) no-repeat;
color:#fff;
font-weight:bold;
}

.sidebar_search{/* 搜索 */
padding:10px 15px;
}
.sidebar_search input#txtKeyWords{ width:140px; border:1px #999 solid; padding:3px;}

.sidebar_new{/* 新品 */
padding:10px;
}
.sidebar_new ul, .sidebar_recommend, .sidebar_hot{
margin:0px 15px;
}


.sidebar_new li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_recommend{/* 推荐 */
padding:10px;
}
.sidebar_recommend li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_hot{/* 热门 */
padding:10px;
margin-bottom:10px;
}
.sidebar_hot li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}


/* 模型样式
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.page_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.multipage_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.singleclass_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.multiclass_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}





.page_content .pingan_table th{/* 大事记表格 */
padding:10px;
vertical-align:top;
width:100px;
border-bottom:1px #c3e1ef dashed;
}
.page_content .pingan_table td{
padding:10px;
vertical-align:top;
border-bottom:1px #c3e1ef dashed;
}
.multipage_content .pingan_table th{
padding:10px;
vertical-align:top;
width:110px;
border-bottom:1px #c3e1ef dashed;
}
.multipage_content .pingan_table td{
padding:10px;
vertical-align:top;
border-bottom:1px #c3e1ef dashed;
}
.multipage_list_content .pingan_table th{
padding:10px;
vertical-align:top;
width:100px;
border-bottom:1px #c3e1ef dashed;
}
.multipage_list_content .pingan_table td{
padding:10px;
vertical-align:top;
border-bottom:1px #c3e1ef dashed;
}



.page_content a.gogogo, .page_content a.gogogo:visited, .multipage_content a.gogogo, .multipage_content a.gogogo:visited{/* 站内跳转 */
display:block;
width:200px;
height:34px;
line-height:34px;
font-size:14px;
font-weight:bold;
background:url(images/tnb/link_bg.png);
color:#fff;
margin-bottom:10px;
}
.page_content a.gogogo:hover, .multipage_content a.gogogo:hover{
color: #ff0;
}

.page_content a.gogogo_big, .page_content a.gogogo_big:visited, .multipage_content a.gogogo_big, .multipage_content a.gogogo_big:visited{/* 站内跳转 */
display:block;
width:400px;
height:34px;
line-height:34px;
font-size:14px;
font-weight:bold;
background:url(images/tnb/link_bg_big.png);
color:#fff;
margin-bottom:10px;
}
.page_content a.gogogo_big:hover, .multipage_content a.gogogo_big:hover{
color: #ff0;
}


.page_content hr, .multipage_list_content hr, .multipage_content hr{
height:1px;border:none;border-top:1px solid #ccc;
}

.content_title01_bg{
background: url(images/tnb/content/title01_bg.png) no-repeat;
height:30px;
line-height:30px;
color:#000;
text-indent:40px;
font-size:16px;
font-weight:bold;
}


.content_honor_bg{/* 荣誉 */
padding:10px;
background:#faf3f5;
border:1px #e0e0e0 solid;
margin-bottom:20px;
}
.content_honor_bg div{
padding:13px 20px;
background: url(images/tnb/content/content_honor_bg.png) #fff right bottom no-repeat;
border:1px #e0e0e0 solid;
color:#5e544a;
}
.content_honor_bg div .icon{
color:#e46f6d;
}






/* 当前位置
----------------------------------------------- */
.description_box{
position:relative;
margin-right:40px;
height:97px;
padding-bottom:15px;
border-bottom:#b6ddef 1px solid;
}

.location{
position:absolute;
top:0px;
right:0px;
padding:20px 10px 0px 15px;
text-align:right;
background:url(images/tnb/icon06.png) left 23px #fff no-repeat;
}
.description_txt{
position: absolute;
left:10px;
top:43px;
}
.description_txt span.cn{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
color:#469eb7;
font-weight:bold;
}
.description_txt span.en{
display:block;
margin-bottom:5px;
font-size:36px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}



/* 桥页
----------------------------------------------- */
.bridgepage_content{
padding-top:20px;
margin-bottom:50px;
}

.bridgepage_content_all{
position:relative;
height:290px;
font-size:14px;
background:url(images/tnb/bridgepage_content_all_bg.gif) left top no-repeat;
}
.bridgepage_content_all_left{
position:absolute;
top:144px;
left:150px;
line-height:160%;
}
.bridgepage_content_all_left li, .bridgepage_content_all_right li{
padding-left:10px;
background:url(images/tnb/icon02.png) left 8px no-repeat;
}

.bridgepage_content_all_left a, .bridgepage_content_all_left a:visited{
font-size:14px;
}
.bridgepage_content_all_right{
position:absolute;
top:144px;
left:339px;
line-height:160%;
}
.bridgepage_content_all_right a, .bridgepage_content_all_right a:visited{
font-size:14px;
}



.bridgepage_title{
font-size:14px;
font-weight:bold;
color:#fff;
padding-left:33px;
padding-top:5px;
height:18px;
background:url(images/tnb/icon_bg.png) no-repeat;}
.bridgepage_info_box{
position:relative;
margin:15px;
line-height:180%;
}
.bridgepage_info_box img{/* 图片描边 */
background:#fff;
padding:4px;
border:1px #ddd solid;
}
.bridgepage_info_box .txt{
position:absolute;
top:5px;
left:170px;
width:470px;
}

.bridgepage_info_list{
margin:15px;
}
.bridgepage_info_list li{
float:left;
width:306px;
padding-left:15px;
height:29px;
line-height:29px;
border-bottom:1px #eee solid;
background: url(images/tnb/icon02.png) left 12px no-repeat;
}
.bridgepage_info_list li a, .bridgepage_info_list li a:visited{
font-size:12px;
}
.bridgepage_info_list li a:hover{
color: #f00;
}



/* 单页面
----------------------------------------------- */
.page_content{
margin-right:40px;
padding:10px;
font-size:14px;
line-height:200%;
}
.page_content a, .page_content a:visited{
font-size:14px;
color:#00f;
text-decoration:underline;
}

.page_content a:hover{
color:#f00;
}




/* 多页面
----------------------------------------------- */
.multipage_list_content{/* 父页面 */
padding:10px;
font-size:14px;
line-height:200%;
}

.multipage_list_link{
padding:10px;
text-align:center;
}
.multipage_list_link li{
margin-bottom:5px;
}
.multipage_list_link a, .multipage_list_link a:visited{
display:block;
height:34px;
line-height:34px;
font-size:14px;
width:200px;
background:url(images/tnb/link_bg.png) no-repeat;
}
.multipage_list_link a, .multipage_list_link a:visited{
color: #fff;
}
.multipage_list_link a:hover{
color: #ff0;
background:url(images/tnb/link_bg.png) no-repeat;
text-decoration:none;
}


.multipage_content{/* 子页面 */
margin-right:40px;
padding:10px;
font-size:14px;
line-height:200%;
}

.multipage_content a, .multipage_content a:visited{
font-size:14px;
color:#00f;
text-decoration:underline;
}

.multipage_content a:hover{
color:#f00;
}


/* 单级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.singleclass_list_box{
padding:10px;
margin-right:40px;
}

.singleclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 13px no-repeat;
color:#999;
}
.singleclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.singleclass_list_box span.n1{
padding-left:20px;
width:500px;
}
.singleclass_list_box span.n1 a, .singleclass_list_box span.n1 a:visited{
font-size:14px;
}
.singleclass_list_box span.n1 a:hover{
color: #f00;
}
.singleclass_list_box span.n2, .singleclass_list_box span.n3{
width:60px;
}


/* 图文列表
------------------------- */
.singleclass_pt_list_box{
padding:10px;
margin-right:40px;
}
.singleclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.singleclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.singleclass_pt_list_box span.n1{
width:90px;
}
.singleclass_pt_list_box span.n2{
width:550px;
margin-top:5px;
line-height:180%;
color:#666;
}
.singleclass_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.singleclass_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.singleclass_pt_list_box a, .singleclass_pt_list_box a:visited{
font-size:14px;
color:#c00;
}
.singleclass_pt_list_box a:hover{
color: #f00;
}

.singleclass_list_pagination{/* 分页 */
padding:10px;
}


.singleclass_title{/* 内容面 */
margin-right:40px;
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.singleclass_info{
margin-right:40px;
height:36px;
line-height:36px;
text-align:center;
border-bottom:1px #ccc dashed;
}
.singleclass_content{
margin-right:40px;
padding:10px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}


.singleclass_content a, .singleclass_content a:visited{
font-size:14px;
color:#00f;
text-decoration:underline;
}

.singleclass_content a:hover{
color:#f00;
}


.singleclass_PrevNext{/*上一篇下一篇*/
padding:10px;
}
.singleclass_PrevNext li{
height:27px;
line-height:27px;
}



/* 多级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.multiclass_list_box{
padding:10px;
margin-right:40px;
}
.multiclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 13px no-repeat;
color:#999;
}
.multiclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.multiclass_list_box span.n1{
padding-left:20px;
width:500px;
}
.multiclass_list_box span.n1 a, .multiclass_list_box span.n1 a:visited{
font-size:14px;
}
.multiclass_list_box span.n1 a:hover{
color: #f00;
}
.multiclass_list_box span.n2, .multiclass_list_box span.n3{
width:60px;
}
.multiclass_list_pagination{/* 分页 */
padding:10px;
margin-right:40px;
}


/* 图文列表
------------------------- */
.multiclass_pt_list_box{
padding:10px;
margin-right:40px;
}
.multiclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.multiclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.multiclass_pt_list_box span.n1{
width:140px;
}
.multiclass_pt_list_box span.n2{
width:500px;
margin-top:5px;
line-height:180%;
color:#666;
}
.multiclass_pt_list_box span.n1 img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.multiclass_pt_list_box span.n1 a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.multiclass_pt_list_box a, .multiclass_pt_list_box a:visited{
font-size:14px;
color:#c00;
}
.multiclass_pt_list_box a:hover{
color: #f00;
}


.multiclass_title{/* 内容面 */
margin-right:40px;
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.multiclass_info{
margin-right:40px;
height:36px;
line-height:36px;
text-align:center;
border-bottom:1px #ccc dashed;
}
.multiclass_content{
margin-right:40px;
padding:10px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}


.multiclass_content a, .multiclass_content a:visited{
font-size:14px;
color:#00f;
text-decoration:underline;
}

.multiclass_content a:hover{
color:#f00;
}



.multiclass_PrevNext{/*上一篇下一篇*/
padding:10px;
}
.multiclass_PrevNext li{
height:27px;
line-height:27px;
}



/* 产品
----------------------------------------------- */
.product_list_box{
padding:10px;
}
.product_list_box li{/* 列表 */
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}
.product_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.product_list_box span.n1{
width:140px;
}
.product_list_box span.n1 img{ border:3px solid #ccc;}
.product_list_box span.n1 a:hover img{ border:3px solid #f00;text-align: center;}

.product_list_box span.n2{
width:570px;
line-height:180%;
color:#666;
}

.product_list_pagination{/* 分页 */
padding:10px;
background:#ddd;
}



.product_title{/* 内容面 */
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.product_info{
height:36px;
line-height:36px;
text-align: center;
border-bottom:1px #ccc dashed;
}
.product_expr li{/* 扩展 */
float:left;
height:36px;
line-height:36px;
width:50%;
text-indent:10px;
}
.product_content{
background:#fff;
padding:10px;
font-size:14px;
line-height:200%;
}


.product_inquiry_title{/* 发布留言 */
padding:10px;
font-size:14px;
font-weight:bold;
background:#ccc;
}

.product_inquiry_add{
background:#fff;
padding:10px;
}

.product_inquiry_add .prompt{
padding-top:10px;
line-height:24px;
color:#3399CC;
}

.inquiry_table{
width:100%;
line-height:200%;
}
.inquiry_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
background:#f1f1f1;
}
.inquiry_table td{
border:1px #dadada solid;
padding:8px;
}

.product_PrevNext{/*上一篇下一篇*/
background:#fff;
padding:10px;
border-top:1px #ccc dashed;
}
.product_PrevNext li{
height:25px;
line-height:25px;
}


/* 招聘
----------------------------------------------- */
.job_list_box li{/* 列表 */
background:#fff;
}

.job_list_title{/* 标题 */
font-size:14px;
font-weight:bold;
border-bottom:1px #ccc dashed;
height:36px;
line-height:36px;
padding-left:10px;
margin-top:10px;
color:#c00;
}
.job_list_title div.n1{
float:left;
}
.job_list_title div.n2{
float:right;
padding-right:10px;
}

.job_info{
border-bottom:1px #ccc dashed;
}
.job_info li{
float:left;
height:32px;
line-height:32px;
width:50%;
text-indent:10px;
}
.job_list_description{
padding:10px;
line-height:200%;
border-bottom:1px #ccc dashed;
}
.job_list_requirements{
padding:10px;
line-height:200%;
border-bottom:1px #ccc solid;
}

.job_list_pagination{/* 分页 */
padding:10px;
background:#ddd;
}



.job_title{/* 应聘页 */
padding:10px;
font-size:14px;
font-weight:bold;
background:#fff;
border-bottom:1px #ccc dashed;
}

.job_content{
background:#fff;
padding:10px;
}

.job_content .title{
height:30px;
line-height:30px;
color:#3399CC;
}

.job_table{
width:100%;
line-height:180%;
}
.job_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
background:#f1f1f1;
}
.job_table td{
border:1px #dadada solid;
padding:8px;
}


/* 留言
----------------------------------------------- */
.guest_list_box ul{
margin-right:40px;
}
.guest_list_box li{/* 列表 */
border-bottom:1px #d3e4f3 solid;
margin-top:10px;
}
.guest_list_info{/* 信息 */
padding:6px 10px;
border-bottom:1px #b6ddef solid;
background:#e3f0f8;
}
.guest_list_info div.n1{
float:left;
font-weight:bold;
}
.guest_list_info div.n2{
float:right;
}


.guest_list_content{
padding:10px;
line-height:200%;
}
.guest_list_admincontent{
border-top:1px #ccc dashed;
color: #393;
padding:10px;
line-height:200%;
}

.guest_list_pagination{/* 分页 */
padding:10px;
margin-right:40px;
}



.guest_title{/* 发布留言 */
margin-top:10px;
margin-right:40px;
padding:10px;
font-size:14px;
font-weight:bold;
color:#469eb7;
border-bottom:1px #b6ddef solid;
}

.guest_add{
margin-right:40px;
padding:10px;
}

.guest_add .prompt{
padding-top:10px;
line-height:24px;
color:#3399CC;
}

.guest_table{
width:100%;
line-height:200%;
}
.guest_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
background:#f5fafd;
}
.guest_table td{
border:1px #dadada solid;
padding:8px;
}



/* 表单
----------------------------------------------- */
.form_content{
padding:10px;
font-size:14px;
line-height:200%;
}




/* 公告
----------------------------------------------- */
.announcement_title{
margin-right:40px;
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.announcement_content{
margin-right:40px;
padding:10px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}
.announcement_content a, .announcement_content a:visited{
font-size:14px;
color:#00f;
text-decoration:underline;
}

.announcement_content a:hover{
color:#f00;
}



.announcement_info{
margin-right:40px;
height:36px;
line-height:36px;
text-align:right;
}

.announcement_list_title{/* 以往公告标题 */
margin-top:10px;
margin-right:40px;
padding:10px;
font-size:14px;
font-weight:bold;
border-bottom:1px #b6ddef solid;
color:#469eb7;
}

.announcement_list_box{/* 以往公告列表 */
margin-right:40px;
padding:10px;
}
.announcement_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 13px no-repeat;
color:#999;
}
.announcement_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.announcement_list_box span.n1{
padding-left:20px;
width:550px;
}
.announcement_list_box span.n1 a, .announcement_list_box span.n1 a:visited{
font-size:14px;
}
.announcement_list_box span.n1 a:hover{
color: #f00;
}
.announcement_list_box span.n2{
width:70px;
}







/* 购买
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.shopping_box{/* 总外框 */
padding:30px 60px;
background:#fff;
}
.shopping_box a, .shopping_box a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.shopping_box a:hover{
color: #f00;
}

.shopping_box .n1{/* 左右两部分 */
float:left;
width:650px;
}
.shopping_box .n2{
float:right;
width:220px;
}


.shopping_explain{/* 步骤说明 */
padding:10px;
font-size:14px;
border-top:1px #ccc solid;
}

.shopping_prompt{/* 小提示 */
padding:10px;
border:1px #ccc dashed;
color:#666;
line-height:180%;
margin-top:10px;
}



/* 购物车
----------------------------------------------- */
.shopping_list_btn{/* 操作 */
position:relative;
text-align:right;
width:880px;
margin:10px 0;
}
.shopping_list_btn .txt{
position:absolute;
text-align: left;
left:0px;
}
.shopping_list_btn .txt span{
font-size:14px;
font-weight:bold;
}


.shopping_list_box{/* 列表box */
background:#f1f1f1;
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}


.shopping_list_table{/* 列表表格 */
width:100%;
}
.shopping_list_table th{
border:1px #fff solid;
border-bottom:1px #dadada solid;
text-align: center;
font-weight:bold;
background: url(images/Shopping/Shopping_List_bg.gif) #fff;
height:30px;
line-height:30px;
}
.shopping_list_table td{
border:1px #fff solid;
padding:8px;
}
.shopping_list_table img{
padding:3px;
border:1px #ccc solid;
}
.shopping_list_table a:hover img{
padding:3px;
border:1px #f60 solid;
}


.shopping_list_info{/* 购物车统计信息 */
background:#ddd;
border:1px solid #b3b6b0;
border-top:0px;
padding:10px;
text-align:right;
font-size:14px;
}



/* 其他
----------------------------------------------- */
.shopping_content_box{
margin-bottom:10px;
}

.shopping_content_box .title{
background: url(images/Shopping/Shopping_List_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #b3b6b0 solid;
border-bottom:1px #dadada solid;
font-weight:bold;
}
.shopping_content_box .info{
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#f1f1f1;
}

.shopping_content_box .info .table{/* 表格 */
width:100%;
}
.shopping_content_box .info .table th{
text-align: right;
padding:5px;
width:130px;
}
.shopping_content_box .info .table td{
padding:5px;
line-height:180%;
}

.shopping_content_box .info dt{/* 订单信息 */
font-size:14px;
font-weight:bold;
padding:5px;
}
.shopping_content_box .info dd{
padding:5px;
border-bottom:1px #ccc dashed;
margin-bottom:10px;
line-height:180%;
}


.shopping_content_box .info .list_table{/* 商品清单列表表格 */
width:100%;
}
.shopping_content_box .info .list_table th{
padding:5px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc solid;
}
.shopping_content_box .info .list_table td{
padding:8px;
border-bottom:1px #ccc dashed;
}

.shopping_confirm_info{/* 商品清单统计信息 */
margin-top:10px;
padding:10px;
text-align:right;
line-height:180%;
}
.shopping_confirm_info span{
font-size:14px;
color:#f00;
}

.shopping_confirm_btn{/* 提交订单 */
padding:10px;
text-align:right;
}

/* 右侧
----------------------------------------------- */
.shopping_content_box .info li{/* 订单信息 */
padding:3px;
}


/* 订单提交完成后提示
----------------------------------------------- */
.shopping_complete_box{
line-height:230%;
}
.shopping_complete_box .ok{
font-size:14px;
font-weight:bold;
text-align:center;
color: #c00;
}
.shopping_complete_box .ok span{
font-size:24px;
}
.shopping_complete_box .info{
font-size:14px;
color: #c00;
}
.shopping_complete_box .prompt{
margin-bottom:20px;
}
.shopping_complete_box .btn{
padding:10px;
text-align:center;
}






/* 登录页、注册页
---------------------------------------------------------------------------------------------------------------------- */
.lrg_box{/* 总外框 */
padding:30px 60px;
}


.lrg_box .n1{/* 登录页左右两部分 */
float:left;
width:420px;
}
.lrg_box .n2{
float:right;
width:420px;
}


.lrg_box .title{
background: url(images/lrg_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #ccc solid;
font-weight:bold;
}
.lrg_box .info{
border:1px #ccc solid;
border-top:0px;
padding:15px;
background:#f1f1f1;
}
.lrg_box .info .table{/* 列表表格 */
width:100%;
}
.lrg_box .info .table th{
text-align: right;
height:30px;
width:130px;
}
.lrg_box .info .table td{
height:30px;
}




/* 用户中心
---------------------------------------------------------------------------------------------------------------------- */
/* 布局
----------------------------------------------- */
.sidebar_user{
float:left;
width:230px;
padding:10px;
}
.main_user{
float:left;
width:730px;
padding:10px;
background:#f1f1f1;
}
.main_user a, .main_user a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.main_user a:hover{
color: #f00;
}


.user_location{/* 当前位置 */
background:#fff;
height:30px;
line-height:30px;
padding-left:10px;
margin-bottom:10px;
}



/* 侧栏
----------------------------------------------- */
.sidebar_user .info{/* 会员信息 */
padding:10px;
background: #f1f1f1;
border:1px #ccc solid;
line-height:180%;
}
.sidebar_user .info span{
color:#c00;
}


.sidebar_user .title{
height:27px;
line-height:27px;
background:#ccc;
padding-left:15px;
font-weight:bold;
margin-top:10px;
}
.sidebar_user .contentbox{
padding:10px;
background: #f1f1f1;
}
.sidebar_user .contentbox li{
height:27px;
line-height:27px;
background: url(images/icon01.gif) left center no-repeat;
padding-left:15px;
}



/* 主体-列表表格
----------------------------------------------- */
.user_menu{/* 分页 */
padding:10px;
background:#eee;
border:1px solid #b3b6b0;
border-bottom:0px;
}
.user_box{
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}
.user_list_table{
width:100%;
}
.user_list_table th{
border:1px #fff solid;
border-bottom:1px #dadada solid;
text-align: center;
font-weight:bold;
background: url(images/User_title_bg.gif) #fff;
height:30px;
line-height:30px;
}
.user_list_table td{
border:1px #fff solid;
padding:8px;
}

.user_pagination{/* 分页 */
padding:10px;
background:#eee;
border:1px solid #b3b6b0;
border-top:0px;
margin-bottom:10px;
}




/* 主体
----------------------------------------------- */
.user_content_box{
margin-bottom:10px;
}

.user_order_info{/* 订单概述 */
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fff;
font-size:14px;
line-height:180%;
}

.user_content_box .title{
background: url(images/User_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #b3b6b0 solid;
border-bottom:1px #dadada solid;
font-weight:bold;
}
.user_content_box .info{
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fff;
}

.user_content_box .info .table{/* 表格 */
width:100%;
}
.user_content_box .info .table th{
text-align: right;
padding:5px;
width:130px;
}
.user_content_box .info .table td{
padding:5px;
line-height:180%;
}

.user_content_box .info dt{/* 订单信息 */
font-size:14px;
font-weight:bold;
padding:5px;
}
.user_content_box .info dd{
padding:5px;
border-bottom:1px #ccc dashed;
margin-bottom:10px;
line-height:180%;
}


.user_content_box .info .list_table{/* 商品清单列表表格 */
width:100%;
}
.user_content_box .info .list_table th{
padding:5px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc solid;
}
.user_content_box .info .list_table td{
padding:8px;
border-bottom:1px #ccc dashed;
}

.user_confirm_info{/* 商品清单统计信息 */
margin-top:10px;
padding:10px;
text-align:right;
line-height:180%;
}
.user_confirm_info span{
font-size:14px;
color:#f00;
}



.user_prompt{/* 小提示 */
border:#b3b6b0 1px solid;
line-height:200%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_help_in.gif) #fff 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
}
.user_prompt a, .user_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.user_prompt a:hover{
color: #06c;
}



/* 公共搜索页布局
---------------------------------------------------------------------------------------------------------------------- */
.search_box{
margin:0px 40px;
}

.search_description_box {
position:relative;
margin-right:0px;
height:85px;
padding-bottom:15px;
border-bottom:#b6ddef 1px solid;
}
.search_description_txt{
position: absolute;
left:10px;
top:30px;
}
.search_description_txt span.cn{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
color:#469eb7;
font-weight:bold;
}
.search_description_txt span.en{
display:block;
margin-bottom:5px;
font-size:36px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}


.search_location{
position:absolute;
top:61px;
right:0px;
padding:20px 10px 0px 15px;
text-align:right;
background:url(images/tnb/icon06.png) left 23px #fff no-repeat;
}


.search_info{/* 信息 */
padding:10px;
}
.search_info div.n1{
float:left;
}
.search_info div.n2{
float:right;
}

.search_list_box{/* 列表box */
padding:10px;
}
.search_list_box li{
border-bottom:1px #ccc solid;
}

.search_title{/* 标题 */
border-bottom:1px #ccc dashed;
height:36px;
line-height:36px;
padding-left:15px;
background:url(images/icon01.gif) left 13px no-repeat;
}
.search_title a, .search_title a:visited{
font-weight:bold;
color:#333;
}
.search_title a:hover{
color: #06c;
}

.search_reading{/* 导读 */
padding:10px;
line-height:180%;
color:#999;
}


.search_list_pagination{/* 分页 */
padding:10px;
padding-bottom:20px;
}







/* 页面内权限不足小提示，留言、表单模型页用到
---------------------------------------------------------------------------------------------------------------------- */
.permissions_prompt{
border:#b3b6b0 1px solid;
line-height:200%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_help_in.gif) #ffc 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.permissions_prompt span{
font-size:14px;
font-weight:bold;
}

.permissions_prompt a, .permissions_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.permissions_prompt a:hover{
color: #06c;
}




/* 提示页面 ErrorMessage.aspx、找回密码 RecoverPwd.aspx、重置密码 ResetPwd.aspx
---------------------------------------------------------------------------------------------------------------------- */
.message_box{/* 总外框 */
padding:30px 60px;
}
.message_box .title{
background: url(images/lrg_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #ccc solid;
font-weight:bold;
}
.message_box .info{
border:1px #ccc solid;
border-top:0px;
padding:15px;
background:#fff;
}
.message_box .info .table{/* 表格 */
width:100%;
line-height:200%;
}
.message_box .info .table th{
width:180px;
text-align:center;
}
.message_box .info .table span{
font-size:14px;
font-weight:bold;
}






/* 与js相配合的css
---------------------------------------------------------------------------------------------------------------------- */
/* 滑动门 /js/tab.js demo在首页index.html
---------------------------------------------------------- */
.nTab{
width:500px;
margin:0 auto;
background:#fff;
margin-bottom:10px;
}
.nTab .TabTitle{
clear:both;
overflow:hidden;
}
.nTab .TabTitle li{
float:left;
width:100px;
cursor:pointer;
height:30px;
line-height:30px;
text-align:center;
}
.nTab .TabTitle .active{background:#fff;border:1px #ace solid;border-bottom:1px #fff solid;}
.nTab .TabTitle .normal{background:#EBF3FB;border:1px #ace solid;}
.nTab .TabContent{
background:#fff;
padding:10px;
border:1px #AACCEE solid;
border-top:0px;
}
.none {display:none;}



/* 浮动式IM
---------------------------------------------------------------------------------------------------------------------- */
.float_im{
width:109px;
position:fixed;
left:6px;
top:120px;
z-index: 1001;
}

.float_im_title{
height:34px;
cursor: pointer;
}
.float_im_title h2{
display:none;
}

.float_im_content{
padding:5px 10px;
background: url(images/IM/IM_Content_bg.png) #fff left top no-repeat;
}
.float_im_content li{
border-bottom:1px #eee solid;
padding:3px 0px;
}

.float_im_bottom{
background: url(images/IM/IM_bottom_bg.png) #fff no-repeat;
padding:6px;
}




/* 嵌入式IM
---------------------------------------------------------------------------------------------------------------------- */
a.sidebar_ad01{
margin-top:10px;
margin-left:15px;
display:block;
height:63px;
background:url(images/tnb/sidebar_ad01_bg.png) no-repeat;
text-indent:-9999px;
}
a.sidebar_ad02{
margin-left:15px;
margin-bottom:20px;
display:block;
height:59px;
background:url(images/tnb/sidebar_ad02_bg.png) no-repeat;
text-indent:-9999px;
}

.im_box{
margin-left:15px;
width:190px;
}

a.im_box_title{
display:block;
height:77px;
background:url(images/tnb/im_box_title_bg.png) no-repeat;
text-indent:-9999px;
}
.im_box_content{
padding:0px 16px;
padding-top:10px;
border-left:#e5ded6 1px solid;
border-right:#e5ded6 1px solid;
zoom:1;
}
.im_box_content li{
float:left;
padding:3px 5px;
width:67px;
border-bottom:1px #eee solid;
}

.im_box_bottom{
background:url(images/tnb/im_box_bottom_bg.png) left bottom no-repeat;
padding:8px;
margin-bottom:30px;
}







/* 广告系统
---------------------------------------------------------------------------------------------------------------------- */
/* 右下角弹窗广告
---------------------------------------------------------- */
.pop_up{
BORDER-RIGHT:#455690 1px solid;
BORDER-TOP:#a6b4cf 1px solid;
BORDER-LEFT:#a6b4cf 1px solid;
BORDER-BOTTOM:#455690 1px solid;
background:url(images/AD_Show/msg_TopBg.gif) #e5ecfc repeat-x;
}
.pop_up_title{
position:relative;
height:22px;
WIDTH: 100%;
}
.pop_up_title .logo{
position: absolute;
top:2px;
left:10px;
background:url(images/AD_Show/msg_Logo.gif) no-repeat;
cursor:default;
}
.pop_up_title .close{
position: absolute;
top:5px;
right:10px;
}

.pop_up_content{
BORDER-TOP: #728eb8 1px solid; 
BORDER-LEFT: #728eb8 1px solid;
BORDER-RIGHT: #b9c9ef 1px solid;
BORDER-BOTTOM: #b9c9ef 1px solid;
padding:3px;
margin:2px;
margin-top:0px;
background:#fff;
}


/* 全屏自动关闭广告
---------------------------------------------------------- */
.auto_close{
width:1000px;
margin:0 auto;
background:#fff;
}


/* 随屏滚动广告
---------------------------------------------------------- */
.float_AD{
position:relative;
}
.float_AD .close{
position:absolute;
top:3px;
right:3px;
z-index:9999;
}





/* 平安医院 糖尿病科
---------------------------------------------------------------------------------------------------------------------- */
/* 首页
------------------------------------------------------------------------------------- */
.index_height{
width:1000px;
margin:0 auto;
font:0px/0px sans-serif;
height:30px;
line-height:0px;
background:#fff;
}


.title01{
position:relative;
height:21px;
padding-top:8px;
padding-left:15px;
font-size:14px;
font-weight:bold;
color:#287990;
background:url(images/tnb/index_title_bg.png) #ddd no-repeat;
}
.more{
position:absolute;
right:0px;
top:9px;
right:5px;
padding-right:8px;
background:url(images/tnb/icon01.png) right 5px no-repeat;
}
.more a, .more a:visited{
color:#708ea7;
}
.more a:hover{
color:#f00;
}


.index_vi{/* 形象画面 */
position:relative;
height:346px;
background:url(images/tnb/index_vi_bg.jpg) no-repeat;
}
.index_vi a, .index_vi a:visited{
position:absolute;
display:block;
width:400px;
height:60px;
left:80px;
top:60px;
text-indent:-9999px;
}

.channel_vi{/* 形象画面 */
height:155px;
background:url(images/tnb/channel_vi_bg.jpg) no-repeat;
text-indent:-9999px;
}

/* 整体布局
-------------------------------------------------------- */
.left01, .left02, .left03{
float:left;
margin-left:40px;
_margin-left:20px;
width:312px;
}
.center01, .center02, .center03{
float:left;
margin-left:26px;
width:312px;
}
.right01, .right02, .right03{
float:left;
margin-left:26px;
width:244px;
}



/* 科室动态
------------------------------- */
.list01 ul{
margin-left:3px;
margin-top:10px;
}

.list01 li div{
float:left;
height:22px;
line-height:22px;
}
.list01 li div.n1{
width:239px;
padding-left:10px;
background:url(images/tnb/icon02.png) left 7px no-repeat;
}
.list01 li div.n2{
color:#999;
width:60px;
}


/* 科室简介
------------------------------- */
.center01{
position:relative;
height:150px;
background:url(images/tnb/center01_bg.png) no-repeat;
}

.center01_desc{
position:absolute;
top:48px;
left:150px;
width:150px;
line-height:21px;
}
.center01_desc a, .center01_desc a:visited{
color:#666;
}
.center01_desc a:hover{
color:#f00;
}

/* 科室简介
------------------------------- */
.right01_content{
position:relative;
height:120px;
border-bottom:#ddd 1px solid;
background:url(images/tnb/right01_bg.png) no-repeat;
}

.list02{
position:absolute;
top:18px;
left:110px;
width:130px;
}
.list02 li{
padding-left:16px;
height:21px;
line-height:21px;
background:url(images/tnb/icon03.png) left 3px no-repeat;
}
.list02 a, .list02 a:visited{
color:#3e6484;
}
.list02 a:hover{
color:#f00;
}

/* 典型病例
------------------------------- */
.ad01{
margin-top:18px;
padding:3px;
border:#ccc 1px solid;
}

.list03 ul{
margin-left:3px;
margin-top:10px;
}

.list03 li div{
float:left;
height:26px;
line-height:26px;
}
.list03 li div.n1{
width:239px;
padding-left:10px;
background:url(images/tnb/icon02.png) left 10px no-repeat;
}
.list03 li div.n2{
color:#999;
width:60px;
}



/* 疾病介绍
------------------------------- */
.center02_content{
position:relative;
height:185px;
background:url(images/tnb/center02_content_bg.png) no-repeat;
}
.center02_list01{
position:absolute;
top:29px;
left:10px;
width:144px;
text-align:center;
}
.center02_list02{
position:absolute;
top:29px;
left:160px;
width:144px;
text-align:center;
}

.center02_list02_title, .center02_list02_title{
margin-bottom:6px;
font-size:14px;
}
.center02_list01 a, .center02_list01 a:visited, .center02_list02 a, .center02_list02 a:visited{
height:26px;
line-height:26px;
font-size:12px;
text-align:center;
}


.ad02{
margin-top:8px;
}


/* 专家介绍
------------------------------- */
.title02{
position:relative;
height:23px;
padding-top:6px;
padding-left:20px;
font-size:14px;
font-weight:bold;
color:#287990;
background:url(images/tnb/icon04.png) #fff no-repeat;
}

.zjjj_list{
height:254px;
padding:10px 0px;
border-bottom:#4d8fa4 1px solid;
}

/* 无缝滚动 /js/Scroller.js demo在首页index.html
-------------------- */
.Scroller{
height:254px;/*确定了高度*/
overflow:hidden;
}
.Scroller ul{
margin-left:12px;
}
.Scroller li{
height:110px;/*确定了高度*/
padding:8px 0px;
border-bottom:#ddd 1px dashed;
overflow:hidden;
}

.zjjj_list span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.zjjj_list span.n1{
width:90px;
}
.zjjj_list span.n2{
margin-left:5px;
padding-top:8px;
width:132px;
line-height:160%;
color:#999;
}

.zjjj_list span.n1 img{
padding:4px;
border:1px #ddd solid;
background:#f4f8eb;
}
.zjjj_list span.n1 a:hover img{
border:1px #f00 solid;
}

.zjjj_list span.n2 a, .zjjj_list span.n2 a:visited{
color:#444;
font-size:14px;
}
.zjjj_list span.n2 a:hover{
color:#f00;
text-decoration:none;
}

/* 学术前沿
------------------------------- */
.list04 ul{
margin-left:3px;
margin-top:7px;
}

.list04 li div{
float:left;
height:24px;
line-height:24px;
}
.list04 li div.n1{
width:239px;
padding-left:10px;
background:url(images/tnb/icon02.png) left 8px no-repeat;
}
.list04 li div.n2{
color:#999;
width:60px;
}


/* 特色医疗
------------------------------- */
.center03{
position:relative;
height:156px;
background:url(images/tnb/center03_bg.png) no-repeat;
}
.center03_list{
position:absolute;
top:60px;
left:135px;
width:140px;
}
.center03_list li{
height:22px;
line-height:22px;
padding-left:23px;
background:url(images/tnb/icon05.png) left 6px no-repeat;
}
.center03_list a, .center03_list a:visited{
color:#287990;
font-size:14px;
}
.center03_list a:hover{
color:#f00;
}

/* 网上求诊
------------------------------- */
.right03{
height:156px;
background:url(images/tnb/right03_bg.png) no-repeat;
}
a.right03_desc{
display:block;
height:156px;
text-indent:-9999px;
}

/* 友情链接
------------------------------- */
.friendlink{
margin-left:40px;
padding-left:20px;
height:19px;
padding-top:7px;
background:url(images/tnb/friendlink_bg.gif) no-repeat;
color:#fff;
}
.friendlink a, .friendlink a:visited{
color:#fff;
}
.friendlink a:hover{
color:#ff0;
}















