/* BASIC css start */
.typeThumb{
    text-align: center;
}
.typeThumb ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    padding: 0 2px;
    text-align: center;
    font-size: 0;
}
.typeThumb .item_list {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
/* BASIC css end */

