.others-box-out {
    display:block;
    margin:12px auto;
    padding:0px 10px;
}

.o-box {
    padding:10px 0px;
    border-bottom:1px dotted #a9a9a9;
    width:260px;
}

.o-box .leftside {
    float:left;
    width:80px;
}

.o-box .leftside img {
    max-width:80px;
    height:auto;
    display:block;
    margin:0px auto;
}

*html .o-box .leftside img {
        behavior: expression( (function( el ) {
                el.style.width = el.clientWidth > 80 ? '80px' : 'auto';
                el.runtimeStyle.behavior = 'none';
        })( this ));
}

.o-box .rightside {
    float:right;
    width:170px;
}

.o-box .date-title {
    font-size:12px;
}

.o-box .date-title a {
    color:#000;
    text-decoration:none;
}

.o-box .date-title a:hover {
    text-decoration:underline;
}
.o-box .date-title .title {
    font-size:14px;
    font-weight:bold;
    color:#0686F9;
    margin-bottom:5px;
}