/**!
 * 项目详情
 * author: wangkai;
 */


/* main */

.ewb-location {
	padding-top: 12px;
}

/* 标的详情 */

.ewb-bid-detail {
	padding: 0 20px 24px 20px;
	border: 1px solid #e8e8e8;
	position: relative;
}

.ewb-corner {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 38px;
	height: 38px;
	background: url('../images/corner.png');
}

.ewb-bid-hd {
	padding-left: 30px;
	height: 63px;
}

.ewb-bid-tt {
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	font-weight: bold;
	color: #1492ff;
}

.ewb-bid-links {
	float: right;
	margin-top: 20px;
	padding: 0 14px;
	height: 31px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	background-color: #f3f9ff;
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.ewb-bid-links a {
	margin: 0 22px;
	font-size: 16px;
	color: #1492ff;
}

.ewb-bid-source {
	padding: 0 56px 0 20px;
	line-height: 38px;
	font-size: 16px;
	background-color: #f7f7f7;
}

.ewb-flow {
	margin-top: 83px;
	height: 69px;
	text-align: center;
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.ewb-flow li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.ewb-flow-item {
	width: 69px;
	height: 69px;
	position: relative;
}

.ewb-flow-item.icon1 {
	background: url('../images/flow_icon1.png');
}

.ewb-flow-item.icon2 {
	background: url('../images/flow_icon2.png');
}

.ewb-flow-item.icon3 {
	background: url('../images/flow_icon3.png');
}

.ewb-flow-item.icon4 {
	background: url('../images/flow_icon4.png');
}

.ewb-flow-info {
	position: absolute;
	top: -59px;
	left: 50%;
	margin-left: -105px;
	width: 210px;
	height: 52px;
}

.ewb-flow-info span {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
}

.ewb-flow-node {
	margin: 30px 5px 0 5px;
	width: 166px;
	height: 9px;
	background: url('../images/flow_jt.png');
}

.ewb-flow-remind {
	margin-top: 8px;
	line-height: 26px;
	text-align: center;
}

.ewb-flow-remind span {
	display: block;
}

/* 标的状态等 */

.ewb-bid-info {
	margin-top: 20px;
	padding: 2px 0 19px 0;
	border: 1px solid #e3e3e3;
	border-top: 2px solid #1492ff;
	background-color: #f5fafe;
}

.ewb-bi-item {
	float: left;
	margin-left: 20px;
	width: 249px;
	vertical-align: top;
}

.ewb-bi-type {
	padding-left: 28px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
	color: #1492ff;
}

.ewb-bi-type.icon1 {
	background: url('../images/bid_ico1.png') 1px center no-repeat;
}

.ewb-bi-type.icon2 {
	background: url('../images/bid_ico2.png') 2px center no-repeat;
}

.ewb-bi-type.icon3 {
	background: url('../images/bid_ico3.png') 1px center no-repeat;
}

.ewb-bi-type .unit {
	font-size: 14px;
	font-weight: normal;
	color: #ff6714;
}

.ewb-bi-content {
	height: 67px;
	line-height: 66px;
	border: 1px solid #c5dbec;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #e2f2ff;
}

.ewb-bi-content.price {
	font-size: 20px;
	font-weight: bold;
}

.ewb-bi-content.price .unit {
	font-weight: normal;
	font-size: 16px;
}

/* 表格 */

.ewb-bid-form {
	margin-top: 20px;
	width: 100%;
}

.ewb-bid-form td {
	height: 40px;
	border: 1px solid #e8e8e8;
	font-size: 16px;
}

.ewb-bf-tt {
	background-color: #f7f7f7;
}

.ewb-bf-tt label {
	display: block;
	text-align: right;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
}

.ewb-bf-content {
	display: block;
	padding: 4px 15px;
	line-height: 28px;
}

/* 文件下载 */

.ewb-file-form {
	margin-top: 20px;
	width: 100%;
	table-layout: fixed;
}

.ewb-file-form th {
	height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #1492ff;
}

.ewb-file-form th.ewb-wd1 {
	width: 532px;
	padding-right: 60px;
}

.ewb-file-form td {
	height: 48px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dashed #d8d8d8;
}

.ewb-file-form tbody tr:first-child td {
	padding-top: 2px;
}

.ewb-file-form td span,
.ewb-file-form td .ewb-filename {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-file-form td .ewb-filename {
	padding: 0 40px 0 48px;
	color: #333;
	text-align: left;
}

.ewb-download {
	display: block;
	margin: 0 auto;
	width: 94px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px;
	color: #fff;
	background-color: #53afff;
}

.ewb-download:hover {
	background-color: #1492ff;
}

.ewb-footer {
	margin-top: 30px;
}