.ccc {
    position: absolute;
    overflow: hidden;
    width: 1050px;
    left: 10%;
}

.example_path {
    position: relative;
    overflow: hidden;
    width: 1030px;
    height: 30px;
    border: 1px solid #000;
}

.example_block {
    position: absolute;
    background-color: blue;
    width: 30px;
    height: 20px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
}