

.caseList {
    padding: 0 15px;
    margin-top: 15px;
}

.caseList ul li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

.caseList ul li p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    padding: 0 5px;
}

.caseList ul li:nth-child(odd) {
    margin-right: 4%;
}

.caseList ul li a img {
    width: 100%;
	height: 140px;
}
.pagecount ul {
    margin: 10px 20px;
}