/* CSS Document */

.m {
	margin:auto;
	width:1000px;
}

.nav {
	margin-bottom:10px;
	padding-bottom:0px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #CCC;
}

.company_title {
	float:none;
	width:660px;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #047FCF;
}

.company {
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	width:660px;
	height:240px;
	overflow:hidden;
}

.company_youzhi_title {
	width:100%;
	height:26px;
	line-height:26px;
	color:#FFF;
	background-color:#71BBE8;
}

.company_youzhi_title span {
	margin-left:10px;
}

.company_youzhi {
	float:left;
	margin-right:10px;
	width:230px;
	height:auto;
	min-height:220px;
	line-height:24px;
	overflow:hidden;
}

.company_youzhi li {
	display:block;
	float:none;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #DDD;
}

.company_list {
	float:left;
	width:420px;
	height:auto;
	overflow:hidden;
	
}

.company_list span {
	
}

.company_list li {
	display:block;
	float:none;
	width:410px;
	height:26px;
	line-height:26px;
}

.company_list li a {
	display:block;
	float:left;
	width:170px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.company_list li span {
	display:block;
	float:left;
	width:240px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
	
.box_body li {
	list-style:none;
	width:90%;
}
.box_body a {
	list-style:none;
	float:left;
	display:block;
}

.box_body span {
	list-style:none;
	float:right;
	display:block;
}


.rank_list ul , .rank_list li {
	margin:0px;
	padding:0px;
}

















