.share {
    background-color: #ECEAE2;
    padding-top: 8.125rem;
    padding-bottom: 7.5rem;
}

.share .title-big {
    margin: 0 0 49px;
}

.share-content img {
    width: 30rem;
    height: 20rem;
    margin-right: 3.125rem;
}

.share-content-r .share-item {
    border-bottom: 0.0625rem solid #5F5E5E;
    padding-bottom: 0.1875rem;
    margin-bottom: 0.625rem;
}

.share-content-r .share-item .title {
    font-size: 1.25rem;
    line-height: 2.125rem;
}

.share-content-r .share-item .text {
    font-size: 0.875rem;
    line-height: 1.75rem;
    color: #8E8E8F;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}