@charset "UTF-8";
/**
* 20250611嘉兴产权集中采购服务平台建设项目
* date:2025-6-24
* author: sxw;
 */
.table {
  margin-top: 20px;
}
.table-hd {
  display: flex;
  justify-content: space-between;
}
.table-hd > div {
  line-height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  color: #2d3951;
  background: #f3f7ff;
}
.table-bd {
  line-height: 21px;
}
.table-bd li {
  display: flex;
  justify-content: space-between;
}
.table-bd li:hover {
  color: #0059e7;
}
.table-bd li:hover a {
  color: #0059e7;
}
.table-bd span,
.table-bd a {
  padding: 14.5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.table-bd .span1 {
  color: #333;
  font-weight: 700;
}
.table .span1 {
  width: 620px;
}
.table .span2 {
  width: 250px;
}
.table .span3 {
  width: 250px;
}