.tutor ul li{

	overflow: hidden;

	padding: .3rem .25rem;

    border-bottom: 1px solid #efefef;

}

.tutor_l{

	width: 1.54rem;

	text-align: center;

	font-size: 0.3rem;

	margin-right: .2rem;

}

.tutor_l_img{

	width: 1.35rem;

	/*height: 1.35rem;*/

	margin:0 auto 0.2rem;

	border-radius: 100%;

	overflow: hidden;

}

.tutor_l_img img{

	width: 100%;

	min-height: 1.35rem;

}



.tutor_r{

	overflow: hidden;

}

.tutor_r h1{

	color: #131313;

    line-height: 0.4rem;

    margin-bottom: 0.2rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    font-size: 0.36rem;

}

.tutor_r p{

	color: #666;

    line-height: 0.4rem;

    overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;



}