@charset "UTF-8";
.content-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 0;
  overflow: hidden;
  background: url("../images/inner-bg.png") center top no-repeat;
  background-size: contain;
}

.content-bg .layout-box .layout-content .main-content {
  width: 800px;
  margin-right: 16px;
}

.content-bg .layout-box .layout-content aside {
  width: 384px;
}

/*名师名家*/
.box25 {
  margin-bottom: 8px;
}

.box25 .plate25 {
  padding: 0 16px;
  background-color: #fff;
}

.box25 .plate25 .plate-header {
  padding: 30px 0;
}

.box25 .plate25 .plate-header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.box25 .plate25 .plate-header h1 span {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #cc191b;
  margin: 0 8px;
  font-weight: bold;
}

.box25 .plate25 .plate-header h1 i {
  display: block;
  background-color: #cc191b;
  border-radius: 50%;
  margin: 0 3px;
}

.box25 .plate25 .plate-header h1 i:nth-of-type(1), .box25 .plate25 .plate-header h1 i:nth-of-type(6) {
  width: 4px;
  height: 4px;
}

.box25 .plate25 .plate-header h1 i:nth-of-type(2), .box25 .plate25 .plate-header h1 i:nth-of-type(5) {
  width: 6px;
  height: 6px;
}

.box25 .plate25 .plate-header h1 i:nth-of-type(3), .box25 .plate25 .plate-header h1 i:nth-of-type(4) {
  width: 8px;
  height: 8px;
}

.box25 .plate25 .plate-header p {
  margin-bottom: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.box25 .plate25 .plate-content {
  background-color: #fff;
}

.box25 .plate25 .plate-content .school-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}

.box25 .plate25 .plate-content .school-list .school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #eeeeee;
  width: 184px;
  padding: 10px 0;
  cursor: pointer;
}

.box25 .plate25 .plate-content .school-list .school.on {
  border: 2px solid #cc191b;
}

.box25 .plate25 .plate-content .school-list .school.on .teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box25 .plate25 .plate-content .school-list .school .school-logo {
  margin: 0 6px 0 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box25 .plate25 .plate-content .school-list .school .school-logo img {
  display: block;
  width: 44px;
  height: 44px;
}

.box25 .plate25 .plate-content .school-list .school .school-infos {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 8px;
  width: 0;
}

.box25 .plate25 .plate-content .school-list .school .school-infos span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box25 .plate25 .plate-content .school-list .school .school-infos p {
  width: 100%;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 24px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #fff;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fbfbfb;
  width: calc(50% - 11px);
  margin-bottom: 16px;
  padding: 4px;
  position: relative;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(80, 80, 80, 0.2);
  box-shadow: 0 0 20px rgba(80, 80, 80, 0.2);
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher:hover .teacher-infos a {
  color: #cc191b;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .teacher-photo {
  display: block;
  width: 108px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .teacher-photo img {
  display: block;
  width: 100%;
  height: 138px;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .teacher-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .teacher-infos a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #000;
  width: 50%;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .teacher-infos span {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eeeeee;
  line-height: 40px;
  margin-bottom: 10px;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .teacher-infos p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.box25 .plate25 .plate-content .school-list .school .teacher-list .teacher .school-page {
  position: absolute;
  top: 0;
  right: 0;
}

.box25 .plate25 .plate-content::after {
  content: "";
  display: block;
  height: 416px;
}

.box26 {
  margin-bottom: 8px;
}

.box26 .plate26 {
  padding: 0 16px;
  background-color: #fff;
}

.box26 .plate26 .plate-content {
  background-color: #fbfbfb;
}

.box26 .plate26 .plate-content .teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  padding: 16px 16px 0;
  margin-bottom: -16px;
  overflow: hidden;
}

.box26 .plate26 .plate-content .teacher-list .teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: calc(50% - 11px);
  margin-bottom: 16px;
  padding: 4px;
  position: relative;
}

.box26 .plate26 .plate-content .teacher-list .teacher:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(80, 80, 80, 0.2);
  box-shadow: 0 0 20px rgba(80, 80, 80, 0.2);
}

.box26 .plate26 .plate-content .teacher-list .teacher:hover .teacher-infos a {
  color: #cc191b;
}

.box26 .plate26 .plate-content .teacher-list .teacher .teacher-photo {
  display: block;
  width: 108px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.box26 .plate26 .plate-content .teacher-list .teacher .teacher-photo img {
  display: block;
  width: 100%;
  height: 138px;
}

.box26 .plate26 .plate-content .teacher-list .teacher .teacher-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.box26 .plate26 .plate-content .teacher-list .teacher .teacher-infos a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #000;
  width: 50%;
}

.box26 .plate26 .plate-content .teacher-list .teacher .teacher-infos span {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eeeeee;
  line-height: 40px;
  margin-bottom: 10px;
}

.box26 .plate26 .plate-content .teacher-list .teacher .teacher-infos p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.box26 .plate26 .plate-content .teacher-list .teacher .school-page {
  position: absolute;
  top: 0;
  right: 0;
}

/*名师名家-end*/
/*媒体查询*/
@media only screen and (max-width: 1200px) {
  .content-bg .layout-box .layout-content .main-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .content-bg .layout-box .layout-content .main-content .box .plate {
    max-width: 100%;
  }
  .content-bg .layout-box .layout-content aside {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .box25 .plate25 {
    padding: 0;
  }
  .box25 .plate25 .plate-content .school-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .box25 .plate25 .plate-content .school-list .school {
    width: 48%;
    margin-bottom: 8px;
  }
  .box25 .plate25 .plate-content .school-list .school .teacher-list {
    top: 100%;
  }
  .box25 .plate25 .plate-content .school-list .school .teacher-list .teacher {
    width: 100%;
    margin-bottom: 16px;
  }
  .box25 .plate25 .plate-content .school-list .school .teacher-list:last-child {
    margin-bottom: 0;
  }
  .box25 .plate25 .plate-content::after {
    content: "";
    display: block;
    height: 800px;
  }
  .box26 .plate26 .plate-content .teacher-list {
    padding: 16px 0 0;
  }
  .box26 .plate26 .plate-content .teacher-list .teacher {
    width: 100%;
    margin-bottom: 16px;
  }
  .box26 .plate26 .plate-content .teacher-list .teacher:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 420px) {
  .box25 .plate25 .plate-content .school-list .school {
    padding: 10px 4px;
  }
  .box25 .plate25 .plate-content .school-list .school .school-logo {
    display: none;
  }
  .box25 .plate25 .plate-content::after {
    content: "";
    display: block;
    height: 800px;
  }
}

/*媒体查询-end*/
