.row .people {
    margin-left: 0px;
    margin-right: 0px;
}
.spar-people .row .small {
    margin-left: 10px;
    margin-right: 10px;
}
.people .pblock {
    margin-top: 20px;
    line-height: 22px;
}

.people .pblock a img {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; 
}

.people .pblock a img:hover {
   /* -ms-transform: scale(1.9, 1.9) translateZ(0);
    -webkit-transform: scale(1.9, 1.9) translateZ(0);
    transform: scale(1.9, 1.9) translateZ(0);*/
	transform: scale(2, 2);
	transition: .3s transform;
}

.people .pblock a img:focus { 
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); 
}

.people .name {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.people .spar-name {
}

.people .avatar-box {
    width: 48px;
    margin: 0px;
}
.people .intro-box {
    width: 100px;
    margin: 0px;
}

.people .avatar {
    border-radius: 50%;
    width: 70px;                /*学生图片大小*/
    height: 70px;
    margin-right: 15px;     
}

