.introduce {
  width: 100%;
  position: relative;
  padding-top: 80px;
}

.introduce .bg {
  width: 100%;
  height: 667px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce .box {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 76px 80px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.introduce .box .bg1 {
  width: 516px;
  height: 587px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.introduce .box .bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce .box .left {
  width: 318px;
  height: 473px;
  flex-shrink: 0;
  margin-right: 30px;
}

.introduce .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce .box .right {
  width: 68.467%;
  position: relative;
  z-index: 2;
}

.introduce .box .right .top {
  width: 100%;
}

.introduce .box .right .top .text1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduce .box .right .top .text1 .left1 {
  display: flex;
  align-items: center;
}

.introduce .box .right .top .text1 .left1 .name {
  font-size: 50px;
  line-height: 50px;
  color: #333333;
  flex-shrink: 0;
}

.introduce .box .right .top .text1 .left1 .position {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin-left: 34px;
}

.introduce .box .right .top .text1 .right1 {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
}

.introduce .box .right .top .text1 .right1 .icon {
  width: 22px;
  height: 20px;
}

.introduce .box .right .top .text1 .right1 .icon img {
  width: 100%;
}

.introduce .box .right .top .text1 .right1 .text {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  margin-left: 12px;
  transition: 0.5s;
}

.introduce .box .right .top .text1 .right1 a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.introduce .box .right .top .text1 .right1:hover .text {
  color: #7D3F30;
}

.introduce .box .right .top .text2 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

.introduce .box .right .top .text2 a {
  color: #c4a174;
  transition: 0.5s;
}

.introduce .box .right .top .text2 a:hover {
  color: #7D3F30;
}

.introduce .box .right .top .text3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

.introduce .box .right .top .text3 a,
.introduce .box .right .top .text3 span {
  color: #c4a174;
  transition: 0.5s;
}

.introduce .box .right .top .text3 a:hover {
  color: #7D3F30;
}

.introduce .box .right .bottom {
  width: 100%;
  margin-top: 46px;
  padding-top: 46px;
  border-top: solid 1px rgba(217, 217, 217, 0.5);
}

.introduce .box .right .bottom .name {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.introduce .box .right .bottom .p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-top: 25px;
  text-align: justify;
}

.doctors {
  width: 1400px;
  margin: 0 auto;
  margin-top: 70px;
}

.doctors .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctors .top .title {
  font-size: 42px;
  line-height: 42px;
  color: #7D3F30;
}

.doctors .top .button {
  width: 112px;
  height: 45px;
  background-color: #7D3F30;
  border-radius: 3px;
}

.doctors .top .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
}

.doctors .list {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-bottom: 42px;
}

.doctors .list .item {
  width: calc(20% - 31px);
  position: relative;
  margin-bottom: 38px;
  margin-right: 38px;
}

.doctors .list .item:nth-child(5n) {
  margin-right: 0;
}

.doctors .list .item .img {
  width: 100%;
  aspect-ratio: 250/375;
  overflow: hidden;
}

.doctors .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.doctors .list .item .text {
  width: 100%;
  height: 94px;
  background-color: #7D3F30;
  position: absolute;
  left: 0;
  bottom: 0;
}

.doctors .list .item .text .name {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin: 0 17px;
  padding-top: 23px;
}

.doctors .list .item .text .other {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin: 0 17px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.doctors .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.doctors .list .item:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 1560px) {
  .introduce .box {
    width: calc(90% - 60px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 60px 30px;
    padding-bottom: 34px;
  }

  .doctors {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
  }
}

@media screen and (max-width: 1360px) {
  .doctors .list .item {
    width: calc(25% - 29px);
    position: relative;
    margin-bottom: 38px;
    margin-right: 38px;
  }

  .doctors .list .item:nth-child(5n) {
    margin-right: 38px;
  }

  .doctors .list .item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .introduce .box .right .top .text1 .left1 {
    display: block;
    align-items: normal;
  }

  .introduce .box .right .top .text1 .left1 .position {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .introduce .box {
    width: calc(90% - 60px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 60px 30px;
    padding-bottom: 34px;
    flex-wrap: wrap;
  }

  .introduce .box .left {
    max-width: 318px;
    width: 100%;
    height: 473px;
    flex-shrink: 0;
    margin-right: 30px;
    margin: 0 auto;
  }

  .introduce .box .right {
    width: 100%;
    margin-top: 60px;
  }

  .doctors .list .item {
    width: calc(33.333% - 14px);
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(5n) {
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(4n) {
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 860px) {
  .doctors .list .item .text .name {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 12px;
    padding-top: 23px;
  }

  .doctors .list .item .text .other {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 12px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 680px) {
  .introduce {
    width: 100%;
    position: relative;
    padding-top: 30px;
  }

  .introduce .box {
    width: calc(90% - 30px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    padding-bottom: 34px;
    flex-wrap: wrap;
  }

  .introduce .box .left {
    max-width: 318px;
    width: 60%;
    height: auto;
    aspect-ratio: 413 / 626;
    flex-shrink: 0;
    margin-right: 30px;
    margin: 0 auto;
  }

  .introduce .box .right {
    width: 100%;
    margin-top: 30px;
  }

  .doctors {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .introduce .box .right .top .text1 .left1 .name {
    font-size: 32px;
    line-height: 50px;
    color: #333333;
    flex-shrink: 0;
  }

  .doctors .top .title {
    font-size: 32px;
    line-height: 32px;
    color: #7D3F30;
  }

  .doctors .top .button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
  }

  .doctors .list .item {
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(5n) {
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(4n) {
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(3n) {
    margin-right: 20px;
  }

  .doctors .list .item:nth-child(2n) {
    margin-right: 0;
  }
}