.header{
  position: relative;
  z-index: 2;
}

.doctor_box {}

.crumbs {
  color: #333;
}

.crumbs a {
  color: #333;
}

.crumbs a:hover {
  text-decoration: underline;
}

.doctorBoxCon {
  margin: 20px 0 0 0;
  background-image: url(../img/leaders_detail_PicBg.png);
  background-repeat: no-repeat;
  min-height: 440px;
  position: relative;
}

.doctorBoxCon .imgBox {
  width: 326px;
  height: 438px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.doctorBoxCon .imgBox img {
  width: 206px;
  margin-bottom: 30px;
}

.doctorBoxCon .imgBox h3 {
  width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}

.doctorBoxCon .imgBox p {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.doctorBoxCon .msgBox {
  margin-left: 386px;
  padding: 82px 50px 82px 0;
  min-height: 466px;
}

@media screen and (max-width: 1366px) {
  .crumbs {
    font-size: 0.24rem;

    margin-top: 0.3rem;
    padding-left: 0.24rem;
  }
  .doctorBoxCon .imgBox {
    width: 7.5rem;
    height: 7rem;
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.doctorBoxCon {
    margin: 0.2rem 0 0 0;
    background-image: none;
    background-repeat: no-repeat;
    min-height: 4rem;
    position: relative;
}
.doctorBoxCon .msgBox {
    margin-left: 0;
    padding: 0.24rem;
    min-height: 5rem;
}
}


