#latestNews .latestNewsTitle {
width: 100%;
text-align: center;
line-height: 0.1;
border-bottom: 2px solid #e8e8e8;
margin: 40px auto;
color: #0f1010;
}
#latestNews .latestNewsTitle span {
background: #fff;
padding: 0 10px;
}
#latestNews .panel {
border-radius: 0px !important;
}
#latestNews .panel-body {
padding: 0px !important;
}
#latestNews .newsText{
  padding: 15px;
}
#latestNews .newsHeading {
    height: 32px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#latestNews .newsHeading a{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#latestNews .newsDescription{
  font-size: 14px;
  font-weight: normal;
  color: #7f8fa4;
}
#latestNews .newsDescription {
    height: 78px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#latestNews .news{
    right: 1px;
    width: 50px;
    background-color: #f3515c;
    color: #fff;
    padding: 2px 5px;
    position: relative;
    top: 24px;
}
#latestNews .btn-news-link-right {
  background-color: #f3515c;
  border-color: #f3515c;
  color: #FFF;
  border-radius: 0px;
  float: left;
  background-image: none;
  margin-bottom: 15px;
}
#latestNews .btn-news-link {
    background-color: #f3515c;
    border-color: #f3515c;
    color: #FFF;
    border-radius: 0px;
    background-image: none;
}
#latestNews .btn-news-link:hover, #latestNews .btn-news-link-right:hover {
    background-color: #FFF;
    border-color: #f3515c;
    color: #f3515c;
    background-image: none;
}
