@charset "utf-8";
/* CSS Document */
body{
margin:0px auto;
font-family:"微软雅黑";
font-size:12px;
width:1024px;
}

/*通用样式*/
a{
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:underline;
color:#000000;
}
img{
border:0;
}

/*导航*/
#daohang{
height:30px;
line-height:30px;
font-size:14px;
font-weight:bold;}

/*边框*/
.borders{
border:1px solid #bae4fa;
}

/*标题栏*/
.tp{
padding-left:8px;
padding-top:5px;
height:23px;
line-height:23px;
font-size:14px;
font-weight:bold;
}

.more{
float:right;
padding-right:30px;
color:#ed9277;}

#company_left{
	background:#eee;
	width:759px;
	float:left
}

.recommendlist{
	float:left;
	width:170px;
	line-height:25px;
	font-size:12px;
	margin-left:10px;
	margin-top:5px;
}

.recommend_pic{
	height:60px;
	width:170px;
	text-align:center;
	overflow:hidden;
}
.recommend_title{
	text-align:center;
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	width: 170px;
	overflow: hidden;
}


#pageright{
width:265px;
float:right;
height:1000px;
background:#eeeeee;
}
.right_unit{
height:90px;
width:250px;
margin-left:10px;
margin-top:10px;
}

/* 企业名录分类 */
.company_type{
  height:70px;
  width:330px;
  float:left;
  margin:10px;
}
.company_type_title{
  font-size:14px;
  font-weight:bold;
}
.company_type_desc{
  font-size:12px;
  padding:5px;
}
