@charset "UTF-8";
/**
 * 宝华智慧招标共享平台投标人增值服务研发（一期）项目
 * date: 2024-5-16
 * author: zdq;
 */
.logo-total {
  display: flex;
  justify-content: space-between;
}
.logo-total .logo-wrap {
  width: 1.37rem;
  height: 0.34rem;
}
.logo-total .logo-wrap > img {
  width: 100%;
  height: 100%;
}
.logo-total .logo-text {
  margin-top: 0.1rem;
  padding-right: 1.32rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.3552rem;
  color: #004B9C;
  background: url("../images/about/about_title_bg.png") right center no-repeat;
  background-size: 1.19rem 0.21rem;
}
.logo-total .total {
  display: none;
  margin-top: 0.14rem;
}
.logo-total .total-item {
  margin-right: 0.4rem;
}
.logo-total .total-item:nth-child(1) {
  min-width: 1.12rem;
}
.logo-total .total-item:last-child {
  margin-right: 0;
  min-width: 1.02rem;
}
.logo-total .total-item:last-child .unit {
  font-size: 0.22rem;
  vertical-align: text-bottom;
  color: #1D6AD8;
}
.logo-total .total-text {
  min-width: 0.77rem;
  height: 0.2rem;
  font-size: 0.16rem;
  color: #1D6AD8;
  line-height: 0.2rem;
  text-align: center;
  background: rgba(133, 197, 255, 0.2);
  border-radius: 0.04rem;
  box-shadow: -0.0032rem -0.0032rem 0.0032rem 0rem #D6E9FB inset, 0.0032rem 0.0032rem 0.0032rem 0rem rgba(133, 198, 251, 0.4) inset;
}
.logo-total .total-value {
  margin-top: 0.09rem;
  text-align: center;
}
.logo-total .total-value .num {
  font-family: "DIN_CONDENSED_BOLD";
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #1D6AD8;
}
.logo-total .total-value .unit {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.04rem;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #4E5E79;
}

.content-wrap {
  margin-top: 0.25rem;
}
.content-wrap > img {
  float: right;
  margin-left: 0.25rem;
  width: 5.59rem;
  height: 3.78rem;
  margin-top: 0.09rem;
}
.content-wrap p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333;
  text-indent: 2em;
}
.content-wrap p + p {
  margin-top: 0.05rem;
}