/*### LIST ###*/
.news_list{
    overflow: hidden;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.news_list .news_list_item{
    position: relative;
    overflow: hidden;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.news_list .title{
    margin-bottom: 20px;
    padding: bottom: 5px;
    border-bottom: 1px solid #000000;
    font-size: 1.3em;
    font-weight: bold;
}
.news_list .date{
    position: absolute;
    top: 3px;
    right: 0;
}
/*### LATEST ###*/
/*latest col1 & col 2*/
.news_latest{
    overflow: hidden;
}
.news_latest .news_latest_item{
    overflow: hidden;
    position: relative;
}
.news_latest .news_latest_item img{
    display: none;
}
.news_latest .news_latest_item a{
    padding: 0px 15px;
}
.news_latest .news_latest_item .title{
    padding: 0px 15px;
    font-size: 0.8em;
    font-weight: bold;
}
.news_latest .news_latest_item .date{
    padding: 0px 15px;
    font-size: 0.8em;
    font-weight: bold;
}
.news_latest .news_latest_item .content{
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}
/*### Single ###*/
.news_single{
    overflow: hidden;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 13px;
}
.news_list .news_single_item{
    position: relative;
    overflow: hidden;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.news_single .title{
    margin-bottom: 20px;
    padding: bottom: 5px;
    border-bottom: 1px solid #000000;
    font-size: 1.3em;
    font-weight: bold;
}
.news_single .date{
    position: absolute;
    top: 3px;
    right: 0;
}

.scroll_box .container .news_latest_item{
    border: none!important;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.scroll_box .container .news_latest h3{
    font-family: Verdana, Arial, "Sans-serif";
    font-size: 1em;
}
.scroll_box .container .news_latest p{
    margin: 0;
}
.scroll_box .container .news_latest a h3{
    text-decoration: underline;
    font-weight: bold;
}
.scroll_box .container .news_latest a:hover h3{
    text-decoration: none;
}
.scroll_box .container .news_latest h4, .scroll_box .container .more{
    display: none;
}



