  .recommend { border: 1px solid cyan; padding: 10px 10px; vertical-align: center; border-left: none; border-right: none; }
  .recommend ul { display: inline; margin: 0 !important; padding: 0 !important; }
  .recommend ul li { background-image: none; display: inline; list-style-type: none; margin: 0; padding: 1px; }
  .recommend ul li:before { content: ""; }
  .recommend img { float: none; width: 32px; height: 32px;border: 0; margin: 0; padding: 0; }
  .recommend div { color: black; font: 15px Arial; width: 150px; float: left; padding-top: 5px;}
  .recommend-hovers { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
  .recommend-hovers:hover { opacity: .8; -moz-opacity: .8; filter: alpha(opacity=80); }

