@charset "UTF-8";
/**
* 酒钢集团电子交易平台数字化转型升级建设项目软件平台建设子项目技术服务
* date:2025-10-15
* author: hcong;
 */
.list-info {
  padding-top: 24px;
}

.work-list {
  height: 31px;
  line-height: 21px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.work-list + .work-list {
  margin-top: 16px;
}
.work-list:hover {
  color: #1F6DE8;
  border-color: #1F6DE8;
}
.work-list:hover .work-date,
.work-list:hover .work-name {
  color: #1F6DE8;
}
.work-name {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 90px);
  background: url("../images/list/list_icon.png") left 3px no-repeat;
  padding-left: 25px;
  color: #333;
}
.work-name .new-icon {
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 4px;
  height: 13px;
  width: auto;
  margin-top: 4px;
}
.work-date {
  color: #999;
  font-size: 14px;
}

/* 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;
}
