
/* ----------------------------------大轮播图 start---------------------------------------- */
.BoxPos {
  position: relative;
}
.w12 {
  max-width: 12rem;
  margin: 0 auto;
}
.pc-slide {
  width: 100%;
  margin: 0.8rem auto 0.6rem auto;
  position: relative;
}
.pc-slide .view {
  position: relative;
}
.pc-slide .view .swiper-container {
  width: 100%;
  height: auto;
}
.pc-slide .view .swiper-slide .view_img {
  height: 100%;
  width: 100%;
  position: relative;
}
.pc-slide .view .swiper-slide .view_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 将图片的中心对齐到父元素的中心 */
  max-width: 100%; /* 最大宽度为父元素的100% */
  height: auto; /* 高度自动调整 */

}
.pc-slide .view .swiper-slide .text {
  margin-bottom: 0.3rem;
  width: 9rem;
  position: absolute;
  left: 0;
  top: 100%;
}
.pc-slide .view .swiper-slide .text h5 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}
.pc-slide .view .swiper-slide .text h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
}
.pc-slide .view .swiper-slide .text p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #1d1d22;
  margin-top: 0.2rem;
  text-indent: 2em;
}

.pc-slide .view .arrow-left {
  background: url(../images/ll2.png) no-repeat right center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.265rem;
  width: 0.53rem;
  height: 0.53rem;
  z-index: 10;
  background-size: contain;
}
.pc-slide .view .arrow-right {
  background: url(../images/rr22.png) no-repeat right center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.265rem;
  width: 0.53rem;
  height: 0.53rem;
  z-index: 10;
  background-size: contain;
}
.pc-slide .preview {
  width: 100%;
  margin-top: -1rem;
  position: relative;
  padding-top: 20px;
}
.pc-slide .preview .swiper-container {
  width: 84%;
  height: auto;
  margin: 0 auto;
  padding-top: 0.2rem;
}
.pc-slide .preview .swiper-slide {
  width: 1.44rem;
  height: auto;
  cursor: pointer;
}
.pc-slide .preview .swiper-slide a {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.pc-slide .preview .swiper-slide a img {
  transform: translate3d(0, 0, 0);
}
/* .pc-slide .preview .slide6 {width: 82px;} */
.pc-slide .preview .arrow-left {
  background: url(../images/lla.png) no-repeat left center;
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.5rem;
  z-index: 10;
  cursor: pointer;
}
.pc-slide .preview .arrow-right {
  background: url(../images/rra.png) no-repeat right center;
  position: absolute;
  left: auto;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.5rem;
  z-index: 10;
  cursor: pointer;
}
.pc-slide .preview .pics {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pc-slide .preview img {
  width: 100%;
  display: block;
  padding: 0 2px;
  object-fit: cover;
  height: 100%;
}
.pc-slide .preview .active-nav {
  top: -0.2rem;
}
.pc-slide .preview .active-nav .pics {
  height: 100%;
  position: relative;
}
.pc-slide .preview .active-nav img {
  padding: 0 2px;
  position: relative;
  top: 0;
}
.pc-slide .preview .texts {
  display: block;
  width: 100%;
  padding: 0 3px;
}
.pc-slide .preview .texts p {
  text-align: center;
  font-size: 0.16rem;
  color: #5c5c5c;
  line-height: 0.48rem;
  box-sizing: border-box;
  border: 1px solid #dfe0e9;
}
.pc-slide img {
  vertical-align: middle;
  max-width: 100%;
  width:100%;
  border: 0;
  /* margin: auto;
  display: block;
  object-fit: cover;
  object-position: center; */
  /* position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; */
}
@media (max-width: 800px) {
  .pc-slide {
    top: 1.2rem;
  }
  .pc-slide .preview .texts p {
    font-size: 0.28rem;
  }
  .RightNav2 {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 0;
    z-index: 9;
    background: white;
  }
  .NrLeft .teacherList02 .text {
    position: relative;
    top: 0.75rem;
  }
  .sidenav {
    display: none;
  }
  .pc-slide .preview .active-nav .pics {
    height: 1.1rem;
  }
  .pc-slide .preview .pics {
    height: 0.9rem;
  }
  .pc-slide .preview .arrow-left {
    height: 0.9rem;
  }
  .pc-slide .preview .arrow-right {
    height: 0.9rem;
  }

  .pc-slide {
    top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .pc-slide .preview {
    margin: 0;
    z-index: 9;
  }
  .pc-slide .preview .texts {
    display: none;
  }
  .pc-slide .preview .texts p {
    font-size: 0.28rem;
  }
  .RightNav2 {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 0;
    z-index: 9;
    background: white;
  }
  .NrLeft .teacherList02 .text {
    position: relative;
    top: 0.75rem;
  }
  .sidenav {
    display: none;
  }
  .pc-slide .preview .active-nav img {
    height: 10px;
  }
  .pc-slide .preview .arrow-left {
    display: none;
  }
  .pc-slide .preview .arrow-right {
    display: none;
  }
  .pc-slide .preview img {
    display: none;
  }
  .pc-slide .preview .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .pc-slide .preview .swiper-slide {
    /*width: 0.7rem!important;*/
  }
  .pc-slide .preview .pics {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    border-radius: 50%;
    margin: 0 auto;
  }
  .pc-slide .preview .active-nav {
    top: 0;
  }
  .pc-slide .preview .active-nav .pics {
    height: 10px;
    background: #4b0b77;
  }
  .pc-slide .preview .arrow-left {
    height: 0.9rem;
  }
  .pc-slide .preview .arrow-right {
    height: 0.9rem;
  }
}
/* ----------------------------------大轮播图 end---------------------------------------- */
.NrContainer {
  margin-top: 0.8rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.66rem;
}

.clearfix {
  zoom: 1;
}

.w10 {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .w12 {
    max-width: 800px;
    margin: 0 0.5rem;
  }
  .w123 {
    max-width: 800rem;
    margin: 0;
  }
  .w14 {
    max-width: 800px;
    margin: 0 0.5rem;
  }
}

/* 教育教学-师资队伍1 */
.teacherList01 {
  margin-bottom: 0.3rem;
}
.teacherList01 h5 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}
.teacherList01 h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--el-bg-color-primary);
  width: 0.68rem;
  height: 4px;
}
.teacherList01 p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #1d1d22;
  margin-top: 0.4rem;
}

@media (max-width: 800px) {
  .teacherList01 h5 {
    font-size: 0.58rem;
    position: relative;
    padding-bottom: 18px;
  }
  .teacherList01 h5::after {
    width: 0.98rem;
    height: 4px;
  }
  .teacherList01 p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #1d1d22;
    margin-top: 0.3rem;
  }
}

/* 教育教学-教学成果 */
.teacherList02 p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #1d1d22;
  margin-top: 0.3rem;
  text-align: justify;
}
.teacherList02 h6 {
  font-size: 0.26rem;
  color: #761cb7;
  line-height: 0.36rem;
  font-weight: normal;
  margin-top: 0.3rem;
}

@media (max-width: 800px) {
  .teacherList02 p {
    font-size: 0.34rem;
    line-height: 0.7rem;
    color: #1d1d22;
    margin-top: 0.5rem;
  }
  .teacherList02 h6 {
    font-size: 0.44rem;
    color: #761cb7;
    line-height: 0.75rem;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 5px;
}

/* 体育活动 */
.BoxPos {
  position: relative;
}
/* .BoxPos::after{position: absolute;} */
.pc-slide {
  width: 100%;
  margin: 0.8rem auto 0.6rem auto;
  position: relative;
}
.pc-slide .view {
  position: relative;
}
.pc-slide .view .swiper-container {
  width: 100%;
  /* height: auto;
   */
   height: 5rem;
}

.pc-slide .view .swiper-slide .text {
  margin-bottom: 0.3rem;
  width: 9rem;
  position: absolute;
  left: 0;
  top: 100%;
}
.pc-slide .view .swiper-slide .text h5 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}
.pc-slide .view .swiper-slide .text h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
}
.pc-slide .view .swiper-slide .text p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #1d1d22;
  margin-top: 0.2rem;
  text-indent: 2em;
}

.pc-slide .view .arrow-left {
  background: url(../images/ll2.png) no-repeat right center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.265rem;
  width: 0.53rem;
  height: 0.53rem;
  z-index: 10;
  background-size: contain;
}
.pc-slide .view .arrow-right {
  background: url(../images/rr22.png) no-repeat right center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.265rem;
  width: 0.53rem;
  height: 0.53rem;
  z-index: 10;
  background-size: contain;
}
.pc-slide .preview {
  width: 100%;
  margin-top: -1rem;
  position: relative;
  padding-top: 20px;
}
.pc-slide .preview .swiper-container {
  width: 84%;
  height: auto;
  margin: 0 auto;
  padding-top: 0.2rem;
}
.pc-slide .preview .swiper-slide {
  width: 1.44rem;
  height: auto;
  cursor: pointer;
}
.pc-slide .preview .swiper-slide a {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.pc-slide .preview .swiper-slide a img {
  transform: translate3d(0, 0, 0);
}
/* .pc-slide .preview .slide6 {width: 82px;} */
.pc-slide .preview .arrow-left {
  background: url(../images/lla.png) no-repeat left center;
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.5rem;
  z-index: 10;
  cursor: pointer;
}
.pc-slide .preview .arrow-right {
  background: url(../images/rra.png) no-repeat right center;
  position: absolute;
  left: auto;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.5rem;
  z-index: 10;
  cursor: pointer;
}
.pc-slide .preview .pics {
  position: relative;
  height: 1.2rem;
  overflow: hidden;
}
.pc-slide .preview img {
  width: 100%;
  display: block;
  padding: 0 2px;
  object-fit: cover;
  height: 100%;
}
.pc-slide .preview .active-nav {
  top: -0.2rem;
}
.pc-slide .preview .active-nav .pics {
  height: 1.4rem;
  position: relative;
}
.pc-slide .preview .active-nav img {
  padding: 0 2px;
  position: relative;
  top: 0;
}
.pc-slide .preview .texts {
  display: block;
  width: 100%;
  padding: 0 3px;
}
.pc-slide .preview .texts p {
  text-align: center;
  font-size: 0.16rem;
  color: #5c5c5c;
  line-height: 0.48rem;
  box-sizing: border-box;
  border: 1px solid #dfe0e9;
}
@media (max-width: 800px) {
  .pc-slide {
    top: 1.2rem;
  }
  .pc-slide .preview .texts p {
    font-size: 0.28rem;
  }
  .RightNav2 {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 0;
    z-index: 9;
    background: white;
  }
  .NrLeft .teacherList02 .text {
    position: relative;
    top: 0.75rem;
  }
  .sidenav {
    display: none;
  }
  .pc-slide .preview .active-nav .pics {
    height: 1.1rem;
  }
  .pc-slide .preview .pics {
    height: 0.9rem;
  }
  .pc-slide .preview .arrow-left {
    height: 0.9rem;
  }
  .pc-slide .preview .arrow-right {
    height: 0.9rem;
  }

  .pc-slide {
    top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .pc-slide .preview {
    margin: 0;
    z-index: 9;
  }
  .pc-slide .preview .texts {
    display: none;
  }
  .pc-slide .preview .texts p {
    font-size: 0.28rem;
  }
  .RightNav2 {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 0;
    z-index: 9;
    background: white;
  }
  .NrLeft .teacherList02 .text {
    position: relative;
    top: 0.75rem;
  }
  .sidenav {
    display: none;
  }
  .pc-slide .preview .active-nav img {
    height: 10px;
  }
  .pc-slide .preview .arrow-left {
    display: none;
  }
  .pc-slide .preview .arrow-right {
    display: none;
  }
  .pc-slide .preview img {
    display: none;
  }
  .pc-slide .preview .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .pc-slide .preview .swiper-slide {
    /*width: 0.7rem!important;*/
  }
  .pc-slide .preview .pics {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    border-radius: 50%;
    margin: 0 auto;
  }
  .pc-slide .preview .active-nav {
    top: 0;
  }
  .pc-slide .preview .active-nav .pics {
    height: 10px;
    background: #4b0b77;
  }
  .pc-slide .preview .arrow-left {
    height: 0.9rem;
  }
  .pc-slide .preview .arrow-right {
    height: 0.9rem;
  }
}

.NrLeft .zcCon {
  margin-bottom: 0.9rem;
}
.NrLeft .zcCon h5 {
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 18px;
  color: #771cb6;
}
.NrLeft .zcCon h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
  margin-left: -0.34rem;
}
.NrLeft .zcCon h5 p {
  font-size: 0.36rem;
  text-align: center;
}
.NrLeft .zcCon h5 i {
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #333333;
  font-weight: normal;
  margin: 0.07rem 0;
  font-style: normal;
}
.NrLeft .zcCon > p {
  text-indent: 2em;
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
  margin-top: 0.36rem;
  text-align: justify;
}
@media (max-width: 800px) {
  .NrLeft .zcCon h5::after {
    width: 0.98rem;
    height: 4px;
    margin-left: -0.49rem;
  }
  .NrLeft .zcCon h5 {
    font-size: 0.58rem;
    position: relative;
    padding-bottom: 18px;
  }
  .principal {
    margin-top: 0.8rem;
    position: relative;
    top: 1.2rem;
  }
  .NrLeft .zcCon {
    top: 0.75rem;
    position: relative;
  }
  .NrLeft .zcCon > p {
    font-size: 0.34rem;
    color: #323232;
    line-height: 0.6rem;
    margin-top: 0.6rem;
  }
  .BoxPos .w12 {
    margin: 0 auto;
  }
  .NrLeft .zcCon h5 p {
    font-size: 0.58rem;
  }
  .NrLeft .zcCon h5 span {
    font-size: 0.26rem;
  }
}

/* 清华论坛 */
.navNow2 {
  background: none;
}
.NrLeft2 {
  width: 9rem;
}
.NrLeft2 .smwz {
  margin-bottom: 0.35rem;
}
.NrLeft2 .smwz p {
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
  text-indent: 2em;
  text-align: justify;
}
.NrLeft2 .thltBox {
}
.NrLeft2 .thltBox li {
  border-top: 1px solid #e3e3e3;
  padding: 0.2rem 0;
}
.NrLeft2 .thltBox li span {
  display: block;
  font-size: 0.14rem;
  color: #761cb7;
  font-family: "微软雅黑";
  margin-bottom: 0.05rem;
}
.NrLeft2 .thltBox li a {
  display: block;
  font-size: 0.22rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #323232;
  margin: 0.05rem 0 0.15rem;
}
.NrLeft2 .thltBox li a:hover {
  color: #761cb7;
}
.NrLeft2 .thltBox li p {
  font-size: 0.18rem;
}
.NrLeft2 .thltBox li i {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 0.14rem;
  color: #878787;
  margin-top: 0.05rem;
}
@media (max-width: 800px) {
  .NrLeft2 .smwz p {
    font-size: 0.34rem;
    line-height: 0.62rem;
  }
  .NrLeft2 {
    width: 100%;
  }
  .NrLeft2 .thltBox li {
    padding: 0.4rem 0;
  }
  .NrLeft2 .thltBox li span {
    font-size: 0.26rem;
    color: #761cb7;
  }
  .NrLeft2 .thltBox li a {
    display: block;
    font-size: 0.4rem;
    line-height: 0.54rem;
    margin: 0.08rem 0 0.25rem;
  }
  .NrLeft2 .thltBox li p {
    font-size: 0.34rem;
  }
  .NrLeft2 .thltBox li i {
    font-size: 0.26rem;
    color: #878787;
    margin-top: 0.08rem;
  }
}

@media (max-width: 800px) {
  .RightNav2 {
    z-index: 9;
  }
}
