﻿
.profileIntro{
    line-height: 22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: 150px;    
}
.profile{
    padding-top:3px;
    padding-bottom:3px;
    margin-bottom:20px;
    height: 165px;
    overflow: hidden;
}
