﻿/*------2016-01-18----------科室介绍------------------------*/ 
.Depall{margin-bottom:15px;margin:0 auto;/* padding: 0 10px; */} 
.wrap_main .linkmap{
  width: 1000px;
  padding-left: 0;
  background: none;
}
.content_bot {width: 1000px;margin-top:15px;margin:0 auto;margin-bottom: 10px;}
h2.title_header{
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0;
  line-height: initial;
}
h2.title_header a{
  color: #009933;
}
.lv2_ul li,.ullist1 .no-children{
 float: left;
 min-width: 170px;
 height: 44px;
 margin-right: 30px;
 border: 1px solid #009933;
 border-radius: 5px;
 margin-bottom: 30px;
 text-align: center;
 padding: 0 10px;
 box-sizing: border-box;
 position: relative;
}
.lv2_ul li a,.ullist1 .no-children a{
 line-height: 44px;
 font-size: 15px;
 display: block;
 width: 100%;
 height: 100%;
}
.lv2_ul li:hover,.ullist1 .no-children:hover{
   border: 1px solid #fff;
   background: #009933;
}
.lv2_ul li:hover a,.ullist1 .no-children:hover a{
  color: #fff;
}
.title_header a::after{
  content: '';
 background: url(/Sites/Uploaded/UserUpLoad/20240604/20240604145452.png) no-repeat center center;
 background-size: contain;
 width: 22px;
 display: inline-block;
 height: 22px;
 margin-left: 20px;
}
/*咨询专家列表*/
.docteam_list li img{margin-right:10px;float:left;border:1px solid #eee;padding:2px;width:120px;height:155px;}
.docteam_cont a{line-height:28px;}
.docteam_cont p{line-height:28px;font-size: 14px}
.docteam_cont p a{color:#2076bd;}
.docteam_cont p a:hover{color:#d44137}
.docteam_list li a.doc_name{font-size: 16px;}
.docteam_cont p.zixun{margin-top: 5px}
.docteam_cont p.zixun a{padding:5px 10px;background:#2076bd;color: #fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px }
.docteam_cont p.zixun a:hover{background: #4CA6F0}
@media only screen and (max-width: 768px) {
  .wrap_main .linkmap{
 padding-left: 10px;
  }
  .content_bot{
 width: auto;
  }
  .lv2_ul li, .ullist1 .no-children{
 min-width: 46%;
 margin-right: 1%;
 margin-left: 1%;
  }
} 