@charset "UTF-8";
/**
 * 详情页
 * date: 2025-3-18
 * author: qyt
 */
.shadow-box {
  margin-bottom: 30px;
}

/* article */
.article {
  padding: 36px;
  word-break: break-all;
}
.article-title {
  line-height: 1.5;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.article-sources {
  padding: 3px 0;
  margin: 16px 0 32px;
  line-height: 1.5;
  font-size: 14px;
  color: #999;
  background-color: #F7F7F7;
  text-align: center;
}
.article-sources > * {
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px;
}
.article-sources .fontszie-type {
  display: inline-block;
  vertical-align: top;
  color: #7F8BA5;
  min-width: 20px;
  margin: 0 1px;
  border-radius: 1px;
}
.article-sources .fontszie-type.current, .article-sources .fontszie-type:hover {
  color: #fff;
  background: #0c7cff;
  font-weight: bold;
}
.article-info {
  line-height: 2;
  font-size: 16px;
  overflow-x: auto;
}
.article-p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 2em;
}
.article-img {
  display: block;
  max-width: 100%;
  margin: 24px auto;
}
.article-file {
  margin-top: 32px;
}
.article-file-hd {
  line-height: 1.5;
  font-size: 14px;
}
.article-file-list {
  margin-left: -8px;
}
.article-file-item {
  position: relative;
  min-height: 59px;
  width: calc(50% - 8px);
  margin: 8px 0 0 8px;
  padding: 8px 8px 8px 52px;
  color: #333;
  background: #F7F7F7;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-file-item:hover {
  background: #fff;
  border-color: #0c7cff;
}
.article-file-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 36px;
  max-height: 36px;
}
.article-file-name {
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-file-infos {
  margin-top: 4px;
  line-height: 1.5;
  font-size: 12px;
  color: #B1B6CC;
}
.article-file-download {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 16px;
  margin-left: 12px;
  background: url("../images/download_ico.png") center center no-repeat;
}

/* 项目信息、流程 和 状态 */
.project-infos {
  padding: 24px 10px;
  line-height: 1.5;
  background: url("../images/project_bg.jpg") center center/100% 100% no-repeat;
  text-align: center;
}
.project-name {
  font-size: 26px;
  font-weight: bold;
}
.project-no {
  margin-top: 16px;
  font-size: 18px;
  color: #666;
}

.toolbar {
  margin: 20px 36px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.process-name {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.process-no {
  position: absolute;
  right: 5px;
  bottom: -8px;
  line-height: 26px;
  font-size: 30px;
  font-family: "DIN";
  font-weight: bold;
  color: #BCBCBC;
  opacity: 0.3;
  background: -webkit-linear-gradient(270deg, #BCBCBC -13.46%, transparent 76.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.process-infos {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #666;
  background: #E2E2E2;
}
.process-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: block;
  padding: 0 13px;
  margin: 0 -3px;
  text-align: center;
  overflow: hidden;
  cursor: default;
}
.process-item::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 13px;
  height: 100%;
  background: url("../images/process_l.png") center center/100% 100% no-repeat;
}
.process-item::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  width: 13px;
  height: 100%;
  background: url("../images/process_r.png") center center/100% 100% no-repeat;
}
.process-item:first-child::before, .process-item:last-child::after {
  background: #E2E2E2;
}
.process-item.completed {
  cursor: pointer;
}
.process-item.completed .process-infos {
  color: #fff;
  background: url("../images/process_completed_bg.png") center center/auto 100% repeat-x;
}
.process-item.completed::before {
  background-image: url("../images/process_completed_l.png");
}
.process-item.completed::after {
  background-image: url("../images/process_completed_r.png");
}
.process-item.completed:first-child::before, .process-item.completed:last-child::after {
  background: url("../images/process_completed_bg.png") center center/auto 100% repeat-x;
}
.process-item.completed .process-no {
  color: #fff;
  background: -webkit-linear-gradient(270deg, #fff -13.46%, transparent 76.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.process-item.doing {
  cursor: pointer;
}
.process-item.doing .process-infos {
  color: #fff;
  background: url("../images/process_doing_bg.png") center center/auto 100% repeat-x;
}
.process-item.doing::before {
  background-image: url("../images/process_doing_l.png");
}
.process-item.doing::after {
  background-image: url("../images/process_doing_r.png");
}
.process-item.doing:first-child::before, .process-item.doing:last-child::after {
  background: url("../images/process_doing_bg.png") center center/auto 100% repeat-x;
}
.process-item.doing .process-no {
  color: #fff;
  background: -webkit-linear-gradient(270deg, #fff -13.46%, transparent 76.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.state {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-left: 10px;
  background: #F7F7F7;
}
.state-item {
  position: relative;
  padding-left: 14px;
  margin-right: 12px;
  font-size: 12px;
}
.state-item:last-child {
  margin-right: 0;
}
.state-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #E2E2E2;
  border-radius: 50%;
}
.state-item.doing::before {
  background: #2B83E3;
}
.state-item.completed::before {
  background: #62B2F9;
}

/* 环节及环节下的多公告 */
.step {
  margin: 30px 36px;
}
.step-dot {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #0c7cff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.step-name {
  margin-top: 6px;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F7F7;
  padding: 20px 0;
}
.step-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.step-item::before, .step-item::after {
  content: "";
  position: absolute;
  top: 9px;
  height: 2px;
  background: rgba(153, 153, 153, 0.2);
}
.step-item::before {
  left: 0;
  right: calc(50% + 20px);
}
.step-item::after {
  right: 0;
  left: calc(50% + 20px);
}
.step-item:first-child::before, .step-item:last-child::after {
  display: none;
}
.step-item.current {
  cursor: default;
}
.step-item.current .step-dot {
  background: #0c7cff;
  border-color: #0c7cff;
}
.step-item.current .step-name {
  color: #0c7cff;
}
.step-item.disabled {
  cursor: default;
}
.step-item.disabled .step-dot {
  border-color: rgba(153, 153, 153, 0.2);
}
.step-bd {
  overflow: hidden;
}
.step-bd-item {
  position: relative;
  padding: 0 32px;
  margin-top: 16px;
}
.step-bd-item .swiper-button-next,
.step-bd-item .swiper-button-prev {
  width: 8px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-size: 100% auto;
}
.announcement-item {
  position: relative;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announcement-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 11px;
  height: 11px;
  background: #0c7cff;
  border-radius: 50%;
}
.announcement-time {
  line-height: 16px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.announcement-title {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.announcement-title:hover {
  color: #0c7cff;
}

/* 非pc端 */
@media screen and (max-width: 1200px) {
  .toolbar {
    margin: 15px;
  }
  .process-item {
    margin: 0 -5px;
  }
  .process-name {
    font-size: 15px;
  }
  .state-item {
    margin-right: 5px;
  }
  .step {
    margin: 0 15px;
  }
  .step + .article {
    padding-top: 35px;
  }
  .article {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .shadow-box {
    margin-bottom: 10px;
  }
  .project-infos {
    padding: 10px;
  }
  .project-name {
    font-size: 20px;
  }
  .project-no {
    margin-top: 10px;
    font-size: 16px;
  }
  .toolbar {
    margin: 5px;
    display: block;
  }
  .process-item {
    margin: 0 -6px;
  }
  .process-name {
    font-size: 14px;
  }
  .state {
    margin: 5px 0 0;
  }
  .step {
    margin: 0 5px;
  }
  .step-list {
    padding: 5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step-item {
    margin: 5px 0;
    padding: 0 10px;
  }
  .step-item::before, .step-item::after {
    content: "";
    top: 5px;
  }
  .step-item::before {
    left: 0;
    right: calc(50% + 12px);
  }
  .step-item::after {
    right: 0;
    left: calc(50% + 12px);
  }
  .step-dot {
    width: 12px;
    height: 12px;
  }
  .step-name {
    font-size: 14px;
  }
  .step + .article {
    padding-top: 25px;
  }
  .article {
    padding: 10px;
  }
  .article-title {
    font-size: 20px;
  }
  .article-sources {
    margin: 10px 0;
  }
  .article-img {
    margin: 10px auto;
  }
  .article-file {
    margin-top: 20px;
  }
  .article-file-item {
    width: calc(100% - 8px);
  }
}