
.new-listboxa .tt .ab {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 40px 0
}

.new-listboxa .tt .ab a {
    color: #929395;
}


.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.modal-1 li:first-child a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}

.modal-1 li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}

.modal-1 a {
    border-color: #ddd;
    color: #2d9453;
    background: #fff;
}

.modal-1 a:hover {
    background: #eee;
}

.modal-1 a.active, .modal-1 a:active {
    border-color: #2d9453;
    background: #2d9453;
    color: #fff;
}

.pag_x{
    width: 30vw;
    margin: 0 auto;
    margin-bottom: 4vw;
}

.new-listbox{
    margin-bottom: 3vw;
}