@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
body {
  background: url("../images/index_bg.png") center bottom 218px no-repeat;
}

.introduction {
  min-height: 600px;
  background: #fff;
  padding: 30px 40px;
  border: 1px solid #C7D5E3;
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
          box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content h3 {
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.content .info-small {
  height: 32px;
  margin-top: 20px;
  background: #F6F8FC;
  line-height: 32px;
  text-align: center;
}
.content .info-small span {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 14px;
  color: #7C8BA1;
}
.content .info-small span.source {
  max-width: 400px;
}
.content .info-small .operation {
  float: right;
  margin-right: 20px;
}
.content .info-small .operation a {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 12px;
  padding-left: 20px;
  height: 18px;
  font-size: 12px;
  color: #1C77FF;
  line-height: 18px;
  background: left center no-repeat;
  background-size: 16px 16px;
}
.content .info-small .operation a:first-child {
  margin-left: 0;
}
.content .info-small a.print {
  background-image: url("../images/subpage/print.png");
}
.content .info-small a.share {
  background-image: url("../images/subpage/share.png");
  background-size: 16px 17px;
}

.article {
  padding: 20px 0;
  color: #333;
  position: relative;
}

.info-title {
  line-height: 42px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.info-text {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #7c8ba1;
  text-align: center;
}
.info-list {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-li {
  width: 232px;
}
.info-li.done .info-link {
  background: #60A0FF;
  color: #fff;
}
.info-li.current .info-link {
  background: #43B67E;
  font-weight: bold;
  color: #fff;
}
.info-li:hover {
  opacity: 0.8;
}
.info-li:nth-child(n+2) {
  margin-left: 10px;
}
.info-link {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 18px;
  text-align: center;
  color: #333;
  background: #f0f3f6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-caption {
  position: relative;
  padding-left: 13px;
  height: 30px;
  line-height: 30px;
  color: #353b4b;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-caption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: #1c77ff;
}
.info-swiper {
  height: 90px;
}
.info-record {
  margin-bottom: 30px;
  position: relative;
}
.info-record .swiper-wrapper.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-record .swiper-button-prev,
.info-record .swiper-container-rtl .swiper-button-next {
  left: -31px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/arrow_left.png") center center;
}
.info-record .swiper-button-next,
.info-record .swiper-container-rtl .swiper-button-prev {
  right: -31px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url("../images/arrow_left.png") center center;
}
.info-record .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../images/arrow_right_v.png") center no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-record .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../images/arrow_right_v.png") center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.info-record .swiper-slide {
  -webkit-box-shadow: 0px 4px 12px rgba(129, 163, 249, 0.15);
          box-shadow: 0px 4px 12px rgba(129, 163, 249, 0.15);
}
.info-record .swiper-slide.current .info-record-box, .info-record .swiper-slide.active .info-record-box, .info-record .swiper-slide:hover .info-record-box {
  border-color: #1c77ff;
}
.info-record .swiper-slide.current .info-record-text, .info-record .swiper-slide.active .info-record-text, .info-record .swiper-slide:hover .info-record-text {
  color: #1c77ff;
}
.info-record-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  display: block;
  width: 227px;
  height: 90px;
  background: linear-gradient(179deg, #e9f3ff 0%, #ffffff 98.3%);
  border: 1px solid #c3e0fb;
  border-radius: 2px;
}
.info-record-text {
  height: 42px;
  line-height: 21px;
  font-size: 14px;
  color: #333;
}
.info-record-time {
  margin-top: 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #7c8ba1;
}

.accessory {
  margin-top: 20px;
}
.accessory-content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accessory-box {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  height: 66px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.accessory-box:nth-child(n+2) {
  margin-left: 10px;
}
.accessory-download {
  margin-left: 38px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/download_ico.png") center no-repeat;
}
.accessory-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
}
.accessory-img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
}
.accessory-info {
  margin-left: 10px;
  width: calc(100% - 46px);
}
.accessory-text {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  color: #333;
  font-size: 16px;
}
.accessory-size {
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #999;
}

.introduction {
  min-height: 442px;
}

.empty {
  margin: 131px auto 0 auto;
  padding-top: 156px;
  height: 180px;
  line-height: 24px;
  font-size: 16px;
  color: #7c8ba1;
  text-align: center;
  background: url("../images/empty_bg.png") center top no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.legend-list {
  text-align: center;
  margin-top: 20px;
}
.legend-list > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
  margin-right: 30px;
  font-size: 12px;
  line-height: 12px;
  color: #333;
}
.legend-list > li:last-child {
  margin-right: 0;
}
.legend-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 12px;
}
.legend-list > li.done::before {
  background: #60A0FF;
}
.legend-list > li.current::before {
  background: #43B67E;
}
.legend-list > li.todo::before {
  background: #E5E9EE;
}