﻿.Leader_Two li {
  /* background: url('/Sites/Uploaded/UserUpLoad/20231117/20231117112844.png'); */
  background-color: #f8f1ef;
  height: 280px;
  padding: 40px 0 30px;
  position: relative;
  margin-bottom: 45px;
}

.doctor_img {
  width: 217px;
}

.doctor_img, .doctor_text {
  float: left;
}

.doctor_img .img_box img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;

}

.doctor_img .img_box {
  position: relative;
  transition: all 0.3s ease-in;
}

.doctor_img .img_box::after {
  content: '';
  display: block;
  position: absolute;
  background: url('/Sites/Uploaded/UserUpLoad/20231117/20231117134406.png') no-repeat left;
  width: 100%;
  height: 270px;
  top: 15px;
  z-index: 0;
  left: -15px;
  transition: all 0.3s;
}

.Leader_Two {
  margin-top: 45px;
}

.Leader_Two .img_box:hover::after {
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.doctor_text {
  padding: 0px 30px;
  width: 983px;
  box-sizing: border-box;
  /* position: relative; */
}

.doctor_text .title_type {
  font-size: 28px;
  color: #333;
  border-bottom: 1px solid rgba(154, 54, 28, .5);
  padding-bottom: 19px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.doctor_text p span {
  color: #9A371D;
  font-weight: bold;
}


.doctor_text p {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}

.Leader_Two .text_top p.job {
  display: block;
}


a.Leader_more {
  float: right;
  padding: 10px 25px;
  color: #fff;
  transform: translateY(20px) !important;
  background: #9A361C;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 0px;
}

.Leader_img {
  position: absolute;
  right: 25px;
  z-index: 0;
  top: 0;
}

.Leader_img img {
  transform: scale(.75);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
.doctor_text {
 width: 780px;
}
}
@media only screen and (max-width:768px) {
  .Leader_img {
   display: none;
  }

  .ld_con {
   padding-top: 1px;
  }

  .doctor_text p {
   font-size: 14px;
   line-height: 30px;
   color: #333;
   margin-bottom: 0;
   /* white-space: nowrap; */
   /* text-overflow: ellipsis; */
   /* overflow: hidden; */
  }


  .Leader_Two li {
   display: block;
   margin-bottom: 20px;
   /* background: #fff; */
   background-size: cover;
   padding: 0;
   box-sizing: border-box;
   width: 100%;
   float: none;
   height: auto;
   padding: 15px;
   box-sizing: border-box;
  }

  .doctor_img, .doctor_text {
   float: none;
  }

  .doctor_img {
   width: auto;
  }

  .doctor_text {
   width: 100%;
   padding: 0;
   height: auto;
   overflow: hidden;
  }

  .doctor_text p {
   overflow: hidden;
   font-size: 14px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical
  }

  .doctor_img .img_box::after {
   content: none;
  }

  .Leader_Two .img_box img {
   width: 170px;
   margin: 0 auto;
  }

  .Leader_Two .title_type {
   font-size: 18px;
   margin-bottom: 0;
  }

  a.Leader_more {

   padding: 8px 16px;
   bottom: 0px;
   margin-top: 15px;
   color: #fff;
   background: #9A361C;
   position: relative;
   bottom: 20px;

  }
  .Leader_Two{
 margin-top:10px;
  }
} 