.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  background: #fff;
  padding: 60px 0 0;
}
.page1 .tit {
  font-weight: 500;
  color: #172033;
  text-align: center;
}
.page1 .list {
  margin: 40px auto 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.page1 .list li {
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  cursor: pointer;
}
.page1 .list li:nth-child(3n) {
  margin-right: 0;
}
.page1 .list li .img {
  position: relative;
}
.page1 .list li .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.25) 0%, rgba(7, 13, 48, 0.32) 100%);
  transition: all 0.3s;
}
.page1 .list li .img .play_btn {
  display: none;
}
.page1 .list li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.25) 0%, rgba(7, 13, 48, 0.32) 100%);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page1 .list li .txt .txt_l {
  width: calc(100% - 40px);
}
.page1 .list li .txt .txt_l p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
}
.page1 .list li .txt .txt_l span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 12px;
  font-weight: 400;
  color: #f7f9fc;
  text-align: left;
}
.page1 .list li .txt .play_r {
  width: 40px;
}
.page1 .list li .txt .play_r svg {
  width: 40px;
  height: 40px;
}
.page1 .list li:hover .img::after {
  opacity: 0;
}
.page1 .list li:hover .txt .play_r svg path {
  fill: #fc782c;
}
.page1 .loading {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.page1 .loading::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #fc782c;
  margin-top: 8px;
}
.page1 .loading .rollmore {
  display: inline-block;
  color: #8f8f8f;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.page1 .loading .rollmore:hover {
  color: #fc782c;
}
.page1 .loading .more {
  display: none;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
  }
  .page1 .loading .rollmore {
    display: none;
  }
  .page1 .loading {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .page1 .loading::after {
    display: none;
  }
  .page1 .loading .more {
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    transition: all 0.3s;
  }
  .page1 .loading .more i {
    display: inline-block;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 10px;
  }
  .page1 .loading .more svg {
    margin-left: 5px;
    width: 7px;
    height: 7px;
    transition: all 0.3s;
  }
  .page1 .loading .more:hover {
    border: 1px solid #fc782c;
  }
  .page1 .loading .more:hover i {
    color: #fc782c;
  }
  .page1 .loading .more:hover svg path {
    fill: #fc782c;
  }
  .page1 .loading .more.on svg {
    transform: rotate(180deg);
  }
  .page1 {
    padding: 0;
  }
  .page1 .list {
    margin: 0 auto;
  }
  .page1 .list li {
    width: 100%;
    margin-right: 0!important;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);
    background: #fff;
    margin-bottom: 30px;
  }
  .page1 .list li .txt {
    position: static;
    padding: 16px 10px;
    background: transparent;
  }
  .page1 .list li .txt .txt_l {
    width: 100%;
  }
  .page1 .list li .txt .txt_l p {
    font-size: 18px;
    font-weight: 500;
    color: #0c101a;
    text-align: center;
  }
  .page1 .list li .img .play_btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .page1 .tit {
    display: none;
  }
  .page1 .list li .txt .play_r {
    display: none;
  }
  .page1 .list li .txt .txt_l span {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: #6b6b6b;
  }
  .page1 .list li .txt .txt_l span i {
    color: #fc782c;
  }
}
/*# sourceMappingURL=./OutstandingGraduates.css.map */