.inner-student-container {
  width: 100%;
}

.inner-student-container ul {
  padding: 14px 14px 30px 30px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  flex-wrap: wrap;
}

.inner-student-container ul .student-item {
  width: calc((100% - 64px) / 4);
  margin: 16px 16px 0 0;
}

.inner-student-container ul .student-item .student-img {
  height: 352px;
}

.inner-student-container ul .student-item .student-info {
  height: calc(100% - 352px);
}

.inner-work-container {
  width: 100%;
}

.inner-work-container .work-container-item {
  display: none;
}

.inner-work-container .work-container-item:first-child {
  display: block;
}

.inner-work-container .con-nav-list .nav-tab-icon {
  margin-bottom: 0;
}

.inner-work-container .con-nav-list .nav-swiper {
  max-width: 1072px;
}

.inner-work-container .con-nav-list .nav-tab-icon i.swiper-button-disabled {
  color: #C0C4CC;
  background: #FFFFFF !important;
  border: 1px solid #C0C4CC !important;
  cursor: no-drop;
}

.inner-work-container ul {
  padding: 0 14px 30px 30px;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
}

.inner-work-container ul li {
  width: calc((100% - 64px) / 4);
  margin: 16px 16px 0 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
}

.inner-work-container ul li:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

.inner-work-container ul li:hover .work-info p {
  color: var(--themeBtnBgColor);
}

.inner-work-container ul li:hover .work-info .work-detail {
  color: var(--themeBtnBgColor);
}

.inner-work-container ul li:hover .work-info .work-detail i {
  color: var(--themeBtnBgColor);
}

.inner-work-container ul li .work-img {
  width: 100%;
  height: 198px;
  border-radius: 4px 4px 0 0;
}

.inner-work-container ul li .work-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.inner-work-container ul li .work-info {
  padding: 15px 15px 20px;
}

.inner-work-container ul li .work-info p {
  height: 50px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #262626;
  line-height: 25px;
  margin-bottom: 20px;
}

.container-l .inner-student-container ul .student-item {
  width: calc((100% - 48px) / 3);
}

.container-l .inner-work-container .con-nav-list .nav-swiper {
  max-width: 710px;
}

.student-box {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px;
  display: flex;
}

.student-box .student-img {
  width: 300px;
  margin-right: 40px;
}

.student-box .student-img img {
  width: 100%;
  border-radius: 4px;
}

.student-box .student-box-r {
  flex: 1;
  min-width: 0;
}

.student-box .student-box-r .student-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.student-box .student-box-r .student-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
}

.student-box .student-box-r .student-name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #303133;
  line-height: 39px;
  margin-bottom: 5px;
}

.student-box .student-box-r .student-course {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  margin-bottom: 5px;
}

.student-box .student-box-r .student-advantage {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: var(--themeBtnBgColor);
  line-height: 20px;
}

.student-box .student-box-r .student-line-2 {
  width: 100%;
  height: 2px;
  background: #E4E7ED;
  margin-top: 20px;
}

.student-box .student-box-r .student-line-1 {
  width: 100%;
  height: 1px;
  background: #E4E7ED;
  margin-top: 1px;
}

.student-box .student-box-r .student-box-profile {
  margin-top: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 26px;
}

.student-work-detail p {
  margin-top: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 22px;
}

.student-work-detail p:first-child {
  margin-top: 0;
}

.student-work-detail img, .student-work-detail video, .student-work-detail audio {
  margin-top: 20px;
  max-width: 100%;
}

.student-work-detail img:first-child, .student-work-detail video:first-child, .student-work-detail audio:first-child {
  margin-top: 0;
}

.work-box {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px;
  display: flex;
}

.work-box .work-img {
  width: 300px;
  margin-right: 40px;
}

.work-box .work-img img {
  width: 100%;
  border-radius: 4px;
}

.work-box .work-box-r {
  flex: 1;
  min-width: 0;
}

.work-box .work-box-r .work-name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #303133;
  line-height: 36px;
  margin-bottom: 20px;
}

.work-box .work-box-r > p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  margin-bottom: 5px;
}
.work-box .work-box-r > p a {
  color: #1A8CFF;
}
.inner-work-container ul {
  position: relative;
  padding: 0;
}

.inner-work-container ul li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.inner-work-container ul li.work-item {
  opacity: 1;
  transition-delay: .1s;
}

.inner-work-container ul li .work-info p {
  height: auto;
}

.inner-work-container ul li .work-img {
  height: auto;
}

.inner-work-container .work-container-item .work-container-item-block {
  padding: 16PX 14px 30px 30px;
  background: #FFFFFF;
}

.inner-work-container ul li {
  margin: 0;
}

.curr-content-box {
  padding: 0;
  background: initial;
}