#news_list li{
    list-style:none;
    float:left;
    width:19.5%;
}

#news_list .sperator{
    width:7.3%;
    height:1px;
}

#news_list .date{
    text-transform:uppercase;
    color:#666666;
    font-size:10px;
    margin-bottom:5px;
}

#news_list .logotype{
    height:118px;
    width:100%;
    margin-bottom:5px;

}

#news_list .logotype a{
    display:block;
    height:100%;
    width:100%;
    z-index:2;
    background-position:center top;
    background-repeat:no-repeat;
}

#news_list .line_sperator{
    float:left;
    width:100%;
    height:0px;
    margin:0;
    margin-bottom:60px;
}

#news_list .short{
    color:#706e6b;
    margin-top:10px;
    line-height:130%;
}

