.teacher_item{ width: 400px; height: 212px; float: left; background: #F8F8F8; box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%); border-radius: 6px; margin-bottom: 30px; margin-left: 20px; line-height: 28px; text-align: center; margin-top: 10px; overflow: hidden;} .teacher_item a { font-size: 16px; display: flex; align-items: center; margin-right: 25px; text-decoration: none; color: #000;} .teacher_item a:hover { color: #2e6caf;} .photo img{ width: 151px; height: 212px; object-fit: cover;} .teacher_item .li-right { flex: 1; padding: 0 2% 0 4%; text-align: left;} .li-right .item01{ font-size: 15px;}