.latestBox {
  padding: 8px 14px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.latestItem {
  display: block;
  flex: 0 0 356px;
  width: 356px;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid rgba(0,0,0, .11);
  margin-right: 50px;
}
.latestItem:hover {
  color: #333;
  font-weight: 600;
}
.latestItem:nth-child(-n+3) {
  border: none;
}
.latestItem:nth-child(3n) {
  margin-right: 0;
}
.latestTitle {
  display: flex;
  align-items: center;
}