@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: 852px;
}
.box-list .list {
  min-height: 700px;
}
.box-list .list-item {
  display: block;
  height: 70px;
  padding-top: 11px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.box-list .list-item .title {
  height: 23px;
  color: #333;
  font-size: 14px;
  /* font-weight: 600; */
  line-height: 23px;
}
.box-list .list-item .infor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 21px;
  color: #333;
  font-size: 12px;
  line-height: 21px;
  margin-top: 5px;
}
.box-list .list-item .infor-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.box-list .list-item .infor-left .label {
  color: #999;
}
.box-list .list-item .infor-item:first-child {
  width: 208px;
}
.box-list .list-item .infor-right {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.box-list .list-item .infor-right span {
  color: #666;
  font-weight: 400;
}
.box-list .list-item:hover .title {
  color: #c51015;
}