@charset "UTF-8";
/**
 * 招标信息-公告详情
 * date: 2024-9-23
 * author: fxyue;
 */
#header {
  height: 110px;
}

.banner-swiper {
  display: none;
}

.article {
  padding: 56px 40px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.08);
}
.article h3 {
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.article-source {
  padding: 16px 0;
  line-height: 24px;
  border-bottom: 1px solid #E5E5E5;
}
.article-source p {
  text-align: center;
}
.article-source p span {
  color: #999;
  margin: 0 6px;
}
.article-source p.red span,
.article-source p.red {
  color: #D50005;
}
.article-info {
  padding: 36px 0;
  font-size: 16px;
}
.article-info p {
  text-indent: 28px;
  line-height: 28px;
  text-align: justify;
}
.article-info p + p {
  margin-top: 16px;
}
.article-img {
  display: block;
  margin: 16px auto 0;
}
.article-img + p {
  margin-top: 16px;
}
.article-btn {
  border-radius: 4px;
  display: block;
  margin: 30px auto 0;
  width: 120px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: linear-gradient(270deg, #84C112 0%, #0191DA 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.files-title {
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
.files-item {
  box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
  margin-top: 12px;
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0 10px;
  line-height: 42px;
  background: #fff;
}

.files-item.doc > a {
  background-image: url("../images/detail/doc.png");
}
.files-item.zip > a {
  background-image: url("../images/detail/zip.png");
}
.files-item.xls > a {
  background-image: url("../images/detail/xls.png");
}
.files-item.pdf > a {
  background-image: url("../images/detail/pdf.png");
}


.files-item > a {
  color: #333;
  padding-left: 50px;
  background: left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  box-sizing: border-box;
}
.files-item > span {
  margin-left: 14px;
  color: #0189D4;
  padding-left: 24px;
  background: url("../images/detail/download_icon.png") left center no-repeat;
}



img{
  max-width: 1200px;
}


.content-title{
  display:none;
}