.swiper-wrapper img {
    width: 100%;
}

body {
    background-color: #f5f5f5;
}

.main5 {
    padding: 5% 0 50px;
    position: relative;
}


.main51 {
    width: 94%;
    margin: 0 auto 2%;
    background-color: #fff;
    padding: 4%;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #ccc;
}

.main51 p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    padding-bottom: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main51 span {
    font-size: 14px;
    color: rgba(141, 141, 141, 0.4);
}

.main6 {
    padding-bottom: 4%;
}

.main6 p {
    text-align: center;
    font-size: 16px;
    color: #858585;
}

.fanye {
width: 88%;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.fanye div {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    width: 27px;
    float: left;
    background-color: #fff;
    border-left: 1px solid #dadada;
}

.fanye div:nth-child(1) {
    border-left: none;
}
