.public-banner {
  background-image: url("../img/yanfa/banner-bg.png");
}
main .bg {
  position: relative;
}
main .bg::before {
  content: "";
  width: 100%;
  height: 354px;
  background: #F7F7F7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
main .bg.zhengshu::before {
  height: 372px;
}
main .public-main {
  padding-bottom: 72px;
}
main .public-main .public-head {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
}
main .public-main .team {
  display: flex;
  padding-top: 10px;
  width: 100%;
}
main .public-main .team img {
  width: 604px;
}
main .public-main .team .content {
  width: 0;
  flex: 1;
  margin-left: 58px;
  margin-top: 58px;
}
main .public-main .team .content .title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
}
main .public-main .team .content .cont {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 67px;
}
main .public-main .zhengshu {
  padding: 25px 0 26px;
}
main .public-main .zhengshu .swiper-box {
  padding: 49px 102px 0;
  position: relative;
}
main .public-main .zhengshu .swiper-box .swiper-slide img {
  width: 252px;
  height: 342px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
main .public-main .zhengshu .swiper-box .swiper-slide .title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  padding-top: 16px;
  text-align: center;
}
main .public-main .zhengshu .swiper-box .swiper-button-prev,
main .public-main .zhengshu .swiper-box .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../img/index/swiper-arrow-grey.png");
  background-size: 50%;
  top: 268px;
}
main .public-main .zhengshu .swiper-box .swiper-button-prev:hover,
main .public-main .zhengshu .swiper-box .swiper-button-next:hover {
  background-color: #E73733;
  background-image: url("../img/index/swiper-arrow-white.png");
  background-size: 36%;
  background-position: center;
}
main .public-main .zhengshu .swiper-box .swiper-button-prev {
  left: 23px;
}
main .public-main .zhengshu .swiper-box .swiper-button-prev:hover {
  transform: rotate(180deg);
}
main .public-main .zhengshu .swiper-box .swiper-button-next {
  right: 23px;
  transform: rotate(180deg);
}
main .public-main .zhengshu .swiper-box .swiper-button-next:hover {
  transform: rotate(0);
}
main .public-main .doctor {
  padding-top: 30px;
}
main .public-main .doctor .swiper-box {
  padding-top: 57px;
}
main .public-main .doctor .swiper-box .swiper-slide {
  width: 190px;
  height: 269px;
  text-align: center;
}
main .public-main .doctor .swiper-box .swiper-slide:hover {
  background: #F5F5F5;
}
main .public-main .doctor .swiper-box .swiper-slide img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  display: block;
  margin: 20px auto 0;
}
main .public-main .doctor .swiper-box .swiper-slide .name {
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  margin-top: 19px;
  margin-bottom: 2px;
}
main .public-main .doctor .swiper-box .swiper-slide .post,
main .public-main .doctor .swiper-box .swiper-slide .department {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
main .public-main .doctor .swiper-box .bottom {
  height: 48px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}
main .public-main .doctor .swiper-box .bottom .swiper-button-prev,
main .public-main .doctor .swiper-box .bottom .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  background-color: #E9E9E9;
  border-radius: 50%;
  background-image: url("../img/index/swiper-arrow-grey.png");
  background-size: 50%;
  margin-top: 0;
}
main .public-main .doctor .swiper-box .bottom .swiper-button-prev:hover,
main .public-main .doctor .swiper-box .bottom .swiper-button-next:hover {
  background-color: #E73733;
  background-image: url("../img/index/swiper-arrow-white.png");
  background-size: 36%;
  background-position: center;
}
main .public-main .doctor .swiper-box .bottom .swiper-button-prev {
  margin-right: 26px;
}
main .public-main .doctor .swiper-box .bottom .swiper-button-prev:hover {
  transform: rotate(180deg);
}
main .public-main .doctor .swiper-box .bottom .swiper-button-next {
  transform: rotate(180deg);
}
main .public-main .doctor .swiper-box .bottom .swiper-button-next:hover {
  transform: rotate(0);
}
main .public-main .hospital {
  padding-top: 42px;
}
main .public-main .hospital ul {
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0 3px;
}
main .public-main .hospital ul li {
  width: 195px;
  height: 115px;
  background: #F5F5F5;
  margin-right: 43px;
  margin-bottom: 33px;
  transition: 0.2s;
}
main .public-main .hospital ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main .public-main .hospital ul li:nth-child(5n) {
  margin-right: 0;
}
main .public-main .hospital ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
