div#other_articles ul
{
    list-style:none;
    padding:0;
    margin:16px 0 0 0;
    width:744px;
    overflow:hidden;
}
div#other_articles li
{
    float:left;
    padding-left:5px;
    width:219px;
    position:relative;
    padding-top:7px;
    margin-right:24px;
    margin-bottom: 25px;
}
div#other_articles img
{
    width:219px;
    height:145px;
    display:block;
}
div#other_articles div.date
{
    position:absolute;
    left:0;
    top:0;
    background:#81b400;
    color:white;
    border-right:1px solid white;
    border-bottom:1px solid white;
    width:28px;
    height:26px;
    text-align:center;
    font-size:9px;
    padding-top:2px;
}

div#other_articles div.date div.day
{
    font-size:15px;
    line-height:0.9;
}
div#other_articles h3
{
    font-weight:normal;
    font-family:'Comfortaa';
    font-size:16px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin:8px 0;
    color:#1a92b5;
}
div#other_articles h3 a
{
    color:#0588af;
}
div#other_articles p
{
    line-height:2;
    color:#888;
    height:120px;
    font-family:'Pontano Sans';
}
div#other_articles a.more
{
    background:#003d4e;
    padding:5px 10px;
    float:right;
}