.news-holder { width:100%; float:left;
}

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



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

.news-headlines li {
position: relative;
z-index: 20;
color: #fff; font-size:18px; line-height:100px;
}

  .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%;
     border-left: solid 5px #2ea7e0;
     position: absolute; height:50%;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 25%;background: linear-gradient(-3deg,rgba(27,29,38,.46) 54%,rgba(26,46,65,.01) 99%); 
}

.news-headlines .selected { color:#2ea7e0}
.news-preview {
   float: left;

   width: 75%;
   position: relative;
   z-index: 5;
   position: relative;
}

  .news-preview img {
    display: block;
    max-width: 100%;
    height: auto; margin-top:8px;
  } 

.news-content {
    position: absolute;
    z-index: 10;
    padding:0px 80px; width:100%; text-align:left; color:#fff; font-size:14px; line-height:32px;
    top: 0;
    left: 0;
    display: none;
}
.nfcf { font-size:18px; font-weight:bold; margin-bottom:20px; margin-top:30px; width:100%; float:left;} 
.woshitu { width:100%; float:left; font-size:14px;}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.hdr { width:100%; margin-top:40px; float:left;}
@media screen and (max-width: 1024px){
.news-headlines { width:100%; float:left;}	
.news-headlines li { font-size:14px; line-height:42px; width:50%; float:left;}
.news-headlines .highlight { display:none}
.news-headlines .selected { background-color:#2ea7e0; color:#fff; border-radius:2px;}
.news-content { width:100%; float:left;  padding:0px 20px; margin-top:30px;}
.news-preview { width:100%;min-height:300px;}
.nfcf { font-size:16px; margin-top:0px; margin-bottom:10px;}
.woshitu { line-height:20px; }
.hdr { margin-top:0px; margin-bottom:20px;}
}