.dfleft {
    width: 50%;
    float: left;
}

.dfright {
    width: 50%;
    float: right;
}

.dfitem {
    overflow: hidden;
    width: 100%;
}