@charset "UTF-8";
/**
* 蚌埠市公共资源交易“招采 C 链”综合服务平台项目
* date:2024-2-25
* author: xhz;
 */
.list-content {
  padding: 25px;
  padding-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  min-height: 400px;
}

.list-title {
  height: 54px;
  border-bottom: 1px solid #ececec;
}
.list-title .types li {
  cursor: pointer;
  margin-right: 10px;
  padding: 0 5px;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.list-title .types li.active {
  color: #0085ff;
  border-color: #0085ff;
}
.list-title .drop {
  width: 180px;
}
.list-title .drop + .chosen-container {
  width: 180px !important;
}
.list-title .search {
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-title .search input {
  width: 250px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #dbdde2;
  border-right: none;
  border-radius: 4px 0px 0px 4px;
  background: #fff;
  padding-left: 13px;
}
.list-title .search input::-moz-placeholder {
  color: #bababa;
}
.list-title .search input::placeholder {
  color: #bababa;
}
.list-title .search .search-btn {
  --primary-color: #0085ff;
  width: 4px;
  height: 32px;
  line-height: 30px;
  border-radius: 0px 4px 4px 0px;
  background: var(--primary-color) url(../images/readglass.png) no-repeat 10px center;
  padding-left: 32px;
  color: #fff;
  cursor: pointer;
}

.com-table thead {
  border-bottom: 1px solid #f1f1f1;
}
.com-table th,
.com-table td {
  padding: 0 10px;
  text-align: center;
}
.com-table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.com-table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-table tbody td .query {
  display: inline-block;
  color: #0085ff;
}
.com-table tbody td .query:hover {
  text-decoration: underline;
}

@media (max-width: 979px) {
  .list-content {
    width: 100%;
    padding: 0 15px;
  }
  .list-title .search input {
    width: 200px;
  }
}