@media screen and (max-width: 767px){
    .ckx_box ul li{
        width: 33.3%;
        float: left;
        line-height: 500%;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}