@charset "UTF-8";
/**
 * 湖州市绿色采购服务平台建设服务项目
 * date: 2025-6-10
 * author: hxh;
 */
/* article */
body {
  background: #f9fcff;
}

.article {
  background: #fff;
  padding: 30px 40px;
}
.article h3 {
  line-height: 42px;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.article-sources {
  margin-top: 20px;
  line-height: 36px;
  text-align: center;
  color: #999;
  background: #f7f7f7;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  margin-right: 20px;
}
.article-sources p:last-child {
  margin-right: 0;
}
.article-sources a {
  color: #999;
}

.article-info {
  word-break: break-all;
}

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

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

.attach {
  margin-top: 30px;
  min-width: 1160px;
}
.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 {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  line-height: 21px;
}
.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/icon_download_3lx6uV.png") center right 12px no-repeat;
}
.attach-item {
  margin-top: 10px;
  height: 38px;
  line-height: 38px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 16px;
}
.attach-item .item-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  max-width: -webkit-calc(100% - 25px);
  max-width: -moz-calc(100% - 25px);
  max-width: calc(100% - 25px);
  padding-right: 15px;
  padding-left: 16px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attach-item .item-info .item-icon {
  height: 24px;
  width: 24px;
  display: block;
  margin-right: 8px;
}
.attach-item .item-info .item-name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.attach-item .item-download {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/detail/icon_download.png") center no-repeat;
}
.attach-item:hover {
  background: -webkit-linear-gradient(left, #eef3f8 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, #eef3f8 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #eef3f8 0%, #ffffff 100%);
  background: linear-gradient(90deg, #eef3f8 0%, #ffffff 100%);
}
.attach-item:hover .item-info {
  color: #02428a;
}
.attach-item:hover .item-download {
  background-image: url("../images/detail/icon_download_h.png");
}