﻿.news-holder {
    margin: 0 auto;
    height:276px;overflow:hidden;
}

.news-holder * { 
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: #336699;
  text-decoration: none;
}

.news-headlines {
  list-style: none;
  position: relative;
}

  .news-headlines li {
    padding: 3px 10px; 
    position: relative;
    z-index: 20;
    color: #336699;
    height:46px;overflow:hidden;text-align:justify;
  }

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  

  .news-headlines li:hover, a:hover {
      cursor: pointer;
  }
  
  .news-headlines .highlight {
     width: 100%;
     background: #ededed; 
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }
   
.news-preview {   
   position: relative;
   z-index: 5;  
   position: relative; height:276px;
   overflow:hidden;
}
.news-content {
    position: absolute; 
    z-index: 10; 
    top: 0;
    left: 0;
    display: none;
}
.news-content img{margin-right:5px;}
.top-content {
    display: block;
} 