@charset "utf-8";
body{ background-color:#f8f8f8;}
table,td,th,tr{ border:1px solid #CCC;}
.float-left{ float:left;}
.float-right{ float:right;}



/*网上竞价公告详情*/
.bid-ctr-tit {
    line-height: 45px;
    height: 45px;
}
.bid-ctr-tit h5{
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding:0 20px;
}
.detail-wsjj{
	margin:0 20px;
	position:relative;
}
.detail-title{
	font-size:14px;
	text-align:center;
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
	margin-bottom:20px;
}
.detail-title h2{
	font-size:22px;
	font-weight:bold;
	padding:24px 0;
}
.detail-title span{
	margin:0 12px;
}
.detail-title span em{
	color:#ec3e3b;
}
.detail-content{
	width:100%;
}
.detail-content .info{
	margin-bottom:20px;
}

.data-table table{
	width:100%;
	font-size:14px;
	text-align:left;
	box-sizing:border-box;
	border-collapse:collapse;
	margin-bottom:-1px;
}
.data-table table td,.data-table table th{
	border:1px solid #ddd;
	padding:7px 10px;
	vertical-align:middle;
}
.data-table table th{
	min-width:85px;
	font-weight:bold;
	color:#000;
	background:#f5f5f5;
}
.data-table table th.name{
	width:145px;
}
.data-table table a{
	color:#0681e8;
}
.data-table table .price{
	color:#ec3e3b;
	font-weight:700;
}
.data-table .no-border td, .data-table .no-border th{
	border:0;
}
.data-table .center{
	text-align:center;
}

.detail-wsjj .goods-list{
	width:100%;
}
.detail-wsjj .goods-list > .item{
	width:100%;
}
.detail-wsjj .goods-list > .item + .item{
	margin-top:20px;
}
.goods-list .goods-tips{
	width:120px;
	line-height:28px;
	font-size:14px;
	color:#fff;
	background:#ec3e3b;
	padding-left:15px;
	position:relative;
}
.goods-list .goods-tips:after{
	position: absolute;
	bottom:0;
	right:-15px;
	display: inline-block;
	border-right:15px solid transparent;
	border-top: 35px solid #fff;
	border-left: 20px solid transparent;
	content: '';
}
.goods-list .goods-tips > span{
	display:block;
	line-height:17px;
	padding:0 5px;
	border:1px solid #fff;
	border-radius:20px !important;
	position:absolute;
	top:4px;
	left:80px;
}


.status-tip{
	display:block;
	width:92px;
	height:92px;
	z-index:10;
	position:absolute;
	top:-7px;
	right:20px;
}
.status-tip.finish{
	background:url(../web/images/tip-finish.png) 0 0 no-repeat;
}

.detail-wsjj .bid-msg{
	color:#000;
	border-top:3px solid #b2cce0;
	background:#f7fcfe;
	padding:10px;
	margin-bottom:10px;
/* 	margin-bottom:20px; */
}
.detail-wsjj .bid-msg .red{
	color:#ec3e3b;
}
.detail-wsjj .bid-msg h4{
	font-size:16px;
	
}
.detail-wsjj .bid-msg table{
	width:96%;
	font-size:14px;
	border:none;
	margin:0 auto;
}
.detail-wsjj .bid-msg tr{
	border:none;
}
.detail-wsjj .bid-msg td,.detail-wsjj .bid-msg th{
	border:none;
	padding:4px;
}
.detail-wsjj .bid-msg th{
	width:96px;
	font-weight:bold;
}