@charset "UTF-8";
/**
 * 葫芦岛市公共资源交易平台二期
 * date: 2024-4-16
 * author: hcong;
 */
/* article */
.main {
  padding-top: 20px;
}

.article {
  padding: 40px 40px 20px;
  background: #fff;
  margin-top: 20px;
}
.article h3 {
  line-height: 33px;
  text-align: center;
  font-size: 22px;
  color: #333;
}

.article-sources {
  margin-top: 10px;
  padding: 8px 30px;
  line-height: 26px;
  text-align: center;
  color: #999;
  background-color: #F0F7FC;
}

.article-left {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-left .article-name {
  color: #999;
}

.article-tips1 {
  padding-left: 25px;
  margin-left: 50px;
  background: url("../images/tips_icon1.png") left center no-repeat;
}

.article-tips2 {
  padding-left: 25px;
  margin-left: 50px;
  background: url("../images/tips_icon2.png") left center no-repeat;
}

.article-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  line-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-right > p {
  margin-left: 50px;
  color: #B1B6CC;
}
.article-right > p:first-child {
  margin-left: 0;
}

.article-font a {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: rgba(111, 116, 130, 0.8);
  margin-left: 5px;
  border-radius: 3px;
}
.article-font a.active {
  background: #0071FF;
  color: #fff;
}

.article-print {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 8px;
  background: url("../images/print_icon.png") no-repeat;
}

.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-file {
  line-height: 24px;
  margin-top: 10px;
}
.article-file h3 {
  font-weight: bold;
  font-size: 15px;
  text-align: left;
}
.article-file P {
  height: 24px;
  line-height: 24px;
  margin-top: 6px;
}
.article-file P a {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  font-size: 13px;
  color: #2E3033;
  background: url("../images/file_icon.png") left center no-repeat;
}