@charset "UTF-8";
/**
 * 1106湖北省成套招标股份有限公司楚天云采电子招标采购平台对接汇聚平台服务采购项目-网站
 * date: 2024-11-6
 * author: zhaodqi;
 */
.content {
  padding-top: 20px;
}

.article-box {
  padding: 30px;
  min-height: 848px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-box p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
  text-indent: 32px;
  color: #4e5463;
}
.article-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
.article-info {
  height: 36px;
  margin-top: 24px;
  background: #f7f8fa;
  text-align: center;
  margin-bottom: 8px;
}
.article-info span {
  font-size: 14px;
  color: #7f8ba5;
  line-height: 36px;
}
.article-info span + span {
  margin-left: 24px;
}
.article-attach {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
.article-attach > label {
  display: block;
  line-height: 16px;
  font-size: 16px;
  color: #222222;
}
.article-attach .attach-item {
  margin-top: 20px;
  width: calc(33.33% - 13.3333333333px);
  margin-right: 20px;
  height: 68px;
  background-color: #ffffff;
  background-size: 36px auto;
  background-position: left 20px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #fff;
  padding-left: 68px;
  padding-right: 40px;
  position: relative;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-attach .attach-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
  border: 1px solid #1584ff;
}
.article-attach .attach-item:nth-child(3n) {
  margin-right: 0;
}
.article-attach .attach-item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.article-attach .attach-item .item-size {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #7f8ba5;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-attach .attach-item .item-download {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 14px;
  background: url("../images/subPage/ico_download.png") center no-repeat;
}
.article-attach .attach-item.doc {
  background-image: url("../images/subPage/ico_doc.png");
}