@charset "UTF-8";
/**
* 湖北省公共资源交易和政府采购一体化服务平台中控管理平台
* date:2024-3-23
* author: xuhai;
 */
body {
  background: #f8f8f8;
}

.box {
  padding-bottom: 0.28rem;
}
.box-con {
  background-color: #fff;
  padding: 0.1rem 0.2rem 0.3rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 72, 179, 0.08);
}

.public-list {
  min-height: 3.43rem;
}
.public-list-item {
  height: 0.52rem;
  line-height: 0.51rem;
  border-bottom: 0.01rem dashed #d7d7d7;
  margin-top: 0;
}