﻿/***Index**/

/*医生简介----医生Index*/

.doc_jj_div p {
  font-size: 14px;
  line-height: 28px;
}

/*技术团队*/

.doc_td ul li {
  padding: 0 20px 0 20px;
  background: url(/Content/Areas/Common/images/Article/list_dot.png) no-repeat
 9px 10px;
  float: left;
  line-height: 25px;
}

.doc_td .doc_tit,
.doc_td .doc_dep {
  display: none;
}

/*出诊*/

.department_scheduling {
  margin: 20px 0px;
}

.doctor_left {
  width: 785px;
  float: left;
}

.ys_con,
.jl_con {
  margin: 20px 0px;
  line-height: 24px;
  font-size: 14px;
}

.zj_img {
  padding: 0px !important;
  border: 0px !important;
}

.album-view .doc_pic,
p.docimg img {
  width: 152px !important;
  height: 210px !important;
  border: 1px solid #0087cd !important;
}

.doctor_right {
  width: 355px;
  float: right;
}

.doctor_right h3 {
  line-height: 46px;
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
}

.doctor_right h3 span {
  float: right;
  padding-right: 20px;
  font-size: 12px;
  line-height: 46px;
}

.doctor_right h3 span a {
  color: #fff;
}

.doctor_right .details {
  color: #b19b70;
}

.doctor_right a.details:hover {
  font-weight: bold;
}

.Doct_box2 h3 {
  background: #b19b70;
}

.doctor_right h3.color_1 {
  background: #c88700;
}

.doctor_right h3.color_2 {
  background: #208eb7;
}

.doctor_right h3.color_3 {
  background: #e04848;
}

.ask_list li {
  border-bottom: 0px !important;
}

.wenda_rq {
  padding: 15px;
}

.wenda_rq li {
  border-bottom: 0px !important;
}

a.dailySchedulingState_a_4 {
  display: inline-block;
  margin-bottom: -6px;
}

.zj_cont a {
  padding-right: 5px;
}

/*相关疾病*/

.Doct_box4 ul.jb_type {
  padding: 10px 0;
  margin-top: 0px;
}

.Doct_box4 ul.jb_type li {
  width: 50%;
  padding: 0;
}

.Doct_box4 ul.jb_type li a {
  padding-left: 25px;
}

.about_diseas h2 {
  display: none;
}

/**/

.Doct_box1 .ys_con {
  padding: 15px;
  margin: 0;
}

.about_wenz {
  padding: 15px;
}

.about_wenz .jb_type {
  margin-top: 0;
}

.about_wenz .jb_type li {
  width: 100%;
  box-sizing: border-box;
}

.Show_more {
  float: right;
  color: #0087cd;
}

.main {
  position: relative;
}

.main_content {
  margin-bottom: 20px;
  /* margin-top: 140px; */
}

.Doct_box5 .ask_title {
  display: none;
}

.ask_box p {
  line-height: 24px;
}

/*相关视频*/

#video {
  padding: 15px;
}

#video .ship_list2 {
  margin: 0px;
}

#video .ship_list2 li {
  width: 100%;
  height: auto;
  margin: 0px;
}

#video .ship_list2 li img {
  width: 100%;
  box-sizing: border-box;
  height: 219px;
}

#video .ship_list2 li .video_btn {
  height: 219px;
}

ul.dep_list li {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  background: url(/Sites/Uploaded/UserUpLoad/20161028/20161028144649.png)
 no-repeat left center;
  padding-left: 20px;
}

ul.dep_list li span {
  padding-right: 4px;
}
.lv2_ul {
  display: none;
  position: absolute;
  width: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}
.lv1_li .lv2_ul .lv2_li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.lv1_li .lv2_ul .lv2_li p a {
  font-size: 16px;
}
.nav_ks{
 text-align: center;
}
.nav_ks_list li{
 display: inline-block;
}
@media only screen and (max-width: 1366px) {
  .doctor_left {
 width: 60%;
  }
  .doctor_right {
 width: 38%;
  }
}

@media only screen and (max-width: 768px) {
  .lv2_ul {
 position: inherit;
 width: 100%;
 background: #0087cd;
 box-shadow: none;
 text-align: left;
  }
  .lv1_li .lv2_ul .lv2_li p a {
 color: #fff;
  }

  .lv1_li .lv2_ul .lv2_li {
 padding-left: 20px;
  }
  .nav_ks_list li.lv1_li.Has_Children::after {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border-width: 6px;
 border-color: #f1f1f1 #0087cd #0087cd  #0087cd;
 border-style: solid;
 position: absolute;
 top: 17px;
 left: auto;
 right: 38px;
 transition: all 0.3s ease 0s;
}
  .main_content {
 padding: 0;
  }
  .doctor_left,
  .doctor_right {
 width: 100%;
  }
  .doctor_right .ask_list li,
  .jiaoliu_home_ul li {
 width: 45%;
 float: left;
  }
  .doctor_right .ask_list li:nth-child(2n),
  .jiaoliu_home_ul li:nth-child(2n) {
 float: right;
  }
  .doc_jj_con .zj_cont {
 width: 100%;
  }
  ul.dep_list li {
 float: left;
 width: 50%;
 box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  .doctor_right .ask_list li,
  .jiaoliu_home_ul li {
 width: 100%;
 float: none;
  }
  .about_wenz,
  .wenda_rq {
 padding: 0px;
  }
  ul.dep_list li {
 float: none;
  }
}

@media only screen and (max-width: 470px) {
  .Doct_box4 ul.jb_type li {
 width: 100%;
 padding: 0;
  }
}

@media only screen and (max-width: 400px) {
  .zj_img {
 margin-right: 0px;
 margin-bottom: 10px;
  }
}
 
