.up-d_news-content a{
  display:block;
  background-color: #FFF9E0;
  padding: 20px;
  border-radius: 20px;
  transition: .4s;
  height:100%;
}

.up-d_news-img{
  border: 2px solid #FAC712;
  border-radius:20px;
}

.up-d_news-title{
  line-height:1.5;
  padding-top:.5em;
  margin-top:.5em;
  border-top:2px dashed #FAC712;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.up-d_news-date{
font-weight:500;
}

.up-d_news-content a:hover{
  transform:scale(1.01);
  box-shadow: 0 0 3px #888;
}
