/* CSS Document */
.RecommedEnterprise {
height:142px;
margin-right:3px;
margin-bottom:3px;
margin-top:15px;
border-bottom:2px dotted #DCDCDC;
overflow:hidden;
position:relative; /* 加此行为了解决IE6下overflow:hidden超宽不隐藏 */
}
.RecommedEnterprise ul {
list-style-type:none;
margin:2px 0 0 0;
padding:1px 0;

}
.RecommedEnterprise ul li{
list-style-type:none;
margin:0;
padding:0;
float:left;
line-height:18px;
}
.RecommedEnterprise li a.titname {
list-style-type:none;
color:#000000;
font-size:12px;
font-weight:bold;
text-decoration:none;
position:relative;
white-space: nowrap;
}
li a.ybclassify {
text-decoration:none;
color:#000000;
font-family: "Arial", "Helvetica", "sans-serif";
font-size:8pt;
font-weight:normal;
}