@charset "UTF-8";
/**
 * 20231024中盐集团采购平台——中盐集团采购平台网站
 * date: 2023-10-24
 * author: xuhai;
 */
.article {
  padding: 12px 50px 10px;
  margin-bottom: 20px;
}
.article-title {
  min-height: 78px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  padding: 24px;
  box-sizing: border-box;
}
.article-sources {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background-color: #f5f5f5;
  position: relative;
}
.article-sources .item {
  font-size: 14px;
  color: #666;
  margin-left: 30px;
}
.article-sources .item:first-child {
  margin-left: 0;
}
.article-info {
  line-height: 32px;
  padding-bottom: 43px;
  text-align: center;
}
.article-info p {
  margin-top: 22px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-indent: 32px;
  text-align: left;
}
.article-info p + p {
  margin-top: 14px;
}
.article-info img {
  margin-top: 22px;
  max-width: 100%;
}