body{
  background: #0B7EA1;
}

.page-title{
  padding: 30px 25px;
  color: #fff;
  font-size: 14px;
}

.content{
  padding:0  25px 30px;
  min-height: calc(100vh - 216px);
  box-sizing: border-box;
}

.news-item{
  display: flex;
}

.news-item+.news-item{
  margin-top: 30px;
}
.news-cover{
  width: 80px;
  height: 80px;
}

.news-info{
  margin-left: 10px;
  color: #fff;
}

.news-info > h2{
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
}

.news-info > p{
  margin-top: 20px;
  font-size: 10px;
}
