﻿/**!
 * 淮北公共资源--招标公告
 * date:2019-11-4
 */

.ewb-flow {
    position: relative;
    width: 1138px;
    min-height: 310px;
    background-color: #f3f8ff;
}

.ewb-flow-small {
    position: relative;
    width: 1138px;
    min-height: 170px;
    background-color: #f3f8ff;
}

.ewb-flow-item {
    height: 110px;
    width: 188px;
    position: absolute;
    top: 25px;
    left: 0;
    text-align: center;
}

.ewb-flow-item:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 176px;
    top: 79px;
    right: 100px;
    background-color: #bbb;
    z-index: 1;
}

.ewb-flow-item:first-child:before {
    display: none;
}

.ewb-flow-tt {
    position: relative;
    width: 120px;
    height: 50px;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    -webkit-text-size-adjust: none;
    background-color: #e6e6e6;
}

.ewb-flow-tt>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.ewb-flow-tt>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ewb-flow-tt:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 50%;
    margin-left: -9px;
    background: url('../images/radius.png') no-repeat center;
    z-index: 2;
}

.ewb-up .ewb-flow-tt:before {
    top: 70px;
}

.ewb-flow-date {
    display: block;
    line-height: 16px;
    padding-top: 44px;
}

.ewb-item1 {
    left: 0;
}

.ewb-item2 {
    left: 188px;
}

.ewb-item3 {
    left: 376px;
}

.ewb-item4 {
    left: 564px;
}

.ewb-item5 {
    left: 752px;
}

.ewb-item6 {
    left: 940px;
}

.ewb-flow-item.ewb-down {
    width: 152px;
    bottom: 28px;
    top: auto;
    left: auto;
}

.ewb-item7 {
    right: 29px;
}

.ewb-item8 {
    right: 183px;
}

.ewb-item9 {
    right: 340px;
}

.ewb-item10 {
    right: 497px;
}

.ewb-item11 {
    right: 654px;
}

.ewb-item12 {
    right: 811px;
}

.ewb-item13 {
    right: 968px;
}

.ewb-down .ewb-flow-tt:before {
    top: -32px;
}

.ewb-down .ewb-flow-tt {
    bottom: 0;
}

.ewb-flow-item.ewb-down:before {
    top: 37px;
    width: 152px;
    right: -77px;
}

.ewb-down .ewb-flow-date {
    padding-top: 0;
    height: 60px;
    padding-bottom: 44px;
}

.ewb-flow-item.ewb-down.ewb-item7:before {
    right: 16px;
    top: -68px;
    width: 54px;
    border: 1px solid #bbb;
    border-left: none;
    border-radius: 0 15px 15px 0;
    height: 106px;
    background: none;
}

.ewb-last:before {
    display: none;
}

.ewb-finished .ewb-flow-tt,
.ewb-in .ewb-flow-tt {
    color: #fff;
    background-color: #58b7ff;
    cursor: pointer;
}


/* 当前 */

.ewb-finished.cur .ewb-flow-tt,
.ewb-in.cur .ewb-flow-tt {
    color: #fff;
    background-color: #ffa44c;
}

.ewb-finished .ewb-flow-date,
.ewb-in .ewb-flow-date {
    color: #2f96f6;
}

.ewb-finished .ewb-flow-tt:before {
    background-image: url('../images/radius_finished.png');
}

.ewb-in .ewb-flow-tt:before {
    background-image: url('../images/radius_in.png');
}

.ewb-unusual .ewb-flow-tt {
    color: #fff;
    background-color: #ffa44c;
}

.ewb-unusual .ewb-flow-date {
    color: #ffa44c;
}

.ewb-unusual .ewb-flow-tt:before {
    background-image: url('../images/radius_unusual.png');
}

.ewb-flow-show {
    position: absolute;
    top: 50%;
    /* margin-top: -15px; */
    left: 320px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #e6e6e6;
}

.ewb-flow-show_jsgc {
    position: absolute;
    top: 50%;
    /* margin-top: -15px; */
    left: 35px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #e6e6e6;
}

.ewb-flow-show_zfcg {
    position: absolute;
    top: 50%;
    /* margin-top: -15px; */
    left: 170px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #e6e6e6;
}

.ewb-highlight {
    background-color: #ffa44c;
}

@media(max-width:1199px) {
    .ewb-flow-wrap {
        overflow-x: auto;
    }
}

.ewb-info-hd {
    border-top: 2px solid #4ea6f7;
}

.ewb-info-tt {
    font-size: 24px;
    font-weight: bold;
    color: #2f96f6;
    line-height: 36px;
    text-align: center;
    padding: 24px 12px 0 12px;
}

.ewb-info-source {
    position: relative;
    text-align: center;
    margin-top: 9px;
    padding: 0 182px;
}

.ewb-info-source>span {
    display: inline-block;
    color: #999;
    line-height: 30px;
    margin: 0 8px;
}

.ewb-info-r {
    position: absolute;
    top: 0;
    right: 31px;
}

.ewb-info-r>li {
    float: left;
}

.ewb-info-link {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-left: 29px;
    background-repeat: no-repeat;
    background-position: left center;
}

.ewb-icon1 {
    /* background-image: url('../images/source_icon1.png'); */
}

.ewb-icon2 {
    margin-left: 28px;
    background-image: url('../images/source_icon2.png');
}

.ewb-info-link:hover {
    color: #2f96f6;
}

.ewb-icon1:hover {
    background-image: url('../images/source_icon1h.png');
}

.ewb-icon2:hover {
    background-image: url('../images/source_icon2h.png');
}


/* 979px以下 */

@media(max-width:979px) {
    .ewb-info-source {
        padding: 0;
    }
    .ewb-info-r {
        position: static;
        padding-top: 10px;
    }
    .ewb-info-r>li {
        float: none;
        display: inline-block;
    }
}


/* 手机端 */

@media(max-width:767px) {
    .ewb-info-tt {
        font-size: 20px;
        padding-top: 12px;
    }
    .ewb-info-source {
        margin-top: 0;
    }
}

.ewb-info-bd {
    padding: 0 30px 30px 30px;
}

.ewb-market-file {
    padding-top: 6px;
}

.ewb-market-item {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 6px;
    overflow: hidden;
    background-color: #f3f8ff;
}

.ewb-market-item>div {
    float: left;
    width: 80%;
    margin-left: 19px;
}

.ewb-market-info {
    display: block;
    font-size: 16px;
    color: #2f96f6;
    padding-left: 34px;
    background: url('../images/market_icon.png') no-repeat left center;
}

.ewb-market-icon {
    position: absolute;
    width: 55px;
    height: 50px;
    right: 0;
    top: 0;
    background: url('../images/market_icon2.png') no-repeat center;
    background-size: 18px 18px;
}

.ewb-market-icon:hover {
    background-image: url('../images/market_icon2h.png');
}

.ewb-info-public {
    position: relative;
    text-align: center;
    padding: 0 130px 6px 130px;
    margin-top: 28px;
}

.ewb-info-public>h3 {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.ewb-info-public>a {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 40px;
    line-height: 38px;
    color: #2f96f6;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #2f96f6;
    cursor: pointer;
}

.ewb-info-down {
    position: relative;
    margin-top: 40px;
}

.ewb-info-down:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: "";
    width: 6px;
    height: 20px;
    border-radius: 3px;
    background-color: #2f96f6;
}

.ewb-info-down>a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #2f96f6;
    padding-left: 16px;
    padding-right: 14px;
    background-color: #fff;
}

.ewb-info-line {
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}

.ewb-info-img {
    padding-top: 29px;
    text-align: center;
}

.ewb-info-img img {
    width: 201px;
    height: 198px;
    border: 1px solid #a9c4f5;
}

.ewb-info-img p {
    padding-top: 12px;
}

.ewb-th1 {
    width: 18%;
    background-color: #f3f8ff;
}

.ewb-info-table {
    width: 100%;
    table-layout: fixed;
}

.ewb-info-tr td {
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #2f96f6;
}

.ewb-info-table tr td {
    height: 39px;
    padding: 5px 10px;
    border: 1px solid #a9c4f5;
}


/* 手机端 */

@media(max-width:767px) {
    .ewb-info-down {
        margin-top: 12px;
    }
    .ewb-info-public {
        margin-top: 55px;
        padding: 0 12px;
    }
    .ewb-info-public>a {
        top: -45px;
    }
    .ewb-info-public>h3 {
        line-height: 24px;
    }
    .ewb-info-table {
        width: 767px;
    }
    .ewb-info-bd {
        padding: 0 12px 12px 12px;
    }
    .ewb-info-img {
        padding-top: 12px;
    }
}

.ewb-share-new {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
}

/**!
 * 项目信息
 * author: fxyue;
 * date:2020-01-17
 */
 .ewb-main{
	 padding-bottom: 30px;
 }
.ewb-step {
	margin-top: 17px;
}

.ewb-step-btns {
	float: right;
	margin-top: -5px;
}

.ewb-step-btns a {
	float: left;
	padding: 0 20px 0 43px;
	border-radius: 4px;
	background-color: #007bc7;
	color: #fff;
	margin-left: 5px;
	height: 34px;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

.ewb-step-btns a:hover {
	background-color: #0090e9;
}

.stepIcons1 {
	background-image: url("../images/step_btns_01.png");
}

.stepIcons2 {
	background-image: url("../images/step_btns_02.png");
}

.stepIcons3 {
	background-image: url("../images/step_btns_03.png");
}

.ewb-step-bd {
	margin-top: 26px;
}

/* 进度条状态 */
.ewb-step-state {
	font-size: 0;
	text-align: center;
}

.ewb-step-state ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: -30px;
}

.ewb-step-state li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
	margin-left: 30px;
	font-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

.ewb-step-state li.stepState5 {
	padding-left: 18px;
}

.stepState1 {
	background-image: url("../images/step_state_01.png");
}

.stepState2 {
	background-image: url("../images/step_state_02.png");
}

.stepState3 {
	background-image: url("../images/step_state_03.png");
}

.stepState4 {
	background-image: url("../images/step_state_04.png");
}

.stepState5 {
	background-image: url("../images/step_state_05.png");
}

/* 进度条 */
.ewb-step-box {
	padding-top: 40px;
}

.ewb-step-item {
	float: left;
	width: 7.63%;
}

.ewb-step-item a {
	display: block;
	border-top: 2px solid #ccc;
	padding-top: 20px;
	position: relative;
}

.ewb-step-item i {
	position: absolute;
	left: 50%;
	top: -9px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url("../images/step_circle_04.png") no-repeat;
}

.ewb-step-item p {
	width: 80px;
	margin: 0 auto;
	line-height: 16px;
	color: #333;
	text-align: center;
}

.ewb-step-item p:first-child {
	color: #999;
	margin-bottom: 8px;
}
.ewb-step-item img{
	position: absolute;
	width: 32px;
	height: 36px;
	top: -47px;
	left: 50%;
	margin-left: -16px;
	display: none;
}
.active img{
	display: block;
}
.cur1 a {
	border-top: 2px solid #00ba53;
}

.cur1 i {
	background-image: url("../images/step_circle_01.png");
}

.cur2 a {
	border-top: 2px solid #0090e9;
}

.cur2 i {
	background-image: url("../images/step_circle_02.png");
}

.cur3 a {
	border-top: 2px solid #f39800;
}

.cur3 i {
	background-image: url("../images/step_circle_03.png");
}

.ewb-step-node {
	padding-top: 35px;
}

.ewb-step-h3 {
	font-size: 24px;
	text-align: center;
	line-height: 34px;
}

/* 左 */
.ewb-project-left {
	float: left;
	width: 894px;
}

/* 通用头部 */
.ewb-project-hd {
	margin: 30px 10px 0;
}

.ewb-project-name {
	padding-left: 7px;
	border-left: 5px solid #007bc7;
	line-height: 20px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

/* table */
.ewb-table {
	margin: 20px 20px 0;
}

.ewb-table table {
	border: 1px solid #cfdbe6;
	table-layout: fixed;
	width: 100%;
}

.ewb-table td {
	height: 20px;
	border: 1px solid #cfdbe6;
	padding: 10px 20px;
	letter-spacing: -0.5px;
}

.ewb-project-tt {
	text-align: right;
	background: #edf4fb;
}

/* 另一种表格 */
.ewb-tender td {
	text-align: center;
}

.ewb-tender thead td {
	background: #edf4fb;
	padding: 10px 0;
}
.ewb-tender thead td.ewb-tender-left{
	padding-left: 20px;
}  
.ewb-tender a{
	color: #333;
}
.ewb-tender td.ewb-tender-left{
	text-align: left;
}
.ewb-tender td.ewb-tender-right{
	text-align: right;
}

.ewb-page{
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.pager{
	display: inline-block;
	vertical-align: middle;
}
/* 右 */
.ewb-project-right {
	float: right;
	width: 242px;
	margin: 70px 20px 0 0;
}
.ewb-process-hd{
	height: 42px;
	line-height: 42px;
	background:#007bc7;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.ewb-progress-bd{
	border: 1px solid #cfdbe6;	
	border-top: 0;
}
.ewb-progress-content{
	padding: 12px 0 6px 13px;
	line-height: 24px;
	height: 48px;
	border-bottom: 1px solid #cfdbe6;
}
.ewb-progress-content label{
	color: #999;
}

.ewb-progress-box{
	height: auto !important;
	overflow: hidden;
	padding: 8px 10px 0 21px;
}
.ewb-progress-tt{
	height: 23px;
	line-height: 23px;
	padding-left: 18px;
	color: #00ba53;
	margin-left: -7px;
	background: url("../images/progress_icon.png") left center no-repeat;
}
.ewb-progress-sub{
	border-left: 1px solid #00ba53;
	padding:12px 5px 38px 0;
	line-height: 18px;
}
.ewb-progress-node{
	margin-top: 12px;
}
.ewb-progress-node:first-child{
	margin-top: 0;
}
.ewb-progress-node label{
	float: left;
	text-align: right;
	color: #999;
	width: 90px;
}
.ewb-progress-wrap{
	margin-left: 90px;
}

/* 分享 */
.ewb-share{
	position: relative;
	display: inline-block;
  }
  .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;
  }
  
  /* 2020-03-30 */

.ewb-step-item:first-child,
.ewb-step-item:last-child {
	position: relative;
}


.ewb-step-item:first-child:before,
.ewb-step-item:last-child:before {
	position: absolute;
	left:0;
	top:0;
	content: "";
	height: 2px;
	background-color: #fff;
	width: 44px;
	z-index: 999;
}

.ewb-step-item:last-child:before {
	left:auto;
	right:0;

}

 .ewb-progress-box ul>li:last-child .ewb-progress-sub {
    border-left: 1px solid transparent;
}


/* 2020-03-31 */

.ewb-step-item {
	position: relative;
}

.ewb-step-item i {
	top:-7px;
    z-index: 9999;
}

.ewb-step-item:first-child:before,
.ewb-step-item:last-child:before {
	width: 50%;
}

.ewb-table table {
 word-break: break-all; /*新增这个样式*/
}

.btnbm0{ text-align:center; margin:auto; height:69px; width:400px;}
.btnbm a {font-size:20pt; font-weight:bold; color:#FFF; text-decoration:none; text-align:center; }
.btnbm2 a {font-size:20pt; font-weight:bold; color:#FFF; text-decoration:none; text-align:center;}
.btnbm{ background-color:#c40000; width:181px ; height:56px; line-height:49px; float:left;margin-top:20px; }
.btnbm2{background-color:#c40000;  width:181px ; height:56px;  line-height:49px;  float:left;margin-left:25px;margin-top:20px;}


.ewb-progress-content{
	padding: 0px 0 6px 0px !important; 
}