@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-18
* author: xuhai;
 */
.public-right-content {
  min-height: 9.34rem;
  padding: 0.32rem 0.33rem 0.4rem 0.33rem;
}

.tab-hd {
  display: flex;
  justify-content: flex-start;
  height: 0.36rem;
  padding: 0 0.07rem;
  box-sizing: border-box;
  margin-bottom: 0.21rem;
}
.tab-hd-item {
  width: 1.63rem;
  height: 100%;
  font-size: 0.18rem;
  color: #1d6ad8;
  text-align: center;
  line-height: 0.36rem;
  background: rgba(114, 167, 244, 0.15);
  border-radius: 0.05rem;
  margin-left: 0.19rem;
  cursor: pointer;
}
.tab-hd-item:nth-child(0) {
  margin-left: 0;
}
.tab-hd-item:hover, .tab-hd-item.current {
  color: #fff;
  background: linear-gradient(90deg, #1074ef 0%, #50a6fa 100%);
  box-shadow: inset 0 0.02rem 0.04rem 0 #66b3ff, 0 0.04rem 0.06rem 0 rgba(16, 116, 239, 0.3);
}

.box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 0;
}
.box-list .item {
  width: calc(50% - 0.12rem);
  height: 0.86rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.28rem;
  padding: 0.14rem 0.66rem 0.14rem 0.19rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
  border-radius: 0.05rem;
  border: 0.01rem solid #c4d8f3;
}
.box-wall .item {
  display: flex;
  justify-content: center;
  height: 1.8rem;
  background: url("../images/about_honor/pedestal.png") no-repeat center bottom;
  background-size: 100% 0.32rem;
  margin-top: 0.3rem;
}
.box-wall .item:first-child {
  margin-top: 0;
}
.box-wall .item-con {
  display: flex;
  justify-content: center;
  width: 2.24rem;
  height: 1.59rem;
  margin-left: 0.43rem;
}
.box-wall .item-con:first-child {
  margin-left: 0;
}
.box-wall .item-img {
  position: relative;
  max-width: 100%;
  height: 100%;
  z-index: 1;
}
.box-wall .item-img img {
  max-width: 100%;
  max-height: 100%;
}
.box-wall .item-img::before {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 0.84rem;
  background: url("../images/about_honor/shadow_1.png") no-repeat left -0.36rem top;
  background-size: 1.19rem 2.21rem;
  content: "";
  z-index: -1;
}
.box-wall .item-img::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 1.61rem;
  height: 0.19rem;
  background: url("../images/about_honor/shadow_circle_2.png") no-repeat center;
  background-size: 100% 100%;
  content: "";
  z-index: -1;
}
.box-wall .item-img.small::before {
  width: 0.6rem;
  background: url("../images/about_honor/shadow_1.png") no-repeat left -0.24rem top;
  background-size: 0.84rem 1.56rem;
}
.box-wall .item-img.small::after {
  width: 1.16rem;
  height: 0.16rem;
  background-image: url("../images/about_honor/shadow_circle_1.png");
}

/*资质*/
.certification {
  padding: 0 0.07rem;
  box-sizing: border-box;
}
.certification-header {
  min-height: 0.32rem;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.32rem;
}
.certification-list {
  margin-bottom: 0.33rem;
}
.certification-list .item {
  background: url("../images/about_honor/certification_bg_2.png") no-repeat left 0.2rem bottom 0.15rem, url("../images/about_honor/certification_bg_1.png") no-repeat right 0.17rem top, linear-gradient(90deg, #eef5ff 0%, #f9fcff 100%);
  background-size: 1.19rem 0.21rem, 0.31rem 0.63rem, auto;
}

/*荣誉*/
.honor-list .item-title {
  display: flex;
  justify-content: center;
  height: 0.41rem;
  margin-bottom: 0.05rem;
}
.honor-list .item-title > .title {
  position: relative;
  display: block;
  height: 100%;
  color: #1d6ad8;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 0.41rem;
  padding: 0 0.33rem;
  box-sizing: border-box;
  z-index: 1;
}
.honor-list .item-title > .title::before, .honor-list .item-title > .title::after {
  position: absolute;
  top: 50%;
  width: 3.79rem;
  height: 0.18rem;
  background: no-repeat center;
  background-size: 100% 100%;
  content: "";
}
.honor-list .item-title > .title::before {
  left: 0;
  transform: translate(-100%, -50%);
  background-image: url("../images/about_honor/honor_title_left.png");
}
.honor-list .item-title > .title::after {
  right: 0;
  transform: translate(100%, -50%);
  background-image: url("../images/about_honor/honor_title_right.png");
}
.honor-list .item-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 0;
}
.honor-list .item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 0.86rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 0.26rem;
  background: url("../images/about_honor/honor_bg_left.png") no-repeat left center, url("../images/about_honor/honor_bg_right.png") no-repeat right center, url("../images/about_honor/honor_bg_center.png") no-repeat center;
  background-size: 0.86rem 0.86rem, 0.86rem 0.86rem, 2.57rem 0.84rem;
  padding: 0.17rem 0.41rem;
  box-sizing: border-box;
  margin-bottom: 0.25rem;
}
.honor-wall {
  padding: 0 0.07rem;
  box-sizing: border-box;
  margin-top: 0.29rem;
}

/*公信力*/
.credibility {
  padding: 0 0.07rem;
  box-sizing: border-box;
}
.credibility-list {
  margin-bottom: 0.33rem;
}
.credibility-list .item {
  background: url("../images/about_honor/credibility_bg_1.png") no-repeat right 0.19rem top, linear-gradient(90deg, #eef5ff 0%, #f9fcff 100%);
  background-size: 0.28rem 0.63rem, auto;
  padding-right: 0.58rem;
}