#topicList {
    width: 1140px;
    min-height: 200px;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}
#home{
    background-color: bisque;
}
