@charset "UTF-8";
/**
 * 08_台州市公共资源交易“浙里招标”数字平台项目(临时)
 * date: 2023-12-05
 * author: xuhai;
 */
.box {
  font-size: 14px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.box-condition {
  padding: 20px 26px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(17, 64, 128, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.box-condition-item {
  display: flex;
  justify-content: flex-start;
  min-height: 0;
}
.box-condition .label {
  width: 83px;
  height: 30px;
  color: #333;
  line-height: 30px;
}
.box-condition .text {
  display: flex;
  justify-content: flex-start;
  min-height: 0;
}
.box-condition .area-item {
  display: block;
  height: 30px;
  color: #383838;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 12px;
  cursor: pointer;
}
.box-condition .area-item:hover, .box-condition .area-item.current {
  background-color: #1f77e5;
  color: #fff;
}
.box-con {
  padding: 20px 26px 10px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(17, 64, 128, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
}
.box-top {
  display: flex;
  justify-content: space-between;
  min-height: 0;
  margin-bottom: 30px;
}
.box-top .item {
  display: flex;
  justify-content: flex-start;
  height: 36px;
}
.box-top .item-label {
  display: block;
  width: 70px;
  height: 100%;
  color: #000;
  line-height: 36px;
}
.box-top .item-date {
  width: 220px;
  height: 36px;
  color: #333;
  line-height: 34px;
  padding: 0 25px 0 10px;
  border: 1px solid #bfc9e1;
  border-radius: 4px;
  box-sizing: border-box;
  background: url("../images/trade/date.png") no-repeat right 11px center;
  background-size: 14px 14px;
}
.box-top .item-input {
  width: 259px;
  height: 36px;
  color: #333;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #bfc9e1;
  border-right: none;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
}
.box-top .item-btn {
  width: 64px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  padding-left: 26px;
  background: #1f77e5 url("../images/search.png") no-repeat left 10px center;
  background-size: 12px 12px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
}
.box-tab {
  display: flex;
  justify-content: flex-start;
  height: 60px;
  border-bottom: 2px solid #1f77e5;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.box-tab .item {
  width: 158px;
  height: 100%;
  color: #1f77e5;
  font-size: 18px;
  line-height: 58px;
  background-color: #f6faff;
  border: 1px solid #bfd1e1;
  border-bottom: none;
  margin-left: 7px;
  padding-left: 16px;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
.box-tab .item:first-child {
  margin-left: 0;
}
.box-tab .item:hover, .box-tab .item.current {
  color: #fff;
  background-color: #1f77e5;
  border-color: #1f77e5;
}
.box-list {
  margin-bottom: 20px;
}
.box-list table {
  width: 100%;
  table-layout: fixed;
  border-color: #bfd1e1;
}
.box-list th,
.box-list td {
  text-align: center;
  line-height: 32px;
  padding: 10px 10px 9px;
}
.box-list th {
  color: #fff;
  background-color: #4d99f9;
}
.box-list .text-left {
  text-align: left;
}