.ma-scenic-card {
    width: 670rpx;
    /* height: 280rpx; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: #fff;
    position: relative
}

.ma-scenic-card-content {
    width: 360rpx;
    position: absolute;
    /* top: 80rpx; */
    top: 60rpx;
    right: 40rpx;
    color: #ffffff;
    height: 160rpx;
}

.ma-scenic-card-title {
    font-size: 32rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40rpx;
    letter-spacing: 0.4rpx;
    margin-bottom: 16rpx;
}

.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scenic-detail {
    width: 320rpx;
}

.scenic-detail-title {
    font-size: 28rpx;
    height: 38rpx;
    line-height: 38rpx;
}

.ma-scenic-card-time {
    height: 28rpx;
    line-height: 28rpx;
    font-size: 24rpx;
    opacity: 0.8;
    /* margin: 24rpx 0 42rpx; */
}

.ma-scenic-card-arrow {
    display: flex;
    align-items: center;
}

.ma-scenic-card-description {
    font-size: 24rpx;
    line-height: 32rpx;
    letter-spacing: 0.4rpx;
    margin-top: 16rpx;
    color: rgba(255, 255, 255, 0.8);
    /* height: 94rpx; */
    overflow: hidden;
}

.ma-scenic-card-description-one {
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    /* height: 32rpx; */
}

.card-p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.rich-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}