@charset "UTF-8";
/**
 * 常州市公共资源交易网老年版网站
 * date: 2023-3-29
 * author: xuhai;
 */
.box {
  background-color: #fafafa;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.box-list {
  min-height: 1231px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
}

.box-list-header {
  height: 116px;
  padding-left: 40px;
  padding-top: 45px;
  border-bottom: 2px solid #e3e3e3;
  box-sizing: border-box;
}

.box-list-header .title {
  position: relative;
  height: 42px;
  color: #333;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 38px;
  line-height: 42px;
  padding-left: 33px;
  box-sizing: border-box;
  z-index: 1;
}

.box-list-header .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 30px;
  border-radius: 2px;
  background-color: #498ad6;
  content: '';
  z-index: 1;
}

.box-list-con {
  padding: 0 37px 46px;
  box-sizing: border-box;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 104px;
  padding: 19px 0;
  border-bottom: 2px dashed #d4d4d4;
  box-sizing: border-box;
}

.list-item::before {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #666;
  transform: rotate(45deg);
  margin-right: 20px;
  content: '';
}

.list-item .text {
  flex: 1;
  width: 0;
  color: #333;
  font-size: 34px;
  font-family: 'SourceHanSansCN-Medium';
  line-height: 48px;
  margin-right: 131px;
}

.list-item .date {
  color: #999;
  font-size: 34px;
  font-family: 'SourceHanSansCN-Medium';
  line-height: 36px;
}
