.main.main-index .col-1{
	float:left;
	width:220px;
	padding-left:15px;
	padding-right:15px;
}

.main.main-index .col-2{
	float:left;
	xpadding-right:15px;
}

.main.main-index .col-2-1{
	float:left;
	width:468px;
}

.main.main-index .col-2-2{
	float:left;
	width:267px;
	margin-left:15px;
}

.main.main-index .know > a{
	display:inline-block;
}

.main.main-index .update-notices .nav-tabs > li > a,
.main.main-index .section-bbs .nav-tabs > li > a{
	padding:3px 20px;
	font-weight:bolder;
	color:#777777;
}

.main.main-index .update-notices .nav-tabs > li.active > a,
.main.main-index .section-bbs .nav-tabs > li.active > a{
	color:#034FA2;
}

.main.main-index .section-bbs > .nav.nav-tabs > li > a{
	padding:8px 20px;
}

.main.main-index .section-bbs > .nav.nav-tabs > .pull-right{
	margin-top:8px;
}

.main.main-index .section-bbs .tab-content{
	min-height:110px;
	padding:5px;
}

.main.main-index .section-bbs .tab-content > .tab-pane > ul > li{
	height:22px;
	line-height:22px;
}

.main.main-index .section-bbs .tab-content > .tab-pane > ul > li > div{
	white-space:nowrap;
	overflow:hidden;
}

.main.main-index .section-bbs .tab-content > .tab-pane > ul > li a{
	color:#000;
}

.main.main-index .success-notices ul{
	display:table;
	width:100%;
	table-layout:fixed;
}
.main.main-index .success-notices ul > li,
.main.main-index .update-notices ul > li{
	display:table-row;
}
.main.main-index .success-notices ul.list-header > li > div,
.main.main-index .update-notices ul.list-header > li > div{
	border:1px solid #ccc;
	font-weight:bolder;
	border-width:1px 0px;
	text-align:center;
	border-bottom-width:2px;
	color:#000;
}

.main.main-index .success-notices ul > li > div,
.main.main-index .update-notices ul > li > div{
	display:table-cell;
	white-space:nowrap;
	overflow:hidden;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #c9c9c9;
	padding:0px 5px;
}
.main.main-index .success-notices ul > li > .NOTICE_NAME{
	
}
.main.main-index .success-notices ul > li > .BID_OPEN_TIME{
	width:20%;
}
.main.main-index .success-notices ul > li > .COMPANY_NAME{
	width:20%;
}
.main.main-index .success-notices ul > li > .RESULT_PRICE{
	width:19%;
	color:#ff5301;
}
.main.main-index .success-notices .list-items,
.main.main-index .update-notices .list-items{
	height:146px;
	overflow:hidden;	
	margin-bottom:15px;
	width:100%;
}

.main.main-index .update-notices .list-items{
	height:175px;
}

.main.main-index .success-notices .list-items > ul > li > .BID_OPEN_TIME,
.main.main-index .success-notices .list-items > ul > li > .RESULT_PRICE{
	background-color:#F4F4F4;
}

.main.main-index .update-notices > ul{
	text-align:right;
}

.main.main-index .update-notices > ul > li{
	float:none;
	display:inline-block;
	right:0px;
}

.main.main-index .update-notices .articles ul{
	display:table;
	width:100%;
	table-layout:fixed;
}
.main.main-index .update-notices .articles ul,
.main.main-index .update-notices .articles ul > li{
	width:100%;
}

.main.main-index .update-notices .articles ul.list-header > li > div{
	border-top-width:0px;	
}

.main.main-index .update-notices .articles ul > li > div{
	display:table-cell;
	width:100%;
}

.main.main-index .update-notices .articles ul > li > .STATUS_CODE{
	width:15%;
}
.main.main-index .update-notices .articles ul > li > .INPUT_TIME{
	width:35%;
}

.main.main-index .update-notices .articles .list-items ul > li > .STATUS_CODE{
	background-color:#F4F4F4;
}

.main.main-index .join-notices > .box{
	height:465px;	
	overflow:hidden;
	border:1px solid #1a5faa;
	border-top:none;
	border-radius:4px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
}
.main.main-index .join-notices > .box > ul{
	display:block;
	width:100%;
	padding:5px 10px;
}

.main.main-index .join-notices > .box > ul > li{
	border-bottom:1px solid #ccc;
}

.main.main-index .join-notices > .box > ul > li > div{
	display:table;
	table-layout:fixed;
	width:100%;
}

.main.main-index .join-notices > .box > ul > li > div > *{
	display:table-cell;
	white-space:nowrap;
	overflow:hidden;
	height:22px;
	line-height:22px;
	text-align:left;
}


.main.main-index .join-notices > .box > ul > li > div > .BID_CLOSE_TIME,
.main.main-index .join-notices > .box > ul > li > div > .PRICE{
	width:35%;
	text-align:right !important;
	color:#797979;
}

.main.main-index .join-notices > .box > ul > li > div > .AREA_NAMES{
	font-size:11px;
	color:#797979;
	width:60%;
}
.main.main-index .join-notices > .box > ul > li > div > .NOTICE_NAME{
	color:#336699;
	font-weight:bolder;
	width:60%;
}
.main.main-index .join-notices > .box > ul > li > div > .PRICE{
	color:#ff5301;
	font-weight:bolder;
}
