@charset "UTF-8";
/**
 * 河南省机电设备国际招标有限公司门户网站及业务管理系统升级改造项目
 * date: 2025-4-3
 * author: 王亮;
 */
.box {
  background: #f8f8f8;
}

.content {
  padding-bottom: 32px;
  /* 详情 */
  /* 附件 */
  /* 结果详情样式 */
}
.content .box-ct {
  padding: 24px 24px 16px;
  margin: 24px auto 0px;
  background-color: #fff;
}
.content .box-ct > h3 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
}
.content .article-sources {
  margin-top: 16px;
  line-height: 32px;
  text-align: center;
  color: #646464;
  background-color: #f7f7f7;
}
.content .article-sources > p {
  display: inline-block;
  vertical-align: top;
}
.content .article-sources > p:not(:first-child) {
  margin-left: 30px;
}
.content .article-sources .font-size a {
  color: #666;
}
.content .article-sources a.font-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
}
.content .article-sources a.font-item:not(:first-child) {
  margin-left: 5px;
}
.content .article-sources a.font-item.active {
  color: #fff;
  font-weight: bold;
  background-color: #1f6de8;
}
.content .share,
.content .print {
  padding-left: 20px;
  color: #02a7f0;
  cursor: pointer;
}
.content .share {
  position: relative;
  margin-right: 20px;
  margin-left: 12px;
}
.content .share-component {
  position: absolute;
  top: 100%;
  right: -10px;
  display: none;
  white-space: nowrap;
}
.content .share:hover .share-component {
  display: block;
}
.content .attachment-title {
  position: relative;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #dde0e4;
}
.content .attachment-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #0259aa;
}
.content .attachment-items {
  padding-top: 8px;
}
.content .attachment-items .attachment-item {
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 8px;
  border: 1px solid transparent;
  background-color: #f7f7f7;
}
.content .attachment-items .attachment-item > a {
  display: flex;
  align-items: center;
  height: 36px;
}
.content .attachment-items .attachment-item:hover .file-info > p > span {
  color: #3777cf;
}
.file-ico {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.file-ico img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.file-info {
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  overflow: hidden;
}
.file-info > p {
  display: flex;
  align-items: center;
}
.file-info > p > span {
  display: block;
  color: #333;
}
.file-info > p > span:first-child {
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .article-info {
  margin-top: 30px;
}
.content .project-info {
  padding: 20px;
  background-color: #fff;
}
.content .project-info + .result-wrap {
  margin-top: 20px;
}
.content .project-table {
  width: 100%;
  table-layout: fixed;
}
.content .project-table tbody td {
  padding: 0 15px;
  height: 68px;
  border: 1px solid #eaf0f6;
}
.content .project-table tbody td.project-title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  height: 60px;
}
.content .project-table tbody td.project-name {
  font-weight: 700;
  text-align: right;
  background-color: #f3f6fa;
}
.content .result-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .result-wrap .progress-wrap {
  position: sticky;
  top: 0;
  width: 183px;
  flex-shrink: 0;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content .result-wrap .box-ct {
  box-sizing: border-box;
  width: calc(100% - 193px);
  padding: 24px 24px 36px;
}
.content .progress-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 46px;
  height: 46px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #0259aa 0%, #2887df 100%);
}
.content .progress-items {
  margin: 16px 0;
  padding: 0 16px 0 10px;
}
.content .progress-items .progress-item {
  position: relative;
  padding-bottom: 20px;
}
.content .progress-items .progress-item:last-child {
  padding-bottom: 0;
}
.content .progress-items .progress-item:last-child:before {
  display: none;
}
.content .progress-items .progress-item:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 31px;
  bottom: 0;
  width: 1px;
  background-color: #d9d9d9;
}
.content .progress-items .progress-item .progress-dot {
  position: absolute;
  box-sizing: border-box;
  display: block;
  left: 0;
  top: 7.5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ececec;
}
.content .progress-items .progress-item .progress-link {
  display: block;
  margin-left: 26px;
  border-radius: 4px;
  padding: 7px 8px;
  line-height: 17px;
  text-align: center;
  color: #666;
  background-color: #ececec;
}
.content .progress-items .progress-item.completed .progress-link {
  color: #fff;
  background-color: #63bea1;
}
.content .progress-items .progress-item.completed .progress-dot {
  background: #dff1eb;
  border: 2px solid #63bea1;
}
.content .progress-items .progress-item.in-progress .progress-link {
  color: #fff;
  background-color: #0860b2;
}
.content .progress-items .progress-item.in-progress .progress-dot {
  background: #fff;
  border: 2px solid #0860b2;
}
.content .progress-items .progress-item.in-progress .progress-dot:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0860b2;
}