@charset "UTF-8";
/**
* 上海市建设工程交易平台网站建设项目(临时)
* date:2025-5-21
* author: hcong;
 */
.page {
  padding: 30px;
}

.article-hd-title {
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.article-tips {
  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: 24px;
  line-height: 18px;
  font-size: 14px;
  color: #999;
  background: #F4F6F9;
  gap: 40px;
  padding: 9px 0;
}
.article-bd {
  min-height: 500px;
  margin-top: 24px;
}

a.article-btn {
  display: block;
  width: 128px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #226FD8;
  text-align: center;
  border-radius: 2px;
  margin: 24px auto 0;
}