@charset "UTF-8";
/**
 * 20231024中盐集团采购平台——中盐集团采购平台网站
 * date: 2023-10-25
 * author: xuhai;
 */
.box {
  display: flex;
  justify-content: space-between;
  min-height: 0;
  margin-bottom: 22px;
}
.box-right {
  flex: 1;
  width: 0;
}
.box-con {
  min-height: 610px;
}
.box .public-list {
  min-height: 458px;
}