
.detail-wrap.flex-wrap .content-box.staff-detail .content-shows .timeline-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  box-sizing: border-box;
  scrollbar-width: none;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows .timeline-content::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

@media screen and (max-width: 60rem) {
  .detail-wrap.flex-wrap .content-box.staff-detail .content-shows .timeline-content {
    padding: 0 12px;
    padding-bottom: 50px;
    max-width: 100%;
  }
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows .timeline-content .timeline-content-item {
  padding: 20px 0;
  border-bottom: 1px solid #dde9ea;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows .timeline-content h4 {
  font-size: 1.125rem;
  color: #254150;
  font-weight: bold;
  margin: 0;
  font-family: Num;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows .timeline-content p {
  margin: 0;
  box-sizing: border-box;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #657983;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table {
  width: 100%;
  border-spacing: 0;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table.large {
  width: 100%;
}

@media screen and (max-width: 60rem) {
  .detail-wrap.flex-wrap .content-box.staff-detail .content-shows table {
    width: 100%;
  }
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr th {
  border-bottom: 2px solid #dde9ea !important;
  border-color: #dde9ea;
  border-right: none;
  text-align: left;
  padding: 15px 10px;
  font-size: 0.875rem;
  letter-spacing: 0.53px;
  color: #354558;
  font-weight: 500;
  box-sizing: border-box;
  font-weight: 600;
  word-break: break-all;
}

@media screen and (max-width: 60rem) {
  .detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr th {
    font-size: 12px;
    min-width: 100px;
  }
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr th.row-first {
  padding-left: 20px;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr td {
  border-bottom: 1px solid #dde9ea;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 300;
  color: #254150;
  letter-spacing: 0.47px;
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr td a {
  color: #254150;
}

@media screen and (max-width: 60rem) {
  .detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr td {
    font-size: 12px;
  }
}

.detail-wrap.flex-wrap .content-box.staff-detail .content-shows table tr td.row-first {
  padding-left: 20px;
  color: #657983;
}

.detail-wrap.flex-wrap .content-box.staff-detail .back-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: #fff;
  padding: 30px 0 100px;
}

.detail-wrap.flex-wrap .content-box.staff-detail .back-wrap button {
  width: 3.75rem;
  height: 1.75rem;
  color: #fff;
  background: #003f43;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.detail-wrap.flex-wrap .content-box.staff-detail .back-wrap button:focus {
  outline: none;
}

/* 教育教学 */
/* 导师介绍 */
.content-box.education-leader .content-shows {
  min-height: calc(100vh - 121px);
  padding: 1.25rem 1.25rem 1.25rem 4.375rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 60rem) {
  .content-box.education-leader .content-shows {
    padding: 0 12px;
  }
}

.content-box.education-leader .content-shows .leader-wrap.master-wrap {
  display: none;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item {
  width: 31%;
  height: auto;
  float: left;
  background: #ffffff;
  box-shadow: 0px 23px 33px -23px rgba(0, 63, 67, 0.15);
  border: 1px solid #f5f6f8;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 2.125rem 1.25rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 17.5rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item:hover {
  background-color: #ffa63e;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.content-box.education-leader .content-shows .leader-wrap .leader-item:hover .content .username,
.content-box.education-leader .content-shows .leader-wrap .leader-item:hover .content .user-position {
  color: #fff;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 75rem) {
  .content-box.education-leader .content-shows .leader-wrap .leader-item {
    width: 48%;
  }
  .content-box.education-leader .content-shows .leader-wrap .leader-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .content-box.education-leader .content-shows .leader-wrap .leader-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 60rem) {
  .content-box.education-leader .content-shows .leader-wrap .leader-item {
    width: 100%;
  }
  .content-box.education-leader .content-shows .leader-wrap .leader-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .content-box.education-leader .content-shows .leader-wrap .leader-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.content-box.education-leader .content-shows .leader-wrap .leader-item .avatar {
  min-width: 6.8125rem;
  width: 6.8125rem;
  height: 6.8125rem;
  border-radius: 50%;
  overflow: hidden;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item .avatar .avatar-box {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f7f7;
  background-image: url(../img/emtry-img.png);
  background-size: 48px 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item .avatar .avatar-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item .content {
  box-sizing: border-box;
  padding-left: 1.5625rem;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item .content .username {
  line-height: 25px;
  color: #254150;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-box.education-leader .content-shows .leader-wrap .leader-item .content .user-position {
  font-size: 0.875rem;
  letter-spacing: 0.47px;
  font-weight: 300;
  line-height: 20px;
  color: #646f75;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-box.education-leader .content-shows .filter-wrap {
  overflow: hidden;
  padding-bottom: 20px;
}

@media screen and (max-width: 60rem) {
  .content-box.education-leader .content-shows .filter-wrap {
    background-color: #003F43;
  }
}

.content-box.education-leader .content-shows .filter-wrap a {
  text-decoration: none;
}

.content-box.education-leader .content-shows .filter-wrap button {
  float: left;
  margin-right: 10px;
  border-radius: 19px;
  border: 1px solid #dce5ee;
  padding: 8px 24px;
  letter-spacing: 0.4px;
  color: #254150;
  font-weight: 300;
  font-size: 12px;
  background-color: #fff;
  cursor: pointer;
  width: auto;
  white-space: nowrap;
}

.content-box.education-leader .content-shows .filter-wrap button a {
  text-decoration: none;
}

@media screen and (max-width: 60rem) {
  .content-box.education-leader .content-shows .filter-wrap button {
    opacity: 0.49;
    color: #fff;
    background-color: #003F43;
  }
}

.content-box.education-leader .content-shows .filter-wrap button:focus {
  outline: none;
}

.content-box.education-leader .content-shows .filter-wrap button.active {
  background-color: #ffb258;
  border-color: #ffb258;
  color: #fff;
}

@media screen and (max-width: 60rem) {
  .content-box.education-leader .content-shows .filter-wrap button.active {
    border-color: #fff;
    background-color: #003F43;
    opacity: 1;
  }
}

/* 招生信息 */
.education-recruit {
  min-height: calc(100vh - 121px);
  box-sizing: border-box;
  overflow-x: auto;
}

.education-recruit p {
  box-sizing: border-box;
  color: #657983;
  font-size: 0.875rem;
  line-height: 1.42857;
}

@media screen and (max-width: 60rem) {
  .education-recruit p {
    padding: 0 20px;
    font-size: 0.75rem;
  }
}

.education-recruit p.edu-intro {
  background: #ffffff;
  box-shadow: 0px 23px 33px -23px rgba(0, 63, 67, 0.15);
  border: 1px solid #f5f6f8;
  padding: 1.875rem 2rem;
  color: #657983;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 60rem) {
  .education-recruit p.edu-intro {
    padding: 0.9375rem 0.625rem;
    margin-top: 0;
  }
}

.education-recruit p.has-indent {
  padding-left: 2em;
}

.education-recruit p span {
  color: #254150;
  font-weight: 500;
}

.education-recruit p a {
  color: #1756c5;
  text-decoration: none;
}

.education-recruit h2 {
  color: #254150;
  font-size: 1.75rem;
  font-weight: 400;
}

@media screen and (max-width: 60rem) {
  .education-recruit h2 {
    margin-top: 0;
    display: none;
  }
}

.education-recruit h3 {
  color: #254150;
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 60rem) {
  .education-recruit h3 {
    padding-left: 20px;
    font-size: 1rem;
    margin: 0 10px;
  }
}

.education-recruit h3::before {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  background-image: url("../img/institute_title_icon.png");
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  right: 100%;
}

@media screen and (max-width: 60rem) {
  .education-recruit h3::before {
    left: 0;
    background-size: 12px 12px;
  }
}

.education-recruit h4 {
  color: #254150;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 60rem) {
  .education-recruit h4 {
    padding: 0 20px;
    font-size: 0.875rem;
  }
}

.education-recruit table {
  width: 70%;
  border-spacing: 0;
}

.education-recruit table.large {
  width: 100%;
}

@media screen and (max-width: 60rem) {
  .education-recruit table {
    width: 100%;
  }
}

.education-recruit table tr th {
  border-bottom: 2px solid #dde9ea !important;
  border-color: #dde9ea;
  border-right: none;
  text-align: left;
  padding: 15px 10px;
  font-size: 0.875rem;
  letter-spacing: 0.53px;
  color: #354558;
  font-weight: 500;
  box-sizing: border-box;
  font-weight: 600;
  word-break: break-all;
}

@media screen and (max-width: 60rem) {
  .education-recruit table tr th {
    font-size: 12px;
    min-width: 100px;
  }
}

.education-recruit table tr th.row-first {
  padding-left: 20px;
}

.education-recruit table tr td {
  border-bottom: 1px solid #dde9ea;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 300;
  color: #254150;
  letter-spacing: 0.47px;
  word-break: break-all;
}

.education-recruit table tr td a {
  color: #254150;
}

@media screen and (max-width: 60rem) {
  .education-recruit table tr td {
    font-size: 12px;
  }
}

.education-recruit table tr td.row-first {
  padding-left: 20px;
  color: #657983;
}

/* 相关下载 */
.content-box.education-download {
  box-sizing: border-box;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download {
    padding: 0 12px;
  }
}

.content-box.education-download .content-shows {
  min-height: calc(100vh - 121px);
  padding: 1.25rem 5rem 5rem 4.375rem;
  box-sizing: border-box;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows {
    padding: 0 12px;
  }
}

.content-box.education-download .content-shows .download-content {
  box-sizing: border-box;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .download-content {
    padding: 30px 15px;
  }
}

.content-box.education-download .content-shows .download-content.teacher, .content-box.education-download .content-shows .download-content.managefiles, .content-box.education-download .content-shows .download-content.site {
  display: none;
}

.content-box.education-download .content-shows .download-content h3 {
  color: #254150;
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .download-content h3 {
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 20px;
  }
}

.content-box.education-download .content-shows .download-content h3::before {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  background-image: url("../img/institute_title_icon.png");
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  right: 100%;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .download-content h3::before {
    width: 1.25rem;
    background-size: 12px 12px;
    left: 0;
  }
}

.content-box.education-download .content-shows .download-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.content-box.education-download .content-shows .download-content ul > li {
  padding: 1.125rem 0;
  padding-left: 1.875rem;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #dde9ea;
}

.content-box.education-download .content-shows .download-content ul > li.website-link {
  padding-left: 0.625rem;
}

.content-box.education-download .content-shows .download-content ul > li.website-link::before {
  background-image: none;
}

.content-box.education-download .content-shows .download-content ul > li::before {
  content: "";
  height: 100%;
  width: 1.875rem;
  background-image: url("../img/file-icon.png");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .download-content ul > li::before {
    width: 1.25rem;
    background-size: 18px 18px;
    left: 0;
  }
}

.content-box.education-download .content-shows .download-content ul > li a {
  text-decoration: none;
  color: rgba(101, 121, 131, 0.9);
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 400;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.content-box.education-download .content-shows .download-content ul > li a:hover {
  color: #657983;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .download-content ul > li a {
    font-size: 12px;
    line-height: 1.41667;
  }
}

.content-box.education-download .content-shows .filter-wrap {
  overflow: hidden;
}

.content-box.education-download .content-shows .filter-wrap a {
  text-decoration: none;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .filter-wrap {
    height: 3.125rem;
    padding-bottom: 20px;
    padding-top: 5px;
    overflow-x: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(100vw - 24px);
    background-color: #003F43;
  }
}

.content-box.education-download .content-shows .filter-wrap button {
  float: left;
  margin-right: 10px;
  height: 2rem;
  border-radius: 19px;
  border: 1px solid #dce5ee;
  color: #254150;
  font-size: 12px;
  white-space: nowrap;
  width: auto;
  padding: 0.5rem 1.6875rem;
  letter-spacing: 0.4px;
  font-weight: 300;
  cursor: pointer;
  background-color: #fff;
}

.content-box.education-download .content-shows .filter-wrap button a {
  text-decoration: none;
}

.content-box.education-download .content-shows .filter-wrap button:focus {
  outline: none;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .filter-wrap button {
    opacity: 0.49;
    background-color: #003F43;
    color: #fff;
  }
}

.content-box.education-download .content-shows .filter-wrap button.active {
  background-color: #ffb258;
  color: #fff;
  border-color: #ffb258;
}

@media screen and (max-width: 60rem) {
  .content-box.education-download .content-shows .filter-wrap button.active {
    background-color: #003F43;
    color: #fff;
    border-color: #fff;
    opacity: 1;
  }
}

/* 教学成果 */
.content-box.education-result .content-shows {
  min-height: calc(100vh - 121px);
  padding: 1.25rem 5rem 5rem 1.875rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-box.education-result .content-shows .timeline {
  width: 100px;
  padding-top: 50px;
  box-sizing: border-box;
  height: calc(100vh - 200px);
  scrollbar-width: none;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.content-box.education-result .content-shows .timeline::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

@media screen and (max-width: 60rem) {
  .content-box.education-result .content-shows .timeline {
    display: none;
  }
}

.content-box.education-result .content-shows .timeline .timeline-item {
  width: 100%;
  box-sizing: border-box;
  min-height: 18px;
  position: relative;
  box-sizing: border-box;
  padding: 9px 9px;
  padding-top: 0;
}

.content-box.education-result .content-shows .timeline .timeline-item .item-year {
  font-weight: bold;
  line-height: 18px;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  width: 120%;
  z-index: 20;
  position: relative;
  cursor: pointer;
}

.content-box.education-result .content-shows .timeline .timeline-item .item-year > div {
  width: 70px;
  word-break: break-all;
  white-space: normal;
}

.content-box.education-result .content-shows .timeline .timeline-item .item-year.active a {
  color: #254150;
}

.content-box.education-result .content-shows .timeline .timeline-item .item-year a {
  color: rgba(37, 65, 80, 0.7);
  cursor: pointer;
  font-size: 16px;
  font-family: numBold;
  text-decoration: none;
  width: 100%;
  display: block;
}

.content-box.education-result .content-shows .timeline .timeline-item .item-year a:hover {
  color: #254150;
}

.content-box.education-result .content-shows .timeline .timeline-item .content {
  border-right: 1px solid #dde9ea;
  height: 110px;
  margin-top: 10px;
}

.content-box.education-result .content-shows .timeline .timeline-item.active-item::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  right: 6px;
  top: 6px;
  background-color: #fff;
  z-index: 2;
}

.content-box.education-result .content-shows .timeline .timeline-item.active-item::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  right: 0px;
  top: 0px;
  background-color: #ffa63e;
  border-radius: 50%;
  box-shadow: 0px 6px 10px -4px #ffcb5e;
  border: none;
}

.content-box.education-result .content-shows .timeline .timeline-item.active-item .item-year a {
  color: #254150;
}

.content-box.education-result .content-shows .timeline .timeline-item::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  right: 0px;
  top: 0px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #b4c6c9;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-box.education-result .content-shows .timeline-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  box-sizing: border-box;
  height: calc(100vh - 200px);
  scrollbar-width: none;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.content-box.education-result .content-shows .timeline-content::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

@media screen and (max-width: 60rem) {
  .content-box.education-result .content-shows .timeline-content {
    padding: 0 12px;
    padding-bottom: 50px;
    max-width: 100%;
  }
}

.content-box.education-result .content-shows .timeline-content .timeline-content-item {
  padding: 20px 0;
  border-bottom: 1px solid #dde9ea;
}

.content-box.education-result .content-shows .timeline-content h4 {
  font-size: 1.125rem;
  color: #254150;
  font-weight: bold;
  margin: 0;
  font-family: Num;
}

.content-box.education-result .content-shows .timeline-content p {
  margin: 0;
  box-sizing: border-box;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #657983;
}

/* 院友会 */
.detail-wrap.flex-wrap .content-box.alumni .content-shows {
  min-height: calc(100vh - 121px);
  padding: 2.5rem 5rem 5rem 1.875rem;
  box-sizing: border-box;
}

@media screen and (max-width: 60rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows {
    padding-right: 0 !important;
    height: auto;
  }
}

.detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap {
  padding: 0 30px;
  padding-right: 0;
  width: 100%;
}

.detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap.en .item-content .item-name {
  width: 12.5% !important;
}

@media screen and (max-width: 75rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap.en .item-content .item-name {
    width: 16.66667% !important;
  }
}

@media screen and (max-width: 43.75rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap.en .item-content .item-name {
    width: 20% !important;
  }
}

@media screen and (max-width: 37.5rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap.en .item-content .item-name {
    width: 25% !important;
  }
}

@media screen and (max-width: 31.25rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap.en .item-content .item-name {
    width: 33.33333% !important;
  }
}

@media screen and (max-width: 28.125rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap.en .item-content .item-name {
    width: 50% !important;
  }
}

@media screen and (max-width: 60rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap {
    padding: 0 10px;
  }
}

.detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap h4 {
  margin: 0px;
  padding: 20px 0;
  border-bottom: 2px solid #dde9ea;
}

.detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content {
  padding: 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content .item-name {
  width: 10%;
  min-height: 30px;
  text-align: center;
  color: #657983;
  font-size: 14px;
  letter-spacing: 0.47px;
}

@media screen and (max-width: 75rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content .item-name {
    width: 12.5%;
  }
}

@media screen and (max-width: 43.75rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content .item-name {
    width: 16.66667%;
  }
}

@media screen and (max-width: 37.5rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content .item-name {
    width: 20%;
  }
}

@media screen and (max-width: 31.25rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content .item-name {
    width: 25%;
  }
}

@media screen and (max-width: 28.125rem) {
  .detail-wrap.flex-wrap .content-box.alumni .content-shows .item-wrap .item-content .item-name {
    width: 33.33333%;
  }
}

/* 学生活动 */
.content-box.activity .content-shows {
  min-height: calc(100vh - 121px);
  padding: 1.875rem 3.125rem 5rem 4.375rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows {
    padding: 0 12px;
    padding-bottom: 50px;
    background-color: #f7f5f5;
  }
}

.content-box.activity .content-shows .activity-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  box-sizing: border-box;
  padding-right: 2.5rem;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .activity-list {
    padding: 0;
    background-color: #f5f7f7;
  }
}

.content-box.activity .content-shows .activity-list .activity-item {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #b4c6c9;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .activity-list .activity-item {
    border-bottom: none;
    box-shadow: 0px 20px 30px -21px rgba(0, 63, 67, 0.15);
  }
}

.content-box.activity .content-shows .activity-list .activity-item a {
  text-decoration: none;
}

.content-box.activity .content-shows .activity-list .activity-item:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.content-box.activity .content-shows .activity-list .activity-item:hover .item-content {
  background-color: #003f43;
}

.content-box.activity .content-shows .activity-list .activity-item:hover .item-content h4.title {
  color: #fff;
}

.content-box.activity .content-shows .activity-list .activity-item:hover .item-content p {
  color: #fff;
}

.content-box.activity .content-shows .activity-list .activity-item:hover .item-content .time-btn {
  border-color: #fff;
  background-color: #003f43;
  color: #fff;
}

.content-box.activity .content-shows .activity-list .activity-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-box.activity .content-shows .activity-list .activity-item .no-img-wrap {
  width: 100%;
  min-height: 200px;
  background-image: url(../img/emtry-img.png);
  background-color: #e8eaea;
  background-size: 60px 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.content-box.activity .content-shows .activity-list .activity-item .item-content {
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 1.875rem 2.5rem 2.5rem 1.5625rem;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .activity-list .activity-item .item-content {
    padding: 0.625rem 1.875rem 1.25rem 1.25rem;
  }
}

.content-box.activity .content-shows .activity-list .activity-item .item-content h4.title {
  margin: 0;
  color: #254150;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.42308;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .activity-list .activity-item .item-content h4.title {
    font-size: 1.0625rem;
    line-height: 1.41176;
  }
}

.content-box.activity .content-shows .activity-list .activity-item .item-content p {
  margin: 17px 0;
  font-size: 14px;
  line-height: 2.14286;
  color: #657983;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .activity-list .activity-item .item-content p {
    font-size: 12px;
    line-height: 2.16667;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.content-box.activity .content-shows .activity-list .activity-item .item-content .time-btn {
  border: 1px solid #657983;
  text-align: center;
  width: 5.75rem;
  height: 1.75rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  line-height: 1.75rem;
  font-size: 1rem;
  color: #657983;
  opacity: 0.59;
  font-family: num;
  text-decoration: none;
  transition: all 200ms linear;
  cursor: pointer;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .activity-list .activity-item .item-content .time-btn {
    width: 4.75rem;
    height: 1.375rem;
    font-size: 12px;
    line-height: 22px;
  }
}

.content-box.activity .content-shows .pagination-wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.content-box.activity .content-shows .pagination-wrap.sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap.sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content-box.activity .content-shows .pagination-wrap.sm ul.pagination li {
  width: 2.5rem;
  height: 2.5rem;
}

.content-box.activity .content-shows .pagination-wrap.sm ul.pagination a {
  line-height: 40px;
}

.content-box.activity .content-shows .pagination-wrap.sm .pagination-jump {
  margin-top: 10px;
  margin-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap.sm .pagination-jump {
    margin-top: 0;
  }
}

.content-box.activity .content-shows .pagination-wrap.sm .pagination-jump .pagination_jump_btn {
  width: 60px;
  height: 40px;
  border: 1px solid #dde9ea;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  vertical-align: bottom;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap.sm .pagination-jump .pagination_jump_btn {
    font-size: 12px;
  }
}

.content-box.activity .content-shows .pagination-wrap.sm .pagination-jump .pagination-jump-input {
  width: 50px;
  height: 40px;
  margin: auto 5px;
  border: 1px solid #dde9ea;
  text-align: center;
}

.content-box.activity .content-shows .pagination-wrap.sm .pagination-jump .pagination-jump-input:focus {
  outline: none;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li {
  background-color: #fff;
  border: 1px solid #dde9ea;
  border-left: none;
  width: 3.125rem;
  height: 3.125rem;
}

@media screen and (max-width: 68.75rem) {
  .content-box.activity .content-shows .pagination-wrap ul.pagination li {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap ul.pagination li {
    width: 1.875rem;
    height: 1.875rem;
    display: none;
  }
  .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev, .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-next {
    display: block;
  }
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li.active {
  background-color: #ffb258;
  border-color: #ffb258;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li.active a {
  color: #fff;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev, .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-next {
  width: 5rem;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev, .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-next {
    width: 3.75rem;
  }
  .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev a, .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-next a {
    font-size: 0.625rem;
  }
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev.disabled, .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-next.disabled {
  cursor: not-allowed;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev.disabled a, .content-box.activity .content-shows .pagination-wrap ul.pagination li.p-next.disabled a {
  pointer-events: none;
  cursor: not-allowed;
  color: #b8b9b9;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li.p-prev {
  border-left: 1px solid #dde9ea;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #003f43;
  line-height: 3.125rem;
  text-align: center;
  font-size: 0.875rem;
}

@media screen and (max-width: 68.75rem) {
  .content-box.activity .content-shows .pagination-wrap ul.pagination li a {
    line-height: 30px;
  }
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap ul.pagination li a {
    line-height: 1.75rem;
  }
}

.content-box.activity .content-shows .pagination-wrap ul.pagination .pagination-jump {
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination .pagination-jump .pagination_jump_btn {
  width: 80px;
  height: 50px;
  border: 1px solid #dde9ea;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  vertical-align: bottom;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .content-shows .pagination-wrap ul.pagination .pagination-jump .pagination_jump_btn {
    font-size: 12px;
  }
}

.content-box.activity .content-shows .pagination-wrap ul.pagination .pagination-jump .pagination-jump-input {
  width: 60px;
  height: 50px;
  margin: auto 5px;
  border: 1px solid #dde9ea;
  text-align: center;
}

.content-box.activity .content-shows .pagination-wrap ul.pagination .pagination-jump .pagination-jump-input:focus {
  outline: none;
}

.content-box.activity .more-activities {
  width: 19.375rem;
  -webkit-transition: width 200ms ease-in;
  transition: width 200ms ease-in;
}

@media screen and (max-width: 60rem) {
  .content-box.activity .more-activities {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

.content-box.activity .more-activities .view-more {
  text-align: right;
}

.content-box.activity .more-activities .view-more a {
  color: #657983;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  text-decoration: none;
}

.content-box.activity .more-activities .more-item {
  padding: 1.5625rem 0 2.5rem;
  border-bottom: 1px solid #b4c6c9;
}

.content-box.activity .more-activities .more-item .title a {
  text-decoration: none;
  color: #254150;
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: 500;
}

.content-box.activity .more-activities .more-item .item-info {
  font-size: 0.75rem;
  font-weight: 400;
  color: #657983;
}

.content-box.activity .more-activities .more-item .item-info .tag {
  color: #ed6c00;
}

.content-box.activity .more-activities .more-item .item-info .xg {
  padding: 0 20px;
}

.science-item {
  box-shadow: 0 20px 30px -21px rgba(0, 63, 67, 0.15);
  background: #fff;
  width: 100%;
  padding: 10px 20px 20px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  margin-bottom: 20px;
}

.science-item:hover {
  -webkit-transform: scale(1.005);
      -ms-transform: scale(1.005);
          transform: scale(1.005);
}

.science-item a {
  text-decoration: none;
}

.science-item .science-title {
  font-size: 18px;
  font-weight: 400;
  color: #254150;
  line-height: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 60rem) {
  .science-item .science-title {
    font-size: 1rem;
  }
}

.science-item .science-content {
  font-size: 12px;
  font-weight: 400;
  color: #646f75;
}

.pyfa-wrap {
  width: 100%;
}

.pyfa-wrap .pyfa-content {
  overflow-x: auto;
}

.pyfa-wrap .pyfa-content p {
  box-sizing: border-box;
  color: #657983;
  font-size: 0.875rem;
  line-height: 1.42857;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content p {
    padding: 0 20px;
    font-size: 0.75rem;
  }
}

.pyfa-wrap .pyfa-content p.edu-intro {
  background: #ffffff;
  box-shadow: 0px 23px 33px -23px rgba(0, 63, 67, 0.15);
  border: 1px solid #f5f6f8;
  padding: 1.875rem 2rem;
  color: #657983;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content p.edu-intro {
    padding: 0.9375rem 0.625rem;
    margin-top: 0;
  }
}

.pyfa-wrap .pyfa-content p.has-indent {
  padding-left: 2em;
}

.pyfa-wrap .pyfa-content p span {
  color: #254150;
  font-weight: 500;
}

.pyfa-wrap .pyfa-content p a {
  color: #1756c5;
  text-decoration: none;
}

.pyfa-wrap .pyfa-content h2 {
  color: #254150;
  font-size: 1.75rem;
  font-weight: 400;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content h2 {
    margin-top: 0;
    display: none;
  }
}

.pyfa-wrap .pyfa-content h3 {
  color: #254150;
  font-weight: 300;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content h3 {
    padding-left: 20px;
    font-size: 1rem;
    margin: 0 10px;
  }
}

.pyfa-wrap .pyfa-content h3::before {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  background-image: url("../img/institute_title_icon.png");
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  right: 100%;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content h3::before {
    left: 0;
    background-size: 12px 12px;
  }
}

.pyfa-wrap .pyfa-content h4 {
  color: #254150;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content h4 {
    padding: 0 20px;
    font-size: 0.875rem;
  }
}

.pyfa-wrap .pyfa-content table {
  width: 70%;
  border-spacing: 0;
}

.pyfa-wrap .pyfa-content table.large {
  width: 100%;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content table {
    width: 100%;
  }
}

.pyfa-wrap .pyfa-content table tr th {
  border-bottom: 2px solid #dde9ea !important;
  border-color: #dde9ea;
  border-right: none;
  text-align: center;
  padding: 15px 10px;
  font-size: 1rem;
  letter-spacing: 0.53px;
  color: #254150;
  font-weight: 500;
  box-sizing: border-box;
  font-weight: 600;
  word-break: break-all;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content table tr th {
    padding: 5px 0;
    font-size: 12px;
    min-width: 100px;
  }
}

.pyfa-wrap .pyfa-content table tr th.no-border {
  border-right: none !important;
}

.pyfa-wrap .pyfa-content table tr th.row-first {
  padding-left: 20px;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content table tr th.row-first {
    padding-left: 0;
  }
}

.pyfa-wrap .pyfa-content table tr th.text-right {
  text-align: right;
}

.pyfa-wrap .pyfa-content table tr th.text-left {
  text-align: left;
}

.pyfa-wrap .pyfa-content table tr th.col4 {
  border-right: 1px solid #dde9ea;
}

.pyfa-wrap .pyfa-content table tr th.border-right {
  border-right: 1px solid #dde9ea;
}

.pyfa-wrap .pyfa-content table tr th .col3 {
  width: 30%;
}

.pyfa-wrap .pyfa-content table tr th.col2 {
  width: 20%;
}

.pyfa-wrap .pyfa-content table tr th.col1 {
  width: 10%;
}

.pyfa-wrap .pyfa-content table tr td {
  border-bottom: 1px solid #dde9ea;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  color: #254150;
  letter-spacing: 0.47px;
  max-width: 100px;
  word-break: break-all;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content table tr td {
    font-size: 12px;
  }
}

.pyfa-wrap .pyfa-content table tr td a {
  color: #254150;
}

.pyfa-wrap .pyfa-content table tr td.no-border {
  border-right: none !important;
}

.pyfa-wrap .pyfa-content table tr td.row-first {
  padding-left: 20px;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-content table tr td.row-first {
    padding-left: 0;
  }
}

.pyfa-wrap .pyfa-content table tr td.text-left {
  text-align: left;
}

.pyfa-wrap .pyfa-content table tr td.text-right {
  text-align: right;
}

.pyfa-wrap .pyfa-content table tr td.col4 {
  border-right: 1px solid #dde9ea;
}

.pyfa-wrap .pyfa-content table tr td.border-right {
  border-right: 1px solid #dde9ea;
}

.pyfa-wrap .pyfa-content table tr td.much-row {
  width: 40%;
  border-right: 1px solid #dde9ea;
}

.pyfa-wrap .pyfa-content table tr td.col3 {
  width: 30%;
}

.pyfa-wrap .pyfa-content table tr td.col2 {
  width: 20%;
}

.pyfa-wrap .pyfa-content table tr td.col1 {
  width: 10%;
}

.pyfa-wrap .pyfa-content table tr td > .name {
  font-weight: 400;
  color: #254150;
}

.pyfa-wrap .pyfa-content table tr td > .job {
  color: #254150;
}

.pyfa-wrap .pyfa-content table tr td.view a {
  cursor: pointer;
  color: #003f43;
  text-decoration: none;
}

.pyfa-wrap .pyfa-downwrap .line {
  height: 1px;
  width: 100%;
  background: #dde9ea;
}

.pyfa-wrap .pyfa-downwrap .downswrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pyfa-wrap .pyfa-downwrap .downswrap ul > li {
  padding: 1.125rem 0;
  padding-left: 1.875rem;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #dde9ea;
}

.pyfa-wrap .pyfa-downwrap .downswrap ul > li.website-link {
  padding-left: 0.625rem;
}

.pyfa-wrap .pyfa-downwrap .downswrap ul > li.website-link::before {
  background-image: none;
}

.pyfa-wrap .pyfa-downwrap .downswrap ul > li::before {
  content: "";
  height: 100%;
  width: 1.875rem;
  background-image: url("../img/file-icon.png");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-downwrap .downswrap ul > li::before {
    width: 1.25rem;
    background-size: 18px 18px;
    left: 0;
  }
}

.pyfa-wrap .pyfa-downwrap .downswrap ul > li a {
  text-decoration: none;
  color: rgba(101, 121, 131, 0.9);
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 400;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.pyfa-wrap .pyfa-downwrap .downswrap ul > li a:hover {
  color: #657983;
}

@media screen and (max-width: 60rem) {
  .pyfa-wrap .pyfa-downwrap .downswrap ul > li a {
    font-size: 12px;
    line-height: 1.41667;
  }
}

.sjjx-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sjjx-wrap .news-item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 20px 30px -21px rgba(0, 63, 67, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 1.25rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sjjx-wrap .news-item:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.sjjx-wrap .news-item .news-poster {
  width: 17.8125rem;
  height: 10.9375rem;
  overflow: hidden;
  background: #f5f7f7;
}

.sjjx-wrap .news-item .news-poster img {
  width: 100%;
  height: auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.sjjx-wrap .news-item .news-poster:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-poster {
    width: 100%;
    height: auto;
  }
}

.sjjx-wrap .news-item .news-poster .emtry-wrap {
  width: 100%;
  height: 100%;
  background-image: url("../img/emtry-img.png");
  background-size: 60px 40px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-poster .emtry-wrap {
    height: 200px;
  }
}

.sjjx-wrap .news-item .news-poster .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sjjx-wrap .news-item .news-poster .img-wrap img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.sjjx-wrap .news-item .news-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 10.9375rem;
  padding: 0.625rem 0.9375rem 1.25rem 2.1875rem;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-content {
    padding: 0.3125rem 0.75rem;
    min-height: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

.sjjx-wrap .news-item .news-content .item-title a {
  font-size: 18px;
  font-weight: 400;
  color: #254150;
  line-height: 24px;
  text-decoration: none;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-content .item-title {
    font-size: 16px;
    line-height: 1.375rem;
  }
}

.sjjx-wrap .news-item .news-content .item-intro {
  font-size: 12px;
  font-weight: 400;
  color: #646f75;
  margin: 10px 0;
  margin-bottom: 30px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-content .item-intro {
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-line-clamp: 4;
  }
}

.sjjx-wrap .news-item .news-content .item-intro.showall {
  -webkit-line-clamp: 100 !important;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-content .item-intro.showall {
    -webkit-line-clamp: 100 !important;
  }
}

.sjjx-wrap .news-item .news-content button {
  min-width: 100px;
  height: 32px;
  background: #003f43;
  border: none;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-content button {
    minwidth: 80px;
    height: 26px;
  }
}

.sjjx-wrap .news-item .news-content button:focus {
  outline: none;
}

.sjjx-wrap .news-item .news-content button a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: num;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  line-height: 2rem;
  text-decoration: none;
}

.sjjx-wrap .news-item .news-content button a:hover {
  color: white;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .news-item .news-content button a {
    line-height: 1.625rem;
    font-size: 14px;
  }
}

.sjjx-wrap .timeline {
  width: 100px;
  padding-top: 50px;
  box-sizing: border-box;
  height: calc(100vh - 200px);
  scrollbar-width: none;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.sjjx-wrap .timeline::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .timeline {
    display: none;
  }
}

.sjjx-wrap .timeline .timeline-item {
  width: 100%;
  box-sizing: border-box;
  min-height: 18px;
  position: relative;
  box-sizing: border-box;
  padding: 9px 9px;
  padding-top: 0;
}

.sjjx-wrap .timeline .timeline-item .item-year {
  font-weight: bold;
  line-height: 18px;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  width: 120%;
  z-index: 20;
  position: relative;
  cursor: pointer;
}

.sjjx-wrap .timeline .timeline-item .item-year > div {
  width: 70px;
  word-break: break-all;
  white-space: normal;
}

.sjjx-wrap .timeline .timeline-item .item-year.active a {
  color: #254150;
}

.sjjx-wrap .timeline .timeline-item .item-year a {
  color: rgba(37, 65, 80, 0.7);
  cursor: pointer;
  font-size: 16px;
  font-family: numBold;
  text-decoration: none;
  width: 100%;
  display: block;
}

.sjjx-wrap .timeline .timeline-item .item-year a:hover {
  color: #254150;
}

.sjjx-wrap .timeline .timeline-item .content {
  border-right: 1px solid #dde9ea;
  height: 110px;
  margin-top: 10px;
}

.sjjx-wrap .timeline .timeline-item.active-item::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  right: 6px;
  top: 6px;
  background-color: #fff;
  z-index: 2;
}

.sjjx-wrap .timeline .timeline-item.active-item::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  right: 0px;
  top: 0px;
  background-color: #ffa63e;
  border-radius: 50%;
  box-shadow: 0px 6px 10px -4px #ffcb5e;
  border: none;
}

.sjjx-wrap .timeline .timeline-item.active-item .item-year a {
  color: #254150;
}

.sjjx-wrap .timeline .timeline-item::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  right: 0px;
  top: 0px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #b4c6c9;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.sjjx-wrap .timeline-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  box-sizing: border-box;
  height: calc(100vh - 200px);
  scrollbar-width: none;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.sjjx-wrap .timeline-content::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .timeline-content {
    padding: 0 12px;
    padding-bottom: 50px;
    max-width: 100%;
  }
}

.sjjx-wrap .timeline-content .timeline-content-item {
  padding: 20px 0;
  border-bottom: 1px solid #dde9ea;
}

.sjjx-wrap .timeline-content h4 {
  font-size: 1.125rem;
  color: #254150;
  font-weight: bold;
  margin-top: 2.5rem;
}

@media screen and (max-width: 60rem) {
  .sjjx-wrap .timeline-content h4 {
    margin: 10px 0;
  }
}

.sjjx-wrap .timeline-content p {
  margin: 0;
  border-bottom: 1px solid #dde9ea;
  background: #f5f7f7;
  box-sizing: border-box;
  padding: 1.5rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #657983;
}

.sjjx-wrap .timeline-content p.no-border {
  border: none;
}
