.banner_list img {
    width:100%
}

.title {
    text-align:center;
}

.title img {
    width:50%;
    padding: 5% 0 10% 0;
}

.case-list li {
    width: 20%;
    padding: 0 6.3%;
    margin-bottom:4%;
    display:inline-block;
    position: relative;
    text-align: center;
}

.case-list .cover img {
    display: inline-block;
    width: 100%;
}

.case-list p {
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.5rem 0;
}

.getMore {
    text-align: center;
    border: 1px solid #E12F2F;
    margin: 3% 5% 7% 5%;
    color: #565656;
    padding: 3%;
    font-size: 0.9rem;
    cursor: pointer;
}

.getMore .more {
    background: url("/images/mobile/3-3.png") no-repeat scroll left;
    background-size: contain;
    padding-left: 7%;
}

.noMore {
    text-align:center;
    margin: 3% 5% 7% 5%;
}