.newsHead {
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-family: 'Economica', sans-serif;
}

#nwu_001_t dl {
  margin: 30px auto;
}

@media screen and (min-width: 900px){
  #nwu_001_t dl {
  max-height: 400px;
  overflow: auto;
}
}

#nwu_001_t dt {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Economica', sans-serif;
  line-height: 1;
}

#nwu_001_t dd {
  margin-bottom: 2em;
  font-size: 1.6rem;
  margin-left: 1em;
}

#nwu_001_t dd a{
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid;
  transition: 0.5s;
  background: linear-gradient(to right,#004683 0%,#004683 50%, transparent 50%, transparent 100%) right top/210% no-repeat;
}

#nwu_001_t dd a:hover{
  background-position: left;
  border-color: transparent;
}
