.newsWrap {
  background: #dcecf1;
}

#newsBanner img {
  width:100%;
}

.news {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:70%;
  margin:0 auto;
}

.addnews {
  border:1px solid;
  margin: 6rem 0;
  font-size:2rem;
  padding:12rem;
}

.content {
  width:400px;
  margin-top:4rem;
}

.content:last-child {
  margin-bottom:4rem;
}

.content  img.cover {
  max-width:400px;
  max-height:300px;
}

.content a {
  color: #128cc5;
}

.content p img {
  display: none;
}




