body {
	background: url("../../img/information/information_bg_02.png") no-repeat top center;
}
.teachersBox {
	padding: 30px 35px;
}
.teachersBox li{
	float: left;
	position: relative;
	width: 157px;
	height: 160px;
	margin-right: 106px;
	margin-bottom: 47px;
	text-align: center;
}

.teachersBox li:nth-child(5n) {
	margin-right: 0;

}

.teachersBox li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: .1s;
}

.teachersBox li h2 {
	font-size: 22px;
	color: #006bbe;
	margin: 10px 0 10px;
	height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.teachersBox li h3,.teachersBox li h4 {
	font-size: 16px;
	line-height: 40px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
	overflow: hidden;
	/*word-break:break-all;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	width: 100%;
}

.teachersBox li:hover a {
	top: -20px;
}

.teachersBox li .teacherImg {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.teachersBox li .teacherImg img {
	width: 80%;
	display: inline-block;
}


/*@media (max-width: 1200px) { 
  .teachersBox li:nth-child(5n) {
  	margin-right: 106px;
  }

  .teachersBox li:nth-child(2n) {
  	margin-right: 0;
  }
}

@media (min-width: 1201px and max-width: 1500px) { 
  .teachersBox li:nth-child(5n) {
  	margin-right: 106px;
  }

  .teachersBox li:nth-child(3n) {
  	margin-right: 0;
  }
}

@media (max-width: 1919px) { 
  .teachersBox li:nth-child(5n) {
  	margin-right: 106px;
  }

  .teachersBox li:nth-child(4n) {
  	margin-right: 0;
  }
}*/
