.item a {
  color: #0053a9;
}
span.pubDate {
  color: #777;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
span.pubDate:after {
  border-top: 1px #ccc solid;
  content: "";
  flex-grow: 1;
  margin-left: 10px;
}
.companyName {
  color: #999;
  font-size: 0.8em;
  float: right;
  display: block;
  margin-bottom: 15px;
}
.prList {
  margin-bottom: 80px;
}
.prList ul li {
  margin-bottom: 10px;
  clear: both;
}
