.introduce {
  width: 100%;
  position: relative
}

.introduce .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce .box {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}

.introduce .box .top {
  width: 100%;
  padding-top: 48px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  text-align: right;
}

.introduce .box .top a {
  color: #333;
  transition: 0.5s;
}

.introduce .box .top a:hover {
  opacity: 0.6;
}

.introduce .box .bottom {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.introduce .box .bottom .left {
  padding-top: 20px;
  padding-bottom: 20px;
}

.introduce .box .bottom .left .label {
  width: auto;
  height: 28px;
  background-color: #7D3F30;
  border-radius: 14px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
}

.introduce .box .bottom .left .title {
  font-size: 44px;
  line-height: 44px;
  color: #7D3F30;
  font-weight: bold;
  margin-top: 21px;
}

.introduce .box .bottom .left .text {
  width: 100%;
  margin-top: 28px;

}

.introduce .box .bottom .left .text .p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: justify;
}

.introduce .box .bottom .right {
  width: 54.285%;
  position: relative;
}

.introduce .box .bottom .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.departmentAdd {
  width: calc(50% + 700px);
  height: 124px;
  background-color: #b8874e;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.departmentAdd .box {
  width: 1400px;
  height: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.departmentAdd .box .left {
  display: flex;
  align-items: center;
}

.departmentAdd .box .left .icon {
  width: 33px;
  height: 35px;
  margin-right: 20px;
}

.departmentAdd .box .left .icon img {
  width: 100%;
}

.departmentAdd .box .left .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
}

.departmentAdd .box .right {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  margin-right: 50px;
}

.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:last-child {
  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: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 34px;
  }

  .departmentAdd {
    width: 95%;
    height: 124px;
    background-color: #b8874e;
    margin-top: -34px;
    position: relative;
    z-index: 2;
  }

  .departmentAdd .box {
    width: 94.736%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .doctors {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
  }
}

@media screen and (max-width: 1360px) {
  .introduce .box .bottom .left .title {
    font-size: 32px;
    line-height: 32px;
    /* color: #ffffff; */
    margin-top: 21px;
  }

  .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: 1080px) {
  .introduce .box .bottom {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }

  .introduce .box .bottom .right {
    width: 54.285%;
    position: relative;
    display: none;
  }

  .introduce .box .bottom .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .departmentAdd {
    width: 100%;
    height: 124px;
    background-color: #b8874e;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }

  .departmentAdd .box {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .departmentAdd .box .right {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    margin-right: 0;
  }

  .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) {
  .doctors {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .introduce .box .bottom .left .text {
    width: 100%;
    margin-top: 32px;
    height: auto;
    overflow-y: visible;
  }

  .introduce .box .bottom .left .text .p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    /* color: #ffffff; */
  }

  .departmentAdd .box {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    float: none;
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-direction: column;
  }

  .departmentAdd .box .left .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
  }

  .departmentAdd .box .right {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    margin-right: 0;
    margin-top: 30px;
  }

  .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;
  }
}