/* 招标公告-start */
.mainbody {
	min-height: calc(100% - 110px);
	margin-top: 10px;
	background-color: #fff;
}

.zbtitle {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-right: 40px;
	float: left;
}

.zbtitle img{
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 18px;
	float: left;
	margin-right: 15px;
}

.tabboxs,
.bid_tabboxs {
	margin: 0 50px;
	margin-top: 10px;
}

.table_box{
    width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.table_head{
    background-color: #e2f2fd;
    height: 40px;
}
.table_list{
    height: 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
}

.table_list .liubann{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 2px 8px;
	margin-left: 10px;
	margin-top: 0.5px;
	background: rgba(55, 156, 251, 1);
	border-radius: 4px;
	color: #fff;
}

.table_list .new{
	background: #ffa500;
	height: 18px;
	line-height: 18px;
}
