.news-demo {
  background: #fff;
  padding: 20px;
}

.news-demo h1 {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #777;
  margin-bottom: 40px;
}

.news-demo .p {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 22px;
  margin-top: 70px;
}

.news-demo .p ~ p {
  margin-top: 0;
}

.news-demo .p a {
  text-decoration: underline;
}

.news-demo .p a:hover {
  color: red;
}
.news-holder p {
    
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #301d18;
    opacity: 0.8;
    color: #ffffff;margin-top: -40px;
}

.news-holder {
    width: 813px;
    margin: 20px auto 0;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

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

.news-content a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  float: left;
  display: block;
}

.news-content .dian{width:15px; height:15px;float:left;margin-top:7px; }
.news-content .news-neirong{color: #bcbcbc; font-size: 12px; line-height: 27px; float: left; margin-top: 5px; text-indent: 2em;}


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

  .news-headlines li {
    height: 30px;
    margin:7px;
    position: relative;
    z-index: 20;
    color: #ffffff;
    font-size: 14px; 
    font-family: yahei;
    float: left;line-height: 30px;

  }

  .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:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;

    /*background: url(../Image/dian.png) no-repeat;*/
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }

    .news-headlines li span{ float: left; width: 90px;height: 30px;background: #160102;text-align: center;line-height: 30px;color: #ffffff;font-size: 14px;display: block;

    }
  .news-headlines li:hover, a:hover {
      cursor: pointer;
      

  }
  
  .news-headlines .highlight {
     width: 100%;
     background: #bc9b40;
    
     position: absolute;
     top: 20px;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
   
  }
.news-bg{width: 440px;height: 258px;padding: 20px 15px;
   background: #1d0600;overflow: hidden;float: right}
.news-headlines {
   float: left;
  
}

.news-preview {
   float: left;

   width: 344px;
   
   position: relative;
   z-index: 5;
  
  height: 258px!important;
   position: relative;
}

  .news-preview img {
   /* display: block;*/
    
    width: 344px;

    height: 256px;

    
  } 

.news-content {
    position: absolute;
   
    z-index: 10;
  
    top: 0;
    left: 0;
    display: none;
    border:solid 1px #cecece;
}

.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;
}

.selected span{background: #6b3420!important;}