@charset "UTF-8";
/**
* 项目进度查询
* date:2023-8-15
* author: trh;
 */
.search-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-content {
  margin-bottom: 20px;
}

.projects-content-infos {
  padding: 16px 0 25px;
}

.projects-lists {
  padding-left: 25px;
  padding-right: 25px;
}

.projects-link {
  display: block;
  border-bottom: 1px dashed #c6c6c6;
}

.projects-top {
  height: 24px;
  line-height: 24px;
  margin-right: 12px;
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects-name {
  color: #333;
  font-size: 16px;
  font-weight: 350;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

.projects-info {
  color: #666;
  margin-left: 42px;
}

.projects-progress {
  padding-top: 9px;
  margin-right: -25px;
}

.progress-item {
  width: 142px;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #2065BB;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
  margin-bottom: 15px;
  background: url("../images/trade/progress_bg.png") no-repeat center;
}

.progress-item:first-child {
  position: relative;
}

.progress-item:first-child:before {
  position: absolute;
  content: '';
  height: 100px;
  width: 12px;
  background-color: #C9E2FF;
  left: 0;
  top: 0;
}

.progress-item.done, .progress-item.current, .progress-item.active {
  color: #FFF;
  background-image: url("../images/trade/progress_bgh.png");
}

.progress-item.done:first-child, .progress-item.current:first-child, .progress-item.active:first-child {
  background-image: url("../images/trade/progress_bgh2.png");
}

.progress-item.done:first-child:before, .progress-item.current:first-child:before, .progress-item.active:first-child:before {
  content: none;
}
