@import url(./image.css);
@import url(./org.css);

.page-large {
  margin: 24px 0px;
  text-align: right;
  overflow: hidden;
}

.page-large .Num.on {
  color: white;
  background: #7d2223;
}

.page-large .prev-page,
.page-large .next-page,
.page-large .Num {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
}

.page-info {
  margin-left: 10px;
}

.list-data {
  padding-top: 24px;
  padding-bottom: 24px;
  /* overflow: hidden; */
}

.list-submenu {
  flex: 1;
  padding-left: 40px;
}

/*新闻列表*/
.list-data .item-data {
  padding-left: 8px;
  height: 64px;
  border-radius: 2px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
}

.list-data .item-data a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
}

.list-data a {
  color: rgba(0, 0, 0, 0.85);
}

.list-data .item-data:hover {
  background: #f4f8ff;
  color: #7d2223;
}

.list-data .item-data:hover .circle {
  border: 1px solid #df8425;
  background: #df8425;
}

.list-data .item-data .txt {
  /* display: inline-block; */
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-data .item-data .date {
  width: 120px;
  padding-right: 5px;
  text-align: right;
}

.list-data .item-data .circle {
  /* display: inline-block; */
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #7d2223;
  border-radius: 50%;
}

.no-data {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
  color: #999;
  font-size: 16px;
}

/*--------------------------------教师队伍样式-------------------------*/

.teacherList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding:32px 0px;
}
.teacherList li {
  display:block;
  position: relative;
  width:290px;
  cursor:pointer;
  overflow: hidden;
  margin:10px;
}
.teacherList li .teacherImage {
  display: block;
  width:100%;
  height:228px;
}
.teacherList li .infoWrap {
  display: block;
  background:#e1e1e19c;
  padding:5px 15px;
}
.teacherList li  .teacherName {
  font-size:18px;
  font-weight: bold;
  line-height: 32px;
}
.teacherList li  .teacherName1 {
  font-size:18px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.teacherList li .teacherDec {
  line-height: 18px;
  height:55px;
  overflow: hidden;
}
.teacherList li  .moreBtn {
  text-align: right;
  color:#bab5b6;
  line-height: 32px;
}
.teacherList li .popWrap {
  position: absolute;
  top:0px;
  left:0px;
  background:rgba(255,255,255, .9);
  padding:8px;
  width: 288px;
  height:100%;
  display: none;
}
.teacherList li .popWrap .closeBtn {
  font-size:24px;
  text-align: right;
  line-height: 24px;
}
.teacherList li  .popCont .teacherDec {
  height:260px;
  overflow: auto;
}