@charset "UTF-8";
/**
 * 洛阳国晟投资控股集团有限公司电子化采购平台建设项目
 * date: 2025-4-15
 * author: hxh;
 */
/* article */
.article {
  padding: 24px;
  background: #fff;
  margin-bottom: 40px;
}
.article h3 {
  line-height: 39px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #333333;
}

.article-sources {
  margin-top: 10px;
  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;
  margin: 0 2px;
}
.article-sources .font-size a.current {
  width: 20px;
  height: 20px;
  background: #c9161e;
  border-radius: 1px 1px 1px 1px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

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

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

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