﻿.case {
    margin-top: 20px;
}
.case li {
    width: 277px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.case li img {
    width: 277px;
    height: 182px;
    vertical-align: top;
}
.case li a p {
    color: #333333;
    width: 100%;
    height: 35px;
    line-height: 42px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}
.pages {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.pages a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 22px;
    line-height: 22px;
    border: 2px solid #eee;
    margin: 0 1px;
    margin-right: 1px;
    font-size: 12px;
    color: #555;
    padding: 0 5px;
}
