display: flex;
    justify-content: center;* {
  padding: 0;
  margin: 0;
}

.nesflash-news-img {
  width: 1136px;
  height: 736px;
}

.animatebox {
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.animateboxh {
  visibility: hidden;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiperBox {
  width: 100vw;
  /*height: 100vh;*/
}

.swiperImg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 4s ease-in-out;
}

.is-active .swiperImg {
  transform: scale(1.05);
  transition: transform 3s ease-in-out;
}

.el-carousel__container {
  width: 100vw;
  height: 100vh;
}

/*.el-carousel--horizontal {*/
/*    height: 100%;*/
/*}*/

.el-carousel__item {
  width: 100%;
  height: 100%;
}

.el-carousel__indicators--horizontal {
  width: 1400px;
  height: 90px;
  /* swiper的遮罩层 */
  /* background: rgba(0, 0, 0, 0.56); */
  left: calc(50% - 700px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 50px;
}

.el-carousel__indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 20px;
}

.el-carousel__indicator--horizontal {
  padding: 0;
}

.el-carousel__button {
  font-size: 18px !important;
  color: #FFFFFF;
  font-weight: 400;
}

.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 0;
}

.el-carousel__button {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background-color: #ff000000 !important;
  border-radius: 50% !important;
  border: 1px solid #FFFFFF;
  opacity: 1;
}

.el-carousel__indicator.is-active button {
  background-color: #BF1B34 !important;
  border: 1px solid #BF1B34;
}

.el-carousel__indicators--horizontal::before {
  content: attr(data-before);
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  left: 50px;
  bottom: 35px;
}

.swiper-mask {
  position: absolute;
  top: 0;
  z-index: 98;
  width: 100%;
}

.swiper-mask img {
  width: 100%;
}

/* 新闻 */
.newsBox {
  width: 100vw;
  /*height: 2544px;*/
  /*background-color: #FFFFFF;*/
  position: relative;
}



.newsBox .back {
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  /* height: 1763px; */
  position: absolute;
  bottom: 0px;
  opacity: 0.2;
}

.coverImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.newsBox-content {
  width: 100vw;
  /* width: 1400px; */
  /*width: 74%;*/
  /* margin: auto; */
  position: relative;
  /*overflow-y: scroll;*/
  z-index: 2;
  box-sizing: border-box;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F5F5F5;
}

.newsBox-content .content {
  width: 100%;
}

.newsBox-content .content .item {
  width: 1300px;
  margin: auto;
}

/* 蓝色字体 */
.blueText {
  color: #1249A3;
}

/* 红色字体 */
.redText {
  color: #BF1B34;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-weight: bold;
}

/* 三角图标 */
.sanjiao {
  position: absolute;
  font-size: 40px;
  color: #1249A3;
  left: -26px;
  top: calc(50% - 20px);
}

.newsBox-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 25px;
  margin-bottom: 40px;
}

.operate {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.operate img {
  width: 36px;
  height: 30px;
}

.newsBox-list {
  height: 362px;
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}

.newsBox-card-box {
  position: relative;
}

.phone-newsBox-img {
  /* width: 80%;
  height: 55%; */
  width: 90%;
  height: 53%;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%); 
  display:flex;
  justify-content: center;
 
}

.phone-newsBox-img img {
  width:auto; 
  height:auto;
  max-height:100%;
  max-width:100%;
  object-fit: contain;
}

.newsBox-img {
  width: 560px;
  height: 100%;
  overflow: hidden;
  border-radius: 50px 0px 50px 0px;
  position: relative;
}

.newsBox-img img {
  width: 100%;
  height: 100%;
  border-radius: 50px 0px 88px 0px;
}

.newsBox-masking {
  position: absolute !important;
  bottom: 0;
  z-index: 99;
  left: 0;
}

/* 超出省略 */
.newsBox-img-text {
  font-size: 18px;
  width: 540px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  position: absolute;
  bottom: 29px;
  left: 19px;
  z-index: 999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsBox-card {
  position: relative;
  height: 100%;
  cursor: pointer;
  flex: 1;
}

.newsBox-card-box {
  display: flex;
  flex-direction: row-reverse;
}

.newsBox-card-box:nth-child(1) .newsBox-card {
  background-color: #EEF2F8;
}

.newsBox-card-box:nth-child(2) .newsBox-card {
  background-color: #DAE3F1;
}

.newsBox-card-box:nth-child(3) .newsBox-card {
  background-color: #CFD8E7;
}

.newsBox-card-box:nth-child(4) .newsBox-card {
  background-color: #1249A3;
}

.newsBox-card-box:nth-child(1) .sanjiao {

  color: #EEF2F8 !important;
}

.newsBox-card-box:nth-child(2) .sanjiao {

  color: #DAE3F1 !important;
}

.newsBox-card-box:nth-child(3) .sanjiao {

  color: #CFD8E7 !important;
}

.newsBox-card-box:nth-child(4) .sanjiao {

  color: #1249A3 !important;
}

.newsBox-card-box:nth-child(4) .newsBox-card-title {
  color: white !important;
}

.newsBox-card-box:nth-child(4) .newsBox-date {
  color: white !important;
}

.newsBox-date {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  bottom: 34px;
  left: 29px;
}

/* 超出省略 */
.newsBox-card-title {
  width: 190px;
  height: 235px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  padding: 0 10px;
  padding-top: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.videoClose {
  z-index: 99;
  font-size: 40px;
  color: white;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
}


/* 通知 */
.notification-box {
  margin-top: -95px;
  width: 100%;
  display: flex;
  padding-bottom: 93px;
  column-gap: 65px;
  justify-content: center;
  background-color: #fff;
  padding-top: 20px;
  padding: 20px;
}

.notification-list {
  height: 100%;
  width: 790px;
  box-sizing: border-box;
  position: relative;
  /*padding-right: 60px;*/
}

.notification-img {
  width: 542px;
  height: 453px;
  position: relative;
}

.refreshBox {
  /*width: 34%;*/
  width: 618px;
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
}

.refreshBox .list-item:hover div {
  color: #1249A3;
}

.refreshBox:nth-child(1) {
  margin-right: -74px;
  margin-top: 28px;
}

.refreshBox:nth-child(3) {
  margin-left: -74px;
  margin-top: 28px;
}

.notification-back {
  /* width: 248px;
  height: 196px;
  position: absolute;
  bottom: 0;
  right: 0; */

  width: 542px;
  height: 326px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  /* z-index: -1; */

}

.notification-list-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  column-gap: 54px;
}

.list-item:hover .list-item-title,
.list-item:hover .list-item-content,
.list-item:hover .list-item-date {
  color: #1249A3;
}

.infoPng {
  width: 363px;
  height: 363px;
  /*position: absolute;*/
  z-index: -1;
  left: 41%;
  top: 17%;
}

.notification-list-item .list-item-date {
  margin-bottom: 19px;
}

.list-item-news .list-item-date {
  margin-bottom: 14px;
}

.list-item-date img {
  width: 17px;
  height: 17px;
  transform: translateY(3px);
  margin-right: 11px;
}

.list-item-title {
  width: 351px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-item-content {
  width: 351px;
  font-size: 14px;
  height: 38px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-item-date span {
  font-size: 14px;
  color: #333333;
}

.notification-title {
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px #EAEAEA solid;
}

.list-item {
  margin-top: 22px;
  margin-bottom: 18px;
  padding-right: 16px;
}

.notification-operate {
  font-size: 14px;
}

.img-title {
  width: 380px;
  font-size: 26px;
  border-bottom: 1px #EAEAEA solid;
  margin: auto;
  margin-top: 27px;
  padding-bottom: 10px;
}

/* 学校值班 */
.duty-Info {
  overflow: hidden;
  box-sizing: border-box;
  padding: 33px 33px 31px 32px;
  width: 542px;
  position: relative;
  height: 326px;
}

.workNext {
  display: flex;
  column-gap: 20px;
}

.workpre {
  transform: rotate(180deg);
}

.workNext div {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  background: #8d8d8d36;
  color: white;
}

.school-duty {
  width: 542px;
  height: 114px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.school-duty:nth-child(2) {
  margin-top: 30px;
}

.school-duty-title {
  width: 18px;
  height: 78px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1249A3;
  line-height: 20px;
  /*padding-top: 25px;*/
  margin-right: 20px;
}

.duty-img-item {
  flex-shrink: 0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  margin-right: 20px;
}

.duty-blue {
  width: 542px;
  height: 107px;
  position: relative;
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.duty-blue img {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.duty-blue div {
  align-items: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.duty-img-item img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.school-duty-img {
  width: calc(100% - 82px);
  display: flex;
  overflow: hidden;
}

/* 专题专栏 */
.subject-box {
  width: 100%;
  margin-bottom: 51px;
}

.subject-title {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 39px;
  justify-content: space-between;
}

.subject-box-content {
  justify-content: space-between;
  width: 100%;
  height: 516px;
  display: flex;
  column-gap: 32px;
}

.bigMoreImg {
  width: 36px;
  height: 30px;
  margin-right: 10px;
}

.subject-box-img-list {
  display: flex;
}

.subject-box-img {
  width: 326px;
  height: 516px;
  position: relative;
  z-index: 0;
  transform: scale(1);
  transition: transform .5s ease-in-out;
  overflow: hidden;
}

.back-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #860010;
  opacity: 0.4;
  z-index: 1;
}

.subject-box-img img {
  width: 100%;
  height: 100%;
}

.subject-box-img {
  position: relative;
  cursor: pointer;
}

.subject-more {
  position: absolute;
  bottom: 43px;
  left: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.subject-title-img {
  position: absolute;
  width: 29px;
  height: 394px;
  z-index: 10;
  top: 39px;
  left: 30px;
  /*white-space: pre;*/
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}

.subject-more span {
  font-weight: bold;
}

.subject-box-list {
  height: 100%;
  box-sizing: border-box;
  padding: 30px 0px 6px 30px;
  background: #F5F5F5;
  position: relative;
  /*z-index: -1;*/
}

.subject-box-list .subject-list-item:hover div {
  color: #1249A3;
}

.subject-list-item {
  height: 80px;
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.subject-content {
  padding-left: 16px;
}

.subject-date {
  background: white;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subject-date-month {
  font-size: 30px;
  font-weight: 400;
  color: #666666;
}

.subject-content-title {
  width: 367px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subjectContent {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  height: 36px;
  width: 367px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 第一个图片 margin-left为0*/
.subject-box-img-list:nth-of-type(1) {
  margin-left: 0;
}

.subject-box-img {
  position: relative;
  z-index: 10;
}

.examineMore {
  position: absolute;
  width: 187px;
  height: 53px;
  border: 1px solid #BF1B34;
  border-radius: 26px;
  transform: translateY(60px);
  left: calc(50% - 93.5px);
  z-index: 333;
  font-size: 20px;
  font-weight: bold;
  color: #BF1B34;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.examineMore div {
  font-weight: bold;
}

.block {
  width: 100vw;
}

.newsflashBox {
  width: 1870px;
  /*width: 1920px;*/
  height: 796px;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 auto 120px auto;
}

/* 博鱼电竞官方快讯 */
.newsflashBox-img {
  float: right;
  position: relative;
}

.img-news {
  width: 1136px;
  height: 796px;
  overflow: hidden;
}

.newsflashBox-img img {
  transform: scale(1);
  transition: all 2s ease-in-out;
  display: none;
}

.newsflashBox-img .active {
  transform: scale(1.08);
  animation: xing 1.5s;
  visibility: visible;
  animation-duration: 2s;
  /*animation-delay: .3s;*/
  /*animation-iteration-count: 1;*/
  /*animation-name: fadeInLeft;*/
  /*transition: all 2s ease-in-out;*/
  display: block;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.newsflashBox-img-red {
  width: 986px;
  height: 60px;
  position: absolute;
  background: #BF1B34;
  right: 0;
  top: -60px;

}

.newsflashBox-list {
  width: 507px;
  height: calc(100% + 46px);
  position: relative;
  z-index: 998;
  transform: translateY(-60px);
}

.newsflashBox-title {
  font-size: 25px;
  justify-content: space-between;
}

.newsflashBox-title .operate {
  margin-bottom: 145px;
}

.newsflashBox-card {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-size: 18px;
  height: 480px;
  justify-content: flex-end;
  overflow: hidden;
}

.newsflashBox-item {
  position: relative;
  height: 86px;
  margin-bottom: 11px;
  cursor: pointer;
}

.checked {
  width: 600px;
  height: 86px;
  position: relative;
  background-size: 100% 100%;
  align-items: center;

}

.checkedText {
  width: 450px;
  height: 107px;
  box-sizing: border-box;
  padding: 22px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.redEducation-contaniner {
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.redEducation-contaniner a {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.redEducation-contaniner .item {
  width: 220px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.redEducation {
  /*width: 100%;*/
  height: 843px;
  background-size: 100% 100%;
  /* margin-bottom: 126px; */
  position: relative;
}

.redEducationImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.redEducation-title {
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  padding: 0 259px;
  display: flex;
  justify-content: space-between;
  padding-top: 84px;
  margin-bottom: 126px;
}

.redEducation-title img {
  width: 58px;
  height: 58px;
  cursor: pointer;
}

.redEducation-title-text {
  font-size: 25px;
  font-weight: 400;
  color: #FFFFFF;
}

.redEducation-item {
  /* width: 380px;
  height: 430px; */
  background-color: #FFFFFF;
  /* margin-right: 30px;     */
  cursor: pointer;
  flex: 0 0 24.2%;
  padding: 0 15px;
  background-color: transparent;
}

.redEducation-item .item {
  width: 380px;
  height: 430px;
}

.redEducation-item .redEducation-item-img img {
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

.redEducation-item:hover .redEducation-item-content div {
  color: #1249A3;
}

.redEducation-item:hover .redEducation-item-img img {
  transform: scale(1.08);
  transition: transform 1s ease-in-out;
}

.redEducation-content {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 10px; */
  /* width: 1920px; */
  /* width: auto; */
  display: flex;
  transition: all 0.3s;
  position: absolute;
}


.redEducation-item img {
  width: 380px;
  height: 250px;
}

.redEducation-item-content {
  width: 100%;
  height: 15%;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
  /* padding: 28px 30px 0 26px; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.redEducation-item-img {
  width: 100%;
  height: 85%;
  overflow: hidden;
}

.redEducation-item-img img {
  width: inherit;
  height: 100%;
  /* transform: scale();
    transition: transform .5s ease-in-out; */
}

.redEducation-item-content .date {
  position: absolute;
  bottom: 23px;
  left: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.item-content-title {
  width: 324px;
  /* margin-bottom: 17px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-content-content {
  font-size: 14px;
  width: 324px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.redEducation-more {
  width: 170px;
  height: 54px;
  position: absolute;
  bottom: 100px;
  left: calc(50% - 85px);
  display: flex;
  align-items: center;
}

.redEducationMore {
  font-size: 20px;
  font-weight: bold;
  color: #BF1B34;
  margin-left: 20px;
}

.newsflashTwo {
  width: 100vw;
  /* width: 1400px; */
  height: 520px;
  margin: auto;
  column-gap: 48px;
  display: flex;
  justify-content: center;
  /* margin-bottom: 113px; */
  background-color: #F5F5F5;
  padding-top: 0px;
  margin-bottom:25px;
}

.newsflashTwo-img {
  /*height: 100%;*/
  /*width: 544px;*/
}

.newsflashTwo-img-title {}

.newsflashTwoImg {
  width: 454px;
  height: 414px;
  position: relative;
  overflow: hidden;
}

.list-item-news:hover .list-item-date,
.list-item-news:hover .list-item-title,
.list-item-news:hover .list-item-content {
  color: #1249A3;
}

.imgAni {
  transform: scale(1);
  transition: transform .5s ease-in-out;
}

.newsflashTwoImg img {
  /* width: 454px; */
  height: 414px;
  transition: transform .5s ease-in-out;
}

.newsflashTwoImg img:hover {
  transform: scale(1.08);
  transition: transform .5s ease-in-out;
}

.newsflashTwoImg-explain {
  position: absolute;
  width: 454px;
  height: 60px;
  line-height: 60px;
  background: #1249A3;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 19px;
}

.school-info {
  display: flex;
  column-gap: 30px;
}

.newsflashTwo-content {
  /*width: calc(100% - 484px);*/
  width: 406px;
  height: 414px;
  background: #FBFAFA;
  /*height: 414px;*/
  /*background: #FBFAFA;*/
  box-sizing: border-box;
  padding: 21px 0px 0px 30px;
}

.newsflashTwo-content .list-item:hover div {
  color: #1249A3;
}

.newsflashTwo-content-card .content-card-item:hover div {
  color: #1249A3;
}

.newsflashTwo-content-card .content-card-item:hover img {
  transform: scale(1.08);
  transition: transform .5s ease-in-out;
}

.newsflashTwo-content-card .content-card-item img {
  transform: scale(1);
  transition: transform .5s ease-in-out;
}


.indexLine {
  width: 765px;
  border: 1px dashed #DFE4EA;
}

.content-card-item {
  height: 187px;
  width: 212px;
  margin-right: 65px;
}

.newsflashTwo-content-card {
  margin-top: 30px;
  display: flex;
}

.content-card-item img {
  width: 212px;
  height: 136px;
  margin-bottom: 15px;
}

.content-card-item div {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.subject-box-img:hover {
  transform: scale(1.08);
  transition: transform .5s ease-in-out;
}

.newsBox-card:hover {
  transform: scale(1.08);
  transition: transform 1s ease-in-out;
}

.newsBox-card:hover+.newsBox-img img {
  /*transform: scale(1.08);*/
  animation: xing 1s !important;
  transition: transform 1s ease-in-out;
}

.newsBox-img img {

  transition: transform 1s ease-in-out;
}

.h {
  transform: scale(1);
}

.newsBox-img {
  /*visibility: hidden;*/
  /*display: none;*/
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.newsBox-img-img {
  visibility: visible !important;
  animation: xing 1s linear;
  transform: scale(1.08);
}

@keyframes xing {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }

}


.student-active {
  padding: 160px 260px 0 260px;
  display: flex;
  column-gap: 40px;
}

.student-video {
  padding: 0 260px;
  display: flex;
  column-gap: 40px;
  margin-top: 90px;
  margin-bottom: 54px;
}

/* phone video */
.phoneVideoBox .item {
  width: 100%;
  height: 200px;
  margin: 10px 0;
}

.phoneVideoBox .video-item {
  position: relative;
}

.phoneVideoBox .video-item .video-introduce-phone {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.phoneVideoBox .video-item .video-introduce-phone .tool {
  width: 50px;
  height: 50px;
}


.phoneVideoBox .item video {
  width: 100%;
  height: 100%;
}

.phoneVideoBox .item img {
  width: 100%;
  height: 100%;
}

.student-active .section-item .content-grid .grid-content:hover div {
  color: #1249A3;
}

.student-active .section-item .content-grid .grid-content:hover+div img {
  transform: scale(1.08) !important;
  transition: transform .5s ease-in-out;
}

.student-active .section-item .content-grid div img {
  transform: scale(1);
  transition: transform .5s ease-in-out;
}

.student-active .section-item .content-grid div {
  overflow: hidden;
}

/*.student-active .section-item .content-grid div:hover img {*/
/*    transform: scale(1.08);*/
/*    transition: transform .5s ease-in-out;*/
/*}*/
.gridImg {
  transform: scale(1.08) !important;
  transition: transform .5s ease-in-out;
  /*animation: xing 1s !important;*/
}

.gridImgf {
  transform: scale(1.08) !important;
  transition: transform .5s ease-in-out;
  /*animation: xing 1s !important;*/
}

.section-item-name {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;

}

.section--video-item-name {
  display: flex;
  justify-content: space-between;
  color: white;

}

.list-title {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  color: white;
}

/*.list-title {*/
/*    display: flex;*/
/*    column-gap: 10px;*/
/*    justify-content: center;*/
/*    height: 39px;*/
/*    font-size: 40px;*/
/*    font-weight: 400;*/
/*}*/

.list-title-color-news {
  color: #1249A3;
}

.more-detail {
  display: flex;
  column-gap: 17px;
  align-items: center;
  align-items: center;
  cursor: pointer;
}

.more-detail img {
  width: 36px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #BF1B34;
  line-height: 100px;
}

.more-detail div {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.content-grid {
  display: flex;
  flex-direction: column;
  margin-top: 39px;
  color: white;
  flex-wrap: wrap;
  /*grid-template-columns: 340px 340px;*/
  /*grid-template-rows: 280px 280px;*/
}

.content-grid-news {
  margin-bottom: 120px;
  background: #FBFAFA;
  display: grid;
  margin-top: 39px;
  grid-template-columns: 340px 340px;
  grid-template-rows: 280px 280px;
}

.content-grid-news img {
  /* width: 340px; */
  height: 280px;
  transition: all 0.5s ease-in-out;
}
.content-grid-news img:hover {
  transform:scale(1.08);opacity: 0.85;
}

.content-grid-news .grid-content:hover div {
  color: #1249A3;
}

.content-grid-news .grid-content:hover+div img {
  transform: scale(1.08) !important;
  transition: transform .5s ease-in-out;
}

.content-title-news {
  width: 288px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content-detail-news {
  margin-top: 17px;
  width: 285px;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.content-grid-news div {
  overflow: hidden;
}

.grid-content-news {
  padding: 55px 22px 63px 30px;
}

.grid-content-news:hover div {
  color: #1249A3;
}

.grid-content-news:hover+div img {
  transform: scale(1.08) !important;
  transition: transform .5s ease-in-out;
}

.book-grid {
  display: flex;
  width: 685px;
  margin-top: 39px;
  color: white;
  flex-wrap: wrap;
  column-gap: 19px;
}

.backwhite {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.15;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.ColumnItem {
  box-sizing: border-box;
  width: 685px;
  margin-bottom: 20px;
  position: relative;
  /*background: #FFFFFF;*/
  /*opacity: 0.15;*/
  padding: 16px 0 16px 16px;
  display: flex;
}

.WrapItem {
  padding: 16px 28px 16px 16px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.ColumnItem:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.WrapItem:nth-last-child(1) {
  /*margin-bottom: 0!important;*/
}

.active-img img,
.active-img {
  width: 200px;
  height: 140px;
  opacity: 1;
  transform: scale(1);
  transition: transform 4s ease-in-out;
}

.book-img img,
.book-img {
  width: 100px;
  height: 140px;
  transform: scale(1);
  transition: transform 4s ease-in-out;
}

.book-img {
  overflow: hidden;
}

.grid-content {
  width: 409px;
  margin: 10px 41px 0px 19px;
  display: flex;
  flex-direction: column;
  opacity: 1;
}

.ColumnItem .backwhite {
  width: 685px;
}

.book-content {
  display: flex;
  flex-direction: column;
  opacity: 1;
  margin: 8px 0px 0px 19px;
}

/*.grid-content {*/
/*    padding: 55px 22px 63px 30px;*/
/*}*/

.content-title {
  /*width: 288px;*/
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  /*color: #333333;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.book-title {
  width: 169px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  /*color: #333333;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}

.content-detail {
  margin-top: 15px;
  /*width: 285px;*/
  overflow: hidden;
  height: 38px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  /*color: #999999;*/
}

.book-details {
  margin-top: 8px;
  width: 163px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.book-details:nth-child(3) {
  margin-top: 8px;
  width: 163px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.hold-time {
  height: 14px;
  margin-top: 33px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.4;
  color: #999999;
}

.hold-time img {
  width: 16px;
  height: 16px;
}

/*视频*/
.bot-img {
  width: 134px;
  height: 108px;
}

.video-grid {
  display: flex;
  column-gap: 20px;
  /*column-gap:10px;*/
  margin-top: 39px;
}

.vieoImg {
  display: flex;
  flex-direction: column;
}

.scaleBig:hover {
  transition: transform .8s ease-in;
  transform: scale(1.08);
}

.WrapItem:hover {
  color: #1249A3;
}

.WrapItem:hover img {
  transform: scale(1.08);
  transition: transform .8s ease-in;
}

.ColumnItem:hover {
  color: #1249A3;
}

.ColumnItem:hover .active-img img {
  transform: scale(1.08) !important;
  transition: transform .8s ease-in;
}

.vieoImg img {
  width: 310px;
  height: 210px;
  object-fit: fill;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

.vieoImg a:nth-last-child(1) img,.vieoImg img:nth-last-child(1) {
  margin-top: 20px;
}

.video-grid video,.video-img {
  height: 440px;
  width: 740px;
  object-fit: fill;
}

.video-grid .video-item:hover {
  transform: scale(1.08);
  z-index: 999;
  transition: transform .5s ease-in;
}

.actives {
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

/* .block .actives {
  height: 1494px;
} */


.video-item {
  position: relative;
  background: white;
}

/* .video-item:nth-child(1) {
    transform: translate(-100px, -30px)
}

.video-item:nth-child(2) {
    transform: translate(100px, -30px)
}

.video-item:nth-child(3) {
    transform: translate(-100px, 30px)
}

.video-item:nth-child(4) {
    transform: translate(100px, 30px)
} */

.tool {
  text-align: center;
}

.video-introduce {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 0 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-title {
  margin-top: 80px;
  width: 95%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.intro-content {
  margin-top: 17px;
  align-items: center;
  width: 95%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-introduce img {
  width: 88px;
  height: 88px;
}

.info-back-liner {
  position: absolute;
  z-index: 6;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: rgb(8 8 8 / 26%);
}

.info-back-liner img {
  width: 100%;
  height: 100%;
}

.indexHeader {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
  display: flex;
  justify-content: center;
  /* background: rgb(18, 73, 163) */
}

.footBox {
  width: 100vw;
  background: #0F449B;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indexBody2 {
  position: absolute;
  overflow-x: hidden;
  background-color: #ffffff;
  z-index: 99;
  width: 100vw;
  align-items: center;
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  /* padding-top: 20px; */
}


@keyframes forward {
  0% {
    top: 1080px;
  }

  100% {
    top: 198px;
  }
}

@keyframes frames {
  0% {
    top: -133px;
  }

  100% {
    top: 0px;
  }
}

@keyframes subjectBox2 {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes subjectBox3 {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeio {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}


.redAside {
  display: flex;
  position: fixed;
  top: 40%;
  right: 0;
  width: 100px;
  height: 200px;
  color: white;
  z-index: 1001;
  animation: anim 2s;
}

@keyframes anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animleft {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0px);
  }
}

.redBack {
  position: absolute;
  width: 100px;
  height: 200px;
}

.resAsidetext {
  padding-top: 30px;
  padding-left: 47px;
  width: 28px;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10001;
  opacity: 1;
  animation: animleft 1s;
}


.aside {
  height: 16px;
  z-index: 10001;
  transform: rotate(-90deg);
}

.icon-side {
  width: 10px;
  height: 16px;
  z-index: 10001;
  position: relative;
  margin-top: 86px;
}

.videoBox {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background-color: rgb(8 8 8 / 54%);
  justify-content: center;
  align-items: center;
}

.videoBox video {
  width: 80vw;
  height: 80vh;
  /* object-fit: fill */
}

.videoTilte {
  /* position: absolute;
  bottom: 10px; */
  color: white;
  margin-top: 10px;
}

@keyframes left {
  0% {
    transform: translate(-200px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

.mousOn {
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-name: fadeInLeft;
}

@keyframes right {
  0% {
    transform: translate(200px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

.actives-back {
  /* object-fit: contain; */
  width: 100%;
  top: 0%;
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 1514px;
}

.videoBox .el-carousel__container {
  /* width: 1214px !important; */
  width: 1214px;

}

.videoBox ul:before {
  content: '';
}

.videoBox .el-carousel__indicator {
  width: 20px;
  height: 1px;
}

.videoBox .el-carousel__indicators--horizontal {
  width: 800px;
  height: 90px;
  background: none;
  left: calc(50% - 0px);
}

.videoBox .el-carousel__indicator--horizontal {
  border-radius: 0;
}

.videoBox .el-carousel__container button {
  display: block;
}

.videoBox .el-carousel__button {
  border-radius: 0;
}

.videoBox img {
  width: 100%;
  height: 100%;
}

.subject-box-content-news {
  justify-content: space-between;
  width: 100%;
  height: 414px;
  display: flex;
  flex-direction: column;
  column-gap: 32px;
}

.subject-box-img-news {
  padding: 0 20px;
  box-sizing: border-box;
  width: 457px;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
  transform: scale(1);
  transition: transform .5s ease-in-out;
  overflow: hidden;
}

.subject-box-img-news:hover {
  transform: scale(1.08);
  transition: transform .5s ease-in-out;
}

.subject-title-img-news {
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.subject-more-news {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.subject-box-img-list {
  margin-bottom: 26px;
}

.subject-box-img-list:nth-last-child(1) {
  margin-bottom: 0;
}