@charset "UTF-8";
/**
* 承德市交易中心交易平台系统优化升级(临时)
* date:2024-12-24
* author: xuhai;
 */
.list {
  padding: 5px 20px 0;
  box-sizing: border-box;
  min-height: 300px;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  font-size: 15px;
  line-height: 43px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.list-item-title {
  color: #333;
}
.list-item-date {
  color: #999;
  flex-shrink: 0;
  margin-left: 16px;
}
.list-item:hover .list-item-title, .list-item:hover .list-item-date {
  color: #d43535;
}