@charset "UTF-8";
/**
 * 08_台州市公共资源交易“浙里招标”数字平台项目(临时)
 * date: 2023-9-12
 * author: xuhai;
 */
.box {
  padding-bottom: 35px;
}
.box-con {
  display: flex;
  justify-content: space-between;
  min-height: 0;
}
.box-left {
  width: 214px;
}
.box-right {
 /* width: 966px; */
 width:100%;
}
.box-nav {
  min-height: 598px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(17, 64, 128, 0.12);
  border-radius: 4px;
}
.box-condition {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 0;
  font-size: 14px;
  padding: 20px 20px 5px 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(17, 64, 128, 0.12);
  border-radius: 4px;
}
.box-condition .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
}
.box-condition .item-label {
  width: 87px;
  height: 30px;
  color: #333;
  text-align: right;
  line-height: 30px;
  padding-right: 3px;
  box-sizing: border-box;
}
.box-condition .item-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.box-condition .item-type {
  height: 30px;
  color: #383838;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  margin-left: 12px;
  cursor: pointer;
}
.box-condition .item-type:hover, .box-condition .item-type.current {
  color: #fff;
  background-color: #1f77e5;
}
.box-condition .item.date-range {
  margin-left: 12px;
}
.box-condition .item.date-range .item-label {
  width: 79px;
}
.box-condition .item.date-range .item-con {
  margin-left: 0;
}
.box-container {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(17, 64, 128, 0.12);
  border-radius: 4px;
  /* margin-top: 21px; */
}
.box-container-header {
  display: flex;
  justify-content: space-between;
  height: 64px;
  padding: 10px 16px;
  border-bottom: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.box-container-header .title {
  height: 44px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 3px solid #1f77e5;
  box-sizing: border-box;
}
.box-container-header .keyword {
  position: relative;
  height: 36px;
  z-index: 1;
}
.box-container-header .keyword-input {
  width: 386px;
  height: 100%;
  border: 1px solid #bfc9e1;
  padding: 0 64px 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.box-container-header .keyword-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #1f77e5;
  border-radius: 0 4px 4px 0;
  z-index: 9;
  cursor: pointer;
}
.box-container-header .keyword-btn::before {
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/search.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 4px;
  content: "";
}
.box-container-con {
  min-height: 570px;
  padding-top: 10px;
  box-sizing: border-box;
}

.layui-input-inline {
  position: relative;
  width: 140px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 1;
}
.layui-input-inline input {
  width: 100%;
  height: 100%;
  line-height: 30px;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 0 26px 0 12px;
  box-sizing: border-box;
}
.layui-input-inline::after {
  position: absolute;
  right: 0;
  width: 26px;
  height: 100%;
  background: url("../images/trade/date.png") no-repeat center;
  background-size: 14px 14px;
  content: "";
  z-index: 1;
}
.layui-form-mid {
  position: relative;
  width: 12px;
  height: 2px;
  background-color: #e6e6e6;
  margin: 0 5px;
}


.public-list.full .public-list-item .title {
  padding-right: 50px;
  box-sizing: border-box;
}