@charset "utf-8";
.productFeatures{
  padding: 0;
  margin: 0;
}
.productFeatures li{
  list-style-type:none;
  margin-bottom:25px;
  display:block;
  background-repeat:no-repeat;
  padding-left:140px;
  min-height:140px;/*IE7\FF*/
  height:100%;/*IE6\IE7\FF 这个很重要，IE6定死高度后，需要再加上这条，才能自动延伸。*/
  height:auto;
  _height:100px;    /*ie6*/
}

.productFeatures li p {margin-top: 0;margin-bottom: 8px;}