.j51news {
  text-align: left;
}
.j51news .newsimg {
  position: relative;
}
.j51news .newsitem {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
}
.j51news .newsitem:first-of-type {
  padding-left: 0;
}
.j51news .newsitem:last-of-type {
  padding-right: 0;
}
.j51news .newsdate {
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 0px 8px;
  border-radius: 0 0 3px 0;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.j51news p {
  margin-bottom: 10px;
}
.j51news .btn {
  margin-bottom: 10px;
}
