@charset "UTF-8";
/**
 * 江苏省建设工程网上招投标系统
 * date: 2026-2-5
 * author: qgq;
 */
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.contact-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

.contact-main {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(166, 166, 166, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(166, 166, 166, 0.1);
  padding: 20px 24px 24px;
  
}
.contact-main:nth-child(n+2) {
  margin-top: 20px;
  min-height: 380px;
}

.filter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-row {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-row:first-child {
  margin-top: 0;
}

.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-item.filter-item-time {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-item.filter-item-type {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.filter-label {
  margin-right: 10px;
  min-width: 70px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
}

.time-range-wrapper {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time-range-label {
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}

.filter-select {
  width: 298px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #dde0e4;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  cursor: pointer;
  outline: none;
}
.filter-select:focus {
  border-color: #0063c8;
}

.type-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.type-btn {
  margin-left: 8px;
  padding: 6px 12px;
  height: 32px;
  background: #eceff4;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.type-btn:first-child {
  margin-left: 0;
}
.type-btn:hover {
  background: rgba(0, 99, 200, 0.1);
  color: #0063c8;
}
.type-btn.active {
  background: #0063c8;
  color: #ffffff;
}

.date-range {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-input {
  width: 179px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #eceff4;
  border-radius: 4px;
  font-size: 14px;
  color: #4e5463;
  background: #eceff4;
  background: url("../images/icon-date.png") right 12px center no-repeat #eceff4;
  cursor: pointer;
  outline: none;
}
.date-input:focus {
  border-color: #0063c8;
}

.date-separator {
  margin: 0 8px;
  font-size: 14px;
  color: #4e5463;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 298px;
  height: 32px;
  border: 1px solid #dde0e4;
  border-radius: 4px;
  padding: 0 10px;
}
.search-box .search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
  background: transparent;
}
.search-box .search-input::-webkit-input-placeholder {
  color: #999;
}
.search-box .search-input::-moz-placeholder {
  color: #999;
}
.search-box .search-input:-ms-input-placeholder {
  color: #999;
}
.search-box .search-input::-ms-input-placeholder {
  color: #999;
}
.search-box .search-input::placeholder {
  color: #999;
}
.search-box .search-btn {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-box .search-btn:hover {
  opacity: 0.8;
}
.search-box .search-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-search2.png") no-repeat center/contain;
}

.table-list {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: rgba(40, 127, 229, 0.1);
}
.table-header .table-col {
  font-size: 16px;
  font-weight: 400;
  color: #486290;
  padding: 0 10px;
}

.table-body .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 1px solid #ecedf2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table-body .table-row:hover {
  border-bottom-color: #0063c8;
}
.table-body .table-row:hover .col-title a {
  color: #0063c8;
}
.table-body .table-row:hover .col-date {
  color: #0063c8;
}
.table-body .table-row .table-col {
  padding: 0 10px;
  font-size: 16px;
  color: #333333;
}

.table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.table-col.col-num {
  width: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table-col.col-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.table-col.col-title a {
  line-height: 49px;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-col.col-title a:hover {
  color: #0063c8;
}
.table-col.col-area {
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-col.col-date {
  width: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tag-top {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  height: 26px;
  background: #f68a29;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.area-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  padding: 0 8px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #0063c8;
  z-index: 1;
}
.area-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecf1f6;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  border-radius: 4px;
  z-index: -1;
}

.chosen-container {
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height: 32px;
  border: 1px solid #dde0e4;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single.cur {
  color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ddd;
}

.chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 32px;
  line-height: 32px;
}

.chosen-container-single .chosen-single div {
  right: 10px;
  width: 20px;
  padding: 0;
}

.chosen-container-single .chosen-single div b {
  width: 16px;
  height: 32px;
  background: url("../images/icon-arrow.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/icon-arrow.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
  top: 35px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0;
}

.chosen-container .chosen-search {
  display: none;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}

.chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}

#tradeSource_chosen,
#otherPlatformSelect_chosen {
    width: 298px !important;
    display: none; /* 默认隐藏 */
    vertical-align: middle;
}
.filter-select {
    display: none !important;
}

#tradeSource_chosen,
#otherPlatformSelect_chosen {
    width: 298px !important;
    display: none !important;
    vertical-align: middle !important;
}
#tradeSource_chosen {
    display: inline-block !important;
}
.filter-select {
    display: none !important;
}