@charset "UTF-8";
/**!
* 主站-公告详情
* @date: 2023-04-13
* author: xy;
*/
img {
    max-width: 800px;
}

.full-detail {
  width: 100%;
  margin-left: 0;
}

.full-detail .article-info {
  padding-bottom: 0;
  border-bottom: none;
}

.progress-list {
  padding-left: 13px;
  width: 1158px;
  height: 96px;
  background: #F5F8FF;
  margin-top: 16px;
}

.progress-item {
  position: relative;
}

.progress-item:last-child > a:after {
  background: none;
}

.progress-item + .progress-item {
  margin-left: 140px;
}

.progress-item:nth-child(1) > a:after {
  left: 64px;
  width: 187px;
}

.progress-item:nth-child(2) > a:after {
  left: 49px;
  width: 169px;
}

.progress-item:nth-child(3) > a:after {
  left: 49px;
  width: 186px;
}

.progress-item:nth-child(4) > a:after {
  left: 64px;
  width: 187px;
}

.progress-item:nth-child(5) > a:after {
  left: 50px;
  width: 170px;
}

.progress-item > a {
  display: block;
  font-size: 16px;
  color: #5C5C5C;
  position: relative;
  padding-top: 58px;
}

.progress-item > a::before {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
}

.progress-item > a:after {
  position: absolute;
  top: 34px;
  content: '';
  height: 2px;
  background: #E6E6E6;
}

.progress-item.done > a::before {
  border-color: #0F62A9;
}

.progress-item.done > a:after {
  background: #1074C8;
}

.progress-item.cur > a {
  color: #0F62A9;
}

.progress-item.cur > a::before {
  border-color: #0F62A9;
  background: #0F62A9;
}
