@charset "UTF-8";
/**
* 湖南省招标公司智慧阳光采购平台建设项目
* date:2024-8-27
* author: xhz;
 */
.content {
  padding: 48px 35px 50px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}/*
.content h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}*/
.content .txt-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.content .sub-title {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #848484;
  gap: 35px;
}
.content .txt-content {
  margin-top: 48px;
  padding-top: 25px;
}
/*
.content .txt-content p {
  text-indent: 2em;
  line-height: 36px;
}
.content .txt-content p + p {
  margin-top: 25px;
}*/



.article {
  padding: 35px 50px 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(34, 71, 140, 0.08);
          box-shadow: 0 0 8px 0 rgba(34, 71, 140, 0.08);
  word-break: break-all;
}
.article-title {
  line-height: 36px;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.article-sources {
  margin-top: 20px;
  padding: 10px;
  line-height: 1.7;
  color: #666;
  background-color: #F5F5F5;
  text-align: center;
}
.article-sources > * {
  margin-right: 30px;
}
.article-sources > *:last-child {
  margin-right: 0;
}
.article-content {
  margin-top: 30px;
}
.article-p {
  line-height: 1.8;
  font-size: 16px;
  text-indent: 2em;
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-img {
  display: block;
  max-width: 100%;
  margin: 25px auto;
}






.article {
  padding: 20px;
  border: 1px solid #e3e3e3;
  min-height: 880px;
  background: #fff;
}
.article h3 {
  line-height: 42px;
  text-align: center;
  font-size: 28px;
  color: #000;
}

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

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

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

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



.article-fj-header {
    position: relative;
    height: 27px;
    font-size: 18px;
    color: #353b4b;
    font-weight: 600;
    line-height: 27px;
    padding-left: 12px;
    box-sizing: border-box;
    z-index: 1;
}

    .article-fj-header::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 14px;
        background-color: #e1313f;
        content: "";
        z-index: 1;
    }

.article-fj-list {
    box-sizing: border-box;
}

    .article-fj-list .item {
        display: block;
        height: 32px;
        color: #333;
        font-size: 14px;
        line-height: 16px;
        padding-left: 50px;
        box-sizing: border-box;
        background: no-repeat left center;
        background-size: 36px 36px;
        margin-top: 0px;
    }

    .article-fj-list .item-name {
        height: 16px;
        margin-bottom: 6px;
    }

    .article-fj-list .item-size {
        height: 16px;
        color: #8992a9;
    }

    .article-fj-list .item:hover {
        color: #e1313f;
    }

    .article-fj-list .item[data-type=doc], .article-fj-list .item[data-type=docx] {
        background-image: url("../images/doc.png");
    }

    .article-fj-list .item[data-type=gif] {
        background-image: url("../images/gif.png");
    }

    .article-fj-list .item[data-type=jpg] {
        background-image: url("../images/jpg.png");
    }

    .article-fj-list .item[data-type=png] {
        background-image: url("../images/png.png");
    }

    .article-fj-list .item[data-type=pdf] {
        background-image: url("../images/pdf.png");
    }

    .article-fj-list .item[data-type=xls] {
        background-image: url("../images/xls.png");
    }

    .article-fj-list .item[data-type=other] {
        background-image: url("../images/other.png");
    }

.article.big .article-msg [data-type=big] {
    color: #fff;
    background-color: #e1313f;
}

.article.big .article-con {
    font-size: 20px;
}

.article.big .article-fj {
    font-size: 20px;
}

.article.big .article-fj-list .item {
    font-size: 20px;
}

.article.middle .article-msg [data-type=middle] {
    color: #fff;
    background-color: #e1313f;
}

.article.middle .article-con {
    font-size: 16px;
}

.article.middle .article-fj {
    font-size: 16px;
}

.article.middle .article-fj-list .item {
    font-size: 16px;
}

.article.small .article-msg [data-type=small] {
    color: #fff;
    background-color: #e1313f;
}

.article.small .article-con {
    font-size: 12px;
}

.article.small .article-fj {
    font-size: 12px;
}

.article.small .article-fj-list .item {
    font-size: 12px;
}