@charset "UTF-8";
/**
 * 宝华智慧招标共享平台投标人增值服务研发（一期）项目
 * date: 2024-5-18
 * author: xujiawei;
 */
.public-right-content {
  padding: 0.44rem 0.39rem 0.46rem;
  background: #fff url("../images/about/about_team_bg.png") no-repeat center top;
  background-size: 7.61rem 7.5rem;
}
.public-sub-title {
  width: 1.2rem;
}

.public-streamer {
  background-image: url("../images/about/about_banner.jpg");
}
.public-streamer-title {
  background-image: url("../images/about/about_title.png");
  background-size: 2.08rem 0.57rem;
}
.public-tab .tab-item:nth-child(1)::before {
  background: url("../images/about/about_comp_intro.png") no-repeat left 0.2rem top 0.19rem;
  background-size: 0.28rem 0.28rem;
}
.public-tab .tab-item:nth-child(1):hover::before, .public-tab .tab-item:nth-child(1).current::before {
  background-image: url("../images/about/about_comp_intro_hover.png");
}
.public-tab .tab-item:nth-child(2)::before {
  background: url("../images/about/about_business_intro.png") no-repeat left 0.2rem top 0.19rem;
  background-size: 0.28rem 0.28rem;
}
.public-tab .tab-item:nth-child(2):hover::before, .public-tab .tab-item:nth-child(2).current::before {
  background-image: url("../images/about/about_business_intro_hover.png");
}

.team-list {
  position: relative;
  height: 5.94rem;
}
.team-list li h4 {
  font-size: 0.22rem;
  line-height: 0.4rem;
  padding: 0 0.17rem;
  font-weight: 700;
  color: #fff;
}
.team-list li p {
  margin-top: 0.07rem;
  padding: 0 0.21rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
}
.team-list li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.55rem;
  height: 2.45rem;
  box-sizing: border-box;
  padding: 0.2rem;
  background: url("../images/about/team_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.team-list li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.55rem;
  height: 2.45rem;
  box-sizing: border-box;
  padding: 0.2rem;
  background: url("../images/about/team_bg2.png") no-repeat;
  background-size: 100% 100%;
}
.team-list li:nth-child(2) h4 {
  text-align: right;
}
.team-list li:nth-child(3) {
  position: absolute;
  left: 0;
  top: 3.15rem;
  width: 4.55rem;
  height: 2.25rem;
  box-sizing: border-box;
  padding: 0.5rem 0.24rem 0.24rem;
  background: url("../images/about/team_bg3.png") no-repeat;
  background-size: 100% 100%;
}
.team-list li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 3.15rem;
  width: 4.55rem;
  height: 2.25rem;
  box-sizing: border-box;
  padding: 0.5rem 0.24rem 0.24rem;
  background: url("../images/about/team_bg4.png") no-repeat;
  background-size: 100% 100%;
}
.team-list li:nth-child(4) h4 {
  text-align: right;
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
}
.photo-list li {
  width: 4.5rem;
  height: 1.97rem;
  margin-top: 0.19rem;
}
.photo-list li:nth-child(odd) {
  margin-right: 0.14rem;
}
.photo-list li img {
  max-width: 100%;
  max-height: 100%;
}