@charset "UTF-8";
/**
* 项目进度详情
* date:2023-8-15
* author: trh;
 */
.progress-box {
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-progress {
  width: 226px;
  min-height: 552px;
}

.progress-lists {
  padding: 13px 10px 27px 11px;
}

.progress-item {
  height: 45px;
  margin-bottom: 19px;
  position: relative;
  /*不可点击*/
  /*已进行到该阶段*/
  /*选中改阶段*/
}

.progress-item:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  right: 27px;
  background: url(../images/trade/step_ico_going.png) no-repeat center;
}

.progress-item:before {
  position: absolute;
  content: "";
  width: 1px;
  border-right: 1px dashed #979595;
  right: 32px;
  top: 50%;
  bottom: -100%;
}

.progress-item:last-child:before {
  content: none;
}

.progress-item.none {
  pointer-events: none;
  cursor: not-allowed;
}

.progress-item.none:after {
  background: #fff;
  border: 1px solid #ACACAC;
}

.progress-item.none .progress-name {
  color: #999;
  cursor: not-allowed;
}

.progress-item.ongoing:after {
  background: url(../images/trade/step_ico_going.png) no-repeat center;
}

.progress-item.active, .progress-item.current {
  border-radius: 23px;
  background: #246ECA;
}

.progress-item.active:after, .progress-item.current:after {
  border: 3px solid #fff;
  background: #4A94F0;
}

.progress-item.active .progress-name, .progress-item.current .progress-name {
  color: #fff;
}

.progress-name {
  display: block;
  width: 205px;
  padding: 0 54px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  text-align: right;
  font-size: 16px;
  line-height: 45px;
}

.sub-empty {
  padding-bottom: 140px;
}

.right-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

/*项目登记*/
.register {
  padding: 13px 20px 24px;
}

.register-table {
  width: 100%;
  margin: 17px auto;
}

/*招标文件公示*/
.article {
  margin-bottom: 14px;
}

.article-img {
  margin-top: 40px;
  padding-bottom: 58px;
}

/*澄清或修改公告*/
.clarify-hd {
  padding-top: 36px;
  margin: 0 40px;
  border-bottom: 1px solid #C6C6C6;
}

.clarify-hdl > a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 4px 26px;
  border-bottom: 3px solid transparent;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.clarify-hdl.active > a, .clarify-hdl.current > a {
  color: #246ECA;
  font-size: 18px;
  border-color: #246ECA;
}

.com-table3 .sub-empty {
  padding: 60px 0 30px 0;
}

/*开标结果公示*/
.opening-box {
  padding: 18px 20px 8px;
}

/*合同订立信息*/
.contract-box {
  padding: 18px 20px 8px;
}
