.indextab figure img{
	object-fit: fill;
	height: 100%;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* 行高1.5em的3行 */
  line-height: 1.5em;
  width: 200px; /* 你可以根据需要设置宽度 */
}
.team__image img{
	object-fit: cover;
	height: 518px;
	width: 400px;
}
.classic__list_img img{
	padding-top: 8px;
}
.proinfoimage img{
	object-fit: cover;
	height: 518px;
	width: 400px;
}