/* CSS Document */
.Sample{
margin:0;
border: 2pt solid #FF0000;

height:146px;
min-height:146px;
padding:2px 2px;
}
.Enterprise {
float:left;
width:199px;
height:142px;
background-color:#FEE9E8;
border:1pt solid #DCDCDC;
margin-right:3px;
overflow:hidden;
position:relative; /* 加此行为了解决IE6下overflow:hidden超宽不隐藏 */
}
.Enterprise ul {
margin:2px 0 0 0;
padding:1px 0;
}
.Enterprise ul li{
margin:0;
padding:0;
float:left;
line-height:18px;
list-style-type:none;
}
.Enterprise li a.titname {
color:#FF0000;
text-decoration:none;
position:relative;
z-index:38;
background:url(images/dot4.gif) no-repeat;
white-space: nowrap;
}
li a.ybclassify {
text-decoration:none;
color:#000000;
font-family: "Arial", "Helvetica", "sans-serif";
font-size:10pt;
}
.samkip {
width:230px;
margin-right:15px;
}