@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-16
* author: xuhai;
 */
.public {
  /*横幅*/
  /*tab*/
}
.public-streamer {
  background-image: url("../images/news_center/public_streamer.png");
}
.public-streamer-title {
  background-image: url("../images/news_center/public_streamer_title.png");
  background-size: 2.08rem 0.57rem;
}
.public-tab .tab-item:nth-child(1)::before {
  background: url("../images/news_center/tab_1.png") no-repeat left 0.3rem top 0.19rem;
  background-size: 0.27rem 0.26rem;
}
.public-tab .tab-item:nth-child(2)::before {
  background: url("../images/news_center/tab_2.png") no-repeat left 0.28rem top 0.18rem;
  background-size: 0.33rem 0.26rem;
}
.public-tab .tab-item:hover:nth-child(1)::before, .public-tab .tab-item.current:nth-child(1)::before {
  background-image: url("../images/news_center/tab_1_h.png");
  background-size: 0.33rem 0.33rem;
}
.public-tab .tab-item:hover:nth-child(2)::before, .public-tab .tab-item.current:nth-child(2)::before {
  background-image: url("../images/news_center/tab_2_h.png");
  background-size: 0.33rem 0.26rem;
}