
.newsitem {
  clear:both;
  overflow:auto;
  margin-bottom:30px;
}
.newsitem .thumb {
  float:left;
}
.newsitem img {
  width:60px;
  margin-right:20px;
  border:none;
}
.newsitem .text {
  float:left;
  width:780px;
}
.newsitem a {
  //font-size: 12px;
  //font-weight: bold;
  color: #bb0000;
}

