@charset "UTF-8";
/**
* 湖南省招标公司智慧阳光采购平台建设项目
* date:2024-8-27
* author: xhz;
 */
.condition {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  font-size: 16px;
}
.condition-label {
  width: 90px;
  line-height: 30px;
  font-size: 18px;
  text-align: right;
  color: #666666;
}
.condition-con {
  margin-left: 10px;
  width: calc(100% - 100px);
}
.condition-item {
  float: left;
  height: 30px;
  margin: 0 0px 4px 10px;
}
.condition-item.active .condition-name {
  color: #fff;
  background-color: #226FD8;
}
.condition-name {
  display: block;
  padding: 0 15px;
  line-height: 30px;
  color: #333;
  border-radius: 3px;
}
.condition-box {
  padding-top: 9px;
}
.condition-box + .condition-box {
  margin-top: 20px;
}
.condition-date {
  width: 150px;
  height: 30px;
  padding: 0 11px;
  border: 1px solid #dce3e9;
  border-radius: 3px;
  box-sizing: border-box;
  background: url("../images/common/date.png") no-repeat right 11px center;
}
.condition-date::-moz-placeholder {
  color: #b1b6cc;
}
.condition-date::placeholder {
  color: #b1b6cc;
}

.timer {
  margin-left: 10px;
}

.com-search {
  position: relative;
  bottom: 5px;
  margin-left: 10px;
}

.list-content {
  margin-top: 12px;
  background: #fff;
  padding: 20px;
}

.com-list {
  margin-top: 0;
}