body{
    color: gray;
}
#tese{
    background-color: white;
    margin-top: 50px;
    margin-bottom: 0;
}
#carousel{
    background-color: white;
}
#main_ad{
    margin-bottom: 0px;
}
#news_list{
    background-color: white;
}
#news_list>p>a:hover{
    text-decoration: none;
}
#news_list>div{
    width: 100%;
}
#news_list>div>ul{
    list-style: none;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
}

#news_list>div>ul>li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed lightgray;
}
#news_list>div>ul>li>a{
    color: black;
}
#news_list>div>ul>li>a:hover{
    text-decoration: none;
    color: blue;
}
#news_list>div>ul>li>span{
    display: block;
    float: right;
}
@media (max-width: 576px) {
    #news_list>div>ul>li>span{
        display: block;
        float: none;
    }
}

