@charset "UTF-8";

/**!
 * 采购信息子页
 * date: 2022-03-06
 * author: xy;
 */
.main-top {
  background: url(../images/purchase.png) no-repeat;
}

.tab-head-box {
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-right: 20px;
}

.tab-head-box::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/purchase_title_icon.png) no-repeat;
  top: 0;
  left: 0;
}

.purchase-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  padding-left: 20px;
}

.purchase-head {
  margin-left: 57px;
}

.purchase-head li {
  margin-right: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

.purchase-head li.active {
  color: #0eb0c9;
  font-weight: bold;
}

.purchase-list li {
  background-color: #fff;
  margin-right: 22px;
  /* margin-bottom: 20px; */
  margin-top: 20px;
  width: calc(25% - 16.5px);
  height: 288px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 20px;
}

.purchase-list li:nth-child(4n) {
  margin-right: 0;
}

/* .purchase-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
} */
.purchase-list li:nth-child(-n + 4) {
  margin-top: 0;
}

.purchase-list li:hover {
  border: 1px solid #0eb0c9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.purchase-list .head-type {
  padding: 20px 0 16px;
  height: 26px;
  line-height: 26px;
}

.purchase-list .head-type span {
  padding: 6px 12px;
  border-radius: 2px;
}

.purchase-list .bid-type {
  background: #ebf8fa;
  color: #0eb0c9;
  margin-right: 8px;
}

.purchase-list .project-type {
  background: #fff6ec;
  color: #f29834;
}

.purchase-list .list-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.purchase-list .list-title-box {
  height: 40px;
}

.purchase-list .info {
  padding-top: 12px;
  height: auto;
  border-bottom: 1px dashed #cfcfcf;
  box-sizing: border-box;
}

.purchase-list .info>p {
  line-height: 28px;
}

.purchase-list .info .label {
  color: #999;
}

.purchase-list .info .content {
  color: #666;
  width: 210px;
}

.purchase-list .info .time {
  color: #ba172c;
  letter-spacing: 0.04px;
  font-weight: bold;
  padding: 0 3px;
}

.purchase-list .company {
  color: #999;
  line-height: 16px;
  margin: 11px 0;
  height: 32px;
  line-height: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.search {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  width: 280px;
  height: 34px;
  margin-top: 14px;
  position: relative;
}

.search-input {
  padding-left: 11px;
  width: 236px;
  height: 34px;
  position: absolute;
  background-color: #fafafa;
  left: 0;
  top: 0;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 34px;
  background: url(../images/com_search.png) no-repeat center;
}

.sub-box {
  padding: 0 20px;
  background-color: #fff;
  margin: 20px 0;
}

.sub-box .condition {
  height: 70px;
  border-bottom: 1px dashed #e7e7e7;
}

.sub-box .condition:last-child {
  border-bottom: 0;
}

.sub-box .condition-tt {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 70px;
  padding-left: 10px;
}

.sub-box .condition-list {
  margin-top: 20px;
}

.sub-box .condition-item {
  padding: 0 10px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}

.sub-box .condition-item.active {
  color: #0eb0c9;
  border: 1px solid #0eb0c9;
  border-radius: 18px;
}

.sub-box .condition-date {
  width: 250px;
  height: 34px;
  border: 1px solid #e6e6e6;
  margin-top: 17px;
  margin-left: 16px;
  background: url(../images/date_icon.png) no-repeat right 10px center;
  cursor: pointer;
  padding-left: 10px;
  box-sizing: border-box;
}

.end-box {
  padding: 5px 0 !important;
}

.end-box>p {
  margin: 4px 0;
}

.end-style {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ddd;
  color: #aaa;
  margin: 4px 0;
}

.kind-hd {
  height: 50px;
  line-height: 50px;
}

.tab-head-box {
  height: auto;
}

.kind-bd {
  height: 70px
}

.purchase-head {
  margin-left: 0;
}

.purchase-title {
  cursor: pointer;
  padding: 0 40px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04px;
  color: #666666;
}

.purchase-title.active {
  position: relative;
  font-weight: 700;
  color: #fff;
  background-color: #0EB0C9;
}

.purchase-title.active:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/purchase_title_icon.png) no-repeat;
  top: 0;
  left: 0;
}

.tab-head-box::before {
  display: none;
}

.purchase-head .hdl {
  line-height: 70px;
  margin: 0 20px;
}

.search {
  position: absolute;
  right: 18px;
  top: 15px;
}

.empty-style {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  height: 26px;
  line-height: 26px; 
  color: #aaa;
  margin: 4px 0;
}
.purchase-list .info {
    padding-top: 0;
}
.info:nth-child(4) >p{
  line-height:36px;
}