.page-content {
  padding-bottom: 32px;
}
.news-text-container {
  margin-left: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.news-text-container .text-title {
  padding: 16px 0 0;
  margin: 0 16px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #030323;
  display: flex;
  justify-content: center;
 text-align: center;
}
.news-text-container .text-title .text-remark {
  color: #B1B1B1;
  font-size: 16px;
  margin-top: 13px;
}
.news-text-container .text-title .text-remark .text-author {
  margin-left: 20px;
}
.news-text-container .text-context {
  padding: 0 36px 22px;
  font-size: 16px;
  color: #030323;
  line-height: 30px;
  letter-spacing: 1px;
}
.news-text-container .text-context .teacher-image {
  margin: 32px 0 21px;
  display: flex;
  justify-content: center;
}
.news-text-container .text-context .teacher-image img {
  width: 140px;
  height: 181px;
  object-fit: cover;
}
.news-text-container .text-context .text-row {
  text-indent: 2em;
  font-size: 16px;
  font-weight: 400;
  color: #171313;
  line-height: 30px;
}
.news-text-container .text-context .text-row .item {
  display: flex;
}
.news-text-container .text-context .text-row .item .rank {
  width: 20px;
  flex-shrink: 0;
}
.news-text-container .text-context .teacher-group {
  padding-bottom: 10px;
}
.news-text-container .text-context .teacher-group .group-title {
  margin-bottom: 10px;
  height: 45px;
  background: linear-gradient(90deg, #0054A6 0%, #CBDCED 100%);
  border-radius: 8px 8px 8px 8px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.news-text-container .text-context .teacher-group .text-group {
  margin-bottom: 30px;
}
.news-text-container .text-context .teacher-group .text-group:last-of-type {
  margin-bottom: 0;
}
.news-text-container .text-context .teacher-group .text-group .text-row {
  padding-left: 20px;
  padding-right: 20px;
  text-indent: unset;
  font-size: 16px;
  color: #262626;
}
.news-text-container .text-context .text-image {
  margin: 30px auto 0;
  width: 746px;
  height: 434px;
  object-fit: cover;
  display: block;
}
.news-text-container .text-context .image-remark {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #171313;
  text-align: center;
  line-height: 50px;
}

p.docx_maincon span {
    margin-bottom: 10px;
    height: 45px;
    background: linear-gradient(90deg, #0054A6 0%, #CBDCED 100%);
    border-radius: 8px 8px 8px 8px;
    font-weight: 500;
    font-size: 20px !important;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    padding-left: 30px;
    text-indent: 0 !important;
}


@media screen and (max-width: 600px) {
  .page-content {
    padding: 0 16px;
    flex-direction: column;
  }
  .page-content .news-text-container {
    overflow: unset;
    margin-left: 0;
  }
  .page-content .news-text-container .text-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    text-align: center;
  }
  .page-content .news-text-container .text-title .text-remark {
    flex-direction: column;
  }
  .page-content .news-text-container .text-title .text-remark > div {
    font-size: 12px;
    margin-left: 0;
  }
  .page-content .news-text-container .text-context {
    padding-left: 0;
    padding-right: 0;
  }
  .page-content .news-text-container .text-image {
    width: unset;
    height: unset;
  }
  .page-content .text-context .teacher-image {
    margin: 0 0 16px;
  }
  .page-content .text-context .teacher-group .text-group .text-row {
    padding-right: 20px;
  }
}