.lxCss {
  transform: translateX(0) rotate(-45deg);
  width: 9px;
  height: 9px;
  background-color: #0073CC;
  margin: 0 8px;
}



.rightDh{
  position: relative;
  animation-name: right;
  animation-duration: 2s;
}

.leftDh{
  position: relative;
  animation-name: left;
  animation-duration: 2s;
}

.topDh{
  position: relative;
  animation-name: top;
  animation-duration: 2s;
}

.bottomDh{
  position: relative;
  animation-name: bottom;
  animation-duration: 2s;
}

@keyframes right {
  from {
    right: -120px;
    opacity: 0;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}

@keyframes left {
  from {
    left: -120px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@keyframes top {
  from {
    top: -120px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes bottom {
  from {
    bottom: -120px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes bottomPerson {
  from {
    bottom: -120px;
    opacity: 0;
  }
  to {
    bottom: -35px;
    opacity: 1;
  }
}
@keyframes bottomPersonLeave {
  from {
    bottom: -35px;
    opacity: 1;
  }
  to {
    bottom: -120px;
    opacity: 0;
    
  }
}

/* Ò»Á¬Ðý×ª */
.fadenumDH {
  animation-name: fadenum;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}

.personDhover{
  animation-name: bottomPerson;
  animation-duration: .5s;
  opacity: 1 !important;
}

.personDhleave{
  animation-name: bottomPersonLeave;
  animation-duration: .5s;
  /* opacity: 0 !important; */
}

.titleDesc {
  font-size: 32px;
  color: #E1E3E5;
  font-weight: 300;
}  

.more {
  font-size: 12px;
  color: #585858;
}

.more:hover {
  cursor: pointer;
}

.index_sec {
  margin-bottom: 35px;
}

.index_sec .index_box_header {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.gang {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #017ABF;
}

.newsTips {
  /* width: 100%; */
  font-size: 14px;
  margin-top: 10px;
  color: #444444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.schoolNews {
  display: flex;
  justify-content: space-between;
}

.schoolNews>div {
  /* margin-right: 15px; */
  /* width: calc(25% - 11px); */
}

.index_box_header>span:first-child {
  font-size: 18px;
  font-weight: bolder;
  color: #444444;
}

.listArit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.listArit a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.listArit_main {
  position: relative;
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  box-sizing: border-box;
  padding-left: 15px;
}

.listCril {
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  background-color: #017ABF;
  position: absolute;
}

.bottomImgs {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  /* margin-bottom: 75px; */
}

.bottomImgs>div {
  margin-right: 10px;
  cursor: pointer;
}

.bottomImgs>div:last-child {
  margin-right: 0px;
}

.bottomImgs img {
  width: 100%;
}

.firndsUrl a {
  color: white;
}

.rks {
  bottom: 0;
  position: absolute;
  text-align: right;

  right: 20%;
  top: 50%;

}

.rks>div:last-child {
  font-size: 12px;
}

.titleList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-bottom: 80px; */
  /* margin-top: 80px; */
}

.schooleLeft {
  width: 780px;
}

.schooleLeft img {
  float: left;
}

.schoolRight {
  /* width: calc(100% - 780px); */
}

.schoolRight img {
  width: 100%;
  margin-bottom: 13px;
}

.schoolRight>div {
  width: calc(calc(100% - 45px)/4);
}

.person .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.person .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 760px) {
  .person .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .person .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

.person {
  position: relative;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 60px;
  transform: translate(0, -50%);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #E8E8E8;
  color: #838383;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: 500ms;
}

.swiper-button-prev {

  position: absolute;
  top: 50%;
  left: -60px;
  width: 40px;
  height: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  transform: translate(0, -50%);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #E8E8E8;
  color: #838383;
  transition: 500ms;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #D1D1D1;
}

.list_swiper_two {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
  background-color: white;
}

.gcList {
  display: flex;
  align-items: center;
  padding: 20px;
  width: calc(50% - 20px);
  border-bottom: 1px solid #EAEAEA;
  margin-top: 20px;
  position: relative;
  transition: 500ms;
  right: 0;


}

.gcList1 {
  display: flex;
  align-items: center;
  /* padding: 20px; */
  width: 100%;
  /* width: calc(50% - 20px); */
  /* border-bottom: 1px solid #EAEAEA; */
  /* margin-top: 20px; */
  position: relative;
  transition: 500ms;
  right: 0;


}



.mainGC {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #101010;
  /* width: 500px; */
}

.gcDay {
  color: #101010;
}

.gcTitle {
  color: #0073CC;
}

.titlelistNoActive .lxCss {
  background-color: #8E8E8E;
}

.titlelistNoActive .titleListContent {
  color: #8E8E8E;
}

.titleListContent {
  font-size: 32px;
  color: #101010;
}

.twoLineOver {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ggList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.ggList>div {
  width: calc(calc(100% - 50px)/3);
  margin-top: 44px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.sanjiaoGG {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0073CC;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0;
  transform: translate(50%, 0);
}

.lis {
  width: 5px;
  height: 5px;
  margin-right: 15px;
  background-color: #0073CC;
}

.listDt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;

}

.listDt {
  margin-bottom: 19px;
  line-height: 34px;
}

.dtRightListTitle {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);

}

.dtRightListTitle>div:last-child {
  width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.dtLeft .swiper-slide {
  text-align: center;
  /* width: 100% !important; */
  font-size: 18px;
  background: #fff;
  width: 100% !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.dtLeft .swiper-slide img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.dtRight>div:last-child {
  margin-bottom: 0;
}

.swiper-pagination_3 {
  text-align: right;
  padding-right: 30px;
  padding-bottom: 5px;
}

.swiper-pagination_3 .swiper-pagination-bullet {
  width: 10px;
  background-color: rgba(255, 255, 255, 1) !important;
  height: 10px;
  border-radius: 0;
}

.swiper-pagination_3 .swiper-pagination-bullet-active {
  background-color: white;
}

.swiper-slide .mainBannerDt {
  width: 73%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25%;
  padding: 25px 30px 0;
  color: white;
}

.swiper-slide .mainBannerDt>div:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.swiper-slide .mainBannerDt>div:last-child {
  text-align: right;
  margin-top: 10px;
}

.swiper-button-next_3,
.swiper-button-prev_3 {
  position: absolute;
}

.swiper-button-prev_3 {
  left: 0;
}

.swiper-button-next_3 {
  right: 0;
}

<!--ºÄÊ±1763814924.4702Ãë-->