.content_home {margin-top:20px;}

.item-pop {
    height: 40px;
    width: 49%;
    margin: 5px 0;
    display: block;
    /* text-decoration: none; */
    color: #000000;
    float: left;
    /* clear: both; */
}

.item-pop > span {
    /* height: 40px; */
    display: block;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    padding: 0px 0 0px 5px;
    margin-right: 5px;
    /* width: 300px; */
    /* float: left; */
}


.item-pop img {
    float: left;
    height: 40px;
    width: 50px;
    
}