.news-list li::after {
    display: block;
    content: ' ';
    clear: both;
}

.news-list {
    fake-overflow: hidden;
    position:relative;
}
.news-wrap::after{
    display: block;
    content: ' ';
    clear: both;
}
.news-wrap{
    /*margin-left:-0.25%;
    margin-right: -0.25%;    */
}

.newslist_block>a{
    display:block;
    padding:10px 8px;
    color:black;
    text-decoration:none;
}
.newslist_image{
    width:100%;
    max-width:100%;
}

.news-list-date {
    font-weight: bold;
}

.newslist-newsheader {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    display:block;
}
a.news-list-more {
    display: none;
    clear:both;
}


.newslist_block{
    position: absolute;
    transition:top 0.8s, left 0.5s;
    left:0px;top:0px;
    background-color:white;    
}

.news-list-subtitle {
    color: #00acc8;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px;
}

span.newslist-newsheader::after {
    content: ' ';
    width: 50%;
    margin-top: 5px;
    display: block;
    padding-top: 5px;
    border-top: 1px solid black;
}

.newsheader {
    margin-bottom: 10px;
    padding: 10px 5px;
    color: white;
    background-color: #00acc8;
}

.newsheader>a {
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

span.news-bc-sep {
    display: inline-block;
    content: '/';
    padding: 0 4px;
    color: white;
    font-weight: normal;
    font-size:12px;
}


img.news-mainimage {
    float: right;
    margin: 0px 0 10px 10px;
}

.news-subtitle {
    color: #00acc8;
    font-weight: bold;
    font-size: larger;
}

.news-body {
    padding-top: 8px;
    overflow: hidden;
}

.news-title {
    font-size: larger;
    color: black;
    margin-top: 15px;
}

.news-title::after {
    display: block;
    content: ' ';
    width: 300px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid black;
}


.news-intro {
    margin-bottom: 20px;
}


/*
@media screen and (max-width: 599px) { 
    .newslist_block{
        float:left;
        width:49%;
        margin-left:0.25%;
        margin-right:0.25%;
    }
}

@media screen and (max-width: 1199px) { 
    .newslist_block{
        float:left;
        width:32%;
        margin-left:0.25%;
        margin-right:0.25%;
    }
}
@media screen and (min-width: 1200px) { 
    .newslist_block{
        float:left;
        width:24%;
        margin-left:0.5%;
        margin-right:0.5%;
    }
}
.news-wrap{
    position:relative;
}
*/
