﻿@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_xyk/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{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%;}

/* 清除浮动_以后不再在新项目中使用*/
.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:#fff;
}

.wrapper_index{
width:1000px;
margin:0 auto;
background:#fff;
padding-bottom:20px;
}

.wrapper{
width:934px;
padding:0px 46px 0px 20px;
margin:0 auto;
background:#fff;
padding-bottom:20px;
}
.wrapper .sidebar{
float:left;
width:200px;
background:url(images/payy_xyk/sidebar_bg.gif) no-repeat;
padding-top:78px;
}
.wrapper .main{
float:right;
width:688px;
}



/* logo、顶导航菜单
---------------------------------------------------------------------------------------------------------------------- */
.logo{
float:left;
display:block;
width:154px;
height:106px;
cursor:pointer;
}
.logo div{
text-indent:-9999px;
width:154px;
height:106px;
background:url(images/payy_xyk/logo.png) no-repeat;
}


.top_nav{
float:right;
width:826px;
height:29px;
padding-right:20px;
padding-top:15px;
text-align:right;
background:#fff;
}


/* 频道导航菜单
---------------------------------------------------------------------------------------------------------------------- */
#main_nav{
float:left;
width:813px;
margin-right:20px;
height:31px;
line-height:31px;
padding-left:13px;
background:url(images/payy_xyk/nav_main_bg.gif) #dde9c1 no-repeat;
}
#main_nav li{
display:inline;
}
#main_nav a{
float:left;
background:url(images/payy_xyk/nav_main_left.gif) no-repeat left top;
font-size:14px;
font-weight:bold;
padding-left:3px;
color:#217d16;
margin-right:1px;
}
#main_nav a span{
float:left;
display:block;
background:url(images/payy_xyk/nav_main_right.gif) no-repeat right top;
padding-left:4px;
padding-right:6px;
}

/* 针对IE5和Mac的hack调整 \*/
#main_nav a span{float:none;}
/* End IE5-Mac hack */

#main_nav a:hover{
background-position:0% -31px;
color:#ff0;
text-decoration:none;
}
#main_nav a:hover span{
background-position:100% -31px;
}
/* 当前频道的样式定义[开始] */
#main_nav a.ok_top{
background:url(images/payy_xyk/nav_main_left.gif) no-repeat left top;
background-position:0% -31px;
color:#fff;
}
#main_nav a.ok_top span{
background:url(images/payy_xyk/nav_main_right.gif) no-repeat right top;
background-position:100% -31px;
}
#main_nav a:hover.ok_top span{
color:#ff0;
}

/* 二级导航
---------------------------------------------------------- */
#sub_nav_box{
float:left;
position:relative;
margin-top:5px;
width:846px;
}
#sub_nav_box a, #sub_nav_box a:visited{
color:#217d16;
}
#sub_nav_box a:hover{
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;
padding:2px 10px;
line-height:17px;
top:0px;
background:#fff;
border:1px #e8f0d5 solid;
color:#dde9c1;
}

.sub_nav0{
left:0px;
width:600px;
}
.sub_nav0_icon0{
position:absolute;
left:30px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}

.sub_nav1{
left:40px;
width:365px;
display:none;
}
.sub_nav0_icon1{
position:absolute;
left:48px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}


.sub_nav2{
left:130px;
width:480px;
display:none;
}

.sub_nav3{
left:210px;
width:70px;
display:none;
}

.sub_nav4{
left:0px;
width:804px;
display:none;
}
.sub_nav0_icon4{
position:absolute;
left:318px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}

.sub_nav5{
left:0px;
width:804px;
display:none;
}
.sub_nav0_icon5{
position:absolute;
left:398px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}

.sub_nav6{
left:0px;
width:804px;
display:none;
}
.sub_nav0_icon6{
position:absolute;
left:473px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}

.sub_nav7{
left:500px;
width:190px;
display:none;
}
.sub_nav8{
left:478px;
width:280px;
display:none;
}
.sub_nav0_icon8{
position:absolute;
left:145px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}

.sub_nav9{
left:625px;
width:130px;
display:none;
}
.sub_nav0_icon9{
position:absolute;
left:69px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}

.sub_nav10{
left:519px;
width:285px;
display:none;
}
.sub_nav0_icon10{
position:absolute;
left:250px;
top:-5px;
background:url(images/payy_xyk/icon01.gif) no-repeat;
width:8px;
height:4px;
}



/* 侧栏
---------------------------------------------------------------------------------------------------------------------- */
/* 侧栏导航
----------------------------------------------- */
.sidebar_nav_title{
display:none;
}
.sidebar_nav{
margin-bottom:20px;
}
.sidebar_nav li{
padding:8px 0px 6px 10px;
border-bottom:1px #ccc dashed;
line-height:160%;
}
.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:#333;
font-weight:bold;
}
.sidebar_nav li.hover a:hover{
color:#f00;
font-weight:bold;
}
.sidebar_nav_bottom{
height:10px;
background:#09f;
display:none;
}



.sidebar_title{/* 公共标题 */
height:25px;
line-height:25px;
border-bottom:1px #71a352 solid;
background:#d2e6a8;
padding-left:15px;
margin-top:10px;
font-weight:bold;
color:#5e8247;
font-size:14px;
}

.sidebar_search{/* 搜索 */
padding:8px;
}
.sidebar_search input#txtKeyWords{ width:130px; border:1px #999 solid; padding:3px;}


.sidebar_new{/* 新品 */
padding:10px;
}
.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;
padding-bottom:0px;
margin-bottom:20px;
}
.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:4px;
border:1px #ddd solid;
}
.multipage_content img{/* 图片描边 */
background:#fff;
padding:4px;
border:1px #ddd solid;
}
.singleclass_content img{/* 图片描边 */
background:#fff;
padding:4px;
border:1px #ddd solid;
}
.multiclass_content img{/* 图片描边 */
background:#fff;
padding:4px;
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_xyk/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_xyk/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_xyk/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_xyk/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:60px;
border-bottom:3px #dde9c1 solid;
margin-bottom:10px;
background: url(images/payy_xyk/description_box_bg.png) no-repeat;
}

.location{
padding-top:40px;
color:#5e8247;
text-align:right;
}
.description_txt{
position: absolute;
left:70px;
padding-top:18px;
}
.description_txt span.cn{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
font-weight:bold;
color:#444;
}
.description_txt span.en{
display:block;/*需要上下排列时，把这段代码释放*/
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}



/* 桥页
----------------------------------------------- */
.bridgepage_content_all{
position:relative;
background:url(images/payy_xyk/zs_pic.png) no-repeat;
height:1050px;
font-size:14px;
color:#000;
}
.bridgepage_content_all a, .bridgepage_content_all a:visited{
font-size:14px;
color:#000;
}
.bridgepage_content_all a:hover{
color: #f00;
}
.bridgepage_content_all .n1{
position:absolute;
top:20px;
left:40px;
}
.bridgepage_content_all .n2{
position:absolute;
top:622px;
left:40px;
}
.bridgepage_content_all .n2 li{
line-height:36px;
height:36px;
}
.bridgepage_content_all .n3{
position:absolute;
top:81px;
left:306px;
}
.bridgepage_content_all .n3 li{
line-height:33px;
height:33px;
}
.bridgepage_content_all .n4{
position:absolute;
top:335px;
left:306px;
}
.bridgepage_content_all .n4 li{
line-height:33px;
height:33px;
}
.bridgepage_content_all .n5{
position:absolute;
top:502px;
left:306px;
}
.bridgepage_content_all .n5 li{
line-height:33px;
height:33px;
}

.bridgepage_content_all .n6{
position:absolute;
top:80px;
left:73px;
}
.bridgepage_content_all .n7{
position:absolute;
top:182px;
left:73px;
}
.bridgepage_content_all .n8{
position:absolute;
top:370px;
left:73px;
}
.bridgepage_content_all .n9{
position:absolute;
top:520px;
left:73px;
}
.bridgepage_content_all .n6 a, .bridgepage_content_all .n7 a, .bridgepage_content_all .n8 a:visited, .bridgepage_content_all .n9 a, .bridgepage_content_all .n6 a:visited, .bridgepage_content_all .n7 a:visited, .bridgepage_content_all .n8 a, .bridgepage_content_all .n9 a:visited{
display:block;
width:160px;
height:30px;
text-indent:-9999px;
}
.bridgepage_content_all .n6 a:hover, .bridgepage_content_all .n7 a:hover, .bridgepage_content_all .n8 a:hover, .bridgepage_content_all .n9 a:hover{
color: #f00;
}


.leukemia_content_all{/* 白血病 */
position:relative;
background:url(images/payy_xyk/Leukemia_pic.png) no-repeat;
height:560px;
font-size:14px;
color:#000;
}
.leukemia_content_all a, .leukemia_content_all a:visited{
font-size:14px;
color:#000;
}
.leukemia_content_all a:hover{
color: #f00;
}
.leukemia_content_all .n3{
position:absolute;
top:26px;
left:288px;
}
.leukemia_content_all .n3 li{
line-height:33px;
height:33px;
}
.leukemia_content_all .n4{
position:absolute;
top:280px;
left:288px;
}
.leukemia_content_all .n4 li{
line-height:33px;
height:33px;
}
.leukemia_content_all .n5{
position:absolute;
top:447px;
left:288px;
}
.leukemia_content_all .n5 li{
line-height:33px;
height:33px;
}

.leukemia_content_all .n6{
position:absolute;
top:25px;
left:50px;
}
.leukemia_content_all .n7{
position:absolute;
top:127px;
left:50px;
}
.leukemia_content_all .n8{
position:absolute;
top:315px;
left:50px;
}
.leukemia_content_all .n9{
position:absolute;
top:465px;
left:50px;
}
.leukemia_content_all .n6 a, .leukemia_content_all .n7 a, .leukemia_content_all .n8 a:visited, .leukemia_content_all .n9 a, .leukemia_content_all .n6 a:visited, .leukemia_content_all .n7 a:visited, .leukemia_content_all .n8 a, .leukemia_content_all .n9 a:visited{
display:block;
width:160px;
height:30px;
text-indent:-9999px;
}
.leukemia_content_all .n6 a:hover, .leukemia_content_all .n7 a:hover, .leukemia_content_all .n8 a:hover, .leukemia_content_all .n9 a:hover{
color: #f00;
}




.bridgepage_content{
margin:20px 0px;
}
.bridgepage_title{
font-size:14px;
font-weight:bold;
color:#333;
padding-left:28px;
background:url(images/payy_xyk/icon_bg.png) no-repeat;
padding-top:9px;
height:33px;
}

.bridgepage_title .title {
font-size:14px;
font-weight:bold;
color:#333;
margin-left:0px;
}    
.bridgepage_title a{
font-size:12px;
font-weight:normal;
color:#217d16;
margin-left:20px;
}

.bridgepage_info_box{
margin:15px;
line-height:200%;
position:relative;
}
.bridgepage_info_box img{/* 图片描边 */
background:#fff;
padding:4px;
border:1px #ddd solid;
}
.bridgepage_info_box .txt{
position:absolute;
top:0px;
left:170px;
width:500px;
}

.bridgepage_info_list{
margin:15px;
}
.bridgepage_info_list li{
float:left;
width:314px;
padding-left:15px;
height:29px;
line-height:29px;
border-bottom:1px #eee solid;
background: url(images/payy_xyk/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;
}

.bridgepage_drug_box{
margin:15px;
line-height:200%;
text-align:center;
}
.bridgepage_drug_box img{/* 图片描边 */
padding:5px;
border:1px #ddd solid;
}
.bridgepage_drug_box a:hover img{
padding:5px;
border:1px #f00 solid;
}
.bridgepage_drug_box li{
float:left;
width:164px;
}





/* 单页面
----------------------------------------------- */
.page_content{
padding:10px;
font-size:14px;
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;
height:32px;
line-height:32px;
font-size:14px;
width:280px;
background:#ddd;
}
.multipage_list_link a:hover{
color: #f00;
background:#ccc;
}


.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:508px;
}
.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:70px;
}


/* 图文列表
------------------------- */
.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:140px;
}
.singleclass_pt_list_box span.n2{
width:528px;
line-height:200%;
color:#999;
}

.singleclass_pt_list_box span.n1_team{
width:90px;
}
.singleclass_pt_list_box span.n2_team{
width:578px;
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;
}
.singleclass_pt_list_box a:hover{
color: #f00;
}

.singleclass_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}


.singleclass_title{/* 内容面 */
padding:10px;
padding-bottom:0px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.singleclass_info{
	margin:10px;
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_PrevNext{/*上一篇下一篇*/
margin-:10px;
padding:5px 10px;
background:#f3f9e5;
border:#e0eec1 1px solid;
}
.singleclass_PrevNext li{
height:21px;
line-height:21px;
}

/* 内容头尾
------------------------- */
.content_t_d{
padding:10px;
}
.content_t_d li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.content_t_d span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.content_t_d span.n1{
width:140px;
}
.content_t_d span.n2{
margin-top:5px;
width:528px;
line-height:200%;
color:#999;
}
.content_t_d img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.content_t_d a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.content_t_d a, .content_t_d a:visited{
font-size:14px;
}
.content_t_d a:hover{
color: #f00;
}
.content_t_d span.n3{
color: #f00;
font-weight:bold;
}


.content_zx {
	width:540px;
	margin-bottom:15px;
}
.content_zx img{
float:left;
padding:2px;
border:0px #ccc solid;
margin-left:90px;
margin-top:15px;

}

/* 多级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.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:508px;
}
.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:70px;
}
.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{
margin-top:5px;
width:528px;
line-height:200%;
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;
}
.multiclass_pt_list_box a:hover{
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 #ccc solid;}
.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:21px;
line-height:21px;
}


/* 招聘
----------------------------------------------- */
.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%;
}
.guest_list_admincontent{
border-top:1px #ccc dashed;
color: #217d16;
padding:10px;
line-height:200%;
}

.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:2px #71a352 solid;
margin-top:10px;
}

.guest_add{
background:#fff;
padding:10px;
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:5px;
width:100px;
text-align:right;
font-weight:bold;
background:#f1f1f1;
}
.guest_table td{
border:1px #dadada solid;
padding:5px;
}



/* 表单
----------------------------------------------- */
.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:2px #71a352 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:578px;
}
.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: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{/* 总外框 */
}


.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:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f3f9e5;
border:#e0eec1 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;
}




/* 浮动式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;
}









/* 广告系统
---------------------------------------------------------------------------------------------------------------------- */
/* 右下角弹窗广告
---------------------------------------------------------- */
.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:354px;
background:url(images/payy_xyk/index_vi.jpg) 20px 16px no-repeat;
}
.index_vi .index_flash_box{
margin-top:16px;
margin-left:20px;
}

.more{
position:absolute;
top:10px;
right:10px;
width:35px;
background:url(images/payy_xyk/icon03.png) 29px 4px no-repeat;
}
.more a, .more a:visited{
color:#5e8247;
}
.more a:hover{
color:#f00;
}

.title02{
position:relative;
height:26px;
border-bottom:#ddd 1px solid;
}
.title02 .desc{
width:96px;
height:24px;
line-height:24px;
background: url(images/payy_xyk/tab_active.gif) #738c64;
text-align:center;
font-size:14px;
font-weight:bold;
color:#fff;
}
.title02 .desc .classa{

font-size:14px;
font-weight:bold;
color:#fff;
}

/* 整体布局
----------------------------------------------------------- */
.left1, .left2, .left3{
float:left;
margin-left:46px;
_margin-left:23px;
width:206px;
}
.center1, .center2, .center3{
float:left;
margin-left:20px;
width:372px;
}
.right1, .right2, .right3{
float:left;
margin-left:20px;
width:290px;
}


/* 典型病例 上面图片
-------------------- */
.left1 .content{
padding:8px;
width:190px;
background:#dde9c1;
}

.left1 .desc{
padding-top:9px;
text-align:center;
}

/* 科室动态 学术成就
-------------------- */
.center1 .TabTitle{/* tab标签 */
position:relative;
height:22px;
clear:both;
overflow: hidden;
padding-bottom:5px;
border-bottom:#ddd 1px solid;
}
.center1 .TabTitle li{
float:left;
text-align:center;
cursor: pointer;
width:96px;
height:20px;
padding-top:4px;
margin-right:3px;
}
.center1 .TabTitle .active{
background: url(images/payy_xyk/tab_active.gif) #738c64;
}
.center1 .TabTitle .active a, .center1 .TabTitle .active a:visited{
font-size:14px;
font-weight:bold;
color: #fff;
text-decoration:none;
}

.center1 .TabTitle .normal{
background: url(images/payy_xyk/tab_normal.gif) #d2e6a8;
}
.center1 .TabTitle .normal a, .center1 .TabTitle .normal a:visited{
font-size:14px;
font-weight:bold;
color: #5e8247;
}

.center1 .TabContent{
padding:0px;
padding-right:10px;
margin-top:10px;
}
.center1 .TabContent li div{
float:left;
height:22px;
line-height:22px;
border-bottom:#ddd 1px dashed;
}
.center1 .TabContent li div.n1{
width:280px;
padding-left:15px;
background: url(images/payy_xyk/icon02.png) 5px 10px no-repeat;
}
.center1 .TabContent li div.n1 a, .center1 .TabContent li div.n1 a:visited{
color:#555;
}
.center1 .TabContent li div.n1 a:hover{
color:#f00;
}

.center1 .TabContent li div.n2{
color:#999;
width:60px;
}

.center1 .none {display:none;}


/* 科室简介
-------------------- */
.title01{
height:41px;
background:url(images/payy_xyk/title01_bg.png) no-repeat;
text-indent:-9999px;
}

.content01{
position:relative;
height:118px;
background:url(images/payy_xyk/content01_bg.png) no-repeat;
}

.right1 .desc{
position:absolute;
right:18px;
top:9px;
width:136px;
height:84px;
line-height:18px;
}
.right1 .desc a, .right1 .desc a:visited{
color:#555;
}
.right1 .desc a:hover{
color:#f00;
}


/* 典型病例
-------------------- */
.left2 .pic{/* 图片 */
padding:4px;
border:#ddd 1px solid;
width:198px;
height:84px;
margin-top:8px;
margin-bottom:11px;
overflow:hidden;
}

.list01 li{/* 列表 */
height:24px;
line-height:24px;
color:#999;
padding-left:15px;
border-bottom:#ddd 1px dashed;
background: url(images/payy_xyk/icon02.png) 5px 10px no-repeat;
}
.list01 li a, .list01 li a:visited{
color:#555;
}
.list01 li a:hover{
color:#f00;
}



/* 血液病介绍
-------------------- */
.list02{/* 列表 */
position:relative;
margin-top:8px;
height:170px;
line-height:200%;
background: url(images/payy_xyk/list_bg.gif) right bottom #dde9c1 no-repeat;
}
.list02 .l01{/* 左侧列表 */
position:absolute;
top:12px;
left:20px;
width:160px;
}
.list02 .l02{/* 左侧列表 */
position:absolute;
top:12px;
right:10px;
width:160px;
}

.list02 .l01 a, .list02 .l01 a:visited, .list02 .l02 a, .list02 .l02 a:visited{
font-size:14px;
color:#111;
}
.list02 .l01 a:hover, .list02 .l02 a:hover{
color:#f00;
}

.center2 .pic{
margin-top:8px;
}

/*专家介绍
-------------------- */
.title03{
height:56px;
background:url(images/payy_xyk/title03_bg.png) no-repeat;
text-indent:-9999px;
}

.zj_list{
border:#dde9c1 10px solid;
border-top:0px;
height:245px;
padding-top:4px;/* 这样就会留出上下头尾的6px*/
}



/* 无缝滚动 /js/Scroller.js demo在首页index.html
-------------------- */
.Scroller{
height:240px;
overflow:hidden;
}
.Scroller ul{
width:255px;
margin-left:15px;
}
.Scroller li{
height:110px;
padding:5px 0px;
overflow:hidden;
}

.index_doctor span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.index_doctor span.n1{
width:82px;
}
.index_doctor span.n2{
margin-left:8px;
padding-top:5px;
width:160px;
line-height:200%;
color:#888;
}

.index_doctor span.n1 img{
padding:4px;
border:1px #ccc solid;
background:#fff;
}
.index_doctor span.n1 a:hover img{
border:1px #f00 solid;
}

.index_doctor span.n2 a, .index_doctor span.n2 a:visited{
font-size:14px;
color:#444;
}
.index_doctor span.n2 a:hover{
color: #f00;
zoom:1;/* 解决 鼠标放到图片上 边框显示不全 问题*/
}




/* 视频中心
-------------------- */
.content02{
position:relative;
height:106px;
background:url(images/payy_xyk/content02_bg.png) no-repeat;
}

.content02 .desc{
position:absolute;
top:15px;
right:13px;
width:90px;
line-height:150%;
}
.content02 .desc li{
padding-left:15px;
background:url(images/payy_xyk/icon04.png) left 2px no-repeat;

}
.content02 .desc a, .content02 .desc a:visited{
color:#5e8247;
}
.content02 .desc a:hover{
color:#f00;
}


/* 最新疗法
-------------------- */
.content03 .pic{
float:left;
margin-top:8px;
}
.content03 .pic img{
padding:5px;
border:1px #ccc solid;
}
.content03 .pic a:hover img{
border:1px #f00 solid;
}

.list03{
float:left;
}

.list03 ul{
margin-top:10px;
margin-left:5px;
}
.list03 li{/* 列表 */
height:23px;
line-height:23px;
color:#999;
padding-left:15px;
border-bottom:#ddd 1px dashed;
background: url(images/payy_xyk/icon02.png) 5px 10px no-repeat;
}
.list03 li a, .list03 li a:visited{
color:#555;
}
.list03 li a:hover{
color:#f00;
}



/*  网上求诊
-------------------- */
.right3{
position:relative;
height:133px;
background:url(images/payy_xyk/right3_bg.png) no-repeat;
line-height:220%;
}

.treatment_desc{
position:absolute;
top:42px;
left:25px;
}
.treatment_desc a, .treatment_desc a:visited{
font-size:14px;
font-weight:bold;
color:#777;
}
.treatment_desc a:hover{
color:#f00;
}

.treatment_desc .lxwm{
padding-top:5px;
}




/*  公共底部
------------------------------------------------------------------------------------- */
.wrapper_footer{
width:960px;
padding:0px 20px;
margin:0 auto;
background:#fff;
}

.link{
padding:8px 20px;
line-height:21px;
background:#e8f0d5;
border:1px #dde9c1 solid;
color:#bdcd96;
}
.link strong{
color:#217d16;
}
.link a, .link a:visited{
color:#217d16;
}
.link a:hover{
color:#f00;
}



.footer{
position:relative;
width:960px;
background:#d2e6a8;
margin-top:10px;
height:90px;
}
.footer_logo{
position:absolute;
top:5px;
left:95px;
width:81px;
height:79px;
background:url(images/payy_xyk/footer_logo.jpg) no-repeat;
text-indent:-9999px;
}
.footer_txt{
position:absolute;
top:18px;
left:190px;
width:480px;
line-height:160%;
}
.friend_link{
position:absolute;
top:20px;
right:45px;
}



/* 内容页
------------------------------------------------------------------------------------- */
.all_vi{/* 形象画面 */
height:231px;
background:url(images/payy_xyk/all_vi.jpg) 20px 16px no-repeat;
margin-top:8px;

/*MDS专题后修改*/
position:relative;
}
.all_vi .all_flash_box{
margin-top:15px;
margin-left:20px;
/*MDS专题后修改*/
z-index:-1; 
position:absolute;

}





/* 嵌入式IM
----------------------------------------------- */
.ad_dxbl{
display:block;
background: url(images/payy_xyk/ad_dxbl.gif);
width:200px;
height:70px;
text-indent:-9999px;
margin-bottom:15px;
}
.ad_xybjs{
display:block;
background: url(images/payy_xyk/ad_xybjs.gif);
width:200px;
height:70px;
text-indent:-9999px;
margin-bottom:15px;
}

.ad_wsqz{
display:block;
background: url(images/payy_xyk/ad_wsqz.gif);
width:200px;
height:64px;
text-indent:-9999px;
}

.im_box_title{
display:none;
}

.im_box_content{
border-left:2px #dde9c1 solid;
border-right:2px #dde9c1 solid;
padding:15px 18px 0px 18px;
zoom:1;
}
.im_box_content li{
float:left;
padding-top:5px;
height:24px;
width:80px;
border-bottom:1px #eee solid;
}
.im_box_bot{
background: url(images/payy_xyk/ad_wsqz_bot.gif);
width:200px;
height:17px;
}


/* 文章内容页里的在线咨询 */
.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_xyk/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:20px;
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;
}















