@charset "UTF-8";
/**
 * 宝华智慧招标共享平台投标人增值服务研发（一期）项目
 * date: 2024-5-20
 * author: xujiawei;
 */
.public-right-content {
  position: relative;
  width: 100%;
  min-height: 5.3rem;
}

.public-pager {
  position: absolute;
  right: 0.24rem;
  bottom: 0.24rem;
}

.public-streamer {
  background-image: url("../images/about/about_banner.jpg");
}
.public-streamer-title {
  background-image: none; 
  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");
}

.recruit-list {
  margin-top: 0.29rem;
}
.recruit-list .item-title {
  height: 0.34rem;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.28rem;
  padding-left: 0.33rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #c7dcef;
  background: url("../images/about/recruit_title_icon.png") no-repeat left bottom;
  background-size: 0.24rem 0.33rem;
}
.recruit-list .item-content {
  padding-top: 0.06rem;
  padding-bottom: 0.12rem;
}
.recruit-list .item-content p {
  line-height: 0.3rem;
  font-size: 0.14rem;
}
.recruit-list li + li {
  margin-top: 0.1rem;
}