@charset "UTF-8";
/**
 * 详情页
 * date: 2025-5-19
 * author: qcn;
 */
.mod-box {
  padding: 0.24rem;
}
.mod-box > .article {
  padding-top: 0 !important;
}

/* 基本信息 */
.basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.basic-left {
  width: 5.02rem;
  margin-right: 0.2rem;
}
.basic-view {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}

.gallery-top {
  height: 3.07rem;
}

.gallery-thumbs {
  position: relative;
  height: 0.69rem;
    padding: 0 0.28rem;
    margin-top: 0.15rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gallery-thumbs .swiper-container {
  height: 100%;
}

.gallery-thumbs .swiper-slide {
  border: 0.02rem solid transparent;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide.thumb-active {
  border-color: #1F6DE8;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  width: 0.22rem;
  height: 0.69rem;
  margin-top: -0.35rem;
  border-radius: 0.02rem;
  background: #fff url("../images/detail/swiper_arrow.png") no-repeat center;
  background-size: 0.09rem 0.15rem;
  -webkit-box-shadow: 0rem 0rem 0.08rem 0rem rgba(21, 21, 21, 0.2);
          box-shadow: 0rem 0rem 0.08rem 0rem rgba(21, 21, 21, 0.2);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery-thumbs .swiper-button-next:hover,
.gallery-thumbs .swiper-button-prev:hover {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: #1F6DE8 url("../images/detail/swiper_arrow_a.png") no-repeat center;
   background-size: 0.1rem 0.15rem;
}

.gallery-thumbs .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.gallery-thumbs .swiper-button-prev:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-thumbs .swiper-button-next {
  right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.basic-view-name {
  color: #333;
  font-size: 0.2rem;
    line-height: 0.3rem;
  font-weight: bold;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.basic-view-box {
  height: 1.78rem;
  margin-bottom: 0.26rem;
}
.basic-state {
   height: 0.4rem;
    margin: 0.2rem 0;
    line-height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(231, 240, 249, 0.5);
}
.basic-state-name {
  height: 0.4rem;
  color: #fff;
  font-size: 0.16rem;
  min-width: 0.88rem;
  padding: 0 0.12rem;
  line-height: 0.4rem;
  text-align: center;
  background: #1F6DE8;
  margin-right: 0.16rem;
}
.basic-state-text {
  color: #999;
   width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic-state-text > span {
  /* color: #666; */
  color: #E61C1F;
}
.basic .project-row {
  line-height: 0.24rem;
    margin-top: 0.065rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basic .project-row:first-child {
  margin-top: 0;
}
.basic .project-row-item {
  width: 50%;
  padding-right: 0.15rem;
}
.basic .project-row-item.one-field {
  width: 100%;
}
.basic .field,
.basic .value {
  font-size: 0.16rem;
}
.basic .apply {
  width: 3.06rem;
  margin-right: auto;
}

/* 流程 */
.step {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-hd {
  width: 1.09rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.04rem 0 0 0.04rem;
    padding: 0.24rem 0.25rem;
    font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
  background: url("../images/detail/step-hd-bg.jpg") no-repeat center;
  background-size: 100% 100%;
}
.step-bd {
  width: calc(100% - 1.09rem);
  padding-left: 0.2rem;
}
.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% + 0.18rem) / 8 - 0.18rem);
}
.step-item + .step-item {
  margin-left: 18px;
  position: relative;
}
.step-item + .step-item::before {
  content: "";
  width: 0.76rem;
  height: 0.02rem;
  background: #4BA0FF;
  position: absolute;
  top: 0.18rem;
  left: -0.46rem;
}
.step-item-index {
  width: 0.36rem;
  height: 0.36rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  margin-bottom: 0.06rem;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#277EFF), to(#5AB0FF));
  background: linear-gradient(180deg, #277EFF 0%, #5AB0FF 100%);
}
.step-item-name {
  color: #333;
  font-size: 0.14rem;
    line-height: 0.21rem;
}

/* 竞价公告 */
.bid {
  padding: 0.02rem;
}
.bid-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bid-type.fixed {
  position: fixed;
  top: 0;
  width: 12rem;
    padding: 0 0.24rem;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.bid-type-item {
  height: 0.56rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.56rem;
  border-radius: 0.04rem;
  background: #EDF4FF;
  text-align: center;
  width: calc((100% + 0.05rem) / 9 - 0.05rem);
  cursor: pointer;
}
.bid-type-item a {
  color: #333;
  height: 100%;
  display: block;
}
.bid-type-item + .bid-type-item {
  margin-left: 0.05rem;
}
/* .bid-type-item.current {
  background: url("../images/detail/type-item-bg-a.png") no-repeat center;
  background-size: 100% 100%;
}
.bid-type-item.current a {
  color: #fff;
}
 */
.bid-type-item.active {
  background: url("../images/detail/type-item-bg-a.png") no-repeat center;
  background-size: 100% 100%;
}
.bid-type-item.active a {
  color: #fff;
}

.bid-view {
  padding-top: 0.38rem;
}
.bid-view-title {
   height: 0.36rem;
    line-height: 0.36rem;
  text-align: center;
}
.bid-view-title-name {
  font-size: 0.24rem;
  color: #1F6DE8;
  font-weight: bold;
  position: relative;
}
.bid-view-title-name > span {
  color: #F7A532;
}
.bid-view-title-name::before {
  content: "";
  position: absolute;
  width: 5.07rem;
    height: 0.03rem;
  background: url("../images/title-line.png") no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 0.19rem);
}
.bid-view-title-name::after {
  content: "";
  position: absolute;
  width: 5.07rem;
    height: 0.03rem;
  background: url("../images/title-line.png") no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: calc(100% + 0.19rem);
}
.bid .read-table {
  margin-top: 0.125rem;
}
.bid .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bid .video-item {
  width: calc((100% + 0.2rem) / 2 - 0.2rem);
}
.bid .video-item + .video-item {
  margin-left: 0.2rem;
}
.bid .video-item-pic {
  height: 3.16rem;
  display: block;
}
.bid .video-item-pic > img {
  width: 100%;
  height: 100%;
}
.bid .video-item .title {
  margin: 0.1rem 0;
}
.bid .article {
  padding: 0.225rem 0;
}
.bid .article h3 {
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
  font-weight: bold;
}
.bid .article-sources {
  margin-top: 0.16rem;
    line-height: 0.36rem;
  text-align: center;
  color: #666;
  background-color: #f7f7f7;
}
.bid .article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 0.14rem;
}
.bid .article-sources p + p {
  margin-left: 0.3rem;
}
.bid .article-sources a {
  width: 0.19rem;
  height: 0.22rem;
  color: #666;
  line-height: 0.22rem;
  display: inline-block;
  border-radius: 0.04rem;
}
.bid .article-sources a + a {
  margin-left: 0.02rem;
}
.bid .article-sources a.active {
  color: #fff;
  background: #1F6DE8;
}
.bid .article-sources .fontsize {
  font-weight: bold;
}
.bid .article-info {
  word-break: break-all;
}

.bid .article-info img{
	max-width:100%;
}

.bid .article-p {
  margin-top: 0.14rem;
    line-height: 0.32rem;
    font-size: 0.16rem;
  text-indent: 2em;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
.bid .article-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0.32rem auto;
}
.bid .file-name {
  color: #333;
  font-size: 0.14rem;
    line-height: 0.21rem;
  font-weight: bold;
  margin: 0 0 0.08rem;
}
.bid .file-item {
   padding-top: 0.36rem;
}
.bid .document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bid .document-item {
  height: 0.59rem;
    width: calc((100% + 0.08rem) / 2 - 0.08rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.04rem;
  background: #F7F7F7;
  border: 0.01rem solid #f7f7f7;
    padding: 0 0.08rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bid .document-item:hover {
  border-color: #1F6DE8;
}
.bid .document-item:nth-child(2n) {
  margin-left: 0.08rem;
}
.bid .document-item:nth-child(n+3) {
  margin-top: 0.08rem;
}
.bid .document-item-img {
  width: 0.36rem;
  height: 0.37rem;
  margin-right: 0.035rem;
}
.bid .document-item-box {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bid .document-item-name {
  width: 100%;
  display: inline-block;
}
.bid .document-item-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bid .document-item-size {
  font-size: 0.12rem;
  color: #B1B6CC;
  margin-right: 0.12rem;
}
.bid .document-item-download {
  width: 0.14rem;
  height: 0.16rem;
  display: inline-block;
  background: url("../images/download.png") no-repeat center;
  background-size: 100% 100%;
}
.bid .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.38rem;
}
.bid .picture-item {
  height: 1.79rem;
  width: calc((100% + 0.2rem) / 4 - 0.2rem);
  margin-left: 0.2rem;
}
.bid .picture-item:nth-child(4n+1) {
  margin-left: 0;
}
.bid .picture-item:nth-child(n+5) {
  margin-top: 0.36rem;
}
.bid .picture-item  img {
  width: 100%;
  height: 100%;
}
.bid .shouldknow {
  padding: 0.16rem 0 0;
}
.bid .shouldknow .article-p:first-child {
  margin-top: 0;
}


.article-info{
	margin-top:0.14rem;
	min-height:3rem;
}

.article-info img{
	max-width:100%;
}