

.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 {
    margin-bottom: 12px;
}

.news-holder {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.news-holder * {
    margin: 0;
    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:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    /*background: #888;*/
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }

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

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

.news-headlines {
   float: left;
   width: 25%;
   margin-top:9%;
}

.news-preview {
   float: left;
   width: 75%;
   background: #F8A15D;
   position: relative;
   z-index: 5;
   margin-left: -1px;
   min-height: 404px;
   position: relative;
   color:#fff;
   border-radius:10px;
}

  .news-preview img {
    display: block;
    border: solid 1px #999;
    width: 100%;
    height: auto;
    max-width: 220px;
    max-height: 143px;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background: #ededed;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
	background:#F8A15D;
	border-radius:10px;
}

/**
 * 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;
}

ul.news-headlines li.selected {
	background:#f8a15d;
}

.news-headlines li {
    padding: 10px 0 10px 5px;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #fff;
	text-transform:uppercase;
	background:#42b1e1;
	border-radius:7px 0 0 7px;
  }
  
.news-content h4 {
	padding:0 0 7px 0;
}

.news-content p {
	line-height:20px;
	text-align:justify;
	
}

.news-content ul {
}

.news-content ul li {
	background:url("../images/icon_green_check.png") no-repeat scroll left center;
	line-height:25px;
	padding:0 0 0 20px;
}

.news-content {
	font-size:14px;
}