@charset "UTF-8";
/**
 * 宜昌市城发集团招采系统优化升级项目
 * date: 2024-10-28
 * author: 交易信息公告
 */
.notice-type {
  padding: 15px 20px 10px;
  background-color: #fff;
}

.notice-single {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  color: #666;
}
.notice-single .type-title {
  flex-shrink: 0;
  line-height: 40px;
}
.type-items {
  display: flex;
  flex-wrap: wrap;
}
.type-items .type-item {
  border-radius: 3px;
  padding: 0 15px;
  margin: 5px 0 5px 10px;
  cursor: pointer;
  background: rgba(242, 245, 254, 0.85);
}
.type-items .type-item.active {
  color: #fff;
  background: #0570fe;
}

.record-content {
  margin-top: 20px;
  padding: 20px;
  min-height: 570px;
  background-color: #fff;
}

.record-info {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
}
.record-info > p {
  font-family: "OPPOSans-B";
  font-size: 16px;
}
.record-info > p > span {
  color: #0570fe;
}
.record-info .record-search {
  display: flex;
  align-items: center;
  border-radius: 2px;
  width: 332px;
  border: 1px solid #dce3e9;
}
.record-info .record-search-input {
  flex: 1;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  color: #999;
}
.record-info .record-search-input::placeholder {
  color: #999;
}
.record-info .record-search-btn {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  background: url("../images/record_search_ico.png") center no-repeat;
}

.projet-search {
  display: flex;
  flex-wrap: wrap;
}
.projet-search .projet-date {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  color: #666;
}
.projet-search .date-split {
  margin: 0 10px;
}
.projet-search .date-input {
  box-sizing: border-box;
  border-radius: 2px;
  width: 124px;
  height: 36px;
  line-height: 34px;
  padding-left: 9px;
  color: #666;
  border: 1px solid #dce3e9;
  background: url("../images/date_ico.png") 93px center no-repeat;
}

.bid-wrap {
  padding-top: 20px;
}

.bid-table {
  width: 100%;
  table-layout: fixed;
}
.bid-table thead tr th {
  color: #fff;
  text-align: center;
  height: 48px;
  background: #4a93ff;
}
.bid-table tbody tr td {
  text-align: center;
  height: 54px;
}
.bid-table tbody tr td .bid-name {
  display: block;
  padding: 0 15px;
  text-align: left;
  line-height: 21px;
  color: #353B4B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bid-table tbody tr:nth-child(even) td {
  color: #353B4B;
  background: #f3f7ff;
}