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