.cardBox .more span{
  margin-left: 5px;
}
.cardBox .links {
  text-align: left;
}
.cardBox .listItem .icon {
  
  width: 20px !important;
  
}
.cardBox .listItem a{
  flex: 1;
}
.cardBox .listItem .postTime {
  width: 36px !important;
}
.cardBox .links .title {
  text-align: left;
}
.cardBox .links .title:hover {
  color: #7cb30e;
}
.nextBar {
  display: flex;
  justify-content: center;
}
.Mycontent {
  overflow: hidden;
 
}
/*教师部分开始*/
.teacher{
  width: 30%;
  height: 396px;
  float: left;
  margin: 3% 1.5% 1.5%;
  border: 1px solid #7cb30e;
  border-radius: 6px;
}
.teacher:hover{
  background-color:  #e5ffe5;
}
.teacher-photo{
  width: 100%;
  height: 72%;
  padding: 4% 13% ;
}
.zhangxinquan{
  border-radius: 3px;
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.teacher-name{
  width: 100%;
  height: 8%;
  margin: 1% 0;
  text-align: center;
  align-items: center;
  font-weight: bold;
}
.teacher-name span{
  color: black;
  font-size: 16px;
  height: 4%;
}
.fengexian{
  height: 6%;
  background-color: #bfbfbf;
  width: 80%;
  margin: 0 10%;
}
.teacher-introduce {
  margin-top: 1%;
  width: 100%;
  height: 15%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp:2;
}
.teacher-introduce-text{
  font-size: 15px;
  margin: 5% 5%;
  text-indent: 2em;
}
.scroll{
  height:112px;
  overflow:hidden;
  background-color:#f1f1f1;
}