.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 {
    /*max-width: 500px;*/
    /*background: #F5F5F5;*/
    margin: 0 auto;
    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;

}

a {
    color: #336699;
    text-decoration: none;
}

ul.news-headlines {
    list-style-type: none;
    position: relative;
    /*background: #F5F5F5;*/
}

.news-headlines li {
    padding: 5px 5px 5px 0;
    position: relative;
    z-index: 20;
}

.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;
    /*text-decoration: underline;*/
}

.news-headlines .highlight {
    width: 100%;
    background: #ededed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.news-headlines .highlight:before {
    display: none;
}

.news-headlines {
    /*float: left;*/
    /*width: 39%;*/
}

.news-preview {
    /*margin-top: 0px;*/
    /*background: #F5F5F5;*/
    /*position: relative;*/
    z-index: 5;
    /*margin-left: -1px;*/
    min-height: 200px;
    overflow: hidden;
}

.news-content {
    /*margin-top: 0px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}



@media (min-width: 480px) {
    .news-content {
        padding-right: 0;
    }
    .news-preview{
        border-right:none;
    }
}


@media (min-width: 600px) {
    .news-content {
        padding-right: 0;
    }
    .news-preview{
        border-right:none;
    }
}

@media (min-width: 768px) {
    .news-content {
        padding-right: 10px;
    }
    .news-preview{
        border-right:1px solid #F4F4F4;
    } 
}
@media (min-width: 992px) {
    .news-content {
        padding-right: 10px;
    }
    .news-preview{
        border-right:1px solid #F4F4F4;
    }
}
@media (min-width: 1200px) {
    .news-content {
        padding-right: 10px;
    }
    .news-preview{
        border-right:1px solid #F4F4F4;
    }
}





.title_news {
    /*width: 100%;*/
    /*position: absolute;*/
    /*z-index: 11;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background-image:url('./img/title_background.png');*/
    /*padding: 10px;*/
}
/*.title_news a:link,
.title_news a:visited{
    font-weight: bold;
    color: #000;
}*/


.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;
}

