@charset "UTF-8";
/**
 * 莲都区村级项目管理服务平台合作运营项目
 * date: 2024-11-26
 * author: wuzhou;
 */
.page-deal-banner {
  height: 302px;
  /* overflow: hidden; */
  background: url("../images/page_deal_banner_bg.jpg") center top no-repeat;
}
.page-deal-banner.evaluation-banner {
  height: 236px;
}

.deal-title {
  padding-top: 32px;
  text-align: center;
  line-height: 36px;
  color: #202c39;
  font-size: 24px;
}

.search-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
}

.search-item {
  display: flex;
  align-items: center;
  height: 46px;
  line-height: 46px;
  margin-top: 20px;
}
.search-item.full-item {
  width: 100%;
}
.search-item.big-half-item {
  width: 59%;
}
.search-item.big-half-item + .small-half-item {
  margin-left: 60px;
}
.search-item.half-item {
  width: calc(50% - 30px);
}
.search-item.half-item + .half-item {
  margin-left: 60px;
}
.search-item.small-half-item {
  width: calc(41% - 60px);
}
.search-item > label {
  margin-right: 12px;
  flex-shrink: 0;
  color: #666;
  font-size: 18px;
}
.search-item > label.right-alignment {
  min-width: 108px;
  text-align: right;
}
.search-item .project-name {
  box-sizing: border-box;
  flex: 1;
  padding: 0 11px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  color: #999;
  font-size: 18px;
  border: 1px solid #e1e8ef;
  background: #fff;
}
.search-item .project-name.date-input {
  background: url("../images/date_ico.png") calc(100% - 11px) center no-repeat #fff;
}

.bid-type {
  box-sizing: border-box;
  flex: 1;
  padding: 0 11px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  color: #999;
  font-size: 18px;
  border: 1px solid #e1e8ef;
  background: #fff;
  outline: none;
}

.date-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.date-separator {
  margin: 0 12px;
  color: #666;
  font-size: 18px;
}

.project-btn {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.project-btn button {
  width: 120px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #1d8eea;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* 表格 */
.info-table {
  margin-top: 40px;
  width: 100%;
  table-layout: fixed;
}
.info-table thead th {
  text-align: center;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #77b7eb;
}
.info-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.info-table tbody tr td {
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  height: 80px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-table tbody tr td > a {
  color: #333;
}
.info-table tbody tr td:not(:last-child) {
  border-right: 1px solid #e8eaee;
}
.info-table tbody tr:nth-child(even) td {
  background-color: #f3f6f8;
}
.info-table tbody tr:hover td {
  color: #1D8EEA;
}
.info-table tbody tr:hover td > a {
  color: #1D8EEA;
}

.empty-date {
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;
}
.empty-date > p {
  width: 100%;
  padding-top: 108px;
  line-height: 21px;
  text-align: center;
  color: #666;
  background: url("../images/empty_ico.png") center top no-repeat;
}