﻿.server-list li {
    width: 282px;
}

.h282 {
    height: 282px;
}

.server-list li {
    height: 450px;
}

.overflow {
    overflow: hidden;
}

body {
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
