﻿.main {
  margin-bottom: 0;
  background: url(/Content/Areas/Hospitals/images/Dep/dep_img.jpg) no-repeat bottom;
}

.Depall {
  margin-bottom: 15px;
  margin: 0 auto;
}

.content_bot {
  width: 1200px;
  margin-top: 15px;
  margin: 0 auto;
  margin-top: 15px;
}

h1.dep_img {
  font: 18px/50px "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", Heiti, "黑体";
  color: #2076bd;
  font-weight: normal;
  margin-bottom: 10px;
}

h1.dep_img span {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  padding-right: 25px;
}

.content_bot ul li a {
  font: 14px/35px "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", Heiti, "黑体";
  color: #333;
  display: block
}

.content_bot ul li a:hover {
  color: #2076bd;
}

.content_bot ul li h2.title_header {
  position: relative;
  z-index: 1;
  background: url(/Content/Areas/Hospitals/images/Main/dep_right1.png)no-repeat right center;
}

.content_bot ul li h2.title_header a {
  color: #1055B6;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.lv2_ul li.lv2_li {
  width: 139px;
  float: left;
  height: 32px;
  background: url(/Content/Areas/Common/images/sanjiao2.png) no-repeat 5px center;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
}

li.lv1_li.tylelable {
  float: left;
  width: 175px;
  height: 46px;
  border: 1px solid rgba(16, 85, 182, 0.2);
  /* background: url(/Content/Areas/Hospitals/images/Main/dep_right1.png)no-repeat 140px center; */
  line-height: 46px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}

li.lv1_li.tylelable3,
li.lv1_li.tylelable2,
li.lv1_li.tylelable4 {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 5px;
}

li.lv1_li.tylelable3 .lv2_ul,
li.lv1_li.tylelable2 .lv2_ul,
li.lv1_li.tylelable4 .lv2_ul {
  float: left;
  width: 1034px;
}

li.lv1_li.tylelable:nth-child(6n) {
  margin-right: 0;
}

li.lv1_li.tylelable .lv2_ul {
  display: none;
}

li.lv1_li.tylelable:hover {
  /* background: #E6EEF9 url(/Content/Areas/Hospitals/images/Main/dep_right1.png)no-repeat 140px center; */
}

li.lv1_li.tylelable>div {
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 10px;
  height: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 0;
}

li.lv1_li.tylelable .line_tl {
  left: -1px;
  top: -1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-color: #1055B6;
}

li.lv1_li.tylelable .line_tr {
  right: -1px;
  top: -1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-color: #1055B6;
}

li.lv1_li.tylelable .line_bl {
  left: -1px;
  bottom: -1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #1055B6;
}

li.lv1_li.tylelable .line_br {
  right: -1px;
  bottom: -1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #1055B6;
}

li.lv1_li.tylelable:hover>div {
  width: 55%;
  height: 55%;
}

ul.docteam_list {
  display: flex;
  flex-wrap: wrap;
}

ul.docteam_list li {
  width: 23%;
  margin-right: 1.5%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 3px #ddd;
}

ul.docteam_list li:nth-child(4n) {
  margin-right: 0;
}

ul.docteam_list a.img_box {
  display: block;
  width: 100%;
  /* height: 14vw; */
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

ul.docteam_list a.img_box img {
  /* width: 80%; */
  height: auto;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
  width: 100%;
}

ul.docteam_list a.img_box:hover img {
  transform: scale(1.1);
}

.docteam_cont .doctor_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5vw;
  flex-direction: column;
  border-bottom: 0.052vw solid #ccc;
  margin-bottom: 0.5vw;
}

.docteam_cont .doctor_name .doc_name {
  font-size: 0.9vw;
}

.docteam_cont {
  padding: 0.5vw;
}

.docteam_title {
  font-size: 30px;
  font-weight: 500;
  color: #0A479D;
  line-height: 49px;
  margin-bottom: 10px;
}

.docteam_cont p.doctohterabout {
  color: #706f6f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4vw;
  font-size: 0.8vw;
}

.docteam_cont p.doctohterabout a {
  display: none;
}

p.doc_intro {
  color: #706f6f;
  font-size: 12px;
  margin-top: 0.2vw;
}

.docteam_cont .doctor_name .doc_name:hover {
  color: #2A49C4;
}

.doctor_con_top {
  display: flex;
  margin-bottom: 20px;
}

.doctor_con_img img {
  width: 200px;
  margin-right: 30px;
}

.doctor_con_desc .doctor_name {
  font-size: 30px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.doctor_desc_item {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.doctor_con_center{
  margin-bottom: 30px;
}
.doct_jianjie p{
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
}  

@media screen and (max-width:768px) {
  .main{
 background-size: cover;
  }
  .content_bot{
 width: 100%;
 box-sizing: border-box;
 padding: 0 10px;
  }
  li.lv1_li.tylelable{
 width: 45%;
 margin-right: 5%;
  }
  ul.docteam_list li{
 width: 45%;
 margin-right: 5%;
  }
  ul.docteam_list li:nth-child(2n){
 margin-right: 0;
  }
  .docteam_cont .doctor_name .doc_name{
 font-size: 16px;
  }
  .docteam_cont p.doctohterabout{
 font-size: 14px;
 height: auto;
 line-height: 24px;
 padding: 5px;
  }
  .doctor_con_img img{
 width: 150px;
  }
}  