@charset "UTF-8";
/**
 * 今日开标
 * date: 2023-9-21
 * author: TH;
 */
body {
  padding-bottom: 60px;
  background-color: #f9fbff;
}

.agency-banner {
  height: 354px;
  background: url("../images/agency/agency_img.jpg") center top no-repeat;
}

.agency-info-items {
  display: flex;
}
.agency-info-items .agency-info-item {
  margin-top: 40px;
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 24px 0;
  height: 154px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}
.agency-info-items .agency-info-item + .agency-info-item {
  margin-left: 20px;
}

.agency-num {
  margin-top: 12px;
  height: 33px;
  line-height: 33px;
  color: #8596a8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.agency-num > span {
  font-family: "DIN";
  font-weight: 700;
  font-size: 30px;
  color: #3a7add;
  margin-right: 10px;
}

.agency-txt {
  margin-top: 3px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.agency-tab {
  margin-top: 40px;
}
.agency-tab .tab-hd {
  display: flex;
  flex-wrap: wrap;
}
.agency-tab .tab-hd .tab-hd-item {
  position: relative;
  width: calc((100% - 80px) / 5);
  padding-left: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  height: 96px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}
.agency-tab .tab-hd .tab-hd-item + .tab-hd-item {
  margin-left: 20px;
}
.agency-tab .tab-hd .tab-hd-item.active {
  color: #fff;
  background-color: #3A7ADD;
}
.agency-tab .tab-hd .tab-hd-item.active:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10px 0 10px;
  border-color: #3A7ADD transparent transparent transparent;
}
.agency-tab .tab-bd {
  margin-top: 35px;
}
.agency-tab .tab-bd .tab-bd-item {
  min-height: 600px;
  padding: 30px 20px;
  border-top: 1px solid #3A7ADD;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}

.agency-ico {
  flex-shrink: 0;
}

.agency-info {
  margin-left: 16px;
  margin-right: 16px;
  line-height: 24px;
  font-size: 16px;
}

.search-area {
  display: flex;
  padding: 16px 20px;
  background-color: #F8F8F8;
}

.control-item {
  display: flex;
  height: 32px;
}
.control-item + .control-item {
  margin-left: 20px;
}

.control-item > .layui-input {
  height: 32px;
  border: 1px solid #CFD8E5;
  width: 150px;
  padding-right: 30px;
  background: url("../images/consultation_statistics/calendar.png") right 9px center no-repeat #fff;
  border-radius: 3px;
}

.control-item .label {
  line-height: 32px;
  white-space: nowrap;
}

.control-item .search-input {
  width: 202px;
  border-radius: 2px;
  border: 1px solid #CFD8E5;
  border-right: 0;
  background: #FFF;
  box-sizing: border-box;
  padding: 0 10px;
}

.layui-form-select dl dd.layui-this {
  background-color: #3A7ADD;
}

.agency-btn {
  width: 66px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #3A7ADD;
}

.label-line {
  margin: 0 10px;
}

.layui-form-select .layui-input {
  width: 150px;
  height: 32px;
}

.layui-laydate tr .layui-this {
  background-color: #3A7ADD !important;
}

/* 表格 */
.public-table-wrap {
  margin-top: 20px;
}

.public-table thead {
  background: #F2F9FF;
}

.public-table th:first-of-type {
  padding-left: 10px;
}

.public-table tr td:first-child {
  padding-left: 10px;
}

.public-table th,
.public-table tr td {
  text-align: center;
}

.public-table tr td {
  padding: 5px 10px;
  height: 40px;
}

.employees-num {
  cursor: pointer;
  color: #3A7ADD;
}