@charset "UTF-8";
/**!
 * 交易信息
 * date:2022-05-09
 * author: trh;
 */
.main-content {
  padding-bottom: 27px;
}

.sub-title {
  margin: 0 16px 0 24px;
}

.sub-title-txt {
  background-image: url(../images/tradeinfomation/query_ico.png);
}

.sub-search {
  margin-top: 10px;
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 16px;
  position: relative;
}

.sub-search .input-placeholder {
  left: 17px;
  height: 30px;
  line-height: 30px;
  color: #999;
}

.sub-search-input {
  height: 100%;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  padding: 0 0 0 17px;
  border-radius: 18px;
}

.sub-search-input::-webkit-input-placeholder {
  color: #999;
}

.sub-search-input:-ms-input-placeholder {
  color: #999;
}

.sub-search-input::-ms-input-placeholder {
  color: #999;
}

.sub-search-input::placeholder {
  color: #999;
}

.sub-search-btn {
  width: 38px;
  height: 30px;
  background: url(../images/sub_search_ico.png) no-repeat center;
}

/*项目类型-category*/
.category-lists {
  padding: 28px 24px 4px;
  font-size: 16px;
  color: #333;
}

.category-item {
  line-height: 30px;
}

.category-subs {
  margin-left: 126px;
}

.category-subs-item {
  cursor: pointer;
  margin: 0 30px 20px 0;
  color: #666;
  line-height: 30px;
  padding: 0 14px;
}

.category-subs-item.current {
  background: #2970da;
  color: #fff;
}

.public .category-subs {
  margin-right: 420px;
}

.customize-input {
  width: 138px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 36px 0 10px;
  background: #fcfcfc url(../images/tradeinfomation/calendar_ico.png) no-repeat right 10px center;
}

.customize-to {
  line-height: 30px;
  padding: 0 10px;
}

/*列表*/
.sublists-item {
  border: 1px solid transparent;
  margin-top: -2px;
}

.sublists-item:hover {
  border-color: #2970da;
  -webkit-box-shadow: 2px 2px 13px 0px rgba(41, 112, 218, 0.15);
          box-shadow: 2px 2px 13px 0px rgba(41, 112, 218, 0.15);
}

.sublists-item:hover .lists-link {
  border-color: transparent;
}

.sublists-item:hover .lists-title {
  color: #2970da;
  font-weight: 500;
}

.sublists-link {
  display: block;
  padding: 25px 0 28px 0;
  margin: 0 28px 0 24px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.3);
}

.sublists-state {
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.sublists-state.ended {
  background: #e6e6e6;
  color: #666;
}

.sublists-state.ongoing {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#6ad4cc), to(#1ca6bf));
  background: linear-gradient(270deg, #6ad4cc, #1ca6bf);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1ca6bf, endColorstr=#6ad4cc);
}

.sublists-title {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin: 0 110px 0 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sublists-date {
  color: #999;
  line-height: 28px;
}

.sublists-bom {
  padding-top: 17px;
  height: 16px;
  color: #999;
  line-height: 16px;
}

.proj-item {
  margin-right: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(33% - 52px);
}
