

.news_box{
  padding:15px;
  line-height:2em;
  border-bottom:1px solid #888;
}
.news_box:nth-child(2){
  border-top:1px solid #888;
}
.news_box p span:not(.new){
  margin-left:20px;
  color:#CCC;
}
.news_box p span:not(.new)::before{
  content:"|";
  margin-right:20px;
}
.news_box p:nth-child(2){
  text-indent:1em;
}
