@charset "UTF-8";
/**
* 1106湖北省成套招标股份有限公司楚天云采电子招标采购平台对接汇聚平台服务采购项目-网站
* date:2024-11-7
* author: zhaodqi;
 */
.content {
  position: relative;
  padding: 30px 0;
}

.left-nav {
  position: absolute;
  left: 0;
  top: 30px;
  width: 228px;
}
.left-nav .nav-title {
  min-height: 100px;
  padding-top: 19px;
  padding-left: 24px;
  background: url("../images/subPage/nav_head_bg.png") top center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-nav .nav-title .cn {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.left-nav .nav-title .en {
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.left-nav-list {
  padding: 10px 0;
  background: #fff;
}
.left-nav-item {
  height: 60px;
  background: #ffffff;
  cursor: pointer;
}
.left-nav-item.current, .left-nav-item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f6fb), to(#f1f6fb)), #ffffff;
  background: linear-gradient(0deg, #f1f6fb, #f1f6fb), #ffffff;
}
.left-nav-item.current > a, .left-nav-item:hover > a {
  color: #2872ef;
}
.left-nav-item.current > a {
  border-color: #2872ef;
}
.left-nav-item > a {
  display: block;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  border-left: 4px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  margin-left: 258px;
}

.condition {
  padding: 16px 20px;
  min-height: 69px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.condition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  padding: 3.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.condition-item + .condition-item {
  margin-top: 10px;
}
.condition-item.time {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.condition-item.time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.condition-item label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.condition-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.condition-list-item {
  margin-left: 10px;
}
.condition-list-item a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.condition-list-item:hover > a, .condition-list-item.current > a {
  color: #fff;
  background: #2872ef;
  border-radius: 3px;
}
.condition-list-item.diy {
  text-align: right;
  margin-left: 38px;
}
.diy {
  text-align: right;
}
.diy a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.diy.current > a {
  color: #fff;
  background: #2872ef;
  border-radius: 3px;
}

.condition .date-range {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 388px;
  height: 37px;
  margin-top: -3.5px;
  padding: 8px 10px;
  padding-right: 34px;
  background: url("../images/subPage/date_ico.png") right 10px center no-repeat;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.condition .date-range input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  border: 0;
  outline: 0;
}
.condition .date-range .space {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.list-box {
  margin-top: 20px;
  min-height: 490px;
  background: #fff url("../images/subPage/content_bg_topb.png") top center no-repeat;
}
.list-box .list {
  padding: 0 20px;
}
.list-box .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  height: 69px;
  border-bottom: 1px dashed #dddddd;
  box-sizing: border-box;
}
.list-box .item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  font-size: 16px;
}
.list-box .item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/subPage/info_icon.png") center center no-repeat;
}
.list-box .item > a:hover .title,
.list-box .item > a:hover span {
  color: #2872ef;
}
.list-box .item .title {
  color: #333333;
  margin-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-box .item span {
  color: #999;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  padding: 13px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
.toolbar .search-box {
  position: relative;
  margin-left: auto;
  padding: 0 10px;
  width: 255px;
  height: 33px;
  background: rgba(253, 253, 254, 0.4);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 1px 2px 3px #e7edf9, 0px -1px 5px rgba(255, 255, 255, 0.13);
          box-shadow: 1px 2px 3px #e7edf9, 0px -1px 5px rgba(255, 255, 255, 0.13);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .search-box input {
  background: transparent;
  line-height: 33px;
}
.toolbar .search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background: url("../images/subPage/search_ico.png") center center no-repeat;
}

@media (max-width: 1540px) {
  .main {
    margin-left: 248px;
  }
}