.search-condition {
  padding: 15p;
  box-sizing: border-box;
  background-color: #fff;
}

.search-condition .tag-wrap {
  padding: 10px 0;
  padding-left: 53px;
}
.tag-wrap span {
  cursor: pointer;
  /* margin-right:15px; */
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 8px 18px;
  /* width: 64px; */
  box-sizing: border-box;
  display: inline-block;
  color: #606266;
  text-align: center;
}

.tag-wrap label {
  text-indent: -53px;
  display: inline-block;
}

.tag-wrap span.active {
  background: #2f7fff;
  color: #fff;
}
.tag-wrap span.active a{
  color:#fff;
}

.last-tag-wrap .tag-wrap {
  float: left;
}

.last-tag-wrap .tag-wrap:nth-child(2) {
  /* margin-left: 100px; */
  float: right;
}

.list-title {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  /* padding: 20px 0; */
  padding: 20px 0;
}
.list-title .fr {
  padding-right: 352px;
}

.list-title em {
  color: #f34c4c;
}

.list-left {
  background: #ffffff;
  border: 1px solid #d7d7d9;
  /* padding:0 20px; */
  width: 850px;
  box-sizing: border-box;
  float: left;
  line-height: 23px;
}

.list-left li {
  padding: 15px 20px;
  border-bottom: 1px solid #f2f3f7;
  color: #606266;
  font-size: 14px;
}

.list-left li:hover {
  box-shadow: 0px 0px 9px 0px rgba(18, 80, 206, 0.43);
}

.list-left li .p2 {
  padding-top: 15px;
  color: #606266;
}

.list-left li .p2 span {
  margin-right: 35px;
}
.list-left li .p2 span.diqu {
  max-width:190px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  vertical-align: middle;
}
.list-left li .p2 span.fr {
  margin-right: 0;
}

.list-left a {
  /* font-weight: 800; */
  color: #333;
}

/* 单位采购信息列表  */
.unit-list-title.w12{
  /* font-weight: bold; */
  font-size: 30px;
  color: #333333;
  line-height: 26px;
  text-align:center;
  margin:28px auto 14px;
}
