/*
.col-sm-1{
	width: 8.33333333%;
}

.col-sm-2{
	width: 16.66666667%;
}

.col-sm-3{
	width: 25%;
}

.col-sm-4{
	width: 33.33333333%;
}

.col-sm-5{
	width: 41.66666667%;
}

.col-sm-6{
	width: 50%;
}

.col-sm-7{
	width: 58.33333333%;
}

.col-sm-8{
	width: 66.66666667%;
}

.col-sm-9{
	width: 75%;
}

.col-sm-10{
	width: 83.33333333%;
}

.col-sm-11{
	width: 91.66666667%;
}

.col-sm-12{
	width: 100%;
}
*/

.opinion-item .pic-cont {
    width: 60px;
    height: 60px;
}


.opinion-item .opi-title{
	display: block;
    display: -webkit-box;
    font-size: 18px;
    line-height: 18px;
    height: 66px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 3px;
}

.outstanding-itm .outstanding-btm a {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    line-height: 15px;
    height: 47px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}