#news{
  position: relative;
  bottom: 30px;
}
.news .news-item {
  margin-bottom: 30px;
}

.news .newsbox{
  padding: 0% 2% 2% 5%;
  word-wrap: break-word;
  border-left: 5px solid #2fb2b8;
}
.news h3{
  color: rgba(0, 135, 170, 1);
  font-weight: 600;
  padding-bottom: 20px;
}
.news h5{
  color: #2980b9;
  font-weight: 600;
  /*padding: 10px 0px;*/
}
.news h6{
  color: #2980b9;
  font-weight: 500;
}
.news .author{
  background-color: #eee;
  padding: 2%;
  border-radius: 8px;
}
.news .author h6{
  font-weight: 600;
  padding-bottom: 20px;
  color: #666;
}

.news .newsbox h5{
  color: rgba(0, 135, 170, 1);
  /*padding-top: 10px;*/
  font-weight: 500;
  cursor: pointer;
}

.news .newsbox small,.news .clock-time{
  color: rgba(0, 161, 190, 1);
  font-size: 0.8em;  
}

.footer-bg {
  margin-top: 20px;
  padding-top: 20px;
  color: #FFF;
  background-image: linear-gradient(to right top, #051937, #0a2b4e, 
    #0c3e65, #0b537d, #046895);
}