@charset "UTF-8";
/**
* 新点电子交易平台-亳州阳光采购平台
* date:2025-7-17
* author: zhaodqi;
 */
body {
  background: #f5f6f7;
}

.col-1 {
  width: 74%;
  text-align: center;
  padding-right: 12px;
}

.col-2 {
  width: 13%;
}

.col-3 {
  width: 13%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.date {
  width: 156px;
  height: 30px;
  padding: 0 42px 0 12px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: #fff url("../images/date_ico.png") right 12px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}
.date::-webkit-input-placeholder {
  color: #bac4ce;
}
.date::-moz-placeholder {
  color: #bac4ce;
}
.date:-ms-input-placeholder {
  color: #bac4ce;
}
.date::-ms-input-placeholder {
  color: #bac4ce;
}
.date::placeholder {
  color: #bac4ce;
}