.news-container {
  background-image: url("../images/news_container_bg.jpg");
  background-size: 100%;
  padding: 30px 0 90px;
  background-repeat: no-repeat;
}
.news-container .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-container-side {
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.news-container-side-title {
  background-color: #0855BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
.news-container-side-title img {
  width: 47px;
}
.news-container-side .news-classify-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-container-side .news-classify-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.news-container-side .news-classify-item-text::after {
  content: "";
  background-image: url("../images/right_arrow_icon.jpg");
  width: 8px;
  height: 15px;
  background-size: 100%;
}
.news-container-side .news-classify-item .news-sub-classify-list {
  display: none;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-container-side .news-classify-item .news-sub-classify-item-text {
  padding: 16px 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  cursor: pointer;
}
.news-container-side .news-classify-item .news-sub-classify-item-text.active, .news-container-side .news-classify-item .news-sub-classify-item-text:hover {
  color: #0855BE;
}
.news-container-side .news-classify-item.active .news-classify-item-text, .news-container-side .news-classify-item:hover .news-classify-item-text {
  color: #0855BE;
}
.news-container-side .news-classify-item.active .news-classify-item-text::after, .news-container-side .news-classify-item:hover .news-classify-item-text::after {
  background-image: url("../images/right_arrow_icon_primary.jpg");
}
.news-container-side .news-classify-item.active.has-sub-menu .news-classify-item-text::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.news-container .news-content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 30px;
}
.news-container .teaching-staff-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.news-container .teaching-staff-breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-container .teaching-staff-breadcrumb a img {
  width: 18px;
  margin-right: 8px;
}
.news-container .teaching-staff-breadcrumb a:last-child {
  color: #0855BE;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.news-container .teaching-staff-breadcrumb .breadcrumb-arrow {
  margin: 0 5px;
}
.news-container .teaching-staff-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #275dbd;
  margin: 40px 0;
  padding-bottom: 30px;

  border-bottom: 1px solid #EBECF0;
}
.news-container .teaching-staff-detail-title {
  background: #0A57BC;
  padding: 12px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.news-container .teaching-staff-detail-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.news-container .teaching-staff-detail-image-item {
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news-container .teaching-staff-detail-image-item img {
  display: block;
  width: 205px;
  height: 260px;
  background-color: red;
}
.news-container .teaching-staff-detail-image-name {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  margin-top: 20px;
}
.news-container .teaching-staff-detail-table {
  border-radius: 10px;
  border: 1px solid #0A57BC;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-container .teaching-staff-detail-table-row {
  border-bottom: 1px solid #0A57BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-container .teaching-staff-detail-table-row:last-child {
  border-bottom: none;
}
.news-container .teaching-staff-detail-table-cell {
  word-break: keep-all;
  border-right: 1px solid #0A57BC;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-container .teaching-staff-detail-table-cell:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-container .teaching-staff-detail-table-cell:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  border-right: none;
}
.news-container .teaching-staff-detail-name-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.news-container .teaching-staff-detail-name-item {
  width: 110px;
  text-align: center;
  margin-bottom: 30px;
}
.news-container .teaching-staff-detail-name-loading {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-left: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .news-container .page-container {
    display: block;
  }
  .news-container .page-container .news-content-box {
    padding: 15px;
  }
  .news-container .page-container .teaching-staff-detail-image-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-container .page-container .teaching-staff-detail-image-item {
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .news-container .page-container .teaching-staff-detail-image-item img {
    display: block;
    width: 205px;
    height: 260px;
    background-color: red;
  }
  .news-container .page-container .teaching-staff-detail-table-cell {
    padding: 8px;
  }
  .news-container .page-container .teaching-staff-detail-name-item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 30px;
  }
  .news-container-side {
    display: none;
  }
}