@charset "UTF-8";
/**
 * 20240320温州市阳光采购服务平台
 * date: 2024-3-20
 * author: qgq;
 */
/* article */
.article {
  padding: 35px 70px 20px;
  background: #fff;
  line-height: 32px;
  font-size: 16px;
}
.article h3 {
  padding: 0 42px;
  min-height: 72px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-sources {
  margin-top: 13px;
  line-height: 32px;
  text-align: center;
  color: #999;
  background-color: #f2f2f2;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
.article-sources a {
  color: #333;
}

.article-info {
  margin-top: 40px;
  word-break: break-all;
}
.article-info a {
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #333;
}
.article-info p {
  line-height: 32px;
  font-size: 16px;
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
}

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

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

.text-right {
  text-align: right;
}

.article-info img{
	max-width: 100% !important;
}

/* 文字区 */
.article-info {
    border-bottom: 1px solid #e0e0e0;

}

.annex-box a {
    display: block;
    color: #0364cb;
    height: 38px;
    line-height: 38px;
}
 