﻿@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/payy_myk/boby_bg.png);
color:#444;
font-size:12px;
text-align:left;
font-family:"宋体";
}

a{text-decoration: none;}
a:link,a:visited{color:#444;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{
font:0px/0px sans-serif;
height:10px;
line-height:0px;
}

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%;}


/* 清除浮动_以后不再在新项目中使用*/
.clear{clear:both;height:0;line-height:0px;font-size:0;overflow: hidden;}

/* 解决容器不扩展问题，调用<div class="clear_box">&nbsp;</div> */
.clear_box{
font:0px/0px sans-serif;
clear:both;
display:block;
overflow:hidden;
height:0;
line-height:0px;
border:0px;
padding:0px;
margin:0px;
}



/* 总布局
---------------------------------------------------------------------------------------------------------------------- */
.header{
width:1000px;
margin:0 auto;
background:#fefff7;
}

.wrapper_index{
width:1000px;
margin:0 auto;
background:#fefff7;
padding-bottom:15px;
}

.wrapper{
width:1000px;
margin:0 auto;
background:#fefff7;
}
.wrapper .sidebar{
float:left;
margin-top:3px;
width:210px;
margin-left:30px;
_margin-left:15px;
}
.wrapper .main{
float:left;
width:680px;
padding-left:40px;
padding-right:10px;
padding-bottom:20px;
background:#fefff7;
}

.footer{
position:relative;
width:1000px;
background:#083568;
line-height:160%;
height:90px;
}
.footer_logo{
height:76px;
background:url(images/payy_myk/footer_logo.gif) 55px 10px no-repeat;
text-indent:-9999px;
}
.footer_txt{
position:absolute;
top:20px;
left:160px;
width:600px;
height:45px;
color:#ced7e1;
}
.footer_txt a, .footer_txt a:visited{
color:#ced7e1;
}
.footer_txt a:hover{
color:#f00;
}

.friend_link{
position:absolute;
top:30px;
right:60px;
}


/* logo、顶导航菜单
---------------------------------------------------------------------------------------------------------------------- */
.logo{
float:left;
display:block;
width:150px;
height:100px;
cursor:pointer;
}
.logo div{
text-indent:-9999px;
width:150px;
height:100px;
background:url(images/payy_myk/logo.png) no-repeat;
}

.top_nav{
float:right;
width:808px;
height:18px;
padding-top:13px;
padding-right:42px;
text-align:right;
color:#a2a39e;
}
.top_nav a, .top_nav a:visited{
color:#666;
}
.top_nav a:hover{
color:#f00;
}


/* 频道导航菜单
---------------------------------------------------------------------------------------------------------------------- */
#main_nav{
float:left;
width:837px;
height:43px;
line-height:43px;
padding-left:13px;
background:url(images/payy_myk/main_nav_bg.gif) left bottom #5ba018 no-repeat;
}
#main_nav li{
display:inline;
}
#main_nav a{
float:left;
background:url(images/payy_myk/nav_main_left.gif) no-repeat left top;
font-size:14px;
font-weight:bold;
padding-left:6px;
color:#fff;
margin-left:2px;
}
#main_nav a span{
float:left;
display:block;
background:url(images/payy_myk/nav_main_right.gif) no-repeat right top;
padding-left:1px;
padding-right:7px;
}

/* 针对IE5和Mac的hack调整 \*/
#main_nav a span{float:none;}
/* End IE5-Mac hack */

#main_nav a:hover{
background-position:0% -43px;
color:#f00;
text-decoration:none;
}
#main_nav a:hover span{
background-position:100% -43px;
}
/* 当前频道的样式定义[开始] */
#main_nav a.ok_top{
background:url(images/payy_myk/nav_main_left.gif) no-repeat left top;
background-position:0% -43px;
color:#000;
}
#main_nav a.ok_top span{
background:url(images/payy_myk/nav_main_right.gif) no-repeat right top;
background-position:100% -43px;
}
#main_nav a:hover.ok_top span{
color:#f00;
}


/* 二级导航
---------------------------------------------------------- */
#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:#666;
}
#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{
position:absolute;
height:17px;
padding-top:5px;
top:0px;
background: url(images/payy_myk/scroll_news_bg1.png) #fff no-repeat;
padding-left:19px;
}

#sub_nav_box .r_pic{
position:absolute;
top:0px;
right:0px;
width:20px;
height:22px;
background: url(images/payy_myk//scroll_news_bg2.png) #fff no-repeat;
}

.sub_nav0{
padding-left:20px;
}

.sub_nav0_icon0{
position:absolute;
left:25px;
top:-3px;
background: url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}


.sub_nav1{
left:20px;
width:310px;
display:none;
}
.sub_nav0_icon1{
position:absolute;
left:62px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}

.sub_nav2{
left:130px;
width:480px;
display:none;
}

.sub_nav3{
left:210px;
width:70px;
display:none;
}

.sub_nav4{
left:250px;
width:135px;
display:none;
}
.sub_nav0_icon4{
position:absolute;
left:62px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}

.sub_nav5{
left:50px;
width:700px;
display:none;
}
.sub_nav0_icon5{
position:absolute;
right:370px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}

.sub_nav6{
left:0px;
width:800px;
display:none;
}
.sub_nav0_icon6{
position:absolute;
right:365px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}

.sub_nav7{
left:470px;
width:125px;
display:none;
}
.sub_nav0_icon7{
position:absolute;
left:65px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}


.sub_nav8{
left:550px;
width:128px;
display:none;
}
.sub_nav0_icon8{
position:absolute;
left:65px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}

.sub_nav9{
left:650px;
width:140px;
display:none;
}

/* 侧栏
---------------------------------------------------------------------------------------------------------------------- */
/* 侧栏导航
----------------------------------------------- */
.sidebar_nav_top_vi{
height:91px;
background:url(images/payy_myk/sidebar_nav_title_bg.png) no-repeat;
}

.sidebar_nav_title{
height:91px;
display:none;
/* 暂时隐藏不用 */
}
.sidebar_nav{
background: #fefff7;
padding:5px 0px;
}
.sidebar_nav li{
padding-top:8px;
height:19px;
background: url(images/payy_myk/sidebar_nav_list_bg.png) left bottom no-repeat;
padding-left:15px;
}
.sidebar_nav a, .sidebar_nav a:visited{/* 链接文字 */
color:#333;
}
.sidebar_nav a:hover{
color:#f00;
}
.sidebar_nav li.hover a, .sidebar_nav li.hover a:visited{/* 当前链接文字 */
color:#467339;
font-weight:bold;
}
.sidebar_nav li.hover a:hover{
font-weight:bold;
color:#f00;
}


/* 左侧导航处的“典型病例” “网上求诊” 图片*/
a.sidebar_dxbl{
margin-top:20px;
margin-bottom:23px;
display:block;
width:210px;
height:68px;
background:url(images/payy_myk/sidebar_dxbl_bg.gif) no-repeat;
text-indent:-9999px;
}

.sidebar_nav_bottom{
height:10px;
background:#09f;
display:none;/* 暂时隐藏不用*/
}



.sidebar_title{/* 公共标题 */
height:25px;
line-height:25px;
border-bottom:#60ab23 1px solid;
padding-left:15px;
font-weight:bold;
margin-top:10px;
background:#e2eed1;
}

.sidebar_search{/* 搜索 */
padding:10px;
background: #fefff7;
}
.sidebar_search input#txtKeyWords{ width:140px; border:1px #999 solid; padding:3px;}

.sidebar_new{/* 新品 */
padding:10px;
background: #fefff7;
}
.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;
background: #fefff7;
}
.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;
background: #fefff7;
}
.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 a, .page_content a:visited, .multipage_list_content a, .multipage_list_content a:visited, .multipage_content a, .multipage_content a:visited, .singleclass_content a, .singleclass_content a:visited, .multiclass_content a, .multiclass_content a:visited, .product_content a, .product_content a:visited, .announcement_content a, .announcement_content a:visited{ /* 内容中的链接 */
font-size:14px;
color:#00f;
text-decoration:underline;
}
.page_content a:hover, .multipage_list_content a:hover, .multipage_content a:hover, .singleclass_content a:hover, .multiclass_content a:hover, .product_content a:hover, .announcement_content a:hover{ /* 内容中的链接 */
color:#f00;
}



.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;
text-decoration: none;
background:url(images/payy_myk/link_bg.png);
color:#fff;
margin-bottom:10px;
}
.page_content a.gogogo:hover, .multipage_content a.gogogo:hover{
color: #ff0;
text-decoration:underline;
}

.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;
text-decoration: none;
background:url(images/payy_myk/link_bg_big.png);
color:#fff;
margin-bottom:10px;
}
.page_content a.gogogo_big:hover, .multipage_content a.gogogo_big:hover{
color: #ff0;
text-decoration:underline;
}


.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/payy_myk/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/payy_myk/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;
height:45px;
border-bottom:1px #60ab23 solid;
margin-bottom:10px;
background:url(images/payy_myk/description_box_bg.gif) left top #fefff7 no-repeat;
}

.location{
padding-top:28px;
color:#55a614;
text-align:right;
padding-right:3px;
}
.location a, .location a:visited{
color:#666;
}
.location a:hover{
color:#f00;
}

.description_txt{
position: absolute;
left:10px;
padding-top:3px;
}
.description_txt span.cn{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
color:#1c5101;
font-weight:bold;
}
.description_txt span.en{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}



/* 桥页
----------------------------------------------- */
.bridgepage_content{
padding:10px;
font-size:14px;
line-height:200%;
}



/* 单页面
----------------------------------------------- */
.page_content{
font-size:14px;
padding:0px 10px;
line-height:200%;
}


/* 多页面
----------------------------------------------- */
.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;
width:200px;
height:34px;
line-height:34px;
color:#fff;
font-size:14px;
font-weight:bold;
background:url(images/payy_myk/link_bg.png);
}
.multipage_list_link a:hover{
text-decoration:none;
color: #ff0;
background:url(images/payy_myk/link_bg.png);
}


.multipage_content{/* 子页面 */
padding:10px;
font-size:14px;
line-height:200%;
}



/* 单级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.singleclass_list_box{
padding:10px;
}
.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;
text-decoration:none;
}
.singleclass_list_box span.n2, .singleclass_list_box span.n3{
width:60px;
}


/* 图文列表
------------------------- */
.singleclass_pt_list_box{
padding:10px;
}
.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:100px;
}
.singleclass_pt_list_box span.n2{
padding-top:5px;
width:550px;
line-height:200%;
color:#999;
}
.singleclass_pt_list_box img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.singleclass_pt_list_box 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:#216101;
}
.singleclass_pt_list_box a:hover{
color: #f00;
text-decoration:none;
}

.singleclass_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}


.singleclass_title{/* 内容面 */
padding:20px 0px;
padding-bottom:0px;
font-size:18px;
font-weight:bold;
text-align:center;
}


.singleclass_info{
height:36px;
line-height:36px;
text-align:center;
color:#999;
border-bottom:1px #ccc solid;
}
.singleclass_content{
padding:10px;
font-size:14px;
line-height:200%;
}

.singleclass_content a, .singleclass_content a:visited{
font-size:14px;
color:#444;
text-decoration:underline;
}

.singleclass_PrevNext{/*上一篇下一篇*/
margin-top:10px;
padding:5px 10px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}
.singleclass_PrevNext li{
height:21px;
line-height:21px;
}



/* 多级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.multiclass_list_box{
padding:10px;
}
.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{
text-decoration:none;
color: #f00;
}
.multiclass_list_box span.n2, .multiclass_list_box span.n3{
width:60px;
}
.multiclass_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}


/* 图文列表
------------------------- */
.multiclass_pt_list_box{
padding:10px;
}
.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:520px;
line-height:180%;
color:#999;
}
.multiclass_pt_list_box img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.multiclass_pt_list_box 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:#216101;
}
.multiclass_pt_list_box a:hover{
text-decoration:none;
color: #f00;
}


.multiclass_title{/* 内容面 */
padding:20px 0px;
padding-bottom:0px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.multiclass_info{
height:36px;
line-height:36px;
text-align:center;
color:#999;
border-bottom:1px #ccc solid;
}
.multiclass_content{
padding:10px;
font-size:14px;
line-height:200%;
}


.multiclass_PrevNext{/*上一篇下一篇*/
margin-top:10px;
padding:5px 10px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}
.multiclass_PrevNext li{
height:21px;
line-height:21px;
}



/* 产品
----------------------------------------------- */
.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 li{/* 列表 */
border:1px #afc061 solid;
padding:5px;
margin-top:20px;
}
.guest_list_info{/* 信息 */
height:29px;
line-height:29px;
padding-left:10px;
padding-right:10px;
border-bottom:1px #dde9c1 solid;
background-color:#e1efc1;
}
.guest_list_info div.n1{
float:left;
font-weight:bold;
}
.guest_list_info div.n2{
float:right;
color:#afc061;
}


.guest_list_content{
padding:10px;
line-height:200%;
background:#fefff7;
}
.guest_list_admincontent{
border-top:1px #ccc dashed;
color: #393;
padding:10px;
line-height:200%;
background:#fefff7;
}

.guest_list_pagination{/* 分页 */
margin-top:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}



.guest_title{/* 发布留言 */
display:none;
padding:10px;
font-size:14px;
font-weight:bold;
border-bottom:1px #60ab23 solid;
margin-top:10px;
}


.guest_add_kuang{
background:#fff;
margin-top:10px;
}

.guest_add_kuang .prompt{
padding-top:10px;
line-height:24px;
color:#999;
}



.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:#fefff7;
}
.guest_table td{
border:1px #dadada solid;
padding:8px;
}



/* 表单
----------------------------------------------- */
.form_content{
padding:10px;
font-size:14px;
line-height:200%;
}




/* 公告
----------------------------------------------- */
.announcement_title{
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.announcement_content{
padding:10px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}


.announcement_info{
height:36px;
line-height:36px;
text-align:right;
}

.announcement_list_title{/* 以往公告标题 */
padding:10px;
font-size:14px;
font-weight:bold;
border-bottom:1px #60ab23 solid;
margin-top:10px;
}

.announcement_list_box{/* 以往公告列表 */
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{
text-decoration:none;
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:16px;
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{/* 总外框 */
padding:0px 30px;
}

.search_info{/* 信息 */
padding:10px;
padding-bottom:0px;
}
.search_info div.n1{
float:left;
}
.search_info div.n2{
float:right;
}

.search_list_box{/* 列表box */
padding:10px;
padding-top:0px;
}
.search_list_box li{
border-bottom:1px #ddd solid;
}

.search_title{/* 标题 */
padding-top:25px;
padding-left:15px;
background:url(images/icon01.gif) left 28px no-repeat;
}
.search_title a, .search_title a:visited{
font-weight:bold;
font-size:14px;
color:#333;
}
.search_title a:hover{
color: #06c;
}

.search_reading{/* 导读 */
padding:10px 0px;
padding-left:15px;
line-height:180%;
color:#999;
}


.search_list_pagination{/* 分页 */
margin:20px 0px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f2faf8;
border:#d3f2f7 1px solid;
}







/* 页面内权限不足小提示，留言、表单模型页用到
---------------------------------------------------------------------------------------------------------------------- */
.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
---------------------------------------------------------------------------------------------------------------------- */
.im_box{
margin-top:15px;
}

a.im_box_title{
display:block;
width:210px;
height:106px;
text-indent:-9999px;
background: url(images/payy_myk/im_box_title_bg.gif) #fff left top no-repeat;
}

.im_box_content{
margin-bottom:30px;
padding:16px 26px;
width:156px;
border:#b7d09b 1px solid;
border-top:0px;
zoom:1;
}
.im_box_content li{
float:left;
padding-top:5px;
height:24px;
width:78px;
border-bottom:1px #eee solid;
}

.im_box_bottom{
display:none;
background: url(images/IM/IM_box_bottom_bg.png) #fff no-repeat;
padding:8px;
}







/* 广告系统
---------------------------------------------------------------------------------------------------------------------- */
/* 右下角弹窗广告
---------------------------------------------------------- */
.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_vi{/* 形象画面 */
height:340px;
background:url(images/payy_myk/index_vi_bg.jpg) 30px bottom no-repeat;
position:relative;
}
.index_vi .index_flash_box{
position:absolute;
top:0px;
left:30px;
z-index:9999;
}


.channel_vi{/* 形象画面 */
height:230px;
background:url(images/payy_myk/channel_vi_bg.jpg) 30px 5px no-repeat;
position:relative;
}
.channel_vi .all_flash_box{
position:absolute;
top:5px;
left:30px;
z-index:9999;
}


.index_height{
font:0px/0px sans-serif;
height:22px;
line-height:0px;
}

.more{
position:absolute;
top:3px;
right:0px;
width:28px;
height:5px;
background:url(images/payy_myk/more.png) no-repeat;
text-indent:-9999px;
}
.more_h{
position:absolute;
top:8px;
right:0px;
width:28px;
height:5px;
background:url(images/payy_myk/more.png) no-repeat;
text-indent:-9999px;
}

/* 整体布局
-------------------------------------------------------- */
.main_left{
float:left;
margin-left:30px;
_margin-left:15px;
width:654px;
}
.main_right{
float:left;
margin-left:24px;
width:262px;
}


/* 新闻动态 科室简介 整体布局
-------------------------------------------------------- */
.news, .case, .video{
float:left;
width:292px;
}
.introduction, .therapy, .agents{
float:left;
margin-left:24px;
width:338px;
}


/* 新闻动态
-------------------------------- */
.title01{
position:relative;
height:32px;
background: url(images/payy_myk/index_tltle01.gif) no-repeat;
text-indent:-9999px;
}

.list01 li div{
height:22px;
line-height:22px;
float:left;
}
.list01 li div.n1{
padding-left:10px;
background: url(images/payy_myk/icon02.png) 2px 8px no-repeat;
width:215px;
}
.list01 li div.n1 a, .list01 li div.n1 a:visited{
color:#555;
}
.list01 li div.n1 a:hover{
color:#f00;
}

.list01 li div.n2{
width:60px;
color:#ADC789;
}


/* 科室简介
-------------------------------- */
.title02{
position:relative;
height:32px;
background: url(images/payy_myk/index_tltle02.gif) no-repeat;
text-indent:-9999px;
}
.content02{
position:relative;
height:96px;
background:url(images/payy_myk/content02_bg.png) no-repeat;
}
.ksjj{
	position:absolute;
	top:24px;
	left:125px;
	width:205px;
	line-height:21px;
}
.ksjj a, .ksjj a:visited{
color:#555;
}
.ksjj a:hover{
color:#f00;
}


/* 典型病例
-------------------------------- */
.title03{
position:relative;
height:27px;
background: url(images/payy_myk/index_tltle03.gif) no-repeat;
text-indent:-9999px;
}

.content03_pic{
float:left;
}
.content03_pic img{
padding:4px;
border:1px #ccc solid;
}
.content03_pic a:hover img{
border:1px #f00 solid;
}

.list02{
float:left;
margin-left:6px;
_margin-left:3px;
}
.list02 li{/* 列表 */
height:25px;
line-height:25px;
padding-left:13px;
background: url(images/payy_myk/icon02.png) 5px 11px no-repeat;
}
.list02 li a, .list02 li a:visited{
color:#555;
}
.list02 li a:hover{
color:#f00;
}



/* 特色疗法
-------------------------------- */
.title04{
position:relative;
height:27px;
background: url(images/payy_myk/index_tltle04.gif) no-repeat;
text-indent:-9999px;
}
.content04{
height:102px;
border:#B7D09B 1px solid;
background:#DBEAC5;
}

.list03{
margin-top:5px;
margin-left:16px;
color:#A9BE89;
line-height:220%;
font-size:14px;
}
.list03 a, .list03 a:visited{
font-size:14px;
color:#111;
}
.list03 a:hover{
color:#f00;
}



/* 视频讲座
-------------------------------- */
.title05{
position:relative;
height:27px;
background: url(images/payy_myk/index_tltle05.gif) no-repeat;
text-indent:-9999px;
}
.content05{
position:relative;
height:84px;
background:url(images/payy_myk/temp/temp02.png) no-repeat;
}

.list04{
position:absolute;
top:2px;
right:0px;
width:180px;
}
.list04 li{
line-height:21px;
height:21px;
padding-left:15px;
background:url(images/payy_myk/icon03.png) left 3px no-repeat;
}
.list04 li a, .list04 li a:visited{
color:#555;
}
.list04 li a:hover{
color:#f00;
}


/* 特色制剂
-------------------------------- */
.title06{
position:relative;
height:27px;
background: url(images/payy_myk/index_tltle06.gif) no-repeat;
text-indent:-9999px;
}

.content06{
height:84px;
overflow:hidden;
}
.content06 ul{
margin-left:12px;
}
.content06 li{
float:left;
width:108px;
}

.content06 img{
padding:2px;
border:1px #ccc solid;
background:#fff;
}
.content06 a:hover img{
border:1px #f00 solid;
}


/* 疾病图片
-------------------------------- */
.title07{
display:none;
}

.content07{
height:100px;
padding-top:30px;
background: url(images/payy_myk/index_box8_bg.gif) no-repeat;
padding-left:10px;
}
.content07 li{
float:left;
width:106px;
text-align:center;
line-height:200%;
background:#fefff7;
}

.content07 img{
padding:2px;
border:1px #ccc solid;
}
.content07 a:hover img{
border:1px #f00 solid;
}


/* 专家介绍
-------------------------------- */
.title08{
position:relative;
height:32px;
background: url(images/payy_myk/index_tltle07.gif) no-repeat;
text-indent:-9999px;
}


.title08 .more{
position:absolute;
top:10px;
right:0px;
width:28px;
height:5px;
background:url(images/payy_myk/more.png) no-repeat;
text-indent:-9999px;
}

.zjjj_list{
height:240px;
border-bottom:#b7d09b 1px solid;
padding-bottom:8px;
}


/* 无缝滚动 /js/Scroller.js demo在首页index.html
-------------------- */
.Scroller{
height:240px;/*确定了高度*/
overflow:hidden;
}
.Scroller ul{
margin-left:6px;
}
.Scroller li{
height:114px;/*确定了高度*/
padding:3px 0px;
overflow:hidden;
}

.zjjj_list span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.zjjj_list span.n1{
width:82px;
}
.zjjj_list span.n2{
margin-left:5px;
padding-top:8px;
width:150px;
line-height:160%;
color:#999;
}

.zjjj_list span.n1 img{
padding:3px;
border:1px #ccc solid;
background:#fff;
}
.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;
}



/* 网上求诊
-------------------------------- */
.attendance{
position:relative;
height:111px;
background:url(images/payy_myk/attendance_bg.png) no-repeat;
}
.attendance_txt{
position:absolute;
top:83px;
right:70px;
}
.attendance_txt a, .attendance_txt a:visited{
font-size:14px;
font-weight:bold;
color:#666;
}
.attendance_txt a:hover{
color:#f00;
}


/* 联系我们
-------------------------------- */
.contact_us{
position:relative;
height:130px;
background:url(images/payy_myk/contact_us_bg.png) no-repeat;
}
.contact_us_title{
position:absolute;
top:18px;
right:100px;
}
.contact_us_title a, .contact_us_title a:visited{
font-size:14px;
font-weight:bold;
color:#678839;
}
.contact_us_title a:hover{
color:#f00;
}

.contact_us_content{
position:absolute;
top:45px;
right:15px;
color:#666;
line-height:18px;
}

/*  单病种网站
-------------------- */
.web_link{
margin:10px 30px;
padding:6px 20px;
line-height:21px;
background:#e0e6e6;
color:#6392c6;
}
.web_link strong{
color:#3c6a9e;
}
.web_link a, .web_link a:visited{
color:#315b8a;
}
.web_link a:hover{
color:#f00;
}



/* 文章内容页里的在线咨询 */
.content_zixun_shoucang{
text-align:right;
margin:20px 0px;
margin-top:50px;
}


.content_zixun_title{
background:#e6edf9;
text-align:center;
}

.content_zixun{
margin-bottom:10px;
border:#b9ccea 1px solid;
}
.content_zixun img, .conten_tishi img{
border:0px;
}

.conten_tishi{
padding-left:10px;
margin-top:10px;
height:41px;
line-height:41px;
font-size:14px;
text-align:center;
background:#e6edf9;
}

.fen{
color:#ff6600;
}

.content_zixun_link{
position:relative;
height:140px;
background:url(images/payy_myk/wenyisheng.gif) no-repeat;
}
.dianhua{
position:absolute;
left:110px;
bottom:68px;
font-family:"微软雅黑";
font-size:14px;
font-weight:bold;
}

.content_zixun_link ul{
position:absolute;
right:10px;
bottom:23px;
}
.content_zixun_link li{
float:left;
margin-left:8px;
}

.content_zixun_link li a{
display:block;
width:75px;
height:96px;
text-indent:-9999px;
}

.content_zixun_content{
padding:10px;
}


