@charset "UTF-8";
/**
 * 酒钢集团电子交易平台数字化转型升级建设项目软件平台建设子项目技术服务
 * date: 2025-10-13
 * author: hcong;
 */

 
.hidden1 {
  display: none !important;
}

.page-content {
  background: #F5F6F8;
  padding-bottom: 30px;
}

/* article */
.article {
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  margin-bottom: 24px;
}
.article > .article-name {
  line-height: 38px;
  text-align: center;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.article-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  line-height: 32px;
  color: #666;
  background-color: #f7f7f7;
}
.article-sources p {
  font-size: 14px;
}
.article-sources p + p {
  margin-left: 30px;
}
.article-sources a {
  color: #666;
}

.article-info {
  word-break: break-all;
  padding-top: 16px;
}

.article-p {
  line-height: 32px;
  font-size: 16px;
  text-indent: 2em;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-img {
  display: block;
  margin: 28px auto;
}

.font {
  /* display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.font a {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
}
.font a.current {
  color: #fff;
  background: #114eaa;
}
.font a + a {
  margin-left: 5px;
}

.acticle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.acticle-btn > a {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
  border-radius: 4px;
  background: #1F6DE8;
}

.article-file {
  margin-top: 16px;
}
.article-file > h3 {
  line-height: 21px;
  font-size: 14px;
}
.article-file .file-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.article-file .file-mod {
  width: calc((100% - 8px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 59px;
  background: #F7F7F7;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-file .file-mod:hover {
  background: #fff;
  border-color: #1F6DE8;
}
.article-file .file-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article-file .file-icon img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.article-file .file-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 8px;
}
.article-file .file-info > h3 {
  line-height: 21px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-file .file-size {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
  font-size: 12px;
  color: #B1B6CC;
}
.article-file .file-download {
  margin-left: 12px;
  width: 14px;
  height: 16px;
  background: url("../images/list/download_icon.png") no-repeat;
}

.article-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 8px 0;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-tab .tab-mod {
  min-width: 160px;
  height: 48px;
  padding: 0 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #666;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 243, 244, 0.6)), to(rgba(242, 242, 242, 0.6)));
  background: linear-gradient(180deg, rgba(242, 243, 244, 0.6) 0%, rgba(242, 242, 242, 0.6) 100%);
}
.article-tab .tab-mod.current {
  color: #fff;
  border: 2px solid #5796FF;
  background: linear-gradient(7deg, rgba(53, 150, 239, 0.9) 2.88%, rgba(26, 95, 236, 0.9) 89.05%);
}
.article-tab .tab-mod.has-link {
  color: #1F6DE8;
  border: 1px solid #1F6DE8;
  background: #fff;
}

/* 关联公告子列表 */
.tab-mod-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
}
.gl-sub-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 100%;
  width: auto;
  max-width: 800px;
  padding: 8px 10px;
  background: #f7f9fc;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.12);
          box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.gl-sub-list.right-align {
  left: auto;
  right: 0;
}
.tab-mod-wrap:hover .gl-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gl-sub-list a {
  display: inline-block;
  margin: 4px 0;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #e0e6f1;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.gl-sub-list a:hover {
  color: #1F6DE8;
  border-color: #1F6DE8;
  background: #eef4ff;
}
.gl-sub-list a.current {
  color: #fff;
  border-color: #1F6DE8;
  background: #1F6DE8;
}

.article-title {
  line-height: 38px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 24px;
}


.attach-item{
  height: 25px;
  line-height: 25px;
}

/* 匹配第二个及以上、不含hidden的a标签 */
.acticle-btn a:not(.hidden):nth-of-type(n+2) {
    margin-left: 10px;
}