.banner_list img {
    width:100%
}

.title {
    text-align:center;
}

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

.case-list li {
    width: 90%;
    margin-left: 5%;
    display:inline-block;
    position: relative;
    border: 1px solid #EBEBEB;
    margin-bottom: 10%;
}

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

.case-list .c-title {
    font-size: 1rem;
    color: #555555;
    padding: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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%;
}