.col_left + .col_left {
    border-top: 1px solid #ececec;
    padding-top: 16px;
}

.col_left_title {
    font-size: 14px;
    color: #212121;
}

.col_left_content {
    margin-top: 10px;
    padding-bottom: 20px;
}

.col_left_list li {
    margin-top: 6px;
}

.col_left_list li a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #757575;
}

.col_left_list li a:hover {
    color: #f57224;
}

.cb-checkbox.checked .cb-inner {
    border-color: #f57224;
    background-color: #fff1e8;
}

.cb-checkbox.checked.cb-sm i:before,
.cb-checkbox.checked.cb-sm i:after {
    background: #f57224;
}

#mota {
    overflow: hidden;
    position: relative;
}

#mota.sumary {
    height: 500px;
}

#mota.sumary:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}