@charset "UTF-8";
/**
* 土地交易大厅
* date:2023-6-28
* author: trh;
 */
.content {
  padding: 0 24px;
  background-color: #fff;
}

.search-box {
  padding: 30px 0 24px 0;
}

.search-box .btns {
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #3A6FEE;
  text-align: center;
  padding: 0 11px;
  min-width: 82px;
  margin-left: 12px;
}

.search-btn {
  background: #3A6FEE;
  color: #fff;
}

.reset-btn {
  background: #fff;
  color: #3A6FEE;
}

.search-item {
  margin-right: 29px;
}

.search-label {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.search-input {
  width: 200px;
  padding: 0 10px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #BFC9E1;
  display: inline-block;
  vertical-align: top;
}

.search-chosen {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.search-chosen .chosen-container-single .chosen-single {
  border-color: #BFC9E1;
  color: #333;
  padding-left: 11px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-chosen .chosen-container-single .chosen-default {
  color: transparent;
}

.search-chosen .chosen-container-active .chosen-single {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-chosen .chosen-container-single .chosen-single div b {
  background: url(../images/chosen_arrow_down.png) no-repeat left center;
}

.search-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: right center;
}

.search-chosen .chosen-container .chosen-results li.highlighted {
  background: -webkit-gradient(linear, left top, left bottom, from(#2B64E9), to(#739DFF));
  background: linear-gradient(180deg, #2B64E9 0%, #739DFF 100%);
}

.sub-pager {
  padding: 24px 0;
}

.public-table td {
  padding: 0 11px;
}

.public-table .supply {
  color: #3A6FEE;
}
