@charset "UTF-8";
/**
 * 产业供应链平台研发项目-企业数字采购（采购交易套件） 
 * date: 2024-9-29
 * author: hxh;
 */
.article {
  padding: 20px 20px;
  background: #fff;
min-height: 426px;}
.article h3 {
  /* text-align: center; */
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 42px;
}

.ggtitle{
  text-align: center;
}

.article-sources {
  margin-top: 30px;
  line-height: 36px;
  text-align: center;
  color: #b1b6cc;
  background: #f0f5f9;
  padding: 0 30px;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  margin-left: 50px;
}
.article-sources p:first-child {
  margin-left: 0;
}
.article-sources p span {
  color: #6f7482;
}
.article-sources p.read {
  padding-left: 25px;
  background: url("../images/detail/icon_read.png") left center no-repeat;
}
.article-sources p.font-size a {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  color: rgba(111, 116, 130, 0.8);
  vertical-align: middle;
  margin: 0 4px;
}
.article-sources p.font-size a.current {
  color: #fff;
  background: #005cb8;
  border-radius: 3px 3px 3px 3px;
}
.article-sources a {
  color: #b1b6cc;
}
.article-sources a.print {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/detail/icon_print.png") center no-repeat;
  vertical-align: middle;
}

.article-info {
  word-break: break-all;
margin-top: 20px;margin-bottom: 20px;}

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

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

.attach {
  margin-top: 30px;
}
.attach-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
}
.attach-tt {
  padding-left: 14px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.attach-tt::before {
  width: 4px;
  height: 16px;
  background: #005cb8;
  border-radius: 0px 0px 0px 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.attach-download-all {
  display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #005cb8;
  padding-left: 12px;
  color: #005cb8;
  background: url("../images/detail/icon_download.png") center right 12px no-repeat;
}
.attach-list {
  padding-left: 14px;
}
.attach-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attach-name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #0075ff;
}
.attach-name:hover {
  text-decoration: underline;
}
.attach-download {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/detail/icon_download.png") center no-repeat;
}


.big {
    font-size: 24px !important;
}

.small{
    font-size: 12px !important;
}

.article-info img{
	max-width: 100%;
}


element.style {
    display: default;
}
.baoming {
    height: 40px;
    margin: 0 auto;
    /* margin-left: 300px; */
    margin-top: 30px;
    width: 180px;
    background-color: #1492ff;
}