﻿/* CSS Document */
*{ margin:0px; padding:0px;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
body{ color:#333; font-family:'宋体',sans-serif;font-size:12px; background-color:#fff }
table{ border-collapse:collapse; border-spacing:0;}
div,table,tr,td,img,ul,li,h1,h2,h3,h4,h5,h6,p,em,font,span,dl,dt,dd,form,textarea,input,form,cite{ margin:0; padding:0;font-style:normal;list-style:none }
ul,ol{ list-style-type:none;}
h1,h2,h3,h4,h5{font-weight:500;}
img{ border:0px}
.text{ border:1px solid #e5e5e5}
input:focus{ outline:0 none; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)}
input[type=submit]{-webkit-appearance:none}
a{ color:#333; text-decoration:none;cursor: pointer;}
a:hover{ color:#f37b14; text-decoration:none;}
.fl{float: left;}
.fr{float: right}
.clearit,.clearb{clear:both;margin:0;padding:0;}
.details{color:#009186; }

.main{margin-bottom: 20px;}
.W1050{width:1050px;margin:0 auto;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.pd15{padding:15px;}
.pd20{padding:20px; }
.pdlr20{padding:0px 20px;  }
.pt10{padding-top: 10px;}
.bordT{border-top:1px solid #ededed;}
.border{border:1px solid #ededed;}
.columnName{ color:#00958b!important; display: none;}
.columnName:hover{ color:#f37b14;}
/*站点*/
.W735{width:735px;}
.W530{width:530px; _width:500px;}
.W300{width:300px;}
.H255{height:255px;}
.H290{height:290px;}

/*公用样式*/
h2.title_header{height:43px; border-bottom:1px solid #dddddd; font:16px/44px '宋体'; color:#00958b; background:url(../images/h2_bg.jpg) repeat-x; padding:0 10px 0;font-weight: bold;overflow: hidden;}
h2.title_header span{float: left}
h2.title_header a.newshoverr{display:block;text-align: center;float: left;font-weight: normal;font-size: 14px;margin-right:2px;background: none;}
h2.title_header a.newshoverr span{display: block;background:url(../images/line_bg.png) no-repeat right center;width: 116px;
padding-left: 4px;}
h2.title_header a.more{width:auto; color:#848484 !important;font-weight: normal;font-size: 12px;float: right;}
h2.title_header a.more:hover{color: #f37b14 !important;}
h2.title_header a.active{background:url(../images/newsbg.png) no-repeat left center;color:#FFF; width:120px;display: block;}
h2.title_header  .last_box{background:none !important; }
/*文章列表插件样式*/
ul.article_list li{padding-left:15px;background:url(/Content/Areas/Common/images/heidian.png) no-repeat 7px 16px;line-height: 30px; border-bottom:1px dotted #9a9a9a;height: 30px;}
ul.article_list li span.span_date{float: right}
/*公用读取一篇文章*/
.article_box img{float: left;margin-right:20px;}
.article_box h2{font-size: 16px;color: #00968b;font-weight: bold;line-height: 2em;}
.article_box p{font-size: 12px;line-height: 2em;color: #666;}
.article_box .more{color:#00958b; float: right;}
.article_box .more:hover{ color:#f37b14;}
.article_box .details {float: right;overflow: hidden; color:#00958b; +float: none;}
.article_box .details:hover{ color:#f37b14;}

.doctor_team{ display:none !important;}

.Img_top img{width: 100%; }

/*专家介绍弹窗样式*/
div.speac_div{background: #fff;border: solid 1px #d9d9d9;width: 316px;clear: both;height: 138px;padding: 10px 10px 12px 10px;
left: 0px;position: absolute;text-align: left;top: 25px;z-index: 10000;line-height: 22px!important;font-size: 12px;color: #333;}
div.speac_div img{float: left;margin: 0 10px 0 0;width: 99px;height: 134px;line-height: 20px;}
div.speac_div h2 a {float: none!important;font-size: 14px;}


@media only screen and (max-width: 768px){
 .main{margin:20px 0;width:100%;box-sizing:border-box;padding:0 10px;}
 .W1050{width:100%;}
 .W735,.W300{width:49%;overflow: hidden;}
 .W530{width:100%;}
 ul.article_list li {box-sizing:border-box;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.H290 { height: auto;}
#float_img1,#float_img2,#float_img3{
 display: none;
}
}
@media only screen and (max-width:640px){
 .W735,.W300{width:100%;float: none!important}
 .W300{margin-top:10px;}
 .H290,.H255{height:auto;}
    .article_box h2 {overflow: hidden;text-overflow: ellipsis;}
}
@media only screen and (max-width:4000px){
  h2.title_header a.newshoverr span{ width:112px;}
} 