@charset "UTF-8";
/**
 * 大连国企阳光采购服务平台整体升级服务采购项目
 * date: 2025-4-22
 * author: hxh;
 */
/* article */
.article {
  padding: 36px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 4px 4px;
}
.article h3 {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

.article-sources {
  margin-top: 16px;
  line-height: 36px;
  text-align: center;
  color: #999;
  background-color: #f7f7f7;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  margin-right: 30px;
}
.article-sources p:last-child {
  margin-right: 0;
}
.article-sources a {
  color: #999;
}
.article-sources .font-size a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 1px 1px 1px 1px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin: -4px 1px 0;
}
.article-sources .font-size a.current {
  background: #2485e7;
  color: #fff;
}

.article-info {
  word-break: break-all;
}

.article-p {
  margin-top: 14px;
  line-height: 32px;
  font-size: 14px;
  text-indent: 2em;
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-img {
  display: block;
  margin: 18px auto 0;
  padding-bottom: 4px;
}

.article-attach {
  margin-top: 24px;
  border-radius: 0px 0px 0px 0px;
  padding-top: 30px;
}
.article-attach > label {
  display: block;
  line-height: 16px;
  font-size: 16px;
  color: #222222;
}
.article-attach .attach-item {
  margin-top: 20px;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 59px;
  background-color: #f7f7f7;
  -o-background-size: 36px auto;
     background-size: 36px auto;
  background-position: left 8px center;
  background-repeat: no-repeat;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f7f7f7;
  padding-left: 52px;
  padding-right: 40px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-attach .attach-item.doc {
  background-image: url("../images/icon_doc_1NUvOg.png");
}
.article-attach .attach-item.pdf {
  background-image: url("../images/icon_pdf_1NUvOg.png");
}
.article-attach .attach-item .item-name {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.article-attach .attach-item .item-size {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #7f8ba5;
  line-height: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.article-attach .attach-item .item-download {
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("../images/icon_download_1NUvOg.png") center no-repeat;
}
.article-attach .attach-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
  border: 1px solid #1584ff;
  background-color: #fff;
}
.article-attach .attach-item:nth-child(2n) {
  margin-right: 0;
}