.last_com_item {
  margin-bottom: 10px;
  position: relative;
  padding: 5px;
  border-bottom: 1px #cfcfcf dashed;
}
.last_com_item:hover {
  background: #0cb3ee;
color: #fff;
}
.last_com_item:hover a {
  color: #fff;
}
.lc_i_av {
  width: 33px;
  height: 33px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.lc_i_av img {
  width: 33px;
}
.last_com_item strong {
  display: block;
  margin-bottom: 3px;
}
.lcomm-hidden {
  position: absolute;
  top: 0px;
  right: 100%;
  width: 450px;
  display: none;
  font-size: 12px;
  padding: 10px 14px;
  font-weight: normal;
  text-shadow: none;
   background: #0cb3ee;
 color: #e1eff4;
  z-index: 150;
}
.last_com_item:hover .lcomm-hidden {
  display: block;
}

.lcomm-hidden  .quote {
    color: #787878;
  }
