fashion-news.wxss 736 Bytes
.fashion-news {
    background: #fff;
}

.fashion-news-item {
    width: 100%;
    background: #fff;
    /* padding: 30rpx 0; */
    margin-bottom: 60rpx;
}

.fashion-news .fashion-news-item:first-child {
    padding-top: 0;
}

.fashion-news .cover {
    display: block;
    width: 100%;
    height: 360rpx;
}

.fashion-news .title {
    margin: 10px auto 0;
    width: 690rpx;
    max-height: 88rpx;
    line-height: 44rpx;
    font-family: Helvetica-Bold;
    font-weight: bold;
    font-size: 32rpx;
    color: #1C1C1B;
    letter-spacing: 0;
}

.eps-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}