.ma-special-card{
    width: 670rpx;
    /* height: 280rpx; */
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 24rpx;
    position: relative;
}

.ma-special-card-icon{
    position: absolute;
    top: 0;
    left: 0;
}

.ma-special-card-icon .text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 10em;
    /* line-height: 1; */
}

.ma-special-card-content{
    width: 310rpx;
    height: 192rpx;
    margin-left: 40rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ma-special-card-titel{
    font-size: 32rpx;
    line-height: 40rpx;

}
.ma-special-card-description{
    font-size: 28rpx;
    line-height: 40rpx;
}