﻿@charset "UTF-8";
/**
 * 三门峡市公共资源交易监管平台项目-网站流程公开调整
 * date: 2024-4-15
 * author: zhaodingqi;
 */

/* 通用样式-start */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  height: 40px;
  line-height: 40px;
}

.location > span:first-child {
  padding-left: 34px;
  background: url("../images/engineering/location.png") left 0 center no-repeat;
  font-size: 16px;
  color: #333;
}

.location > a {
  font-size: 16px;
  color: #333;
}

.location > span:last-child {
  font-size: 16px;
  color: #4b7eff;
}

/* 通用样式-end */


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  margin-bottom: 20px;
  min-height: 500px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(166, 190, 255, 0.67);
          box-shadow: 0px 0px 7px 0px rgba(166, 190, 255, 0.67);
  border-radius: 6px;
  padding: 0 27px 20px;
}

.engineering-title {
  border-bottom: 1px solid #ddd;
}

.engineering-title .left {
  line-height: 30px;
  font-family: "SourceHanSansCN-Bold";
  font-size: 16px;
  color: #4b7eff;
}

.engineering-title .left span {
  padding: 0 10px;
  display: inline-block;
  line-height: 46px;
  border-bottom: 3px solid #4b7eff;
}

.engineering-title .right {
  margin-top: 8px;
}

.engineering-title .right a {
  display: block;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  padding-right: 15px;
  color: #4b7eff;
  border: 1px solid #4b7eff;
  margin-right: 7px;
  font-size: 14px;
  padding-left: 38px;
  background: url("../images/engineering/share.png") left 15px center no-repeat #fff;
}

.engineering-title .right > a:first-child {
  background: url("../images/engineering/back.png") left 15px center no-repeat #4b7eff;
  /* color: #fff; */
  padding-left: 36px;
}

.engineering-title .right > a:last-child {
  margin-right: 0;
  background: url("../images/engineering/print.png") left 15px center no-repeat #fff;
}

.step .step-title {
  text-align: center;
  padding-top: 24px;
}

.step .step-title span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 30px;
}

.step .step-title span:nth-child(1) {
  background: url("../images/engineering/11.png") left 0 center no-repeat;
}

.step .step-title span:nth-child(2) {
  background: url("../images/engineering/22.png") left 0 center no-repeat;
}

.step .step-title span:nth-child(3) {
  background: url("../images/engineering/44.png") left 0 center no-repeat;
}

.step .step-title span:nth-child(4) {
  background: url("../images/engineering/55.png") left 0 center no-repeat;
}


.step .step-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.step .step-text .step-li {
  position: relative;
}

.step .step-text .step-li span,
.step .step-text .step-li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 5px;
  height: 80px;
  width: 90px;
  padding-top: 30px;
  background: url("../images/engineering/1.png") top 0 center no-repeat;
  z-index: 99;
  color: #333;
}

.step .step-text .step-li:first-child::before {
  width: 50%;
  left: 50%;
}

.step .step-text .step-li:last-child::before {
  width: 50%;
  right: 50%;
}

.step .step-text .step-li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #00ba53;
  left: 0;
  top: 7px;
}

.step .step-text .step-li.current::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 26px;
  background: url("../images/engineering/line_current.png") center no-repeat;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.step .step-text .step-li.doing span,
.step .step-text .step-li.doing a,
.step .step-text .step-li.cur2 a {
  background: url("../images/engineering/2.png") top 0 center no-repeat;
}

.step .step-text .step-li.doing::before,
.step .step-text .step-li.cur2::before {
  background: #1b9ceb;
}

.step .step-text .step-li.not-start span,
.step .step-text .step-li.not-start a,
.step .step-text .step-li.cur3 a {
  background: url("../images/engineering/3.png") top 0 center no-repeat;
}

.step .step-text .step-li.not-start::before,
.step .step-text .step-li.cur3::before {
  background: #f4a31b;
}

.step .step-text .step-li.not-data span,
.step .step-text .step-li.not-data a,
.step .step-text .step-li.cur4 a {
  background: url("../images/engineering/4.png") top 0 center no-repeat;
}

.step .step-text .step-li.not-data::before,
.step .step-text .step-li.cur4::before {
  background: #d5d5d5;
}

.table .title {
  font-family: "SourceHanSansCN-Bold";
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  padding: 30px 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul {
  border-left: solid 1px #e2eaff;
  border-top: solid 1px #e2eaff;
}

.table .table-ul .table-li {
  width: 50%;
  height: 40px;
  line-height: 38px;
}

.table .table-ul .table-li .label {
  position: relative;
  width: 160px;
  height: 100%;
  text-align: right;
  padding-right: 28px;
  color: #333;
  font-size: 14px;
  background: #F2F6FF;
  border-right: solid 1px #e2eaff;
  border-bottom: solid 1px #e2eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul .table-li .text {
  width: calc(100% - 160px);
  height: 100%;
  padding-left: 47px;
  border-right: solid 1px #e2eaff;
  border-bottom: solid 1px #e2eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content {
  margin-top: 30px;
  padding-bottom: 50px;
}

.content .content-left {
  width: calc(100% - 229px);
  padding: 0 24px 0 50px;
}

.content .content-left p {
  font-size: 14px;
  line-height: 34px;
  color: #666;
}

.content .content-left p a {
  color: #666;
}

.content .content-right {
  width: 229px;
}

.content .content-right .content-right-title {
  height: 40px;
  background: #4b7eff;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.content .content-right .time {
  height: 74px;
  border: 1px solid #ddd;
  padding-top: 10px;
}

.content .content-right .time p {
  font-size: 12px;
  color: #999;
  padding-left: 29px;
  line-height: 24px;
}

.content .content-right .time p span {
  color: #333;
}

.content .content-right .content-right-text {
  height: 713px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: auto;
}

.content .content-right .content-right-text .right-item {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  padding: 0 30px 20px 20px;
}

.content .content-right .content-right-text .right-item:first-child {
  margin-top: 20px;
}

.content .content-right .content-right-text .right-item::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  background: url("../images/engineering/line.png") center no-repeat;
  background-size: 12px 90%;
  left: 24px;
  top: 10px;
}

.content .content-right .content-right-text .right-item:last-child::before {
  display: none;
}

.content .content-right .content-right-text .right-item .title {
  padding-left: 22px;
  color: #54c481;
  background: url("../images/engineering/yuan.png") left 0 center no-repeat;
}

.content .content-right .content-right-text .right-item .item-ul .label {
  width: 86px;
  text-align: right;
  color: #999;
}

.content .content-right .content-right-text .right-item .item-ul .text {
  width: calc(100% - 86px);
  color: #333;
}

.content .content-right .enclosure {
  padding-top: 10px;
  font-size: 12px;
  line-height: 24px;
}

.content .content-right .enclosure p {
  color: #333;
  padding-left: 20px;
  background: url("../images/engineering/enclosure.png") left 0 center no-repeat;
}

.content .content-right .enclosure a {
  color: #188df0;
  padding-left: 20px;
}

/* åˆ†äº« */
.ewb-share {
  position: relative;
  display: inline-block;
  float: left;
}

.ewb-share-hidebox {
  position: absolute;
  top: 100%;
  z-index: 9;
  left: -68px;
  padding-top: 10px;
  display: none;
}

.ewb-share i {
  width: 25px;
  height: 25px;
  background: url("../images/content_icon.png") 0 -201px no-repeat;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.ewb-share-hidebox dl {
  border: #e5e5e5 1px solid;
  background: #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 0 0 5px 5px;
  width: 170px;
  text-align: center;
  position: relative;
}

.ewb-share-hidebox a {
  display: inline-block;
  float: none;
  margin: 0 2px;
  text-indent: 0;
  /* padding: 0px !important; */
  padding-left: 12px !important;
  padding-top: 0px !important;
  background-color: #fff;
}

.ewb-share-hidebox a:hover {
  background-color: #fff;
}

.ewb-share-hidebox dt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #626262;
  background: #f6f6f6;
}

.ewb-share-hidebox dd {
  padding: 5px;
}

.ewb-share-hidebox dl:after {
  content: "";
  display: block;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 8px solid transparent;
  border-bottom-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -8px;
}

.ewb-share:hover .ewb-share-hidebox {
  display: block;
}

.bdshare-button-style0-32 a {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
  margin: 6px 0 6px 6px !important;
}

.bdshare-button-style0-32 a:first-child {
  margin-left: 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_main {
  padding: 5px 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  margin: 0 -5px !important;
}

/**!
 * é¹¤å£æµç¨‹é¡µé¢è¡¨æ ¼
 * date:2022-01-20
 * author: zsy;
 */
.big-title {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.engi-hd {
  margin: 30px 10px 0;
}

.engi-tt {
  padding-left: 7px;
  border-left: 5px solid #007bc7;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

.proj-table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e2eaff;
}

.proj-table td {
  height: 20px;
  border: 1px solid #e2eaff;
  padding: 10px 15px;
}

.table-right {
  text-align: right;
  background-color: #F2F6FF;
}

.proj-table.tender td {
  text-align: center;
  word-break: break-all;
}

.proj-table.tender .table-left {
  text-align: left;
}

.proj-table.tender thead .table-left {
  padding-left: 20px;
}

.proj-table.tender thead td {
  padding: 10px 0;
  background-color: #F2F6FF;
}

.proj-table.tender .tender-right {
  text-align: right;
}

.proj-table.tender a {
  color: #333;
}

.promt-box {
  line-height: 20px;
  margin-top: 20px;
}

.promt-box a {
  color: red;
}

.propmt-txt {
  color: red;
}

.proj-table.tender .refunding {
  color: blue;
}

.proj-table.tender .success {
  color: green;
}

/* 2022-02-09 zsy */
.step-text {
  text-align: center;
  font-size: 0;
}

.step-li {
  display: inline-block;
  vertical-align: top;
}

.step-li a {
  font-size: 14px;
}

/* 2022-03-02 zsy */
.step .date {
  width: 60px;
  margin: 0 auto;
  color: #999;
}

.sources {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #889cb6;
  font-size: 22px;
  margin-top: -24px;
  margin-bottom: 14px;
}

.sources > span {
  margin: 0 5px;
}

.sources > a {
  color: #0000EE;
  margin: 0 10px;
  /* padding-left: 30px; */
  background-repeat: no-repeat;
  background-position: left center;
}

.pinmingtitle {
  font-family: "SourceHanSansCN-Bold";
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  padding: 30px 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul.three .table-li:first-child {
  width: 100%;
  border-right: solid 1px #e2eaff;
}

.table .table-ul.three .table-li:nth-child(2) .text,
.table .table-ul.three .table-li:nth-child(3) .text {
  border-bottom: solid 1px #e2eaff;
}

.table .table-ul.three .table-li:nth-child(3) .text {
  border-right: solid 1px #e2eaff;
}

.table .table-ul.two .table-li:nth-child(1) .text,
.table .table-ul.two .table-li:nth-child(2) .text {
  border-bottom: solid 1px #e2eaff;
}

p.text {
  height: 70px;
}

.text-title {
  position: absolute;
  color: #e93f45;
  font-size: 14px;
  padding: 4px;
  max-width: 660px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #333;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redtitle1 {
  color: #e93f45 !important;
}

.tip-box {
  line-height: 20px;
  margin-top: 20px;
}