@charset "UTF-8";

body {
  overflow-x: hidden;
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.w12 {
  max-width: 12rem;
  margin: 0 auto;
}

.w123 {
  max-width: 12.3rem;
  margin: 0 auto;
}

.w14 {
  max-width: 14rem;
  margin: 0 auto;
}

.w10 {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .w12 {
    max-width: 800px;
    margin: 0 .5rem;
  }

  .w123 {
    max-width: 800rem;
    margin: 0;
  }

  .w14 {
    max-width: 800px;
    margin: 0 .5rem;
  }
}

/* 信息公开开始 */
.bannerNy {
  position: relative;
  z-index: 6;
}

.bannerNy h5 {
  font-size: 0.48rem;
  position: relative;
}

.bannerNy h5 p {
  font-size: 0.48rem;
  color: white;
  position: absolute;
  z-index: 9;
  font-weight: normal;
  bottom: 0.45rem;
}

.bannerNy .infoName img {
  position: relative;
  left: 50%;
  height: auto !important;
  min-height: auto !important;
  min-width: 100%;
  transform: translate(-50%, 0);
  top: 0;
}

@media screen and (max-width: 800px) {
  .bannerNy h5 p {
    bottom: 0.5rem;
    display: table;
    width: 100%;
    text-align: center;
  }
}

/* navNow */
.navNow {
  background: #f0f1f4;
}

.nav2 {
  position: relative;
  margin-top: -0.2rem;
  position: relative;
  z-index: 9;
}

.nav2 ul {
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
}

.nav2::after {
  content: "";
  
  min-height: 0.8rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  z-index: 1;
  height: 100%;
}

.nav2 ul li {
  position: relative;
  z-index: 4;
}

.nav2 ul li a {
  font-size: 0.2rem;
  color: white;
  line-height: 0.8rem;
  padding: 0 0.1rem;
}

.now {}

.now .nowCon {}

.now .nowCon p {}

.now .nowCon p a {
  font-size: 0.12rem;
  color: #6c6d6e;
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  line-height: 0.5rem;
}

.now .nowCon p a+a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #828385;
  border-radius: 50%;
  left: -0.15rem;
  top: 50%;
  margin-top: -1px;
}

.now .nowCon p a:hover {
  color: #6510AD;
}

.now2 {
  /* background-size: 40% 100%; */
  margin-top: -0.345rem;
  position: relative;
  z-index: 9;
}

.now2 .nowCon2 {
  padding: relative;
  overflow: hidden;
}

.now2 .nowCon2::after {
  content: "";
  position: absolute;
  
  height: 0.69rem;
  left: -30vw;
  right: 50vw;
  top: 0;
  z-index: -2;
}

.now2 .nowCon2 p a {
  font-size: 0.12rem;
  color: white;
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  line-height: 0.69rem;
}

.now2 .nowCon2 p a+a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 50%;
  left: -0.15rem;
  top: 50%;
  margin-top: -1px;
}

.now .nowCon2 p a:hover {
  font-weight: bold;
}

.now2 .nowCon2 {}

@media screen and (max-width: 800px) {
  .nav2 {
    margin-top: 0rem;
  }

  .nav2::after {
    width: 100%;
    height: 100%;
  }

  .nav2 ul {
    justify-content: space-evenly;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0.1rem 0;
  }

  .nav2 ul li a {
    font-size: 0.32rem;
    line-height: 0.64rem;
  }

  .now .nowCon {
    padding: 0.1rem 0;
  }

  .now .nowCon p a {
    font-size: 0.24rem;
  }

  .now2 {
    background-size: 100% 100%;
  }

  .now2 .nowCon2::after {
    right: 0.5rem;
    background-size: 100% 100%;
    left: -1px;
  }

  /* .now2 .nowCon2{padding: 0.1rem 0;} */
  .now2 .nowCon2 p a {
    font-size: 0.24rem;
  }
}

/* fLink */
.fLink {
  margin-top: 0.4rem;
}

.fLink ul {}

.fLink ul li {
  width: 17%;
  float: left;
  border-bottom: 1px solid #d5b3d3;
  margin-top: 0.2rem;
}

.fLink ul li+li {
  margin-left: 3%;
}

.fLink ul li:nth-child(3) {
  width: 20%;
}

.fLink ul li:nth-child(8) {
  width: 20%;
}

.fLink ul li+li+li+li+li+li {
  margin-left: 0;
}

.fLink ul li+li+li+li+li+li+li {
  margin-left: 3%;
}

.fLink ul li a {
  color: #481b70;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.66rem;
  display: block;
  position: relative;
}

.fLink ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  
  width: 0.3rem;
  height: 0.11rem;
  top: 50%;
  margin-top: -0.055rem;
}

.fLink ul li a:hover {
  color: #781cb6;
}

@media screen and (max-width: 850px) {
  .fLink ul li a::after {
    width: 30px;
    height: 11px;
  }
}

@media screen and (max-width: 800px) {
  .fLink ul li {
    width: 48% !important;
    float: left;
    border-bottom: 1px solid #d5b3d3;
  }

  .fLink ul li:nth-child(3) {
    width: 48%;
  }

  .fLink ul li:nth-child(8) {
    width: 48%;
  }

  .fLink ul li+li {
    margin-left: 0;
  }

  .fLink ul li+li+li+li+li+li {
    margin-left: 0;
  }

  .fLink ul li+li+li+li+li+li+li {
    margin-left: 0;
  }

  .fLink ul li:nth-child(even) {
    margin-left: 4% !important;
  }

  .fLink ul li a {
    line-height: 1rem;
    font-size: 0.32rem;
  }

  .fLink ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    
    width: 30px;
    height: 11px;
    background-size: 80%;
  }
}

/* searchBox */
.searchBox {
  margin-top: 0.6rem;
}

/* .searchBox .searchCon{width: 80%;margin: 0 auto;border-bottom: 2px solid #650fae;position: relative;overflow: hidden;}.searchBox .searchCon .input1{font-size: 0.3rem;line-height: 0.4rem;color: #cebee3;position: relative;height: 0.4rem;}.searchBox .searchCon .input2{} */
.form {
  border-bottom: #6510AD solid 2px;
  height: .71rem;
  padding-top: .12rem;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.form .name {
  font-size: .3rem;
  color: rgba(101, 16, 173, .4);
  line-height: .3rem;
  padding-left: 0.25rem;
}

/* .form .name em{color: rgba(101, 16, 173, .4); font-size: .18rem; text-transform: uppercase; padding-left: .15rem} */
.form .input {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.12rem;
  bottom: auto;
  width: 90%;
  height: 88%;
}

.form .input input {
  width: 100%;
  height: 80%;
  line-height: .32rem;
  font-size: .3rem;
  color: #333;
  padding-left: 20px;
  height: 88%;
}

.form {
  position: relative;
}

.form::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 32px;
  background: #862480;
  margin-top: -20px;
}

.form .submit {
  position: absolute;
  z-index: 2;
  top: .1rem;
  right: 0;
  bottom: 0;
  width: .64rem;
  
  background-size: .24rem;
}

.form .submit input {
  width: 100%;
  height: .81rem;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .form {
    width: 100%;
  }

  .form .submit {
    width: 0.74rem;
    background-size: 0.4rem;
    top: 0;
  }
}

/* systemReport */
.systemReport {
  margin-top: 0.6rem;
  position: relative;
}

.systemReport::after {
  content: "";
  position: absolute;
  bottom: -0.66rem;
  left: 0;
  width: 100%;
  height: 80%;
  background: #ecedf1;
  z-index: -1;
}

.systemReport .system {
  width: 5.9rem;
}

.systemReport .Report {
  width: 5.9rem;
}

.systemReport ul {
  background: white;
  padding: 0.25rem 0 0.45rem;
}

.systemReport ul li {
  border-bottom: 1px solid #dedede;
}

.systemReport ul li a {
  font-size: 0.18rem;
  display: block;
  color: #000000;
  line-height: 0.64rem;
  padding: 0 0.55rem;
}

.systemReport ul li a:hover {
  color: #6510ad;
}

.systemReport .title {
  position: relative;
}

.systemReport .title .pic {
  position: relative;
}

.systemReport .title .pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(53, 49, 73, 0.85), rgba(53, 49, 73, 0));
}

.systemReport .title .pic img {
  width: 100%;
  display: block;
}

.systemReport .title .text {
  position: absolute;
  left: 0.55rem;
  bottom: 0;
  width: calc(100% - 1.1rem);
}

.systemReport .title .text::after {
  position: absolute;
  content: "";
  
  width: 40px;
  height: 14px;
  right: 0;
  top: 0.3rem;
}

.systemReport .title .text h5 {
  font-size: 0.33rem;
  color: white;
  border-bottom: 4px solid #48d800;
  line-height: 0.77rem;
  font-weight: normal;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .systemReport .system {
    width: 100%;
    float: none;
  }

  .systemReport .Report {
    width: 100%;
    float: none;
    margin-top: 0.66rem;
  }

  .systemReport .title .text h5 {
    font-size: 0.6rem;
    line-height: 1.3rem;
  }

  .systemReport ul li a {
    font-size: 0.34rem;
    line-height: 1.1rem;
  }
}

/* 公开申请 监督投诉 友情链接 */
.colBox {
  margin-top: 1.12rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.66rem;
}

.colBox .col3 {
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}

.colBox .col3 dl {
  position: relative;
  margin: 0.2rem 0;
}

.colBox .col3 dl::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 0.95rem);
  left: 0;
  bottom: 0;
  background: #791cb3;
}

.colBox .col3 dl dt {
  font-size: 0.33rem;
  position: relative;
  line-height: 0.65rem;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.colBox .col3 dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 55%;
  background: #791cb3;
}

.colBox .col3 dl dd {
  height: 0.48rem;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.48rem;
  padding-left: 0.3rem;
}

.colBox .col3 dl dd a {
  display: block;
  font-size: 0.18rem;
  color: #791cb3;
  line-height: 0.48rem;
  position: relative;
  padding-right: 0.8rem;
  
}

.colBox .col3 dl dd a:hover {
  color: #000000;
}

@media screen and (max-width: 800px) {
  .colBox .col3 {
    align-content: flex-start;
    flex-wrap: wrap;
  }

  .colBox .col3 dl dt {
    font-size: 0.36rem;
    line-height: 1rem;
  }

  .colBox .col3 dl dd {
    font-size: 0.32rem;
    line-height: 0.7rem;
    height: 0.7rem;
  }

  .colBox .col3 dl dd a {
    font-size: 0.32rem;
    line-height: 0.7rem;
  }

  .colBox .col3 dl::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 1.4rem);
    left: 0;
    bottom: 0;
    background: #791cb3;
  }
}

/* .NrContainer */
.NrContainer {
  margin-top: 0.8rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.66rem;
}

.NrLeft {
  width: 8.65rem;
  float: left;
}

.NrLeft .nametitle h4 {
  font-size: 0.33rem;
  color: #000000;
  line-height: 0.6rem;
  position: relative;
  font-weight: normal;
  text-align: left;
}

.NrLeft .nametitle2 h4 {
  text-align: center;
}

.NrLeft .nametitle h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 6%;
  background: #791cb3;
}

.NrLeft .nametitle2 h4::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3%;
  bottom: 0;
  height: 4px;
  width: 6%;
  background: #791cb3;
}

.NrLeft .nametitle p {
  display: block;
  text-align: center;
}

.NrLeft .nametitle i {
  font-size: 0.14rem;
  color: #999999;
  font-style: normal;
  
  padding-left: 19px;
  display: inline-block;
  margin-top: 0.2rem;
  font-weight: bold;
  text-align: center;
}

.NrLeft .cut {
  margin-top: -0.2rem;
}

.NrLeft .cut a {
  font-size: 0.18rem;
  color: #a271ca;
  
  padding-left: 40px;
  line-height: 0.4rem;
  display: block;
}

.NrLeft .cut a:hover {
  color: #481B70;
}

.NrLeft .NrBox {}

.NrLeft .NrBox h2 {
  font-size: 0.3rem;
  color: #481b70;
  font-weight: normal;
  margin: 0.2rem 0 0.1rem 0;
}

.NrLeft .NrBox h3 {
  font-size: 0.24rem;
  color: #481b70;
  font-weight: normal;
  margin: 0.3rem 0 0.1rem 0;
}

.NrLeft .NrBox p {
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.34rem;
  text-indent: 00.36rem;
  margin-top: 0.1rem;
  text-align: justify;
}

/* .NrLeft .NrBox p span{color: #7b1eb7;border-bottom: 1px solid #7b1eb7;} */
.NrLeft .NrBox img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0.15rem auto;
}

.NrLeft .fjBox {
  margin-top: 0.3rem;
  margin-bottom: 0.7rem;
}

.NrLeft .fjBox ul {
  border-left: 1px solid #7b1eb7;
  padding-left: 0.2rem;
}

.NrLeft .fjBox ul li {}

.NrLeft .fjBox ul li a {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #7b1eb7;
  display: inline-block;
  
  padding-right: 60px;
}

@media screen and (max-width: 800px) {
  .NrLeft .bt {
    margin-bottom: 0.5rem;
  }

  .NrLeft .nametitle {
    float: none;
  }

  .NrLeft .cut {
    margin: -0.5rem 0 0.3rem 0;
  }

  .NrLeft {
    width: 100%;
    float: none;
  }

  .NrLeft .nametitle h4 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding-bottom: 0.2rem;
  }

  .NrLeft .fjBox ul li a {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }

  .NrLeft .nametitle i {
    font-size: 0.28rem;
  }

  .NrLeft .cut a {
    font-size: 0.34rem;
    color: #a271ca;
    
    padding-left: 0.55rem;
    line-height: 0.4rem;
    display: block;
    line-height: 0.7rem;
    background-size: 0.5rem;
  }

  .NrLeft .cut a:hover {
    color: #481B70;
  }

  .NrLeft .NrBox h2 {
    font-size: 0.5rem;
    color: #481b70;
    font-weight: normal;
    line-height: 0.6rem;
  }

  .NrLeft .NrBox h3 {
    font-size: 0.44rem;
    color: #481b70;
    font-weight: normal;
    line-height: 0.6rem;
  }

  .NrLeft .NrBox p {
    font-size: 0.34rem;
    color: #000000;
    line-height: 0.42rem;
    text-indent: 00.36rem;
    line-height: 0.6rem;
  }
}

/* list01 */
.list01 {
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
}

.list01 .ul1 {}

.list01 .ul1 li {
  padding: 0 0.25rem;
}

.list01 .ul1 li a {
  font-size: 0.18rem;
  line-height: 0.55rem;
  display: block;
}

.list01 .ul1 li:nth-child(odd) {
  background: #f0f1f4;
}

.list01 .fany {
  justify-content: center;
  align-items: baseline;
  margin-top: 0.2rem;
}

.list01 .fany ul {}

.list01 .fany ul li {}

.list01 .fany ul li a {
  font-size: 0.18rem;
  padding: 0 0.15rem;
}

.list01 .fany ul li a:hover {
  font-weight: bold;
}

.list01 .fany .span1 {
  
  width: 58px;
  height: 10px;
  display: block;
  cursor: pointer;
}

.list01 .fany .span2 {
  
  width: 58px;
  height: 10px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .list01 .ul1 li a {
    font-size: 0.32rem;
    line-height: 0.95rem;
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .list01 .fany .span1 {
    
    width: 28px;
  }

  .list01 .fany .span2 {
    
    width: 28px;
  }
}

.foot-linkNy {
  min-height: 3.5rem;
}

.foot-linkNy .title {
  padding: 0.6rem 0 .3rem 0;
}

/* 侧边导航 */
.RightNav {
  width: 2.22rem;
  float: right;
  /* margin-top: 0.1rem; */
}

.ny_left {
  width: 100%;
}

.ny_left_top {
  display: none;
  height: 0.7rem;
  background: #e5e5e5;
  padding: 0 0.2rem;
}

.ny_left_top h5 {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.34rem;
  color: #000;
  font-weight: normal;
}

.ny_left_top .list-nav-icon {}

.ny_left_top .list-nav-icon img {
  width: 0.4rem;
  display: block;
  margin-top: 0.15rem;
}

.sidenav {
  overflow: hidden;
  display: block;
}

.accordion {
  width: 100%;
}

.accordion li:first-child .nav-link {
  border-top: 1px solid #d9d9d9;
}

.accordion .nav-link {
  padding-left: 0.1875rem;
  padding-right: 0.2875rem;
  display: block;
  line-height: 0.26rem;
  min-height: 0.56rem;
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.accordion .nav-link a {
  display: block;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.15rem 0;
}

.accordion .nav-link:hover {
  /* color: #fff;font-weight: bold;
}

.accordion .nav-link:hover a {
  color: #791cb3;
}

.accordion .nav-link.hover {
  /* color: #fff;font-weight: bold;
}

.accordion .nav-link.hover a {
  color: #791cb3;
}

.accordion .nav-link3 {
  padding-left: 0.1875rem;
  padding-right: 0.2875rem;
  display: block;
  line-height: 0.26rem;
  min-height: 0.56rem;
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.accordion .nav-link3 a {
  display: block;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.15rem 0;
}

.accordion .nav-link3:hover {
  color: #fff;
  font-weight: bold;
  
  background-size: contain;
}

.accordion .nav-link3:hover a {
  color: #FFFFFF;
}

.accordion .nav-link3.hover {
  color: #fff;
  font-weight: bold;
  
  background-size: contain;
}

.accordion .nav-link3.hover a {
  color: #FFFFFF;
}

/* .currentnav{ background:#f2f3f8 !important; color: #fff !important; } */
.nav-link1 {
  width: 50px;
  height: 100%;
  min-height: 0.56rem;
  line-height: 0.56rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 3px;
}

.accordion li {
  position: relative;
  overflow: hidden;
}

.accordion li i {
  display: block;
  width: 30px;
  height: 0.56rem;
  
  position: absolute;
  top: 0;
  right: 0.1rem;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li .nav-link2 i {
  display: block;
  width: 30px;
  height: 30px;
  
  position: absolute;
  top: 0.12rem;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li.on2 .nav-link2 i,
.accordion li:hover .nav-link2 i {
  
}

.accordion li.on2 .nav-link,
.accordion li .nav-link:hover,
.accordion li.open .nav-link {
  
  background-size: contain;
  border-bottom: none;
}

.accordion li.on2 .nav-link1 a {
  color: white;
}

.accordion li .nav-link:hover {
  
  background-size: contain;
}

.accordion li .nav-link:hover a {
  color: #FFFFFF;
}

.accordion li.open .nav-link a {
  color: white;
  font-weight: bold;
}

.accordion li.open i.fa-chevron-down {
  
}

.accordion li.open .nav-link {
  border: none;
}

.sidemenu {
  display: none;
  border-bottom: 1px solid #d9d9d9;
}

.sidemenu li {
  border-bottom: none;
  padding: 0.06rem 0.27rem;
}

.sidemenu li:first-child {
  padding-top: 0.25rem;
}

.accordion li.open .sidemenu li:first-child {
  transition: 0.4s;
}

.sidemenu li:last-child {
  padding-bottom: 0.25rem;
}

.sidemenu a {
  display: inline-block;
  line-height: 0.24rem;
  font-size: 0.14rem;
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sidemenu a.otherLink {
  
  padding-right: 0.15rem;
}

.sidemenu a.otherLink:hover {
  
}

.sidemenu a.on {
  color: #791cb3;
  font-weight: bold;
}

.sidemenu a:hover {
  color: #791cb3;
  transition: 0.6s all;
  font-weight: bold;
}

@media(max-width: 800px) {
  .ny_left_top {
    display: block;
  }

  .RightNav {
    float: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .list-nav-icon {
    display: block;
    width: 30px;
    right: 10px;
    top: 5px;
  }

  .list-nav-icon img {
    display: block;
    width: 100%;
  }

  .accordion .nav-link a {
    display: block;
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.52rem;
  }

  .accordion .nav-link3 a {
    display: block;
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.52rem;
  }

  .sidemenu li {
    border-bottom: none;
    padding: 0.06rem 0.27rem;
  }

  .sidemenu a {
    display: inline-block;
    line-height: 0.48rem;
    font-size: 0.26rem;
  }

  .sidemenu a.otherLink {
    padding-right: 0.4rem;
  }

  .accordion .nav-link3 {
    line-height: 0.52rem;
    min-height: 0.9rem;
    height: 100%;
    padding-right: 0.5rem;
  }

  .accordion li i {
    height: 0.86rem;
  }
}

/* 科学研究 */
.NyTopinf {
  position: relative;
}

.NyTopinf .NyTopinfCon {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 6.37rem;
}

.NyTopinf .NyTopinfCon p {
  font-size: 0.48rem;
  color: white;
  z-index: 9;
  font-weight: normal;
  margin-bottom: 0.15rem;
}

.NyTopinf span {
  display: block;
  font-size: 0.18rem;
  color: white;
  line-height: 0.3rem;
}

.NyTopinf span i {
  font-style: normal;
  display: block;
}

.kyBox {
  padding: 0.8rem;
  background: #FFFFFF;
  position: relative;
  z-index: 7;
}

.kyBox ul {}

.kyBox ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kyBox ul li.clearfix::after {
  clear: none;
  content: '';
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}

.kyBox ul li+li {
  margin-top: 0.8rem;
}

.kyBox ul li .text {
  float: left;
  width: 5.30rem;
  padding-left: 0.4rem;
  border-left: 4px solid #791cb5;
}

.kyBox ul li .text h4 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.15rem;
}

.kyBox ul li .text span {
  font-size: 0.14rem;
  color: #929292;
  display: block;
  margin-bottom: 0.3rem;
  line-height: 0.26rem;
}

.kyBox ul li .text p {
  display: block;
}

.kyBox ul li .text p a {
  font-size: 0.18rem;
  color: #791cb5;
  display: inline-block;
  padding-right: 0.85rem;
  
  clear: both;
  line-height: 0.36rem;
  transition: 0.4s;
}

.kyBox ul li .text p:hover a {
  transition: 0.4s;
  color: #2c21e4;
  
}

.kyBox ul li .pic {
  float: right;
  width: 4.2rem;
  height: auto;
  display: block;
}

.kyBox ul li .pic img {
  width: 100%;
  display: block;
}

@media(max-width: 800px) {
  .NyTopinf .NyTopinfCon {
    left: 0;
    width: 100%;
    bottom: 0;
  }

  .NyTopinf .NyTopinfCon p {
    z-index: 9;
    font-weight: normal;
    margin-bottom: 0.1rem;
    text-align: center;
  }

  .NyTopinf span {
    display: none;
    font-size: 0.34rem;
    color: #666666;
    line-height: 0.62rem;
  }

  .kyBox {
    padding: 0.8rem 0;
  }

  .kyBox ul li {
    flex-direction: column-reverse;
  }

  .kyBox ul li .text {
    float: left;
    width: 100%;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
  }

  .kyBox ul li .pic {
    float: none;
    width: 100%;
    height: auto;
  }

  .kyBox ul li .text h4 {
    font-size: 0.6rem;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0.3rem;
  }

  .kyBox ul li .text span {
    font-size: 0.26rem;
    color: #929292;
    display: block;
    margin-bottom: 0.4rem;
    line-height: 0.54rem;
  }

  .kyBox ul li .text p {
    display: block;
  }

  .kyBox ul li .text p a {
    font-size: 0.32rem;
    color: #791cb5;
    display: inline-block;
    padding-right: 0.8rem;
    
    clear: both;
    line-height: 0.7rem;
    transition: 0.4s;
  }
}

/* ademicTh */
.ademicTh {
  padding-top: 1.7rem;
  margin-top: -0.8rem;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.25rem;
}

.ademicTh::after {
  
  background-size: cover;
  content: "";
  position: absolute;
  height: 68%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.ademicTh .title {
  margin-bottom: 0.25rem;
  padding: 0 1rem;
}

.ademicTh .title h5 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  display: inline-block;
  float: left;
  color: white;
  border-left: 2px solid #FFFFFF;
  padding-left: 0.2rem;
  font-weight: normal;
}

.ademicTh .title a {
  font-size: 0.12rem;
  display: inline-block;
  float: right;
  padding-right: 0.04rem;
  padding-left: 0.04rem;
  border-bottom: 2px solid #FFFFFF;
  color: white;
  padding-bottom: 0.06rem;
  margin-top: 0.08rem;
  transition: 0.4s;
}

.ademicTh .title a:hover {
  padding-left: 0.1rem;
  transition: 0.4s;
}

.ademicTh ul {}

.ademicTh ul li {
  float: left;
  width: 33.333%;
  position: relative;
}

.ademicTh ul li .btn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.27rem;
  left: 50%;
  margin-left: -0.27rem;
  width: 0.54rem;
  height: 0.54rem;
}

.ademicTh ul li .btn img {
  display: block;
  width: 100%;
  height: 100%;
}

.ademicTh ul li .pic {
  width: 100%;
  height: 3.08rem;
  position: relative;
  overflow: hidden;
}

.ademicTh ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.ademicTh ul li:hover .pic img {
  transform: scale(1.1);
  transition: 0.4s;
}

.ademicTh ul li .pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
}

.ademicTh ul li .text {
  position: absolute;
  bottom: 0.35rem;
  z-index: 4;
}

.ademicTh ul li .text p {
  font-size: 0.18rem;
  color: white;
  font-weight: bold;
  padding: 0 0.35rem;
  line-height: 0.24rem;
}

@media(max-width: 800px) {
  .ademicTh::after {
    height: 40%;
  }

  .ademicTh {
    margin-top: 0;
    padding-top: 1rem;
  }

  .ademicTh .title {
    padding: 0;
  }

  .ademicTh .title h5 {
    font-size: 0.46rem;
    line-height: 0.7rem;
  }

  .ademicTh .title a {
    font-size: 0.24rem;
  }

  .ademicTh ul li {
    float: left;
    width: 100%;
  }

  /* .ademicTh ul li+li+li{display: none;} */
  .ademicTh ul li .pic {
    height: auto;
  }

  .ademicTh ul li .text p {
    font-size: 0.32rem;
    color: white;
    font-weight: bold;
    padding: 0 0.35rem;
    line-height: 0.46rem;
  }
}

/* 清华论坛 */
.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;
  }
}

/* 学术期刊 */
.thxsBox {}

.thxsBox li {}

.thxsBox li+li {
  margin-top: 0.3rem;
}

.thxsBox li a {
  font-size: 0.24rem;
  color: #761cb7;
  margin-bottom: 0.1rem;
  display: inline;
  
  padding-right: 0.25rem;
}

.thxsBox li a:hover {
  color: #323232;
}

.thxsBox li p {
  font-size: 0.18rem;
  color: 333333;
  line-height: 0.34rem;
  border-top: 1px solid #e3e3e3;
  padding-top: 0.15rem;
  margin: 0.1rem 0;
}

@media(max-width: 800px) {
  .thxsBox li a {
    font-size: 0.4rem;
    color: #761cb7;
    margin-bottom: 0.16rem;
    padding-right: 0.25rem;
    line-height: 0.75rem;
  }

  .thxsBox li p {
    font-size: 0.34rem;
    color: 333333;
    line-height: 0.64rem;
    border-top: 1px solid #e3e3e3;
    padding-top: 0.25rem;
  }
}

/* 教育教学 */
.jyjxBox {
  padding-top: 0.7rem;
}

.jyjxBox .title {
  width: 8rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.jyjxBox .title h4 {
  font-size: 0.33rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.12rem;
  margin-bottom: 0.25rem;
}

.jyjxBox .title h4::after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -0.32rem;
  height: 4px;
  width: 0.64rem;
  background: #791cb5;
  bottom: 0;
}

.jyjxBox .title p {
  font-size: 0.14rem;
  text-align: center;
  margin: 0.1rem 0;
  color: #929292;
  line-height: 0.26rem;
}

.jyjxBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jyjxBox ul.ul1 {
  padding: 0 10%;
  margin-top: 0.45rem;
}

.jyjxBox ul.ul2 {
  margin-top: 0.15rem;
  padding: 0px 1.5rem;
}

.jyjxBox ul.ul1 li {
  width: 20%;
  margin-bottom: 0.3rem;
  position: relative;
}

.jyjxBox ul.ul2 li {
  width: 26%;
  position: relative;
}

.jyjxBox ul.ul1 li+li::after {
  content: "";
  position: absolute;
  left: -15%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #CCCCCC;
}

.jyjxBox ul.ul2 li+li::after {
  content: "";
  position: absolute;
  left: -15%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #CCCCCC;
}

.jyjxBox ul li a {
  display: block;
}

.jyjxBox ul li a h4 {
  font-size: 0.72rem;
  line-height: 0.6rem;
  margin-bottom: 0.1rem;
  color: #791cb3;
  font-weight: weight;
  color: #7a1db6;
  text-align: center;
  font-family: "SourceSansPro-Bold";
}

.jyjxBox ul li a h4 span {
  font-size: 0.36rem;
  display: block;
  float: right;
}

.jyjxBox ul li a p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #414141;
  text-align: center;
  margin-top: 0.14rem;
}

@media(max-width: 800px) {
  .jyjxBox ul {
    margin-left: 0;
  }

  .jyjxBox ul li {
    width: 100%;
    float: none;
    min-height: auto;
    margin: 0 auto;
  }

  .jyjxBox .title {
    width: 100%;
    margin-bottom: 0;
  }

  .jyjxBox .title h4 {
    font-size: 0.6rem;
    padding-bottom: 0.22rem;
    margin-bottom: 0.4rem;
  }

  .jyjxBox .title h4::after {
    height: 4px;
    width: 0.64rem;
  }

  .jyjxBox .title p {
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
  }

  .jyjxBox ul.ul1 {
    padding: 0;
    margin-top: 0;
  }

  .jyjxBox ul.ul2 {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .jyjxBox ul li {
    margin-top: 0.6rem;
  }

  .jyjxBox ul.ul1 li,
  .jyjxBox ul.ul2 li {
    width: 40%;
    padding: 0;
    margin-bottom: 0;
  }

  .jyjxBox ul.ul1 li:nth-child(3)::after {
    display: none;
  }

  .jyjxBox ul.ul2 li:nth-child(3)::after,
  .jyjxBox ul.ul2 li:nth-child(5)::after {
    display: none;
  }

  .jyjxBox ul li a h4 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .jyjxBox ul li a h4 span {
    font-size: 0.6rem;
  }

  .jyjxBox ul li a p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}

@media(max-width: 580px) {
  .jyjxBox ul li a h4 {
    font-size: 0.88rem;
  }

  .jyjxBox ul li a h4 span {
    font-size: 0.45rem;
  }
}

/* picLink */
.picLink {
  margin-top: 0.7rem;
  border-bottom: 1px solid #DFDFDF;
}

.picLink>.clearfix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.picLink .picLinkCon {
  float: left;
  width: 25%;
  position: relative;
}

.picLink .picLinkCon::after {
  content: "";
  position: absolute;
  border-left: 1px solid #dfdfdf;
  height: 100%;
  width: 1px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.picLink .picLinkCon .pictitle {
  position: relative;
  z-index: 4;
}

.picLink .picLinkCon .pictitle .pic {
  width: 100%;
  position: relative;
  z-index: 2;
}

.picLink .picLinkCon .pictitle .pic::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(51, 14, 71, 0));
  height: 60%;
  width: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
}

.picLink .picLinkCon .pictitle .pic img {
  display: block;
  width: 100%;
}

.picLink .picLinkCon .pictitle h3 {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  font-size: 0.33rem;
  color: white;
  z-index: 6;
  font-weight: normal;
  padding-bottom: 0.18rem;
}

.picLink .picLinkCon .pictitle h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9cd24f;
  height: 4px;
  width: 0.68rem;
  left: 0;
}

.picLink .picLinkCon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.picLink .picLinkCon ul li {
  width: 50%;
  background-size: cover;
  transition: 0.4s;
  background-position: 0 -0.56rem;
  box-sizing: border-box;
  position: relative;
}

.picLink .picLinkCon ul {
  min-height: 1.5rem;
  padding: 0.2rem 0;
}

.picLink .picLinkCon ul li a {
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #666666;
  display: block;
  position: relative;
  padding: 0.1rem 0.42rem;
}

.picLink .picLinkCon ul li a:after {
  content: "";
  position: absolute;
  
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 100% 100%;
}

.picLink .picLinkCon ul li:hover a:after {
  width: 100%;
}

.picLink .picLinkCon ul li:hover {
  background-position: 0 0;
  transition: 0.4s;
}

.picLink .picLinkCon ul li:hover a {
  color: white;
  
  transition: 0.4s;
}

.ademicTh2 {
  margin: 0;
  position: relative;
  z-index: 4;
  padding: 0;
  padding-bottom: 1.5rem;
  margin-top: 0.8rem;
  border-bottom: 1px solid #dfdfdf;
}

.ademicTh2::after {
  background: #f2f3f8;
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
}

.ademicTh2 .title {
  margin-bottom: 0.25rem;
}

.ademicTh2 .title h5 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  display: inline-block;
  float: left;
  color: #791cb3;
  border-left: 2px solid #791cb3;
  padding-left: 0.2rem;
  font-weight: normal;
}

.ademicTh2 .title a {
  font-size: 0.12rem;
  display: inline-block;
  float: right;
  color: #791cb3;
  padding-bottom: 0.06rem;
  margin-top: 0.2rem;
  transition: 0.4s;
  border-bottom: 2px solid #791cb3;
}

.ademicTh2 .title a:hover {
  transition: 0.4s;
  color: #323232;
}

@media(max-width: 800px) {
  .ademicTh2 .title h5 {
    font-size: 0.46rem;
    line-height: 0.7rem;
  }

  .ademicTh2 .title a {
    font-size: 0.24rem;
  }

  .picLink {
    width: calc(100% - 1rem);
    border: none;
  }

  .picLink .picLinkCon {
    float: none;
    width: 100%;
  }

  .picLink .picLinkCon ul {
    border-left: none;
    height: auto;
    min-height: auto;
    padding-bottom: 0.2rem;
    border: 1px solid #dfdfdf;
    border-top: none;
  }

  .picLink .picLinkCon+.picLinkCon {
    margin-top: 0.3rem;
  }

  .picLink .picLinkCon ul li {
    background: none;
  }

  .picLink .picLinkCon ul li a {
    font-size: 0.36rem;
    line-height: 0.5rem;
    padding: 0.1rem 0.56rem;
  }
}

/* 教育教学-师资队伍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: #791cb5;
  width: 0.68rem;
  height: 4px;
}

.teacherList01 p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #1d1d22;
  margin-top: 0.4rem;
}

.teacherBox {}

.teacherBox .w12 {
  position: relative;
}

.teacherBox .tabNews {
  width: 100%;
  position: relative;
  z-index: 4;
}

.teacherBox .tabNews::before {
  content: "";
  position: absolute;
  right: 0;
  background: #e3e3e3;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  z-index: 3;
}

.teacherBox .tabNews .teacherTitle {
  cursor: pointer;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 8;
  background: white;
}

.teacherBox .tabNews .teacherTitle p {
  font-size: 0.14rem;
  color: #791cb5;
  font-weight: normal;
  text-align: center;
  border: 1px solid #791cb5;
}

.teacherBox .tabNews .teacherTitle p a {
  padding: 0.09rem 0.22rem;
  display: block;
}

.teacherBox .tabNews .teacherTitle.cur {
  position: relative;
}

.teacherBox .tabNews .teacherTitle.cur::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top-color: #791cb5;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  margin-left: -0.05rem;
}

.teacherBox .tabNews .teacherTitle.cur p {
  color: #FFFFFF;
  position: relative;
  background: #791cb5;
}

.teacherBox .swiper-container {
  width: 100%;
  margin-top: 0.3rem;
}

.teacherBox .swiper-slide {}

.teacherBox .swiper-slide ul {
  margin-left: -0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.teacherBox .swiper-slide ul li {
  float: left;
  margin-left: 0.5rem;
  width: 1.4rem;
  margin-bottom: 0.3rem;
}

.teacherBox .swiper-slide ul li .pic {
  width: 1.4rem;
  height: 1.87rem;
  overflow: hidden;
}

.teacherBox .swiper-slide ul li .pic img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.teacherBox .swiper-slide ul li .pic img:hover {
  transform: scale(1.1);
  transition: 0.4s;
}

.teacherBox .swiper-slide ul li p {
  font-size: 0.18rem;
  color: #000000;
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  margin: 0.1rem;
}

.teacherBox .swiper-slide ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #862480;
  width: 65%;
  height: 4px;
  transition: 0.4s;
}

.teacherBox .swiper-slide ul li p:hover {
  color: #862480;
}

.teacherBox .swiper-slide ul li p:hover::after {
  width: 100%;
  transition: 0.4s;
}

@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;
  }

  .teacherBox .tabNews .teacherTitle p {
    font-size: 0.26rem;
    border: 1px solid #791cb5;
  }

  .teacherBox .tabNews .teacherTitle p a {
    padding: 0.1rem 0.2rem;
  }

  .teacherBox .tabNews .teacherTitle.cur::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0.2rem solid transparent;
    border-top-color: #791cb5;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    margin-left: -0.1rem;
  }

  .teacherBox .swiper-container {
    width: 100%;
    margin-top: 0.45rem;
  }

  .teacherBox .swiper-slide ul {}

  .teacherBox .swiper-slide ul li {
    margin-left: 0.3rem;
    width: calc(33.333% - 0.3rem);
    margin-bottom: 0.3rem;
  }

  .teacherBox .swiper-slide ul li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .teacherBox .swiper-slide ul li p {
    font-size: 0.34rem;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-bottom: 0.2rem;
    margin: 0.2rem;
  }
}

@media(max-width: 414px) {
  .teacherBox .swiper-slide ul li {
    margin-left: 0.3rem;
    width: calc(50% - 0.3rem);
    margin-bottom: 0.3rem;
  }
}

/* 教育教学-师资队伍3 */
.teacherBox2 {}

.teacherBox2 dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
  flex-wrap: nowrap;
}

.teacherBox2 dl dt {
  font-size: 0.3rem;
  font-weight: bold;
  color: #791cb3;
  border-right: 1px solid #791cb3;
  padding-right: 0.3rem;
  margin-right: 0.2rem;
  width: 1.45rem;
}

.teacherBox2 dl .names {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.teacherBox2 dl dd {
  margin-left: 0.1rem;
  width: calc(25% - 0.1rem);
  margin-bottom: 0.3rem;
}

.teacherBox2 dl dd a {
  font-size: 0.18rem;
  color: #000000;
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
}

.teacherBox2 dl dd a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #791cb3;
  width: 65%;
  height: 4px;
  transition: 0.4s;
}

.teacherBox2 dl dd span {
  font-size: 0.12rem;
  color: #000000;
  display: block;
  margin-top: 0.1rem;
}

@media(max-width: 800px) {
  .teacherBox2 dl dt {
    font-size: 0.54rem;
    font-weight: bold;
    color: #791cb3;
    border-right: 1px solid #791cb3;
    padding-right: 0.3rem;
    margin-right: 0.2rem;
    width: 2.6rem;
  }

  .teacherBox2 dl dd a {
    font-size: 0.34rem;
  }

  .teacherBox2 dl dd {
    margin-left: 0.2rem;
    width: calc(33.333% - 0.2rem);
  }

  .teacherBox2 dl dd span {
    font-size: 0.24rem;
  }
}

@media(max-width: 414px) {
  .teacherBox2 dl dd {
    margin-left: 0.2rem;
    width: calc(50% - 0.2rem);
  }
}

/* 院士详情 */
.teachDetail {}

.teachDetail .picbox {
  width: 2.2rem;
}

.teachDetail .picbox .pic {}

.teachDetail .picbox .pic img {
  display: block;
  width: 100%;
}

.teachDetail .picbox .text {
  border-left: 1px solid #791cb5;
  margin-top: 0.3rem;
  padding-left: 0.2rem;
}

.teachDetail .picbox .text h4 {
  font-size: 0.24rem;
  color: #791cb5;
  padding-bottom: 0.1rem;
}

.teachDetail .picbox .text p {
  font-size: 0.2rem;
  color: #000000;
  padding-bottom: 0.1rem;
}

.teachDetail .textBox {
  width: 6.4rem;
}

.teachDetail .textBox p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #454646;
  text-indent: 2em;
  margin-bottom: 0.2rem;
  text-align: justify;
}

@media(max-width: 800px) {
  .teachDetail .picbox {
    width: 30%;
  }

  .teachDetail .textBox {
    width: 65%;
  }

  .teachDetail .picbox .text h4 {
    font-size: 0.4rem;
    color: #791cb5;
    padding-bottom: 0.1rem;
  }

  .teachDetail .picbox .text p {
    font-size: 0.36rem;
    color: #000000;
    padding-bottom: 0.1rem;
  }

  .teachDetail .textBox p {
    font-size: 0.34rem;
    line-height: 0.64rem;
    color: #454646;
    text-indent: 2em;
    margin-bottom: 0.3rem;
  }
}

/* 教育教学-本科生教育 */
.smwz2 {
  margin-bottom: 0.6rem !important;
}

.smwz2 p {
  margin-bottom: 0.2rem;
}

.smwz2 .smwzBt {
  display: block;
  text-align: center;
  margin-bottom: 0.44rem;
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #dedede;
}

.smwz2 .smwzBt h6 {
  display: inline-block;
  font-size: 0.34rem;
  color: #791cb5;
  line-height: 0.34rem;
  position: relative;
  padding: 0 0.7rem;
}

.smwz2 .smwzBt h6::after {
  content: "”";
  font-family: arial;
  font-size: 1rem;
  color: #cccccc;
  right: 0;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
}

.smwz2 .smwzBt h6::before {
  content: "“";
  font-family: arial;
  font-size: 1rem;
  color: #cccccc;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.smwz2 .smwzBt i {
  font-size: 0.14rem;
  color: #8c8c8c;
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: normal;
}

.bkjyBox {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.bkjyBox li {
  width: calc(50% - 0.2rem);
  border-bottom: 2px solid #781cb6;
  margin-bottom: 0.3rem;
  padding-bottom: 0.22rem;
  
  transition: 0.4s;
}

.bkjyBox li:hover {
  background-position: 98% center;
  transition: 0.4s;
}

.bkjyBox li:nth-child(even) {
  margin-left: 0.4rem;
}

.bkjyBox li.on {}

.bkjyBox li.on h4 {
  
}

.bkjyBox li a {
  display: block;
}

.bkjyBox li a h4 {
  font-size: 0.24rem;
  color: #781cb6;
  display: inline-block;
  padding-right: 0.25rem;
  font-weight: normal;
  padding-bottom: 0.07rem;
}

.bkjyBox li a p {
  font-size: 0.14rem;
  color: #333333;
  padding-right: 0.4rem;
}

.bkjyBox li a:hover h4 {
  color: #9d37ac;
}

@media(max-width: 800px) {
  .bkjyBox li:nth-child(even) {
    margin-left: 0;
  }

  .bkjyBox li {
    padding-bottom: 0.15rem;
    width: 100%;
  }

  .bkjyBox li a h4 {
    font-size: 0.4rem;
    padding-right: 0.35rem;
  }

  .bkjyBox li a p {
    font-size: 0.26rem;
    color: #333333;
    padding-right: 0.6rem;
  }

  .smwz2 .smwzBt {
    margin-bottom: 0.7rem;
    padding-bottom: 0.54rem;
  }

  .smwz2 .smwzBt h6 {
    font-size: 0.58rem;
    color: #791cb5;
    line-height: 0.88rem;
    padding: 0.7rem 0;
    text-align: justify;
  }

  .smwz2 .smwzBt h6::after {
    font-size: 1.8rem;
    bottom: -0.4rem;
    right: 0;
  }

  .smwz2 .smwzBt h6::before {
    font-size: 1.8rem;
    top: 0.2rem;
    left: 0;
  }

  .smwz2 .smwzBt i {
    font-size: 0.26rem;
  }

  .bkjyBox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
}

/* 教育教学-教学成果 */
.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;
}

.kycgBox {
  margin-bottom: 1rem;
}

.kycgBox dl {}

.kycgBox dl dt {
  font-size: 0.2rem;
  font-weight: bold;
  color: #000000;
  margin: 0.4rem 0 0.2rem 0;
}

.kycgBox dl .text {
  border-left: 1px solid #761cb7;
  padding-left: 0.28rem;
}

.kycgBox dl .text dd {
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding: 0.1rem 0;
}

@media(max-width: 800px) {
  .kycgBox dl .text {
    padding-left: 0.4rem;
  }

  .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;
  }

  .kycgBox dl .text dd {
    font-size: 0.34rem;
    line-height: 0.6rem;
    padding: 0.2rem 0;
  }

  .kycgBox dl dt {
    font-size: 0.36rem;
    font-weight: bold;
    color: #000000;
    margin: 0.6rem 0 0.3rem 0;
  }
}

/* 教育教学-本科课程 */
.bkkcBox {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.bkkcBox li {
  width: calc(50% - 0.2rem);
  border-left: 1px solid #781cb6;
  padding-bottom: 0.1rem;
  padding-left: 0.15rem;
}

.bkkcBox li:nth-child(even) {
  margin-left: 0.4rem;
}

.bkkcBox li a {
  display: block;
}

.bkkcBox li a p {
  font-size: 0.18rem;
  color: #781cb6;
  
  padding-right: 0.4rem;
  line-height: 0.44rem;
  transition: 0.4s;
}

.bkkcBox li a:hover p {
  color: #323232;
  padding-left: 0.06rem;
  transition: 0.4s;
}

@media(max-width: 800px) {
  .bkkcBox li {
    padding-bottom: 0.15rem;
    width: 100%;
    padding-left: 0.25rem;
  }

  .bkkcBox li:nth-child(even) {
    margin-left: 0rem;
  }

  .bkkcBox li a p {
    font-size: 0.34rem;
    padding-right: 0.6rem;
    line-height: 0.8rem;
  }
}

/* 教育教学-本科课程2 */
.kycgBox2 {
  margin-bottom: 0.9rem;
}

.kycgBox2 dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.3rem;
}

.kycgBox2 dl:nth-child(even) {
  background: #f2f3f9;
}

.kycgBox2 dl dt {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #761cb7;
  width: 2.5rem;
}

.kycgBox2 dl .text {
  margin-left: 0.2rem;
}

.kycgBox2 dl .text dd {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #761cb7;
}

@media(max-width: 800px) {
  .kycgBox2 dl {
    display: block;
  }

  .kycgBox2 dl .text {
    margin-left: 0rem;
  }

  .kycgBox2 dl dt {
    font-size: 0.4rem;
    line-height: 0.62rem;
    color: #761cb7;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .kycgBox2 dl .text dd {
    font-size: 0.32rem;
    line-height: 0.62rem;
    color: #761cb7;
  }
}

/* 教育教学-教学名师 */
.jxmsBox {
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
}

.jxmsBox dl {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  box-sizing: border-box;
}

.jxmsBox dl>div {
  width: 100%;
  display: block;
}

.jxmsBox dl dt {
  font-size: 0.24rem;
  color: #761cb7;
  line-height: 0.34rem;
  margin-bottom: 0.2rem;
}

.jxmsBox dl dd {
  display: inline-block;
  width: 14%;
}

.jxmsBox dl dd a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.34rem;
}

.jxmsBox dl dd span {
  display: block;
  font-size: 0.14rem;
  color: #888888;
  line-height: 0.34rem;
}

@media(max-width: 1280px) {
  .jxmsBox dl dd {
    display: inline-block;
    width: 13.8%;
  }
}

@media(max-width: 800px) {
  .jxmsBox dl dd {
    display: inline-block;
    width: 19.2%;
  }

  .jxmsBox dl dt {
    font-size: 0.4rem;
    color: #761cb7;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
  }

  .jxmsBox dl dd a {
    font-size: 0.34rem;
    line-height: 0.6rem;
    font-style: normal;
    color: #323232;
  }

  .jxmsBox dl dd span {
    font-size: 0.28rem;
    color: #888888;
    line-height: 0.6rem;
  }
}

@media(max-width: 580px) {
  .jxmsBox dl dd {
    display: inline-block;
    width: 32%;
  }
}

/* 教育教学-精品课程 */
.jpkcBox {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}

.jpkcBox li {
  width: calc(50% - 0.2rem);
  border-left: 1px solid #781cb6;
  padding-bottom: 0.1rem;
  padding-left: 0.15rem;
}

.jpkcBox li:nth-child(even) {
  margin-left: 0.4rem;
}

.jpkcBox li a {
  display: block;
}

.jpkcBox li a p {
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.46rem;
  transition: 0.4s;
}

.jpkcBox li a:hover p {
  color: #781cb6;
  padding-left: 0.06rem;
  transition: 0.4s;
}

@media(max-width: 800px) {
  .jpkcBox li {
    padding-bottom: 0.15rem;
    width: 100%;
    padding-left: 0.25rem;
  }

  .jpkcBox li:nth-child(even) {
    margin-left: 0rem;
  }

  .jpkcBox li a p {
    font-size: 0.34rem;
    padding-right: 0.6rem;
    line-height: 0.8rem;
  }
}

/* 教育教学-实践教学 */
.smwz3 {
  margin-bottom: 0.4rem !important;
}

.smwz3 p {
  margin-bottom: 0.25rem;
}

.teacherList04 {
  margin-top: 0.4rem;
}

.sjjxBox {}

.sjjxBox li {
  width: 100%;
  border-left: 1px solid #781cb6;
  padding-left: 0.15rem;
}

.sjjxBox li a {
  display: block;
}

.sjjxBox li a p {
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.46rem;
  transition: 0.4s;
}

/* .sjjxBox li a:hover p{color: #781cb6;padding-left: 0.06rem;transition: 0.4s;} */
@media(max-width: 800px) {
  .sjjxBox li {
    padding-bottom: 0.15rem;
    width: 100%;
    padding-left: 0.25rem;
  }

  .sjjxBox li a p {
    font-size: 0.34rem;
    padding-right: 0.6rem;
    line-height: 0.8rem;
  }
}

/* 教育教学-博士教育 */
.teacherList03>div {
  margin-bottom: 0.65rem;
}

.teacherList03 a {
  display: inline-block;
  font-size: 0.18rem;
  color: #761cb7;
  border-bottom: 1px dashed #761cb7;
  padding-bottom: 0.05rem;
  line-height: 0.32rem;
  margin-left: 0.4rem;
  margin-top: 0.1rem;
  position: relative;
}

.teacherList03 a::after {
  content: "";
  position: absolute;
  
  width: 0.3rem;
  height: 0.3rem;
  left: -0.4rem;
  background-size: cover;
  top: 0;
}

.teacherList03 a:hover {
  color: #2c21e4;
  border-bottom: 1px solid #2c21e4;
}

@media(max-width: 800px) {
  .teacherList03>div {
    margin-bottom: 0.6rem;
  }

  .teacherList03 a {
    font-size: 0.34rem;
    padding-bottom: 0.1rem;
    line-height: 0.6rem;
    padding-left: 0rem;
    margin-top: 0.2rem;
    margin-left: 0.7rem;
  }

  .teacherList03 a::after {
    width: 0.6rem;
    height: 0.6rem;
    left: -0.7rem;
    top: 0;
  }
}

/* 教育教学-部门联系 */
.bmlxBox {
  margin-bottom: 0.4rem;
}

.bmlxBox dl {}

.bmlxBox dl {
  margin-top: 0.4rem;
}

.bmlxBox dl dt {
  font-size: 0.2rem;
  color: #323232;
  margin-bottom: 0.15rem;
  font-weight: bold;
}

.bmlxBox dl dd {}

.bmlxBox dl dd p {
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
  display: inline-block;
}

.bmlxBox dl dd {
  display: flex;
  justify-content: start;
}

.bmlxBox dl dd a {
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
  display: block;
}

.bmlxBox dl dd a span {
  color: #761cb7;
  border-bottom: 1px dashed #761cb7;
  margin: 0.08rem;
}

.bmlxBox .webLink {
  margin-top: 0.2rem;
  padding: 0.2rem;
  width: 2.9rem;
  background: #761cb7;
  border: 1px solid #761cb7;
  box-sizing: border-box;
}

.bmlxBox .webLink a {
  
  display: block;
  text-align: center;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: white;
}

.bmlxBox .webLink:hover {
  background: #FFFFFF;
  border: 1px solid #761cb7;
  box-sizing: border-box;
}

.bmlxBox .webLink:hover a {
  color: #761cb7;
  
}

@media(max-width: 800px) {
  .bmlxBox dl dt {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
  }

  .bmlxBox dl dd a,
  .bmlxBox dl dd p {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }

  .bmlxBox .webLink {
    width: 100%;
  }

  .bmlxBox .webLink a {
    padding-right: 0.1rem;
    font-size: 0.32rem;
  }
}

@media(max-width: 530px) {
  .bmlxBox dl dd {
    display: block;
  }
}

/* 走进清华 */
/* 校园看点 */
.xykdBox {
  padding-top: 1.7rem;
  margin-top: -0.8rem;
  position: relative;
  z-index: 4;
}

/* .xykdBox::after{
.xykdBox .title {
  margin-bottom: 0.25rem;
  padding: 0 1rem;
}

.xykdBox .title h5 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  display: inline-block;
  float: left;
  color: #000000;
  border-left: 4px solid #791cb5;
  padding-left: 0.25rem;
  font-weight: normal;
}

.xykdBox .title a {
  font-size: 0.12rem;
  display: inline-block;
  float: right;
  padding-right: 0.04rem;
  padding-left: 0.04rem;
  border-bottom: 2px solid #791cb5;
  color: #791cb5;
  padding-bottom: 0.06rem;
  margin-top: 0.08rem;
  transition: 0.4s;
}

.xykdBox .title a:hover {
  color: #000000;
}

.xykdBox ul {}

.xykdBox ul li {
  float: left;
  width: 33.333%;
  position: relative;
}

.xykdBox ul li .btn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.27rem;
  left: 50%;
  margin-left: -0.27rem;
  width: 0.54rem;
  height: 0.54rem;
}

.xykdBox ul li .btn img {
  display: block;
  width: 100%;
  height: 100%;
}

.xykdBox ul li .pic {
  width: 100%;
  height: 3.08rem;
  position: relative;
  overflow: hidden;
}

.xykdBox ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.xykdBox ul li:hover .pic img {
  transform: scale(1.1);
  transition: 0.4s;
}

.xykdBox ul li .pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
}

.xykdBox ul li .text {
  position: absolute;
  bottom: 0.35rem;
  z-index: 4;
}

.xykdBox ul li .text p {
  font-size: 0.18rem;
  color: white;
  font-weight: bold;
  padding: 0 0.35rem;
  line-height: 0.24rem;
}

@media(max-width: 800px) {
  .xykdBox .title h5 {
    font-size: 0.46rem;
    line-height: 0.7rem;
  }

  .xykdBox .title a {
    font-size: 0.24rem;
  }

  .xykdBox .title {
    padding: 0;
  }

  .xykdBox ul li {
    float: left;
    width: 100%;
  }

  .xykdBox ul li .pic {
    height: auto;
  }

  /* .xykdBox ul li+li{margin-top: 0.4rem;} */
  .xykdBox ul li .text p {
    font-size: 0.32rem;
    color: white;
    font-weight: bold;
    padding: 0 0.35rem;
    line-height: 0.46rem;
  }
}

/* 校园风光 */
.pc-slideBox {
  margin: 0.8rem auto 0 auto;
}

.pc-slide1 {
  width: 100%;
  position: relative;
}

.pc-slide1 .view1 {
  position: relative;
}

.pc-slide1 .view1 .swiper-container {
  width: 100%;
  height: auto;
}

.pc-slide1 .view1 .arrow-left {
  display: none;
  
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.265rem;
  width: 0.53rem;
  height: 0.53rem;
  z-index: 10;
  background-size: contain;
}

.pc-slide1 .view1 .arrow-right {
  display: none;
  
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.265rem;
  width: 0.53rem;
  height: 0.53rem;
  z-index: 10;
  background-size: contain;
}

.pc-slide1 .view1 .swiper-wrapper a img {
  display: block;
  width: 100%;
}

.pc-slide1 .view1 .slideText {
  position: absolute;
  width: 3rem;
  height: auto;
  background: white;
  z-index: 9;
  right: 10px;
  bottom: 10px;
  padding: 0.3rem;
  display: block;
}

.pc-slide1 .view1 .slideText h3 {
  font-size: 0.24rem;
  line-height: 0.22rem;
  color: #6510ad;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #6510ad;
}

.pc-slide1 .view1 .slideText p {
  font-size: 0.14rem;
  color: #626262;
  margin-top: 0.15rem;
}

.pc-slide1 .preview1 {
  width: 10rem;
  position: relative;
  padding-top: 20px;
  margin: 0 auto;
  margin-top: -1rem;
}

.pc-slide1 .preview1 .swiper-container {
  width: 86.6%;
  height: auto;
  padding-top: 0.2rem;
  margin-left: 0;
}

.pc-slide1 .preview1 .swiper-slide {
  width: 1.44rem;
  height: auto;
  cursor: pointer;
}

.pc-slide1 .preview1 .arrow-left {
  display: none;
  
  position: absolute;
  left: 2rem%;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.11rem;
  z-index: 10;
}

.pc-slide1 .preview1 .arrow-right {
  display: none;
  
  position: absolute;
  left: auto;
  right: 30%;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.11rem;
  z-index: 10;
}

.pc-slide1 .preview1 .pics {
  position: relative;
  height: 0.6rem;
  overflow: hidden;
}

.pc-slide1 .preview1 img {
  width: 100%;
  display: block;
  padding: 0 3px;
  object-fit: cover;
  height: 100%;
}

.pc-slide1 .preview1 .active-nav {
  top: -0.2rem;
}

.pc-slide1 .preview1 .active-nav .pics {
  height: 0.8rem;
}

.pc-slide1 .preview1 .active-nav img {
  padding: 0 3px;
  position: relative;
}

.pc-slide1 .preview1 .texts {
  display: block;
  width: 100%;
  padding: 0 3px;
}

.pc-slide1 .preview1 .texts p {
  text-align: center;
  font-size: 0.16rem;
  color: #5c5c5c;
  line-height: 0.48rem;
  box-sizing: border-box;
  border: 1px solid #dfe0e9;
}

.pc-slide1 .more {
  position: absolute;
  right: 3.5%;
  bottom: 0.2rem;
}

.pc-slide1 .more a {
  display: inline-block;
  color: #791cb5;
  padding: 0 0.1rem;
  border-bottom: 2px solid #791cb5;
  padding-bottom: 0.06rem;
}

.pc-slide1 .more a:hover {
  color: #9d37ac;
}

.xyfgTitle {
  margin-bottom: 0.25rem;
}

.xyfgTitle h5 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  display: inline-block;
  float: left;
  color: #000000;
  border-left: 2px solid #791cb5;
  padding-left: 0.2rem;
  font-weight: normal;
}

.xyfgTitle p {
  float: right;
}

.xyfgTitle p a {
  font-size: 0.12rem;
  display: inline-block;
  padding: 0 0.1rem;
  border-bottom: 2px solid #862480;
  color: #862480;
  padding-bottom: 0.06rem;
  margin-top: 0.08rem;
  transition: 0.4s;
  padding-right: 0.5rem;
  
  line-height: 0.32rem;
}

.xyfgTitle p a+a {
  margin-left: 0.3rem;
}

.xyfgTitle p a:hover {
  color: #000000;
}

.xyfgTitle .title a:hover {
  color: #000000;
}

@media(max-width: 800px) {
  .xyfgTitle p {
    float: none;
    margin-top: 0.15rem;
  }

  .xyfgTitle p a+a {
    margin-left: 0;
  }

  .xyfgTitle p a {
    font-size: 0.24rem;
    display: inline-block;
    padding: 0 0.1rem;
    padding-right: 0.8rem;
    padding-bottom: 0.1rem;
    margin-right: 0.3rem;
    display: table;
  }

  .xyfgTitle h5 {
    font-size: 0.46rem;
    line-height: 0.7rem;
    float: none;
  }

  .xyfgTitle a {
    font-size: 0.24rem;
  }

  .pc-slide1 .preview1 {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    top: 0;
    margin-top: 0;
  }

  .pc-slide1 .preview1 .swiper-container {
    margin: 0 auto;
    width: 100%;
  }

  .pc-slide1 .preview .texts p {
    font-size: 0.28rem;
  }

  .pc-slide1 .view1 .slideText {
    position: relative;
    display: none;
  }

  .pc-slide1 .view1 .slideText h3 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #6510ad;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #6510ad;
  }

  .pc-slide1 .view1 .slideText p {
    font-size: 0.26rem;
    color: #626262;
    margin-top: 0.15rem;
    line-height: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }

  .pc-slide1 .view1 .slideText {
    width: 100%;
    bottom: 17%;
  }

  .pc-slide1 .more {
    position: relative;
    right: auto;
    left: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.5rem;
  }

  .pc-slide1 .preview1 .pics {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    border-radius: 50%;
    margin: 0 auto;
  }

  .pc-slide1 .preview1 img {
    height: 1.2rem;
    display: none;
  }

  .pc-slide1 .preview1 .swiper-wrapper {
    display: flex;
    justify-content: start;
  }

  .pc-slide1 .preview1 .swiper-container {
    padding-top: 0;
  }

  .pc-slide1 .preview1 .active-nav {
    top: 0;
  }

  .pc-slide1 .preview1 .swiper-slide {
    /*width: 0.7rem !important;*/
  }

  .pc-slide1 .preview1 .active-nav .pics {
    height: 10px;
    background: #4b0b77;
  }

  .pc-slide1 .preview1 .active-nav img {}

  .pc-slide1 .preview1 .texts {
    display: none;
  }

  /* .pc-slide1 .preview1 .texts p{font-size: 0.32rem;color: #5c5c5c;line-height:0.68rem;} */
}

@media(max-width: 580px) {
  /*.pc-slide1 .preview1 .pics{height: 0.8rem; }*/
  /*.pc-slide1 .preview1 img {height: 0.8rem;}*/
  /*.pc-slide1 .preview1 .active-nav .pics{height: 1rem;}*/
  /*.pc-slide1 .preview1 .active-nav img {height: 1rem;position: relative;}*/
}

@media(max-width: 480px) {}

/* 校园生活 */
.xyshBox {
  padding-top: 0.8rem;
  position: relative;
  z-index: 4;
}

/* .xykdBox::after{
.xyshBox .title {
  margin-bottom: 0.25rem;
}

.xyshBox .title h5 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  display: inline-block;
  float: left;
  color: #000000;
  border-left: 2px solid #791cb5;
  padding-left: 0.2rem;
  font-weight: normal;
}

.xyshBox .title a {
  font-size: 0.12rem;
  display: inline-block;
  float: right;
  padding: 0 0.04rem;
  border-bottom: 2px solid #791cb5;
  color: #791cb5;
  padding-bottom: 0.06rem;
  margin-top: 0.08rem;
  transition: 0.4s;
}

.xyshBox .title a:hover {
  color: #000000;
}

.xyshBox ul {}

.xyshBox ul li {
  float: left;
  width: 25%;
  position: relative;
}

.xyshBox ul li.li50 {
  float: left;
  width: 50%;
  position: relative;
}

.xyshBox ul li .pic {
  width: 100%;
  height: 3.08rem;
  position: relative;
  overflow: hidden;
}

.xyshBox ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.xyshBox ul li:hover .pic img {
  transform: scale(1.1);
  transition: 0.4s;
}

.xyshBox ul li .pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
}

.xyshBox ul li .text {
  position: absolute;
  bottom: 0.35rem;
  z-index: 4;
}

.xyshBox ul li .text p {
  font-size: 0.18rem;
  color: white;
  font-weight: bold;
  padding: 0 0.35rem;
  line-height: 0.24rem;
}

@media(max-width: 800px) {
  .xyshBox {
    padding-top: 0.5rem;
  }

  .xyshBox ul li.li50 {
    float: left;
    width: 100%;
    position: relative;
  }

  .xyshBox .title {
    padding: 0 0;
  }

  .xyshBox .title h5 {
    font-size: 0.46rem;
    line-height: 0.7rem;
  }

  .xyshBox .title a {
    font-size: 0.24rem;
  }

  .xyshBox ul li {
    float: left;
    width: 50%;
  }

  .xyshBox ul li .pic {
    height: auto;
  }

  /* .xyshBox ul li+li{margin-top: 0.4rem;} */
  .xyshBox ul li .text p {
    font-size: 0.32rem;
    color: white;
    font-weight: bold;
    padding: 0 0.35rem;
    line-height: 0.46rem;
  }
}

/* 人物轮播 */
.peopleBox {
  
  background-size: cover;
  padding: 1.7rem 0 0.8rem 0;
  margin-top: -0.75rem;
}

.peopleBox .swiper-container {
  width: 9.8rem;
  margin: 0 auto;
}

.peopleBox .swiper-slide {
  width: 80%;
  margin: 0 auto;
}

.peopleBox .swiper-slide .text {
  float: left;
  width: calc(100% - 2rem);
  padding-left: 1.1rem;
  position: relative;
  padding-top: 0.32rem;
}

.peopleBox .swiper-slide .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  
  width: 0.77rem;
  height: 0.61rem;
  background-size: 100%;
}

.peopleBox .swiper-slide .text p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: white;
}

.peopleBox .swiper-slide .text span {
  font-size: 0.12rem;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  margin: 0.45rem 0 0.1rem 0;
}

.peopleBox .swiper-slide .text span::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 44%;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.peopleBox .swiper-slide .text h2 {
  font-size: 0.2rem;
  color: white;
}

.peopleBox .swiper-slide .pic {
  width: 1.5rem;
  height: 1.5rem;
  float: right;
}

.peopleBox .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.peopleBox .swiper-pagination {
  height: 14px;
  position: relative;
  z-index: 99;
  padding-left: 1.1rem;
  margin-top: 0.4rem;
}

.peopleBox span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  background: white;
  position: relative;
}

.peopleBox span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: white;
  background: #fffd5b;
  top: 3px;
}

@media(max-width: 800px) {
  .peopleBox .swiper-container {
    width: 100%;
  }

  .peopleBox .swiper-slide {
    width: 100%;
    margin: 0 auto;
  }

  .peopleBox .swiper-slide .text {
    float: none;
    width: 100%;
    padding-left: 1px;
    padding-top: 0.84rem;
  }

  .peopleBox .swiper-slide .pic {
    float: none;
    margin: 0.4rem auto;
    width: 50%;
    height: 50%;
  }

  .peopleBox {
    padding-top: 0.7rem;
  }

  .peopleBox .swiper-slide .text p {
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: white;
    padding-bottom: 0.2rem;
  }

  .peopleBox .swiper-slide .text span {
    font-size: 0.24rem;
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.3rem 0 0.1rem 0;
  }

  .peopleBox .swiper-slide .text h2 {
    font-size: 0.36rem;
    color: white;
  }

  .peopleBox .swiper-pagination {
    padding-left: 0;
  }
}

.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: .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
}

/* 信息 */
.thinfo {
  margin-top: 0.7rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.45rem;
}

.thinfo>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thinfo>div .inf01 {
  width: 46%;
  border-left: 2px solid #791cb5;
  padding-left: 0.3rem;
}

.thinfo>div .inf01 dl {}

.thinfo>div .inf01 dl dt {
  font-size: 0.34rem;
  color: #000000;
  margin-bottom: 0.2rem;
}

.thinfo>div .inf01 dl .infoCon {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.thinfo>div .inf01 dl .infoCon dd {
  width: 40%;
}

.thinfo>div .inf01 dl .infoCon dd a {
  font-size: 0.18rem;
  color: #791cb5;
  line-height: 0.34rem;
  display: inline-block;
  
  padding-right: 0.64rem;
  transition: 0.4s;
}

.thinfo>div .inf01 dl .infoCon dd a:hover {
  padding-left: 0.1rem;
  transition: 0.4s;
}

.thinfo>div .inf02 {
  width: 27%;
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.thinfo>div .inf02 span {
  font-size: 0.18rem;
}

.thinfo>div .inf02 h4 {
  font-size: 0.4rem;
  color: #791cb5;
  font-family: "SourceSansPro-Bold", "微软雅黑";
}

.thinfo>div .inf02 p {
  font-size: 0.24rem;
  color: #791cb5;
  font-weight: bold;
}

.thinfo>div .inf03 {
  width: 27%;
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.thinfo>div .inf03 span {
  font-size: 0.18rem;
}

.thinfo>div .inf03 h4 {
  font-size: 0.4rem;
  color: #5400ff;
  font-family: "SourceSansPro-Bold", "微软雅黑";
}

.thinfo>div .inf03 p {
  font-size: 0.24rem;
  color: #5400ff;
  font-weight: bold;
}

@media(max-width: 800px) {
  .thinfo>div .inf01 {
    width: 100%;
    margin-bottom: 0.3rem;
    border-left: 4px solid #791cb5;
    padding-left: 0.7rem;
  }

  .thinfo>div .inf01 dl dt {
    font-size: 0.58rem;
    color: #000000;
    margin-bottom: 0.2rem;
  }

  .thinfo>div .inf01 dl .infoCon dd {
    width: 100%;
  }

  .thinfo>div .inf01 dl .infoCon dd a {
    font-size: 0.34rem;
    color: #791cb5;
    line-height: 0.62rem;
  }

  .thinfo>div .inf02 {
    width: 50%;
    display: block;
  }

  .thinfo>div .inf02 span {
    font-size: 0.34rem;
  }

  .thinfo>div .inf02 h4 {
    font-size: 0.7rem;
    color: #791cb5;
  }

  .thinfo>div .inf02 p {
    font-size: 0.4rem;
    color: #791cb5;
  }

  .thinfo>div .inf03 {
    width: 50%;
    display: block;
  }

  .thinfo>div .inf03 span {
    font-size: 0.34rem;
  }

  .thinfo>div .inf03 h4 {
    font-size: 0.7rem;
    color: #5400ff;
  }

  .thinfo>div .inf03 p {
    font-size: 0.4rem;
    color: #5400ff;
  }
}

@media(max-width: 800px) {
  .thinfo>div .inf03 {
    width: 100%;
    margin-top: 0.8rem;
  }

  .thinfo>div .inf02 {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.bannerNy .infoName {
  position: relative;
}

.bannerNy .btnBf {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  
  width: 33px;
  height: 33px;
  background-size: 100%;
}

.bannerNy .btnZt {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  
  width: 33px;
  height: 33px;
  background-size: 100%;
}

/* 招生就业 */
/* 在校学生人数 */
.stuBox {
  margin-top: 0.8rem;
}

.stuBox .title {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
}

.stuBox .title h5 {
  display: inline-block;
  font-size: 0.18rem;
  color: #000000;
  text-align: center;
  font-weight: normal;
  background: white;
  padding: 0 0.2rem;
}

.stuBox .title::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  border-bottom: 1px solid #efe9e8;
  left: 0;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}

.stuBox ul {}

.stuBox ul li {
  float: left;
  width: 33.333%;
}

.stuBox ul li p {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  font-family: "SourceSansPro-Bold", "微软雅黑";
  font-weight: bold;
  color: #791cb5;
}

.stuBox ul li span {
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #909090;
}

@media(max-width: 800px) {
  .stuBox .title h5 {
    font-size: 0.34rem;
    padding: 0 0.4rem;
  }

  .stuBox ul li {
    float: left;
    margin-top: 0.25rem;
  }

  .stuBox ul li p {
    font-size: 0.7rem;
  }

  .stuBox ul li span {
    font-size: 0.34rem;
  }
}

/* zspicBox */
.zspicBox {
  width: calc(100% - 10%);
  margin: 0 auto;
  margin-top: 0.8rem;
}

.zspicBox .ul1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.zspicBox .ul1 .li1 {
  margin: 0 10px;
  position: relative;
  width: calc(33.333% - 20px);
}

.zspicBox .ul1 .li1 .pic {
  width: 100%;
  position: relative;
}

.zspicBox .ul1 .li1 .pic img {
  display: block;
  width: 100%;
}

.zspicBox .ul1 .li1 .pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
  width: 100%;
}

.zspicBox .ul1 .li1 .text {
  padding: 0 0.4rem;
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
}

.zspicBox .ul1 .li1 .text h4 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.zspicBox .ul1 .li1 .text h4 a {
  display: inline-block;
  position: absolute;
  right: 0.1rem;
  top: 0.06rem;
  transition: 0.4s;
}

.zspicBox .ul1 .li1 .text h4 a img {
  display: inline-block;
}

.zspicBox .ul1 .li1 .text h4 a:hover {
  right: 0;
  transition: 0.4s;
}

.zspicBox .ul1 .li1 .text h4 span {
  font-size: 0.34rem;
  font-weight: normal;
  display: inline-block;
  position: relative;
  color: white;
}

.zspicBox .ul1 .li1 .text h4 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ee9640;
  top: -1px;
}

.zspicBox .ul1 .li1 .xlBox {
  position: relative;
  margin-top: 0.15rem;
}

.zspicBox .ul1 .li1 .xlBox p {
  color: #000;
  background: ;
  line-height: 0.55rem;
  padding: 0 0.3rem;
  
  font-size: 0.16rem;
  position: relative;
  z-index: 2;
}

.zspicBox .ul1 .li1 .text .xlBox:hover ul {
  display: block;
}

.zspicBox .ul1 .li1 .xlBox ul {
  padding: 0 0.3rem 0.3rem 0.3rem;
  position: absolute;
  background: white;
  width: 100%;
  display: none;
  z-index: 99999999999999;
}

.zspicBox .ul1 .li1 .xlBox ul li {
  border-left: 1px solid #761cb7;
  padding-left: 0.2rem;
}

.zspicBox .ul1 .li1 .xlBox ul li a {
  font-size: 0.14rem;
  color: #761cb7;
  line-height: 0.22rem;
  padding: 0.07rem 0;
  display: inline-block;
  transition: 0.4s;
}

.zspicBox .ul1 .li1 .xlBox ul li a:hover {
  color: #323232;
  padding-left: 0.05rem;
  transition: 0.4s;
}

@media(max-width: 800px) {
  .zspicBox {
    width: calc(100% - 1rem);
    margin: 0 auto;
    margin-top: 0.8rem;
  }

  .zspicBox .ul1 {
    display: block;
  }

  .zspicBox .ul1 .li1 {
    width: 100%;
    margin: 0;
  }

  .zspicBox .ul1 .li1+.li1 {
    margin-top: 0.3rem;
  }

  .zspicBox .ul1 .li1 .text {
    bottom: 0.4rem;
  }

  .zspicBox .ul1 .li1 .text h4 span {
    font-size: 0.58rem;
  }

  .zspicBox .ul1 .li1 .xlBox p {
    font-size: 0.32rem;
    line-height: 0.9rem;
  }

  .zspicBox .ul1 .li1 .xlBox ul li a {
    font-size: 0.26rem;
    color: #761cb7;
    line-height: 0.4rem;
    padding: 0.12rem 0;
    display: inline-block;
    transition: 0.4s;
  }
}

/* .zyfzBox */
.zyfzBox {
  margin-top: 0.8rem;
  
  background-size: cover;
  padding: 0.6rem 0 0.9rem;
}

.zyfzBox .text {
  width: 5.8rem;
  float: right;
}

.zyfzBox .text h5 {
  font-size: 0.34rem;
  color: #FFFFFF;
}

.zyfzBox .text span {
  display: block;
  width: 0.6rem;
  height: 3px;
  background: #ee9640;
}

.zyfzBox .text p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}

.zyfzBox .text a {
  display: inline-block;
  padding: 0.15rem 0.7rem 0.15rem 0.20rem;
  font-size: 0.14rem;
  color: #791cb5;
  
  margin-top: 0.25rem;
}

@media(max-width: 960px) {
  .zyfzBox .text a {
    
  }
}

@media(max-width: 800px) {
  .zyfzBox {
    
    padding: 1.1rem 0 1.1rem 0;
  }

  .zyfzBox .text {
    width: 100%;
  }

  .zyfzBox .text h5 {
    font-size: 0.58rem;
    color: #FFFFFF;
    text-align: center;
  }

  .zyfzBox .text span {
    width: 1.1rem;
    margin: 0.2rem auto 0.4rem auto;
  }

  .zyfzBox .text span {
    width: 0.9rem;
    margin: 0 auto;
  }

  .zyfzBox .text a {
    display: block;
    padding: 0.2rem 1rem 0.2rem 0.20rem;
    font-size: 0.14rem;
    margin: 0.4rem auto 0.2rem auto;
    text-align: center;
    width: 2.5rem;
  }

  .zyfzBox .text p {
    line-height: 0.4rem;
  }
}

/* 清华校历 */
.qhxlBox {}

.qhxlBox dl dd {
  width: 45%;
  float: left;
}

.qhxlBox dl dd:nth-child(even) {
  float: right;
}

.qhxlBox dl dt {
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.3rem;
}

.qhxlBox dl dt span {
  font-size: 0.34rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
}

.qhxlBox dl dt span::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background: #791cb5;
  left: 50%;
  margin-left: -10%;
  bottom: 0;
}

.qhxlBox dl .con {}

.qhxlBox dl .con dd {}

.qhxlBox dl .con dd a {
  display: block;
}

.qhxlBox dl .con dd a h4 {
  font-size: 0.24rem;
  color: #6510ad;
  font-weight: bold;
  display: block;
  border-top: 1px solid #6510ad;
  
  line-height: 0.7rem;
}

.qhxlBox dl .con dd a img {
  display: block;
  width: 100%;
}

@media(max-width: 800px) {
  .qhxlBox dl dt span {
    font-size: 0.58rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.06rem;
  }

  .qhxlBox dl .con dd a h4 {
    font-size: 0.4rem;
    line-height: 1.2rem;
  }

  .qhxlBox dl dd {
    width: 100%;
    float: left;
  }

  .qhxlBox dl dd+dd {
    margin-top: 0.5rem;
  }

  .qhxlBox dl dd:nth-child(even) {
    float: left;
  }
}

/* 体育活动 */
.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;
}

.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 {
  
  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 {
  
  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 {
  
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  width: 0.28rem;
  height: 0.5rem;
  z-index: 10;
  cursor: pointer;
}

.pc-slide .preview .arrow-right {
  
  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: 0.6rem;
  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: 0.8rem;
  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;
  }
}

/* 服务信息 */
.fwxxBox {
  margin-bottom: 0.7rem;
}

.fwxxBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fwxxBox ul li {
  width: 46%;
  float: left;
  border-bottom: 1PX solid #dfdfdf;
  padding: 0.4rem 0 0.2rem 0;
}

.fwxxBox ul li:nth-child(even) {
  float: right;
}

.fwxxBox ul li h5 {
  font-size: 0.24rem;
  color: #000000;
  font-weight: normal;
}

.fwxxBox ul li p {
  font-size: 0.24rem;
  color: #761cb7;
}

.fwxxBox ul li p a {
  font-size: 0.21rem;
  color: #761cb7;
  display: inline-block;
  font-family: "SourceSansPro-Bold", "微软雅黑";
}

@media(max-width: 800px) {
  .fwxxBox ul li {
    width: 100%;
    float: left;
    padding: 0.35rem 0;
  }

  .fwxxBox ul li h5 {
    font-size: 0.4rem;
    color: #000000;
    font-weight: normal;
  }

  .fwxxBox ul li p {
    font-size: 0.4rem;
    color: #761cb7;
  }

  .fwxxBox ul li p a {
    font-size: 0.4rem;
  }
}

/* 校园公告 */
.bulletinBox {
  margin-top: 0.3rem;
}

.bulletinBox .con {
  border: 1px solid #e9e9e9;
  padding: 0.35rem 0.8rem;
}

#xlCon {
  overflow: hidden;
}

.bulletinBox .con h5 {
  font-size: 0.3rem;
  color: #323232;
  text-align: center;
}

.bulletinBox .con p {
  line-height: 0.28rem;
  font-size: 0.16rem;
  color: #323232;
  text-indent: 2em;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
  text-align: justify;
}

.bulletinBox .more1,
.bulletinBox .more2 {
  
  background-size: 100% 100%;
  width: 90%;
  margin: -0.25rem auto 0;
}

.bulletinBox .more1 p,
.bulletinBox .more2 p {
  line-height: 0.5rem;
  width: 100%;
  color: white;
  font-size: 0.16rem;
  text-align: center;
}

@media(max-width: 800px) {
  .bulletinBox .con {
    padding: 0.55rem 0.8rem;
  }

  .bulletinBox .con h5 {
    font-size: 0.54rem;
  }

  .bulletinBox .con p {
    line-height: 0.54rem;
    font-size: 0.32rem;
    margin-bottom: 0.36rem;
    margin-top: 0.36rem;
  }

  .bulletinBox .more1 p,
  .bulletinBox .more2 p {
    line-height: 0.8rem;
    font-size: 0.32rem;
  }

  .pc-slide .preview .swiper-container {
    width: auto;
  }
}

.bulletinXl {
  width: 100%;
  margin-top: 0.7rem;
}

.sidenav {
  overflow: hidden;
}

.bulletinXlCon {
  width: 100%;
}

.bulletinXlCon li {
  border-bottom: 1px solid #d9d9d9;
}

.bulletinXlCon li:first-child {
  border-top: 1px solid #d9d9d9;
}

.bulletinXlCon .lmbt {
  display: block;
  padding: 0.25rem 0;
}

.bulletinXlCon .lmbt a {
  display: block;
  color: #666666;
  font-size: 0.22rem;
  line-height: 0.38rem;
  width: calc(100% - 0.8rem);
}

.bulletinXlCon .lmbt:hover a,
.bulletinXlCon .lmbt.hover a {
  color: #771cb7;
}

/* .currentnav{ background:#f2f3f8 !important; color: #fff !important; } */
.lmbt1 {
  width: 0.8rem;
  height: 100%;
  min-height: 0.56rem;
  line-height: 0.56rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 3px;
}

.bulletinXlCon li {
  position: relative;
  overflow: hidden;
}

.bulletinXlCon li i {
  display: block;
  width: 0.8rem;
  height: 0.38rem;
  position: absolute;
  top: 0.25rem;
  right: 0;
  font-style: normal;
  text-align: right;
  line-height: 0.38rem;
}

.bulletinXlCon li i::before {
  content: "展开+";
  font-size: 0.14rem;
  color: #761cb7;
  font-style: normal;
}

.bulletinXlCon li.open .lmbt {}

.bulletinXlCon li.open .lmbt a {
  color: #771cb7;
  font-weight: bold;
}

/* .bulletinXlCon li.open i.fa-chevron-down {
.bulletinXlCon li.open i.fa-chevron-down::before {
  content: "收起-";
  font-size: 0.14rem;
  color: #761cb7;
  font-style: normal;
}

.slideCon {
  display: none;
}

.slideCon p {
  line-height: 0.28rem;
  font-size: 0.16rem;
  color: #323232;
  text-indent: 2em;
  margin-bottom: 0.2rem;
  text-align: justify;
}

.slideCon p:last-child {
  padding-bottom: 0.6rem;
}

@media(max-width: 800px) {
  .bulletinXlCon .lmbt {
    padding: 0.4rem 0;
  }

  .bulletinXlCon .lmbt a {
    font-size: 0.38rem;
    line-height: 0.7rem;
    width: calc(100% - 1rem);
  }

  .bulletinXlCon li i {
    width: 1rem;
    height: 0.7rem;
    top: 0.4rem;
    line-height: 0.7rem;
  }

  .bulletinXlCon li.open i.fa-chevron-down::before {
    font-size: 0.26rem;
  }

  .bulletinXlCon li i::before {
    font-size: 0.26rem;
    color: #761cb7;
    font-style: normal;
  }

  .slideCon p {
    line-height: 0.54rem;
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }

  .slideCon p:last-child {
    padding-bottom: 0.7rem;
  }
}

/* 历史沿革 */
.slidextBox {
  position: relative;
  margin-bottom: 0.45rem;
}

.slidextBox .swiper-slide {
  position: relative;
}

.slidextBox .swiper-slide a {
  display: block;
}

.slidextBox .swiper-slide a img {
  display: block;
  width: 100%;
}

.slidextBox .swiper-slide a .text {
  
  padding: 0.22rem;
  position: absolute;
  left: 0;
  bottom: 0.45rem;
}

.slidextBox .swiper-slide a .text h3 {
  font-size: 0.18rem;
  color: #791cb5;
  line-height: 0.36rem;
  padding-left: 0.3rem;
  border-left: 2px solid #791CB5;
  padding-right: 0.2rem;
}

.slidextBox .swiper-pagination-white {
  position: absolute;
  bottom: 0.2rem;
  z-index: 2;
  text-align: right;
  width: 97%;
  right: 3%;
}

.slidextBox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}

.slidextBox .swiper-pagination-bullet-active {
  opacity: 1;
}

@media(max-width: 800px) {
  .slidextBox {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    width: calc(100% - 1rem);
    max-width: 800px;
  }

  .slidextBox .swiper-slide a .text h3 {
    font-size: 0.34rem;
    color: #791cb5;
    line-height: 0.6rem;
    padding-left: 0.3rem;
  }
}

/* 大事记 */
.dsjBox {
  border-left: 1px solid #781cb6;
  padding-left: 0.15rem;
  margin-bottom: 0.5rem;
}

.dsjBox li {
  width: 100%;
  display: flex;
  justify-content: start;
}

.dsjBox li+li {
  margin-top: 0.14rem;
}

.dsjBox li span {
  font-size: 0.18rem;
  line-height: 0.34rem;
  display: block;
  color: #7a1db6;
  font-family: arial;
  word-wrap: normal;
  width: 0.85rem;
}

.dsjBox li div {
  width: calc(100% - 1.1rem);
}

.dsjBox li p {
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
}

@media(max-width: 900px) {
  .dsjBox li span {
    width: 0.93rem;
  }
}

@media(max-width: 800px) {
  .dsjBox li+li {
    margin-top: 0.26rem;
  }

  .dsjBox li span {
    font-size: 0.34rem;
    line-height: 0.6rem;
    width: 1.6rem;
  }

  .dsjBox li p {
    font-size: 0.34rem;
    padding-right: 0.6rem;
    line-height: 0.6rem;
  }

  .dsjBox li div {
    width: calc(100% - 1.6rem);
  }
}

/* 历任领导 */
.leaderBox {}

.leaderBox .mBox {
  border-top: 1px solid #e5e5e5;
  padding: 0.4rem 0;
}

.leaderBox .mBox .ml {
  width: 2.65rem;
  padding-left: 0.15rem;
  border-left: 1px solid #791cb5;
}

.leaderBox .mBox .ml h2 {
  font-size: 0.24rem;
  color: #791cb5;
  line-height: 0.36rem;
}

.leaderBox .mBox .ml p {
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.36rem;
}

.leaderBox .mBox .mr {
  width: calc(100% - 2.65rem);
}

.leaderBox .mBox .mr .mcon {
  margin-bottom: 0.32rem;
}

.leaderBox .mBox .mr .mcon h3 {
  float: left;
  width: 33.333%;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.26rem;
  font-weight: normal;
}

.leaderBox .mBox .mr .mcon p {
  float: left;
  width: 33.333%;
}

.leaderBox .mBox .mr .mcon p span {
  display: block;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
}

.leaderBox .mBox .mr .mcon p i {
  display: block;
  font-size: 0.16rem;
  color: #666666;
  font-style: normal;
  font-family: arial;
  line-height: 0.26rem;
}

.leaderBox .mBox .mr h4 {
  float: left;
  width: 100%;
  font-size: 0.18rem;
  color: #000000;
  font-weight: normal;
}

.leaderBox dl {
  margin-bottom: 0.2rem;
}

.leaderBox dl dt {
  float: left;
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
}

.leaderBox dl .frBox {
  width: calc(100% - 2.65rem);
  float: right;
}

.leaderBox dl dd {
  width: 33.333%;
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.34rem;
  float: left;
}

.leaderBox .ml .Mnr {
  font-size: 0.32rem;
  line-height: 0.6rem;
  display: inline-block;
  margin-right: 0.05rem;
  font-style: normal;
  text-decoration: none;
  display: none;
  margin-bottom: 0.15rem;
}

.leaderBox .mr .Mnr {
  font-size: 1em;
  line-height: 0.6rem;
  display: inline-block;
  margin-right: 0.05rem;
  font-style: normal;
  text-decoration: none;
  display: none;
}

@media(max-width: 800px) {
  .leaderBox .ml .Mnr {
    display: inline-block;
  }

  .leaderBox .mr .Mnr {
    display: inline-block;
  }

  .leaderBox dl {
    display: none;
  }

  .leaderBox {
    margin-top: 0.65rem;
  }

  .leaderBox .mBox .ml {
    width: 100%;
    padding-left: 0.35rem;
    float: none;
  }

  .leaderBox .mBox .ml h2 {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }

  .leaderBox .mBox .ml p {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }

  .leaderBox .mBox .mr {
    width: 100%;
    float: none;
    margin-top: 0.3rem;
  }

  .leaderBox .mBox .mr .mcon h3 {
    font-size: 0.36rem;
    line-height: 0.6rem;
    width: 100%;
  }

  .leaderBox .mBox .mr .mcon p {
    width: 48%;
  }

  .leaderBox .mBox .mr .mcon p+p {
    margin-left: 1%;
  }

  .leaderBox .mBox .mr .mcon p span {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }

  .leaderBox .mBox .mr .mcon p i {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }

  .leaderBox .mBox .mr h4 {
    font-size: 0.34rem;
    color: #000000;
    font-weight: normal;
  }
}

/* 历任领导详情 */
.teachDetail2 {
  margin-bottom: 1.8rem;
}

.teachDetail2 .textBox {}

.teachDetail2 .textBox ul {}

.teachDetail2 .textBox ul li {
  float: left;
  width: calc(50% - 0.6rem);
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.teachDetail2 .textBox ul li h4 {
  font-size: 0.24rem;
  color: #791cb5;
  margin-bottom: 0.1rem;
}

.teachDetail2 .textBox ul li p {
  font-size: 0.21rem;
  text-indent: 0;
  margin-bottom: 0;
  color: #1d1d22;
}

.teachDetail2 .textBox ul li+li p {
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #1d1d22;
}

.teachDetail2 .textBox .listp {
  margin-top: 0.5rem;
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.teachDetail2 .textBox .listp p {
  font-size: 0.18rem;
  color: #454646;
  line-height: 0.48rem;
  margin-bottom: 0;
  text-indent: 0;
}

@media(max-width: 800px) {
  .teachDetail2 .textBox ul li {
    float: left;
    width: calc(100% - 0.3rem);
  }

  .teachDetail2 .textBox ul li+li {
    margin-top: 0.8rem;
  }

  .teachDetail2 .textBox ul li+li p {
    margin-bottom: 0.15rem;
    font-size: 0.34rem;
  }

  .teachDetail2 .textBox ul li h4 {
    font-size: 0.4rem;
  }

  .teachDetail2 .textBox ul li p {
    font-size: 0.37rem;
  }

  .teachDetail2 .textBox .listp {
    margin-top: 0.8rem;
  }

  .teachDetail2 .textBox .listp p {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
  }
}

/* 组织机构 */
.organization {}

.organization ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-left: 0.3rem;
  border-left: 1px solid #791cb5;
  margin-bottom: 0.5rem;
}

.organization ul li {
  width: 33.333%;
  margin: 0.15rem 0;
}

.organization ul li a {
  display: block;
}

.organization ul li a i {
  padding-right: 0.2rem;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.34rem;
  display: inline-block;
  font-style: normal;
}

.organization ul li a i.lj {
  
}

.organization ul li span {
  display: block;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.34rem;
}

.organization ul li a[href]:hover i {
  color: #791cb5;
}

.organization ul li a[href]:hover span {
  color: #791cb5;
}

.organization ul li a[href]:hover i.lj {
  
}

@media(max-width: 800px) {
  .organization ul li a i {
    padding-right: 0.25rem;
    font-size: 0.34rem;
    line-height: 0.6rem;
  }

  .organization ul li span {
    font-size: 0.34rem;
    line-height: 0.45rem;
  }

  .organization ul li {
    width: 48%;
    margin: 0.15rem 0;
  }

  .organization ul {
    justify-content: space-between;
    margin-bottom: 0.8rem;
  }
}

/* 现任领导 */
.xleader {
  margin-bottom: 1.1rem;
}

.xleader ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xleader ul li {
  width: 47%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  padding: 0.25rem 0;
}

.xleader ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.xleader ul li h3 {
  font-size: 0.24rem;
  color: #791cb5;
  width: 64%;
  line-height: 0.34rem;
  padding-left: 0.3rem;
  display: inline-block;
  position: relative;
}

.xleader ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0.34rem;
  background: #791cb5;
}

.xleader ul li p {}

.xleader ul li p a {
  display: block;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.34rem;
  font-weight: normal;
}

.xleader ul li p a:hover {
  color: #791cb5;
}

@media(max-width: 800px) {
  .xleader ul li {
    flex-direction: column;
  }

  .xleader ul li h3 {
    font-size: 0.38rem;
    line-height: 0.6rem;
    width: 100%;
  }

  .xleader ul li p {
    margin-left: 0.3rem;
  }

  .xleader ul li p a {
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.6rem;
  }

  /* .xleader .none{display: none;} */
}

/* 现任领导详情 */
.picbox2 {}

.picbox2 img {
  display: block;
  width: 100%;
  height: auto;
}

.teachDetail3 {
  margin-bottom: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.47rem;
}

.teachDetail3 .xName {
  width: 20%;
}

.teachDetail3 .xName h2 {
  font-size: 0.3rem;
  color: #791cb5;
  margin-bottom: 0.13rem;
}

.teachDetail3 .xName p {
  font-size: 0.21rem;
  color: #1d1d22;
  line-height: 0.34rem;
}

.teachDetail3 .textBox {
  width: 80%;
}

.teachDetail3 .textBox ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.teachDetail3 .textBox ul li {
  float: left;
  width: calc(50% - 0.6rem);
}

.teachDetail3 .textBox ul li h4 {
  font-size: 0.24rem;
  color: #791cb5;
  margin-bottom: 0.1rem;
}

.teachDetail3 .textBox ul li p {
  font-size: 0.18rem;
  color: #1d1d22;
  line-height: 0.48rem;
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.teachDetail3 .textBox .listp {
  margin-top: 0.5rem;
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.teachDetail3 .textBox .listp2 {
  margin-top: 0.5rem;
  border-left: 1px solid #791cb5;
  padding-left: 0.3rem;
}

.teachDetail3 .textBox .listp p {
  font-size: 0.18rem;
  color: #454646;
  line-height: 0.30rem;
  margin-bottom: 0;
  text-indent: 0;
  margin-bottom: 0.12rem;
}

.teachDetail3 .textBox .listp2 p {
  font-size: 0.18rem;
  color: #454646;
  line-height: 0.30rem;
  margin-bottom: 0;
  text-indent: 0;
  margin-bottom: 0.12rem;
}

@media(max-width: 800px) {
  .teachDetail3 .xName {
    width: 30%;
  }

  .teachDetail3 .xName h2 {
    font-size: 0.54rem;
    color: #791cb5;
    margin-bottom: 0.3rem;
  }

  .teachDetail3 .xName p {
    font-size: 0.37rem;
    color: #1d1d22;
    line-height: 0.54rem;
  }

  .teachDetail3 .textBox {
    width: 70%;
  }

  .teachDetail3 .textBox ul {
    justify-content: space-between;
  }

  .teachDetail3 .textBox ul li p {
    margin-bottom: 0.15rem;
    font-size: 0.34rem;
    line-height: 0.6rem;
  }

  .teachDetail3 .textBox ul li h4 {
    font-size: 0.4rem;
  }

  .teachDetail3 .textBox ul li p {
    font-size: 0.37rem;
  }

  .teachDetail3 .textBox .listp {
    margin-top: 0.8rem;
  }

  .teachDetail3 .textBox .listp p {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
  }

  .teachDetail3 .textBox .listp2 p {
    font-size: 0.34rem;
    color: #454646;
    line-height: 0.56rem;
    margin-bottom: 0;
    text-indent: 0;
    margin-bottom: 0.32rem;
  }
}

@media(max-width: 768px) {
  .teachDetail3 .textBox ul {
    display: flex;
  }

  .teachDetail3 .textBox ul li {
    width: 100%
  }

  .teachDetail3 .textBox ul li+li {
    margin-top: 0.8rem;
  }
}

/* 统计资料 */
.tjZlBox {}

.tjZlBox .baseSj {}

.tjZlBox h2 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}

.tjZlBox h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
}

.tjZlBox .baseSj dl {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.25rem 0;
}

.tjZlBox .baseSj dl:first-child(1) {
  margin-top: 0.4rem;
}

.tjZlBox .baseSj dl dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tjZlBox .baseSj dl dt span {
  display: block;
  width: 48%;
  font-size: 0.24rem;
  font-family: arial;
  line-height: 0.5rem;
  color: #000000;
  font-weight: normal;
}

.tjZlBox .baseSj dl dt span.de {
  line-height: 0.5rem;
}

.tjZlBox .baseSj dl dt span.de i {
  display: block;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.3rem;
  font-style: normal;
  font-weight: normal;
}

.tjZlBox .baseSj dl dt h3 {
  font-size: 0.24rem;
  color: #791cb5;
  line-height: 0.5rem;
  position: relative;
  padding-left: 0.3rem;
  width: 48%;
}

.tjZlBox .baseSj dl dt h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #791cb5;
  width: 1px;
  height: 0.5rem;
}

.tjZlBox .baseSj dl dd span {
  display: block;
  width: 48%;
  font-size: 0.24rem;
  font-family: arial;
  line-height: 0.5rem;
  color: #000000;
  font-weight: normal;
}

.tjZlBox .baseSj dl dd {
  padding-left: 0.3rem;
}

.tjZlBox .baseSj dl dd h4 {
  font-size: 0.18rem;
  color: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tjZlBox .baseSj dl dd+dd h4 {
  margin-top: 0.3rem;
}

.tjZlBox .baseSj dl dd p {
  font-size: 0.18rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.36rem;
  width: calc(48% - 0.3rem);
}

.tjZlBox .baseSj dl dd h5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0.18rem;
}

.tjZlBox .baseSj dl dd h5 p {
  color: #666666;
}

.tjZlBox .baseSj dl dd span {
  line-height: 0.36rem;
  width: calc(48% + 0.14rem);
}

.tjZlBox .baseSj dl dd h5 span {
  line-height: 0.36rem;
  color: #afafaf;
  width: calc(48% + 0.23rem);
}

.tjZlBox .baseSj dl dd h6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 0.08rem);
}

.tjZlBox .baseSj dl dd h6 s {
  display: block;
  font-style: normal;
  color: #000000;
  font-size: 0.18rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 0.34rem;
}

.tjZlBox .baseSj dl dd h6 p {
  width: calc(43% - 0.18rem);
  line-height: 0.34rem;
}

.tjZlBox .baseSj dl dd h6 p i {
  display: block;
  font-size: 0.18rem;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  line-height: 0.34rem;
}

.tjZlBox .baseSj dl dd h6 div {
  display: block;
  width: calc(48% + 0.18rem);
}

.tjZlBox .case {
  background: #f5f5f5;
  padding: 0.13rem;
  margin: 0.55rem 0 0.65rem 0;
}

.tjZlBox .case p {
  color: #999;
  font-size: 0.12rem;
  line-height: 0.22rem;
}

.tjZlBox .otherSj {}

.tjZlBox .otherSj ul {
  padding-left: 0.3rem;
  border-left: 1px solid #791cb5;
  margin-top: 0.3rem;
}

.tjZlBox .otherSj ul li {}

.tjZlBox .otherSj ul li a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.72rem;
  color: #791cb3;
  
  padding-right: 1.4rem;
}

.tjZlBox .baseSj .Sx {
  font-size: 0.22rem;
  color: #FF6600;
  text-decoration: none;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  height: 100%;
}

@media(max-width: 800px) {
  .tjZlBox .baseSj .Sx {
    font-size: 0.42rem;
  }

  .tjZlBox h2::after {
    width: 0.98rem;
    height: 4px;
  }

  .tjZlBox .baseSj dl dd h6 {
    width: 100%;
  }

  .tjZlBox h2 {
    font-size: 0.58rem;
    position: relative;
    padding-bottom: 18px;
  }

  .tjZlBox .baseSj dl dt span {
    font-size: 0.4rem;
    ;
    line-height: 0.8rem;
  }

  .tjZlBox .baseSj dl dt span.de {
    line-height: 0.8rem;
  }

  .tjZlBox .baseSj dl dt span.de i {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }

  .tjZlBox .baseSj dl dt h3 {
    font-size: 0.4rem;
    line-height: 0.8rem;
    ;
  }

  .tjZlBox .baseSj dl dd span {
    font-size: 0.4rem;
    line-height: 0.8rem !important;
  }

  .tjZlBox .baseSj dl dd span:nth-child(4) {
    line-height: 1.6rem !important;
  }

  .tjZlBox .baseSj dl dd h4 {
    font-size: 0.34rem;
  }

  .tjZlBox .baseSj dl dd+dd h4 {
    margin-top: 0.3rem;
  }

  .tjZlBox .baseSj dl dd p {
    font-size: 0.34rem;
    line-height: 0.8rem;
  }

  .tjZlBox .baseSj dl dd h6 s {
    font-size: 0.34rem;
    line-height: 0.6rem;
    width: 17%;
  }

  .tjZlBox .baseSj dl dd h6 p {
    line-height: 0.6rem;
    width: 53%;
  }

  .tjZlBox .baseSj dl dd h6 p i {
    display: block;
    font-size: 0.34rem;
    line-height: 0.8rem;
  }

  .tjZlBox .baseSj dl dd h6 div {
    width: 30%;
  }

  .tjZlBox .case {
    padding: 0.2rem;
    margin: 0.85rem 0 1.05rem 0;
  }

  .tjZlBox .case p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .tjZlBox .otherSj ul {
    padding-left: 0.3rem;
    margin-top: 0.3rem;
  }

  .tjZlBox .otherSj ul li a {
    font-size: 0.4rem;
    line-height: 0.6rem;
    padding: 0.2rem 0;
    padding-right: 1rem;
  }
}

/* 学校概况 */
.zcBox {
  margin-top: 0.8rem;
}

.zcBox .zcBoxCon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.zcBox .leftText .title h2 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}

.zcBox .leftText .title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
}

.zcBox .zcBoxCon .leftText {
  width: 8rem;
}

.zcBox .zcBoxCon .leftText h4 {
  font-size: 0.2rem;
  color: #000000;
  left: 0.36rem;
  display: inline-block;
  margin-bottom: 0.15rem;
  margin-top: 0.3rem;
}

.zcBox .zcBoxCon .leftText h4 span {
  display: inline-block;
  font-size: 0.14rem;
  color: #000000;
  font-weight: normal;
  margin-left: 0.15rem;
}

.zcBox .zcBoxCon .leftText>p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #929292;
  text-align: justify;
}

.zcBox .zcBoxCon .leftText>p+p {
  margin-top: 0.25rem;
}

.zcBox .zcBoxCon .leftText .more {
  margin-top: 0.3rem;
  margin-bottom: 0.56rem;
}

.zcBox .zcBoxCon .leftText .more p {
  border-bottom: 1px solid #862480;
  display: inline-block;
  padding-bottom: 0.07rem;
}

.zcBox .zcBoxCon .leftText .more p a {
  display: inline-block;
  color: #862480;
  font-size: 0.14rem;
  line-height: 0.26rem;
  
  padding-right: 0.56rem;
}

.zcBox .zcBoxCon .leftText .more p a:hover {
  color: #323232;
}

.zcBox .zcBoxCon .leftText .more p:hover {
  border-bottom: 1px solid #323232;
}

.zcBox .zcBoxCon .rightPic {
  width: 6rem;
  margin-left: -2rem;
  position: relative;
  z-index: -1;
}

.zcBox .zcBoxCon .rightPic img {
  display: block;
  max-width: 100%;
}

@media(max-width: 800px) {
  .zcBox .leftText .title h2::after {
    width: 0.98rem;
    height: 4px;
  }

  .zcBox .leftText .title h2 {
    font-size: 0.58rem;
    position: relative;
    padding-bottom: 18px;
  }

  .zcBox .zcBoxCon {
    flex-direction: column;
  }

  .zcBox .zcBoxCon .leftText {
    width: 100%;
  }

  .zcBox .zcBoxCon .leftText h4 {
    font-size: 0.36rem;
    left: 0.56rem;
    display: inline-block;
    margin-bottom: 0.25rem;
    margin-top: 0.6rem;
  }

  .zcBox .zcBoxCon .leftText h4 span {
    font-size: 0.26rem;
    margin-left: 0.25rem;
  }

  .zcBox .zcBoxCon .rightPic {
    width: 100%;
  }

  .zcBox .zcBoxCon .rightPic img {
    margin: 0 auto;
  }

  .zcBox .zcBoxCon .leftText>p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #929292;
  }

  .zcBox .zcBoxCon .leftText p+p {
    margin-top: 0.35rem;
  }

  .zcBox .zcBoxCon .leftText .more {
    margin-top: 0.3rem;
  }

  .zcBox .zcBoxCon .leftText .more p a {
    font-size: 0.26rem;
    line-height: 0.6rem;
    padding-right: 0.76rem;
  }
}

/* 学校沿革 */
.xxygBox {
  position: relative;
  padding-top: 0.77rem;
}

.xxygBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85%;
  background: #f2f3f9;
  z-index: -1;
}

.xxygBox .title {}

.xxygBox .title h2 {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
  text-align: center;
}

.xxygBox .title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
  margin-left: -0.34rem;
}

.xxygBox .title>p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #929292;
  text-align: center;
  width: 66%;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.xxygBox .title .more {
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.xxygBox .title .more p {
  border-bottom: 1px solid #862480;
  display: inline-block;
  padding-bottom: 0.07rem;
  display: table-cell;
}

.xxygBox .title .more p a {
  display: inline-block;
  color: #862480;
  font-size: 0.14rem;
  line-height: 0.26rem;
  
  padding-right: 0.56rem;
}

.xxygBox .title .more p a:hover {
  color: #9d37ac;
}

.xxygBox .title .more p:hover {
  border-bottom: 1px solid #9d37ac;
}

.xxygBox .Con {
  width: 85%;
  margin: 0.77rem auto 0 auto;
}

.xxygBox .Con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xxygBox .Con ul li {
  width: 33.33%;
}

.xxygBox .Con ul li a {
  display: block;
  width: 100%;
}

.xxygBox .Con ul li a img {
  display: block;
  width: 100%;
}

@media(max-width: 800px) {
  .xxygBox .Con {
    width: 100%;
  }

  .xxygBox {
    margin-top: 0;
  }

  .xxygBox .title h2::after {
    width: 0.98rem;
    height: 4px;
  }

  .xxygBox .title h2 {
    font-size: 0.58rem;
    position: relative;
    padding-bottom: 18px;
  }

  .xxygBox .title>p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    text-align: center;
    width: 100%;
    margin-top: 0.3rem;
  }

  /* .xxygBox .Con ul li{width:100%;} */
  .xxygBox .title .more p a {
    font-size: 0.26rem;
    line-height: 0.6rem;
    padding-right: 0.76rem;
  }
}

/* 历任领导 现任领导 */
.leaderLink {
  margin-top: 1.18rem;
}

.leaderLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leaderLink ul li {
  width: 48%;
}

.leaderLink ul li h2 {
  padding: 0.3rem 0 0.7rem 0;
  background: #f2f3f9
}

.leaderLink ul li h2 p {
  font-size: 0.34rem;
  color: #000000;
  font-weight: normal;
  position: relative;
  padding: 0 10%;
  padding-bottom: 18px;
}

.leaderLink ul li h2 p::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
}

.leaderLink ul li a {
  
  display: block;
  background-size: 100% 100%;
  height: 0.82rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: -0.2rem;
}

.leaderLink ul li a span {
  color: white;
  display: block;
  line-height: 0.82rem;
  padding: 0 10%;
  
  transition: 0.4s;
  font-size: 0.14rem;
}

.leaderLink ul li a:hover span {
  
  transition: 0.4s;
}

@media(max-width: 800px) {
  .leaderLink .w12 {
    width: 100%;
    margin: 0;
  }

  .leaderLink ul li h2 p::after {
    width: 0.98rem;
    left: 50%;
    margin-left: -0.56rem;
  }

  .leaderLink {
    margin-top: 0.6rem;
  }

  .leaderLink ul li h2 {
    padding: 0.5rem 0 1.2rem 0;
    background: #f2f3f9
  }

  .leaderLink ul li {
    width: 100%;
  }

  .leaderLink ul li h2 p {
    font-size: 0.58rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding: 0 10%;
    padding-bottom: 18px;
    text-align: center;
  }

  .leaderLink ul li+li {
    margin-top: 0.3rem;
  }

  .leaderLink ul li a {
    height: 1rem;
    top: -0.5rem;
  }

  .leaderLink ul li a span {
    font-size: 0.26rem;
    line-height: 1rem;
  }
}

/* orBox */
.orBox {
  position: relative;
  z-index: 2;
  bottom: -0.75rem;
  margin-top: 0.55rem;
}

.orBox .Con {
  display: flex;
  justify-content: space-between;
  background: #f2f3f9;
  padding: 0.42rem 5%;
  align-items: center;
}

.orBox .Con .Ltext {
  border-left: 4px solid #791cb5;
  padding-left: 0.3rem;
}

.orBox .Con .Ltext h2 {
  font-size: 0.34rem;
  font-weight: normal;
  position: relative;
}

.orBox .Con .Ltext p {
  font-size: 0.14rem;
  color: #929292;
  margin-top: 0.1rem;
}

.orBox .Con .Rmore {
  display: table;
  text-align: right;
}

.orBox .Con .Rmore p {
  border-bottom: 1px solid #862480;
  display: inline-block;
  padding-bottom: 0.07rem;
  display: table-cell;
}

.orBox .Con .Rmore p a {
  display: inline-block;
  color: #862480;
  font-size: 0.14rem;
  line-height: 0.26rem;
  
  padding-right: 0.56rem;
}

.orBox .Con .Rmore p a:hover {
  color: #323232;
}

.orBox .Con .Rmore p:hover {
  border-bottom: 1px solid #323232;
}

@media(max-width: 800px) {
  .orBox .w12 {
    width: 100%;
    margin: 0;
  }

  .orBox {
    margin-top: 0;
  }

  .orBox .Con {
    flex-wrap: wrap;
  }

  .orBox .Con .Rmore {
    margin: 0.4rem auto 0 auto;
  }

  .orBox .Con .Ltext {
    padding-left: 0;
    border: none;
    width: 100%;
  }

  .orBox .Con .Ltext h2 {
    font-size: 0.58rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding: 0 10%;
    padding-bottom: 18px;
    text-align: center;
  }

  .orBox .Con .Ltext h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #791cb5;
    width: 0.98rem;
    height: 4px;
    left: 50%;
    margin-left: -0.56rem;
  }

  .orBox .Con .Ltext p {
    display: none;
  }

  .orBox .Con .Rmore p a {
    font-size: 0.26rem;
    line-height: 0.6rem;
    padding-right: 0.76rem;
  }
}

@media(max-width: 580px) {
  .orBox .Con {
    flex-wrap: wrap;
    justify-content: start;
  }

  .orBox .Con .Ltext {
    width: 100%
  }
}

/* zlBox */
.zlBox {
  
  background-size: cover;
  padding: 1.5rem 0 0.95rem 0;
}

.zlBox .title {}

.zlBox .title h2 {
  font-size: 0.34rem;
  color: white;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
  text-align: center;
}

.zlBox .title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #791cb5;
  width: 0.68rem;
  height: 4px;
  margin-left: -0.34rem;
}

.zlBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.zlBox ul li {
  width: 25%;
  position: relative;
  margin-top: 0.3rem;
}

.zlBox ul li::after {
  content: "";
  width: 1px;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.53);
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -0.4rem;
}

.zlBox ul li:nth-child(1)::after,
.zlBox ul li:nth-child(5)::after {
  display: none;
}

.zlBox ul li h4 {
  font-size: 0.72rem;
  display: block;
  text-align: center;
  color: white;
  font-family: "SourceSansPro-bold";
}

.zlBox ul li p {
  font-size: 0.18rem;
  display: block;
  text-align: center;
  color: white;
}

.zlBox .more {
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.zlBox .more p {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  padding-bottom: 0.07rem;
  display: table-cell;
}

.zlBox .more p a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.14rem;
  line-height: 0.26rem;
  
  padding-right: 0.56rem;
}

.zlBox .more p a:hover {
  color: #932991;
}

.zlBox .more p:hover {
  border-bottom: 1px solid #932991;
}

.zlBox .more p:hover a {
  
}

@media(max-width: 800px) {
  .zlBox .title h2::after {
    width: 0.98rem;
    height: 4px;
  }

  .zlBox .title h2 {
    font-size: 0.58rem;
    position: relative;
    padding-bottom: 18px;
  }

  .zlBox ul li:nth-child(3)::after,
  .zlBox ul li:nth-child(7)::after {
    display: none;
  }

  .zlBox ul li::after {
    left: -5%;
    height: 70%;
    top: 20%;
    margin-top: 0;
  }

  .zlBox ul li {
    width: 48%;
  }

  .zlBox ul li h4 {
    font-size: 1.2rem;
  }

  .zlBox ul li p {
    font-size: 0.36rem;
  }

  .zlBox .more {
    margin-top: 0.7rem;
  }

  .zlBox .more p a {
    font-size: 0.26rem;
    line-height: 0.6rem;
    padding-right: 0.76rem;
  }
}

@media(max-width: 580px) {
  .zlBox ul li {
    width: 47%;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.53);
  }

  .zlBox ul li::after {
    display: none;
  }
}

/* 校长致辞 */
.principal {
  margin-top: 0.8rem;
}

.principal img {
  display: block;
  width: 100%;
}

.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;
  }
}

/* 院系设置 */
.organizaBox .w12 {
  position: relative;
}

.organizaBox .tabjgBox {
  width: calc(100% - 0.75rem);
  position: relative;
  z-index: 4;
  margin-left: 0.75rem;
}

.organizaBox .tabjgBox::before {
  content: "";
  position: absolute;
  right: 0;
  background: #e3e3e3;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  z-index: 3;
}

.organizaBox .tabjgBox .jgBoxTitle {
  cursor: pointer;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 8;
  background: white;
  padding: 0.04rem 0.23rem;
  border: 1px solid #791cb5;
  min-width: 1.1rem;
  min-height: 0.34rem;
}

.organizaBox .tabjgBox .jgBoxTitle p {
  font-size: 0.14rem;
  color: #791cb5;
  font-weight: normal;
  text-align: center;
  line-height: 0.34rem;
}

.organizaBox .tabjgBox .jgBoxTitle:nth-child(1) p {
  
  padding-left: 0.3rem;
  background-size: 0.21rem;
}

.organizaBox .tabjgBox .jgBoxTitle.cur {
  position: relative;
  background: #791cb5;
}

.organizaBox .tabjgBox .jgBoxTitle.cur::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top-color: #791cb5;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  margin-left: -0.05rem;
  bottom: -0.1rem;
}

.organizaBox .tabjgBox .jgBoxTitle.cur p {
  color: #FFFFFF;
  position: relative;
}

.organizaBox .tabjgBox .jgBoxTitle.cur:nth-child(1) p {
  
  background-size: 0.21rem;
}

.organizaBox .swiper-container {
  width: 100%;
  margin-top: 0.3rem;
}

.organizaBox .swiper-slide {}

.organizaBox .swiper-slide .md {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 0.75rem;
}

.organizaBox .swiper-slide .md a {
  background: #f2f3f9;
  font-size: 0.24rem;
  color: #757575;
  display: inline-block;
  width: 0.46rem;
  text-align: center;
  line-height: 0.54rem;
  margin-right: 0.05rem;
  margin-bottom: 0.05rem;
}

.organizaBox .swiper-slide .md a:hover {
  color: #fff;
  background: #791cb5;
}

.organizaBox .orgaCon {}

.organizaBox .orgaCon dl {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  align-items: flex-start;
}

.organizaBox .orgaCon dl dt {
  width: 0.75rem;
  font-size: 0.6rem;
  color: #791cb5;
  line-height: 0.45rem;
}

.organizaBox .orgaCon dl .ddBox {
  padding-left: 0.3rem;
  border-left: 1px solid #791cb5;
  width: calc(100% - 0.75rem);
}

.organizaBox .orgaCon dl .ddBox dd {}

.organizaBox .orgaCon dl .ddBox dd+dd {
  margin-top: 0.15rem;
}

.organizaBox .orgaCon dl .ddBox dd h3 {}

.organizaBox .orgaCon dl .ddBox dd h3 a {
  font-size: 0.26rem;
  color: #791cb5;
  font-weight: normal;
  line-height: 0.45rem;
  padding-right: 0.15rem;
  display: inline-block;
}

.organizaBox .orgaCon dl .ddBox dd h3 a[href] {
  
}

.organizaBox .orgaCon dl .ddBox dd h3 a[href]:hover {
  
  color: #000000;
}

.organizaBox .orgaCon dl .ddBox dd p {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.organizaBox .orgaCon dl .ddBox dd .p1 a {
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.36rem;
  display: inline-block;
}

.organizaBox .orgaCon dl .ddBox dd p a {
  width: 19%;
  margin-right: 1%;
  display: block;
}

.organizaBox .orgaCon dl#a15 .ddBox dd p a {
  width: auto;
  min-width: 21%;
}

.organizaBox .orgaCon dl .ddBox dd p a i {
  font-size: 0.16rem;
  line-height: 0.36rem;
  display: inline-block;
  font-style: normal;
}

.organizaBox .orgaCon dl .ddBox dd h4 {}

.organizaBox .orgaCon dl .ddBox dd h4 a {
  font-size: 0.26rem;
  color: #c5b4d1;
  font-weight: normal;
  font-style: italic;
  line-height: 0.65rem;
  display: inline-block;
}

.organizaBox .orgaCon dl .ddBox dd h4 a.link {
  
  padding-right: 0.25rem;
}

.organizaBox .orgaCon dl .ddBox dd h4 a.link:hover {
  
  color: #791CB5;
}

.organizaBox .orgaCon dl .ddBox dd .p2 {}

.organizaBox .orgaCon dl .ddBox dd .p1 a i {
  
  padding-right: 0.15rem;
}

.organizaBox .orgaCon dl .ddBox dd .p1 a:hover i {
  
  color: #791cb5;
}

.organizaBox .orgaCon dl .ddBox dd .p2 a i {
  color: #791cb5;
  display: inline-block;
  
  padding-right: 0.15rem;
}

.organizaBox .orgaCon dl .ddBox dd .p2 a:hover i {
  
  color: #000000;
}

.organizaBox .bzinf {
  position: relative;
  margin: 0.76rem 0;
}

.organizaBox .bzinf::after {
  position: absolute;
  content: "";
  width: 1000%;
  height: 0.48rem;
  background: #f5f5f5;
  right: -1000%;
  top: 0;
  z-index: -1;
}

.organizaBox .bzinf p {
  line-height: 0.48rem;
  color: #999999;
  font-size: 0.12rem;
  background: #f5f5f5;
  padding-left: 0.25rem;
}

@media(max-width: 800px) {
  .organizaBox .tabjgBox .jgBoxTitle p {
    line-height: 0.28rem;
  }

  .organizaBox .tabjgBox .jgBoxTitle:nth-child(1) p {
    background-size: contain !important;
  }

  .organizaBox .swiper-container {
    margin-top: 0.7rem;
  }

  .organizaBox .tabjgBox {
    display: table;
    width: auto;
    margin: auto;
    text-align: center;
  }

  .organizaBox .tabjgBox::before {
    display: none;
  }

  .organizaBox .orgaCon dl {
    display: block;
    margin-top: 0.5rem;
  }

  .organizaBox .orgaCon dl .ddBox dd h4 a.link {
    
    padding-right: 0.25rem;
  }

  .organizaBox .orgaCon dl .ddBox dd h4 a.link:hover {
    
    color: #791CB5;
  }

  .organizaBox .tabjgBox .jgBoxTitle {
    padding: 0.25rem 0.65rem;
  }

  .organizaBox .tabjgBox .jgBoxTitle:nth-child(1) p {
    padding-left: 0.5rem;
  }

  .organizaBox .tabjgBox .jgBoxTitle p {
    font-size: 0.36rem;
    line-height: 0.38rem;
  }

  .organizaBox .tabjgBox .jgBoxTitle.cur::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0.2rem solid transparent;
    border-top-color: #791cb5;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    margin-left: -0.13rem;
    bottom: -0.2rem;
  }

  .organizaBox .swiper-slide .md {
    margin-left: 0;
    display: block;
    flex-wrap: nowrap;
  }

  .organizaBox .swiper-slide .md {
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding: 0px 5px;
    box-sizing: border-box;
  }

  .organizaBox .swiper-slide .md a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
  }

  .organizaBox .swiper-slide .md::-webkit-scrollbar {
    display: none;
  }

  .organizaBox .swiper-slide .md a {
    background: #f2f3f9;
    font-size: 0.4rem;
    color: #757575;
    display: inline-block;
    width: 0.96rem;
    line-height: 1.1rem;
  }

  .organizaBox .orgaCon dl dt {
    width: 1.1rem;
    font-size: 1.1rem;
    color: #791cb5;
    line-height: 1.1rem;
  }

  .organizaBox .orgaCon dl .ddBox {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }

  .organizaBox .orgaCon dl .ddBox dd h3 a {
    font-size: 0.44rem;
    line-height: 0.6rem;
    padding-right: 0.25rem;
    margin: 0.15rem 0;
  }

  .organizaBox .orgaCon dl .ddBox dd h4 a {
    font-size: 0.44rem;
    line-height: 1.1rem;
  }

  .organizaBox .orgaCon dl .ddBox dd .p1 {
    padding-left: 0.3rem;
    border-left: 1px solid #791cb5;
    margin-bottom: 0.4rem;
  }

  .organizaBox .orgaCon dl .ddBox dd .p1 a i {
    padding-right: 0.25rem;
  }

  .organizaBox .orgaCon dl .ddBox dd .p2 a i {
    padding-right: 0.25rem;
  }

  .organizaBox .orgaCon dl .ddBox dd p a {
    width: 100%;
    margin-right: 0%;
  }

  .organizaBox .orgaCon dl#a15 .ddBox dd p a {
    width: 100%;
    margin-right: 0%;
  }

  .organizaBox .orgaCon dl .ddBox dd p a i {
    font-size: 0.32rem;
    line-height: 0.4rem;
    display: inline-block;
    font-style: normal;
    margin: 0.05rem 0 0.15rem 0;
  }

  .organizaBox .orgaCon dl .ddBox dd .p1 a i {
    margin: 0;
  }

  .organizaBox .orgaCon dl .ddBox dd .p1 a {
    font-size: 0.32rem;
    line-height: 0.4rem;
    display: inline-block;
    margin: 0.05rem 0 0.15rem 0;
  }
}

/* 院系设置map */
.yxszConMobile {
  display: none;
}

.yxszBox {}

.yxszBox .yxszTitle {}

.yxszBox .yxszTitle img {
  display: block;
  margin: 0 auto;
}

.yxszBox .yxszCon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 0.4rem;
}

.yxszBox .yxszCon::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  height: calc(100% + 0.4rem);
  width: 1px;
  background: #dcdcdc;
  z-index: 6;
  top: -0.4rem;
}

.yxszBox .yxszCon::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  background: #9879ab;
  z-index: -1;
  bottom: 0;
  border-radius: 50%;
}

.yxszBox .yxszCon h4 {
  font-weight: normal;
}

.yxszBox .yxszCon .setL {
  width: 50%;
}

.yxszBox .yxszCon .setL>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  /*padding-right: 0.3rem;*/
  position: relative;
  padding-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.yxszBox .yxszCon .setL>div::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  background: #8f000b;
  width: 100%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.yxszBox .yxszCon .setL>div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #8f000b;
  width: 100%;
}

.yxszBox .yxszCon .setL .zsul {}

.yxszBox .yxszCon .setL .zsul li {}

.yxszBox .yxszCon .setL .zsul li a {
  font-size: 0.16rem;
  color: #791cb5;
  line-height: 0.2rem;
  display: inline-block;
  margin: 0.1rem 0;
}

.yxszBox .yxszCon .setL .zsul li a:hover {
  color: #791cb5;
}

.yxszBox .yxszCon .setL .zsul li a[href] {
  
  padding-right: 20px;
}

.yxszBox .yxszCon .setL .zsul li a[href]:hover {
  color: #9d37ac;
  
}

.yxszBox .yxszCon .setL .hsul li {}

.yxszBox .yxszCon .setL .hsul li a {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.2rem;
  display: inline-block;
  margin: 0.1rem 0;
}

.yxszBox .yxszCon .setL .hsul li a:hover {
  #000000
}

.yxszBox .yxszCon .setL .hsul li a[href] {
  
  padding-right: 20px;
}

.yxszBox .yxszCon .setL .hsul li a[href]:hover {
  color: #9d37ac;
  
}

.yxszBox .yxszCon .setL .zsh4 {}

.yxszBox .yxszCon .setL .zsh4 a {
  font-size: 0.24rem;
  color: #8f000b;
}

.yxszBox .yxszCon .setL .xth4 a {
  font-size: 0.24rem;
  color: #ad94be;
  font-style: italic;
}

.yxszBox .yxszCon .setL h4 a[href]:hover {
  color: #ff0015;
  
}

.yxszBox .yxszCon .setL .zsh4 a[href] {
  
  padding-right: 20px;
}

.yxszBox .yxszCon .setL .zsh4 a[href]:hover {
  color: ##9d37ac;
}

.yxszBox .yxszCon .setL .xth4 a[href] {
  
  padding-right: 0.15rem;
}

.yxszBox .yxszCon .setR .xth4 a[href]:hover {
  color: #9d37ac;
  
}

.yxszBox .yxszCon .setR {
  width: 50%;
}

.yxszBox .yxszCon .setR>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  padding-left: 0.3rem;
  position: relative;
  padding-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.yxszBox .yxszCon .setR>div::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  background: #8f000b;
  width: 100%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.yxszBox .yxszCon .setR>div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #8f000b;
  width: 100%;
}

.yxszBox .yxszCon .setR>div:nth-child(1) {
  margin-top: 0.45rem;
}

.yxszBox .yxszCon .setR>div ul {
  width: 50%;
}

.yxszBox .yxszCon .setR .zsul {}

.yxszBox .yxszCon .setR .zsul li {}

.yxszBox .yxszCon .setR .zsul li a {
  font-size: 0.16rem;
  color: #791cb5;
  line-height: 0.2rem;
  display: inline-block;
  margin: 0.1rem 0;
}

.yxszBox .yxszCon .setR .zsul li a:hover {
  color: #791cb5;
}

.yxszBox .yxszCon .setR .zsul li a[href] {
  
  padding-right: 0.15rem;
}

.yxszBox .yxszCon .setR .zsul li a[href]:hover {
  color: #9d37ac;
}

.yxszBox .yxszCon .setR .hsul li {}

.yxszBox .yxszCon .setR .hsul li a {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.2rem;
  display: inline-block;
  margin: 0.1rem 0;
}

.yxszBox .yxszCon .setR .hsul li a:hover {
  #000000
}

.yxszBox .yxszCon .setR .hsul li a[href] {
  
  padding-right: 20px;
}

.yxszBox .yxszCon .setR .hsul li a[href]:hover {
  color: #9d37ac;
  
}

.yxszBox .yxszCon .setR .zsh4 {}

.yxszBox .yxszCon .setR .zsh4 a {
  font-size: 0.24rem;
  color: #8f000b;
}

.yxszBox .yxszCon .setR .zsh4 a:hover {
  color: #791cb5;
}

.yxszBox .yxszCon .setR .xth4 a {
  font-size: 0.24rem;
  color: #ad94be;
  font-style: italic;
}

.yxszBox .yxszCon .setR h4 a[href]:hover {
  color: #ff0015;
  
}

.yxszBox .yxszCon .setR .zsh4 a[href] {
  
  padding-right: 20px;
}

.yxszBox .yxszCon .setR .zsh4 a[href]:hover {
  color: #ff0015;
  
}

.yxszBox .yxszCon .setR .xth4 a[href] {
  
  padding-right: 0.15rem;
}

.yxszBox .yxszCon .setR .xth4 a[href]:hover {
  color: #9d37ac;
  
}

@media(max-width: 800px) {
  .yxszBox .yxszCon {
    display: none;
  }

  .yxszBox .yxszTitle {
    margin-bottom: 0.5rem;
  }

  .yxszBox .yxszTitle img {
    display: block;
    margin: 0;
  }

  .yxszBox .yxszConMobile {
    display: block;
  }

  .yxszBox .yxszConMobile::before {
    content: "";
    position: absolute;
    left: 26px;
    height: calc(100% + 0.4rem);
    width: 1px;
    background: #dcdcdc;
    z-index: -1;
    top: 52px;
  }

  .yxszBox .yxszConMobile::after {
    content: "";
    position: absolute;
    left: 16px;
    height: 20px;
    width: 20px;
    background: #9879ab;
    z-index: -1;
    bottom: 0;
    border-radius: 50%;
  }

  .yxszBox .yxszConMobile .MCon {
    width: calc(100% - 40px);
    padding-left: 1.1rem;
  }

  .yxszBox .yxszConMobile .MCon {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding-top: 0.4rem;
    margin-bottom: 0.8rem;
  }

  .yxszBox .yxszConMobile .MCon::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 23px;
    background: #791cb5;
    width: 100%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }

  .yxszBox .yxszConMobile .MCon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    border-top: 1px solid #791cb5;
    width: 100%;
  }

  .yxszBox .yxszConMobile .MCon .zsul {}

  .yxszBox .yxszConMobile .MCon .zsul li {}

  .yxszBox .yxszConMobile .MCon .zsul li a {
    font-size: 0.32rem;
    color: #791cb5;
    line-height: 0.44rem;
    display: inline-block;
    margin: 0.1rem 0;
  }

  .yxszBox .yxszConMobile .MCon .zsul li a:hover {
    color: #791cb5;
  }

  .yxszBox .yxszConMobile .MCon .zsul li a[href] {
    
    padding-right: 0.35rem;
  }

  .yxszBox .yxszConMobile .MCon .zsul li a[href]:hover {
    color: #9d37ac;
    
  }

  .yxszBox .yxszConMobile .MCon .hsul li {}

  .yxszBox .yxszConMobile .MCon .hsul li a {
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.44rem;
    display: inline-block;
    margin: 0.1rem 0;
  }

  .yxszBox .yxszConMobile .MCon .hsul li a:hover {
    #000000
  }

  .yxszBox .yxszConMobile .MCon .hsul li a[href] {
    
    padding-right: 0.35rem;
  }

  .yxszBox .yxszConMobile .MCon .hsul li a[href]:hover {
    color: #9d37ac;
    
  }

  .yxszBox .yxszConMobile .MCon h4 {
    font-weight: normal;
    margin-bottom: 0.3rem;
  }

  .yxszBox .yxszConMobile .MCon .zsh4 a {
    font-size: 0.44rem;
    color: #791cb5;
  }

  .yxszBox .yxszConMobile .MCon .xth4 a {
    font-size: 0.44rem;
    color: #ad94be;
    font-style: italic;
  }

  .yxszBox .yxszConMobile .MCon h4 a[href]:hover {
    color: #9d37ac;
    
  }

  .yxszBox .yxszConMobile .MCon .zsh4 a[href] {
    
    padding-right: 0.35rem;
  }

  .yxszBox .yxszConMobile .MCon .zsh4 a[href]:hover {
    color: ##9d37ac;
  }

  .yxszBox .yxszConMobile .MCon .xth4 a[href] {
    
    padding-right: 0.35rem;
  }
}

/* 搜索结果页 */
.search-head.g-head:before {
  
  height: 1rem;
  background-size: 100%;
}

.Search-show {
  margin-top: 1rem;
}

.Search-show .searchBox {
  background: #f2f3f9;
  padding-top: 0.84rem;
}

.Search-show .searchBox .search01 {
  background: #fff;
  padding-top: 0.3rem;
  position: relative;
}

.Search-show .searchBox .search01::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background: #fff;
  left: -0.5rem;
  top: 0;
  position: absolute;
}

.Search-show .searchBox .search01::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  
  background-size: 100% 100%;
  right: -0.5rem;
  top: 0;
  position: absolute;
}

.search02 {
  margin-bottom: 0.84rem;
}

.search01 .form {
  width: 100%;
}

.search01 .form .name i {
  font-style: normal;
  font-size: 0.18rem;
  margin-left: 0.2rem;
}

.search01 .form::after {
  content: "";
  display: none;
}

.search01 .form .input input {
  padding-left: 0;
}

.search01-text {
  margin-top: 0.2rem;
}

.search01-text p {
  font-size: 0.14rem;
  color: #a0a0a0;
  font-weight: bold;
}

.search01-text p a {
  margin-left: 0.2rem;
  font-size: 0.14rem;
  color: #313131;
  font-weight: normal;
  transition: 0.6s all;
}

.search01-text p a i {
  font-style: normal;
  color: #6510ad;
  font-weight: bold;
}

.search01-text p a:hover {
  color: #9d37ac;
  transition: 0.6s all;
}

.search-t {
  margin-bottom: 0.65rem;
}

.search02-tit {
  padding-bottom: 0.5rem;
}

.search02-tit ul.search02-tit01 {
  margin-bottom: 0.26rem;
}

.search02-tit .search02-tit01 li {
  float: left;
  margin-right: 0.3rem;
  position: relative;
  padding-bottom: 0.08rem;
}

.search02-tit .search02-tit01 li a {
  display: block;
  padding: 0 0.3rem 0.2rem 0.3rem;
  font-size: 0.24rem;
  color: #a38ac4;
  position: relative;
  transition: 0.6s all;
}

.search02-tit .search02-tit01 li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  border: 1px solid #4e1082;
  transition: 0.6s all;
}

.search02-tit .search02-tit01 li.on::after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.08rem;
  
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.08rem;
}

.search02-tit .search02-tit01 li.on a::after {
  background: #4e1082;
}

.search02-tit .search02-tit01 li.on a {
  color: #000;
}

.search02-tit .search02-tit01 li:hover a {
  color: #9d37ac;
  transition: 0.6s all;
}

.search02-tit .search02-tit01 li:hover a::after {
  background: #4e1082;
  transition: 0.6s all;
}

.search02-bottom-tit p {
  font-size: 0.12rem;
  color: #b9b9b9;
}

.search02-bottom-tit .search-icon {
  position: relative;
  padding-right: 0.2rem;
  font-size: 0.12rem;
  color: #7e7a82;
  padding-left: 0.24rem;
  
  cursor: pointer;
}

.search02-bottom-tit .search-icon::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1rem;
  height: 0.16rem;
  
}

.search02-bottom-tit .search-open::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1rem;
  height: 0.16rem;
  
}

.search02-bottom-nr {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.5rem;
  margin-top: 0.2rem;
}

.search02-bottom-nr::after {
  content: "";
  display: block;
  width: 0.27rem;
  height: 0.14rem;
  
  position: absolute;
  top: -0.14rem;
  right: 0.4rem;
}

.search02-bottom-nr .fl {
  width: 92%;
  margin-bottom: 0.3rem;
}

.search02-bottom-nr-l01 {}

.search02-bottom-nr-l01 .select {
  position: relative;
  float: left;
  outline: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  border: 1px solid #c7c7c7;
  width: 15%;
  padding: 0 0.1rem;
}

.search02-bottom-nr-l01 .select dt {
  height: 0.5rem;
  width: 100%;
  font-size: 0.14rem;
  color: #7e7e7e;
  display: inline-block;
  
  line-height: 0.5rem;
  cursor: pointer;
  padding-right: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 99;
  outline: none;
}

.search02-bottom-nr-l01 .select dt:hover,
.search02-bottom-nr-l .select dt.cur {}

.search02-bottom-nr-l01 .select dd {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.51rem;
  background: #fff;
  display: none;
  z-index: 9999;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}

.search02-bottom-nr-l01 .select dd ul {
  padding: 0.05rem;
  overflow: auto;
}

.search02-bottom-nr-l01 .select dd ul li a {
  line-height: 0.4rem;
  display: block;
  padding: 0 0.05rem;
}

.search02-bottom-nr-l01 .select dd ul li a:hover {
  background: #a38ac4;
}

.search02-bottom-nr-l01 .form {
  float: left;
  width: 73.25%;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  border: 1px solid #c7c7c7;
  border-left: none;
  height: 0.52rem;
  line-height: 0.52rem;
}

.search02-bottom-nr-l01 .form::after {
  content: "";
  display: none;
}

.search02-bottom-nr-l01 .form .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.2rem;
}

.search02-bottom-nr-l01 .form .name {
  font-size: 0.14rem;
  color: #7e7e7e;
}

.search02-bottom-nr-l01 .select02 {
  float: right;
  width: 9.5%;
}

.search02-bottom-nr-l01 .removeclass {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
}

.search02-bottom-nr-l02 {
  margin-top: 0.1rem;
}

.search02-bottom-nr .btn {
  width: 0.36rem;
  height: 0.36rem;
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
}

.search02-bottom-icon {
  width: 92%;
}

.search02-bottom-icon input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, rgb(121, 28, 181) 0%, rgb(4, 36, 253) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(121, 28, 181) 0%, rgb(4, 36, 253) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(121, 28, 181) 0%, rgb(4, 36, 253) 100%);
}

.search02-nr02 li {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e1e1e1;
}

.search02-nr02 li h5 {
  font-size: 0.2rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
  height: 0.24rem;
  line-height: 0.24rem;
  overflow: hidden;
}

.search02-nr02 li h5 a {
  color: #000;
  transition: 0.6s all;
}

.search02-nr02 li h5 i {
  font-style: normal;
  font-weight: bold;
  color: #6510ad;
}

.search02-nr02 li h4 {
  font-size: 0.12rem;
  color: #5196e3;
  font-weight: normal;
  margin-bottom: 0.15rem;
  line-height: 0.16rem;
  height: 0.16rem;
  overflow: hidden;
}

.search02-nr02 li h4 a {
  color: #5196e3;
  transition: 0.6s all;
}

.search02-nr02 li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #8f8f8f;
  height: 0.48rem;
  overflow: hidden;
}

.search02-nr02 li:hover h5 a {
  color: #9d37ac;
  transition: 0.6s all;
}

.search02-nr02 li h4 a:hover {
  color: #9d37ac;
  transition: 0.6s all;
}

.search02-nr .fany {
  justify-content: center;
  align-items: baseline;
  margin-top: 0.2rem;
}

.search02-nr .fany ul {}

.search02-nr .fany ul li {
  margin: 0 0.02rem;
}

.search02-nr .fany ul li a {
  font-size: 0.16rem;
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  text-align: center;
  line-height: 0.38rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.02rem;
  transition: 0.6s all;
}

.search02-nr .fany ul li a:hover {
  background: #6510ad;
  border: 1px solid #6510ad;
  color: #fff;
  transition: 0.6s all;
}

.search02-nr .fany ul li.on a {
  background: #6510ad;
  border: 1px solid #6510ad;
  color: #fff;
}

.search02-nr .fany .span1 {
  padding: 0 0.2rem;
  height: 0.38rem;
  display: block;
  cursor: pointer;
  margin-right: 0.14rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.02rem;
}

.search02-nr .fany .span1 i {
  font-style: normal;
  display: block;
  line-height: 0.38rem;
  padding-left: 0.4rem;
  
}

.search02-nr .fany .span2 {
  padding: 0 0.2rem;
  height: 0.38rem;
  display: block;
  cursor: pointer;
  margin-left: 0.14rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.02rem;
}

.search02-nr .fany .span2 i {
  font-style: normal;
  display: block;
  line-height: 0.38rem;
  padding-right: 0.4rem;
  
}

@media screen and (max-width: 800px) {
  .form .name {
    font-size: 0.54rem;
  }

  .search01 .form .name i {
    font-size: 0.34rem;
  }

  .search01-text p,
  .search01-text p a {
    font-size: 0.26rem;
  }

  .search02-tit .search02-tit01 li a {
    font-size: 0.4rem;
  }

  .search-head.g-head:before {
    height: 1.3rem;
  }

  .search02-bottom-tit p {
    font-size: 0.24rem;
  }

  .search02-bottom-tit .search-icon {
    font-size: 0.24rem;
    padding-left: 0.35rem;
  }

  .search02-bottom-tit .search-icon::before {
    height: 0.3rem;
    width: 0.2rem;
  }

  .search02-bottom-nr-l01 .select dt {
    font-size: 0.26rem;
  }

  .search02-bottom-nr-l01 .select {
    width: 20%;
  }

  .search02-bottom-nr-l01 .form {
    width: 50%;
  }

  .search02-nr02 li h5 {
    font-size: 0.36rem;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.2rem;
  }

  .search02-nr02 li h4 {
    font-size: 0.32rem;
    line-height: 0.36rem;
    height: 0.36rem;
  }

  .search02-nr02 li p {
    font-size: 0.26rem;
    line-height: 0.40rem;
    height: 0.80rem;
  }
}

@media screen and (max-width: 768px) {
  .search02-nr .fany .span1 i {
    background: none;
    padding-left: 0;
  }

  .search02-nr .fany .span2 i {
    background: none;
    padding-right: 0;
  }
}

/* 访客 */
.NyToptext {
  position: relative;
}

.NyToptext-nr {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 72%;
}

.NyToptext-nr p {
  font-size: 0.48rem;
  line-height: 0.5rem;
  height: 0.5rem;
  color: #fff;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 2px solid #f2f3f9;
  position: relative;
  float: left;
}

.NyToptext-nr span {
  font-size: 0.16rem;
  color: #f2f3f9;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
}

.visitor {
  border-bottom: 1px solid #dfdfdf;
}

.visitor01 {
  position: relative;
  margin-top: -0.75rem;
  z-index: 6;
}

.visitor01 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.visitor01 li {
  width: 25%;
  padding: 0.5rem 0;
  background: #f2f3f9;
  border-right: 1px solid #e6e7ef;
  transition: 0.6s all;
  position: relative;
}

.visitor01 li:last-child {
  border-right: none;
}

.visitor01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.6rem;
  width: 74%;
  position: relative;
  margin: 0 auto;
}

.visitor01 li div {
  width: 0.6rem;
  height: 0.6rem;
  
  transition: 0.6s all;
  background-size: contain;
}

.visitor01 li p {
  margin-left: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #6510ad;
  font-weight: bold;
  transition: 0.6s all;
}

.visitor01 li+li div {
  
  background-size: contain;
}

.visitor01 li+li+li div {
  
  background-size: contain;
}

.visitor01 li+li+li+li div {
  
  background-size: contain;
}

.visitor01 li:hover {
  
  background-size: 100% 100%;
  transition: 0.6s all;
}

.visitor01 li:hover p {
  color: #fff;
  transition: 0.6s all;
}

.visitor01 li:hover div {
  
  background-size: contain;
  transition: 0.6s all;
}

.visitor01 li+li:hover div {
  
  background-size: contain;
  transition: 0.6s all;
}

.visitor01 li+li+li:hover div {
  
  background-size: contain;
  transition: 0.6s all;
}

.visitor01 li+li+li+li:hover div {
  
  background-size: contain;
  transition: 0.6s all;
}

.visitor01 li.gray div {
  
  background-size: contain;
}

.visitor01 li+li+li.gray div {
  
  background-size: contain;
}

.visitor01 li+li+li+li.gray div {
  
  background-size: contain;
}

.visitor01 li.gray i {
  display: none;
  font-style: normal;
  font-size: 0.12rem;
  color: #fd6763;
  text-align: center;
  position: absolute;
  bottom: -0.23rem;
  width: 60%;
  left: 20%;
  padding: 0.14rem 0.1rem;
  background: #fff3d3;
  border: 1px solid #fce7d3;
  z-index: 2;
}

.visitor01 li.gray i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

.visitor01 li.gray p {
  color: #b7b7b9;
}

.visitor01 li.gray:hover {
  background: #f2f3f9;
}

.visitor01 li.gray:hover i {
  display: block;
}

.visitor02 {
  margin-top: 0.95rem;
}

.visitor02 .visitor-tit {
  margin-bottom: 0.4rem;
}

.visitor02 .visitor-tit h5 {
  float: left;
  font-size: 0.34rem;
  color: #000;
  font-weight: normal;
  padding-left: 0.27rem;
  line-height: 0.4rem;
  height: 0.4rem;
  border-left: 4px solid #791cb5;
}

.visitor02 .visitor-tit a {
  display: block;
  float: right;
  font-size: 0.14rem;
  line-height: 0.14rem;
  padding-bottom: 0.15rem;
  margin-top: 0.06rem;
  border-bottom: 2px solid #862480;
  color: #862480;
  padding-right: 0.7rem;
  
}

.visitor02-nr {
  position: relative;
}

.visitor02-nr .visitor02-pic {
  overflow: hidden;
}

.visitor02-nr .visitor02-pic img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.visitorBox {
  position: absolute;
  top: 0;
  padding: 0.12rem;
  height: 100%;
}

.visitorBox .visitorBox-bg {
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.42);
}

.visitorBox-search {
  background: #6510ad;
  padding: 0.15rem;
  border-bottom: 1px solid #8440bd;
  position: relative;
}

.visitorBox-search .form {
  width: 100%;
  padding-top: 0;
  height: 0.4rem;
  border-bottom: none;
  background: #fff;
  border-radius: 3px;
}

.visitorBox-search .form::after {
  content: "";
  display: none;
}

.visitorBox-search .form .name {
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #a7a7a7;
}

.visitorBox-search .input {
  width: 80%;
  top: 0;
}

.visitorBox-search .input input {
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: #a7a7a7;
}

.visitorBox-search .form .submit {
  top: 0;
  right: 0.27rem;
  width: 0.18rem;
  height: 0.4rem;
  
  background-size: contain;
}

.visitorBox-search .form .line {
  display: none;
}

.visitorBox .tabNews {
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 0.15rem 0.15rem 0 0.15rem;
  background: #6510ad;
}

.visitorBox .tabNews .visitorTitle {
  cursor: pointer;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 8;
  padding: 0.18rem 0.25rem 0.13rem 0.25rem;
}

.visitorBox .tabNews .visitorTitle p {
  font-size: 0.14rem;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  padding-top: 0.36rem;
  
}

.visitorBox .tabNews .visitorTitle+.visitorTitle p {
  
}

.visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle p {
  
}

.visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle+.visitorTitle p {
  
}

.visitorBox .tabNews .visitorTitle.cur {
  position: relative;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.visitorBox .tabNews .visitorTitle.cur p {
  color: #791cb5;
  position: relative;
  
}

.visitorBox .tabNews .visitorTitle+.visitorTitle.cur p {
  
}

.visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle.cur p {
  
}

.visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle+.visitorTitle.cur p {
  
}

.visitorBox .swiper-container {
  width: 100%;
  margin-top: 0.1rem;
}

.visitorBox .swiper-slide {}

.visitorBox .swiper-slide ul {}

.visitorBox .swiper-slide li {}

.visitorBox .swiper-slide li a {
  display: block;
  padding: 0.3rem 0;
  text-indent: 0.3rem;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
  font-size: 0.16rem;
  transition: 0.6s all;
}

.visitorBox .swiper-slide li:hover a {
  background: #f2f2f2;
  color: #000;
  transition: 0.6s all;
}

.visitor03 {
  margin-top: 0.88rem;
  margin-bottom: 1.8rem;
}

.visitor03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.visitor03 li {
  margin: 0 0.3rem 0 0;
}

.visitor03 li:last-child {
  margin-right: 0;
}

.visitor03 li a {
  display: block;
}

.visitor03 li .pic {
  overflow: hidden;
}

.visitor03 li .pic img {
  display: block;
  width: 100%;
  transition: 0.6s all;
}

.visitor03 li p {
  margin-top: 0.27rem;
  font-size: 0.14rem;
  color: #848484;
}

.visitor03 li h5 {
  font-size: 0.24rem;
  color: #6510ad;
  padding-bottom: 0.28rem;
  border-bottom: 4px solid #791cb5;
  padding-bottom: 0.2rem;
  
  transition: 0.6s all;
}

.visitor03 li:hover .pic img {
  transition: 0.6s all;
  transform: scale(1.1);
}

.visitor03 li:hover h5 {
  color: ##9d37ac;
  
  transition: 0.6s all;
}

.visitor04 {
  position: relative;
  margin-bottom: 2.24rem;
}

.visitor04::after {
  content: "";
  display: block;
  position: absolute;
  left: 18.5%;
  bottom: 0;
  right: 0;
  height: 4.4rem;
  background: #f2f3f9;
}

@media screen and (max-width: 1840px) {
  .visitor04::after {
    left: 2rem;
  }
}

@media screen and (min-width: 1930px) {
  .visitor04::after {
    left: 50%;
    margin-left: -6rem;
  }
}

.visitor04box {
  position: relative;
  height: 4.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.visitor04-text01+.visitor04-text01 h5 {
  color: #5400ff;
}

.visitor04-text01+.visitor04-text01 h4 {
  color: #5400ff;
}

.visitor04-pic {
  position: relative;
  left: -0.64rem;
  width: 63.23%;
  z-index: 3;
}

.visitor04-pic li {
  transition: 0.6s all;
  width: 30.32%;
  z-index: 3;
  position: absolute;
  bottom: -0.5rem;
}

.visitor04-pic li img {
  display: block;
  width: 100%;
  height: auto;
}

.visitor04-pic li+li {
  left: 18.92%;
  width: 50.25%;
  position: relative;
  top: -0.68rem;
  z-index: 1;
}

.visitor04-pic li+li img {
  display: block;
  width: 100%;
}

.visitor04-pic li+li+li {
  position: absolute;
  right: 0;
  width: 35.08%;
  z-index: 3;
  left: auto;
  top: 0.9rem;
}

.visitor04-pic li+li img {
  display: block;
  width: 100%;
}

/* .visitor04-pic li{position: absolute;transition: 0.6s all;}.visitor04-pic li img{display: block;width: 2.43rem;height: auto;}.visitor04-pic li+li{left: 0.86rem;top: -0.7rem;z-index: 1;}.visitor04-pic li+li+li{left: 4.5rem;bottom: 0.1rem;top: auto; z-index: 3;}.visitor04-pic li+li img{width: 4.01rem;}.visitor04-pic li+li+li img{width: 2.8rem;} */
.visitor04-pic li:hover {
  z-index: 4;
  transition: 0.6s all;
  cursor: pointer;
}

.visitor04-pic li:hover img {
  transform: scale(1.1);
  transition: 0.6s all;
}

.visitor04-text {
  width: 30%;
  z-index: 4;
}

.visitor04-text01 {
  margin-bottom: 0.3rem;
  padding-left: 0.16rem;
  border-left: 1px solid #791cb5;
}

.visitor04-text01 a {
  display: block;
}

.visitor04-text01 p {
  font-size: 0.18rem;
  color: #000;
}

.visitor04-text01 h5 {
  font-size: 0.48rem;
  color: #791cb5;
  font-family: "SourceSansPro-Bold", "微软雅黑";
  line-height: 0.54rem;
}

.visitor04-text01 h4 {
  font-size: 0.24rem;
  color: #791cb5;
}

@media(max-width: 800px) {
  .visitor01 li p {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-left: 0;
    text-align: center;
    margin-top: 0.08rem;
  }

  .visitor01 ul {
    display: block;
  }

  .visitor01 li {
    width: 25%;
    float: left;
    border-right: none;
  }

  .visitor01 li a {
    display: block;
    height: auto;
  }

  .visitor01 li.gray i {
    bottom: 0.05rem;
  }

  .visitor01 li div {
    margin: 0 auto;
  }

  .visitorBox {
    bottom: 0;
    padding: 0 0.12rem;
    width: 100%;
    top: auto;
    height: auto;
  }

  .visitor02 .visitor-tit h5 {
    font-size: 0.58rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .visitor02 .visitor-tit a {
    font-size: 0.26rem;
    height: 0.6rem;
  }

  .visitorBox-search .form {
    height: 0.6rem;
  }

  .visitorBox-search .form .name {
    line-height: 0.6rem;
    font-size: 0.26rem;
  }

  .visitorBox-search .input input {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
  }

  .visitorBox-search .form .submit {
    width: 0.3rem;
    height: 0.4rem;
    margin: 0.1rem;
    right: 0.7rem;
  }

  .visitorBox-search .form .line {
    position: absolute;
    height: 0.4rem;
    right: 0.02rem;
    top: 0.1rem;
    display: block;
    padding: 0 0.15rem;
    border-left: 1px solid #e6e7ed;
  }

  .visitorBox-search .form .line a {
    display: block;
    width: 0.3rem;
    height: 0.4rem;
    
    background-size: contain;
  }

  .visitorBox-search .form .submit input {
    height: 0.6rem;
  }

  .visitorBox .tabNews .visitorTitle p {
    font-size: 0.26rem;
    padding-top: 1.6rem;
  }

  .visitorBox .tabNews .visitorTitle {
    padding: 0.18rem 0.4rem 0.13rem 0.4rem;
  }

  .visitor03 ul {
    display: block;
  }

  .visitor03 li {
    margin: 0 0 0.5rem 0;
    width: 100%;
  }

  .visitor03 li p {
    font-size: 0.26rem;
  }

  .visitor03 li h5 {
    font-size: 0.4rem;
  }

  .visitor04-text {
    float: none;
    overflow: hidden;
  }

  .visitor04::after {
    height: 5rem;
    left: 5%;
  }

  .visitor04-text01 {
    padding-left: 0.3rem;
  }

  .visitor04-text01 p {
    font-size: 0.34rem;
  }

  .visitor04-text01 h5 {
    font-size: 0.55rem;
  }

  .visitor04-text01 h4 {
    font-size: 0.4rem;
  }

  .NyToptext-nr {
    width: 100%;
    bottom: 0;
  }

  .NyToptext-nr span {
    display: none;
    font-size: 0.34rem;
    color: #666666;
    line-height: 0.62rem;
    height: auto;
  }

  .NyToptext-nr p {
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    z-index: 9;
    font-weight: normal;
    margin-bottom: 0.3rem;
    border-right: none;
    float: none;
    line-height: 0.8rem;
    height: 0.8rem;
  }

  .visitor01 {
    margin-top: 0.8rem;
  }

  .visitorBox .swiper-container {
    display: none;
  }

  .visitorBox .tabNews {
    background: #fff;
  }

  .visitorBox .tabNews .visitorTitle {
    width: 25%;
  }

  .visitorBox .tabNews .visitorTitle p {
    color: #808080;
    font-weight: bold;
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle.cur p {
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle.cur p {
    color: #808080;
  }

  .visitorBox .tabNews .visitorTitle+.visitorTitle p {
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle+.visitorTitle.cur p {
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle p {
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle.cur p {
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle+.visitorTitle p {
    
    background-size: 80%;
  }

  .visitorBox .tabNews .visitorTitle+.visitorTitle+.visitorTitle+.visitorTitle.cur p {
    
    background-size: 80%;
  }

  .visitorBox-search::after {
    content: "";
    width: 20%;
    height: 0.3rem;
  
    background-size: 30%;
    position: absolute;
    top: -0.15rem;
    left: 40%;
  }

  .visitor03 li h5 {
    background: none;
    padding-bottom: 0.3rem;
  }

  .visitor04-pic {
    left: 0;
    width: 100%;
  }

  .visitor04-text {
    width: 100%;
  }

  .visitor04::after {
    display: none;
  }

  .visitor04 {
    background: #f2f3f9;
    padding-bottom: 0.6rem;
  }

  .visitor04-text {
    position: relative;
    top: auto;
    margin-top: 1rem;
  }

  .visitor04box {
    height: auto;
    flex-wrap: wrap;
  }

  .visitor03 {
    margin-bottom: 3.8rem;
  }

  .visitor04-pic li+li {}

  .visitor04-pic li {
    bottom: -0.5rem;
    top: auto;
  }

  .visitor04-pic li+li+li {
    bottom: 0.2rem;
    top: auto;
  }
}

@media(max-width: 660px) {
  .visitorBox .tabNews .visitorTitle p {
    padding-top: 1.3rem;
  }
}

@media(max-width: 570px) {
  .visitorBox .tabNews .visitorTitle p {
    padding-top: 1rem;
  }
}

@media (max-width: 800px) {
  .visitor04-pic {
    height: auto;
    margin-bottom: -0.5rem;
  }

  .visitor04-pic li+li {
    position: relative;
    top: -2.7rem;
  }

  .visitor04-pic li {
    top: 13%;
  }

  .visitor04-pic li+li+li {
    top: -13%;
  }

  .visitor04-text01 p {
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
  }

  .visitor04-text01 h5 {
    font-size: 1rem;
    margin-bottom: 0.1rem;
    line-height: 1rem;
  }

  .visitor04-text01 {
    margin-bottom: 0.6rem;
  }

  .visitor04 {
    background: #f2f3f9;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }

  .visitor03 {
    margin-bottom: 4.8rem;
  }
}

@media(max-width: 730px) {
  .visitor04-pic li+li {}

  .visitor03 {
    margin-bottom: 4.0rem;
  }
}

@media(max-width: 700px) {
  .visitor04-pic li+li {}

  .visitor03 {
    margin-bottom: 4.2rem;
  }
}

@media(max-width: 570px) {
  .visitor04-pic li+li {}

  .visitor03 {
    margin-bottom: 3.2rem;
  }
}

@media(max-width: 500px) {
  .visitor04-pic li+li {}

  .visitor03 {
    margin-bottom: 2.7rem;
  }

  .visitor04-pic {
    margin-bottom: -0.2rem;
  }
}

/* 校园看点 */
.xykd {
  margin-bottom: 1rem;
}

.xykd>ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0.55rem;
}

.xykd>ul li .pic {
  width: 7.5rem;
  overflow: hidden;
  height: auto;
}

.xykd>ul li .pic img {
  display: block;
  width: 100%;
  transition: 0.4s;
}

.xykd>ul li .pic:hover img {
  transform: scale(1.2);
  transition: 0.4s;
}

.xykd>ul li .textCon {
  width: 5rem;
  z-index: 2;
  background: #f2f3f9;
  right: 0;
  padding: 0.44rem;
  margin-left: -0.5rem;
}

.xykd>ul li .textCon .text1 {
  position: relative;
}

.xykd>ul li .textCon .text1::after {
  position: absolute;
  left: 0;
  top: 0;
}

.xykd>ul li .textCon .text1 span {
  display: block;
  font-size: 0.12rem;
  color: #791cb5;
}

.xykd>ul li .textCon .text1 a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #333333;
  margin: 0.15rem 0 0.25rem 0;
  font-weight: bold;
}

.xykd>ul li .textCon .text1 a:hover {
  color: #791cb5;
}

.xykd>ul li .textCon .text1 p {
  font-size: 0.12rem;
  color: #7c7a7e;
  line-height: 0.2rem;
}

.xykd>ul li .textCon .text2 {
  margin-top: 0.5rem;
  
}

.xykd>ul li .textCon .text2 p {
  font-size: 0.12rem;
  color: #9574ac;
  line-height: 0.24rem;
  
  padding-left: 0.26rem;
}

.xykd>ul li .textCon .text2 a {}

.xykd>ul li .textCon .text2 a p {
  
  font-size: 0.12rem;
  color: #9574ac;
  line-height: 0.24rem;
  padding-left: 0.26rem;
}

.xykd>ul li .textCon .text2 a:hover p {
  color: #6510AD;
}

.fany2 {
  justify-content: center;
  align-items: baseline;
  margin-top: 0.4rem;
}

.fany2 ul {}

.fany2 ul li {
  border: 1px solid #e9e9e9;
  margin-left: 2px;
  border-radius: 3px;
}

.fany2 ul li a {
  font-size: 0.18rem;
  padding: 0.08rem 0.15rem;
  display: block;
}

.fany2 ul li a:hover {
  font-weight: bold;
}

.fany2 .span1 {
  
  display: block;
  cursor: pointer;
  color: #791cb5;
  background-size: auto;
  border: 1px solid #e9e9e9;
  font-size: 0.14rem;
  padding: 0.1rem 0.15rem;
  padding-left: 0.5rem;
  margin-right: 0.08rem;
  border-radius: 3px;
}

.fany2 .span2 {
  
  display: block;
  cursor: pointer;
  color: #791cb5;
  background-size: auto;
  border: 1px solid #e9e9e9;
  font-size: 0.14rem;
  padding: 0.1rem 0.15rem;
  padding-right: 0.5rem;
  margin-left: 0.1rem;
  border-radius: 3px;
}

@media screen and (max-width: 800px) {
  .xykd>ul li {
    display: block;
    margin-bottom: 0.5rem;
  }

  .xykd>ul li .pic {
    width: 100%;
    overflow: hidden;
    height: auto;
  }

  .xykd>ul li .textCon {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #f2f3f9;
    right: 0;
    padding: 0.44rem;
    margin-left: 0;
  }

  .xykd>ul li .textCon .text1 span {
    font-size: 0.24rem;
  }

  .xykd>ul li .textCon .text1 a {
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #333333;
    margin: 0.25rem 0 0.3rem 0;
  }

  .xykd>ul li .textCon .text1 p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .xykd>ul li .textCon .text2 {
    margin-top: 0.7rem;
  }

  .xykd>ul li .textCon .text2 p,
  .xykd>ul li .textCon .text2 a p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-left: 0.36rem;
  }
}

@media screen and (max-width: 580px) {
  .fany2 .span1 {
    background: none;
    display: block;
    cursor: pointer;
    color: #791cb5;
    background-size: auto;
    border: 1px solid #e9e9e9;
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem;
    margin-right: 0.08rem;
    border-radius: 3px;
  }

  .fany2 .span2 {
    background: none;
    display: block;
    cursor: pointer;
    color: #791cb5;
    background-size: auto;
    border: 1px solid #e9e9e9;
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem;
    margin-left: 0.1rem;
    border-radius: 3px;
  }
}

/* 校园看点内容页 */
.bannerNy2 {
  position: relative;
}

.nowCon3 {
  z-index: 999;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.nowCon3 p {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
}

.nowCon3 p a {
  font-size: 0.12rem;
  color: white;
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  line-height: 0.4rem;
}

.nowCon3 p a+a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 50%;
  left: -0.15rem;
  top: 50%;
  margin-top: -1px;
}

.nowCon3 p a:hover {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .nowCon3 p {
    border-bottom: 1px solid #E2E2E2;
  }

  .nowCon3 {
    padding: 0.1rem 0;
  }

  .nowCon3 p a {
    font-size: 0.24rem;
    color: #323232;
  }
}

.NrContainer2 {
  margin-top: -3.5rem;
  position: relative;
  z-index: 6;
}

.xykdNry {
  margin-bottom: 1rem;
}

.xykdNry h2 {
  font-size: 0.42rem;
  line-height: 0.6rem;
  text-align: center;
  color: white;
  margin: 0.3rem 0 0.65rem 0;
}

.xykdNry img {
  display: block;
  width: 8rem;
  margin: 0 auto;
}

.xykdNry .textCon {}

.xykdNry .textCon h5 {
  font-size: 0.28rem;
  color: #6510ad;
  line-height: 0.8rem;
  position: relative;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
  display: inline-block;
}

.xykdNry .textCon h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 40%;
  background: #6510ad;
}

.xykdNry .textCon .text {
  border-left: 1px solid #6510ad;
  padding-left: 0.3rem;
}

.xykdNry .textCon .text p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  text-align: justify;
}

.xykdNry .textCon .text2 p+p {
  margin-top: 0.34rem;
}

.xykdNry .textCon .text p .aLink {
  color: #6510ad;
  border-bottom: 1px dashed #6510AD;
}

.xykdNry .textCon .text p .aLink:hover {
  color: #333;
  border-bottom: 1px dashed #333;
}

@media screen and (max-width: 1660px) {
  .NrContainer2 {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 1440px) {
  .NrContainer2 {
    margin-top: -2.8rem;
  }
}

@media screen and (max-width: 800px) {
  .NrContainer2 {
    margin-top: 0.3rem;
  }

  .xykdNry h2 {
    font-size: 0.7rem;
    line-height: 1.1rem;
    color: #323232;
  }

  .xykdNry .textCon h5 {
    font-size: 0.5rem;
    color: #6510ad;
    line-height: 1.3rem;
  }

  .xykdNry .textCon .text p {
    font-size: 0.34rem;
    color: #333333;
    line-height: 0.7rem;
  }
}

/* 首页大图 */
.homeBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.aside {
  width: 2.2rem;
}

.aside ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aside ul li {
  width: 1rem;
  margin-bottom: 0.2rem;
  position: relative;
}

.aside ul li a {
  font-size: 0.18rem;
  color: #761cb7;
  line-height: 0.7rem;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: 0.4s;
  background: #f2f3f9;
}

.aside ul li::after {
  
  background-size: 0% 100%;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}

.aside ul li:hover a {
  color: white;
  background: none;
}

.aside ul li:hover::after {
  background-size: 100% 100%;
  transition: 0.4s;
}

.homeBox {
  margin-bottom: 1rem;
}

.homePic {
  width: 9rem;
}

.homePic>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homePic>ul li {
  width: 4.2rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.homePic>ul li::after {
  width: 10%;
  position: absolute;
  content: "";
  height: 1px;
  background: #761cb7;
  left: 0;
  bottom: 0;
}

.homePic>ul li a {
  display: block;
}

.homePic>ul li a .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.homePic>ul li a .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.homePic>ul li a .pic:hover img {
  transform: scale(1.2);
  transition: 0.4s;
}

.homePic>ul li a p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  font-weight: bold;
  margin: 0.2rem 0;
}

.homePic>ul li a p:hover {
  color: #6510AD;
}

@media screen and (max-width: 800px) {
  .homeBox {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .aside {
    width: 100%;
  }

  .aside ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }

  .aside>ul li {
    margin-right: 0.2rem;
    width: auto;
  }

  .aside ul li a {
    font-size: 0.34rem;
    color: #761cb7;
    line-height: 1.1rem;
    width: auto;
    padding: 0 0.3rem;
  }

  .homePic {
    width: 100%;
    margin-top: 0.4rem;
  }

  javascript:;

  .homePic>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .homePic>ul li {
    width: 100%;
    margin-bottom: 0.7rem;
  }

  .homePic>ul li a p {
    font-size: 0.34rem;
    color: #333333;
    line-height: 0.54rem;
    font-weight: bold;
    margin: 0.32rem 0;
  }
}

/* 首页大图 内容 */
.homeCon {
  width: 9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homeCon .asinfo {
  width: 15%;
}

.homeCon .text {
  width: 83%;
}

.homeCon .asinfo ul {
  padding-left: 0.2rem;
  border-left: 1px solid #6510AD;
}

.homeCon .asinfo ul>ul {
  border-left: 0px;
  padding-left: 0px
}

.homeCon .asinfo ul li+li {
  margin-top: 0.2rem;
}

.homeCon .asinfo ul li h4 {
  font-size: 0.14rem;
  color: #791cb5;
  font-weight: bold;
  line-height: 0.24rem;
}

.homeCon .asinfo ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999999;
}

.homeCon .text p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #323232;
  text-indent: 2em;
  text-align: justify;
}

.homeCon .text p+p {
  margin-top: 0.34rem;
}

.homeCon .asinfo .fdate {
  font-size: 0.16rem;
  color: #888888;
  font-weight: bold;
  /* display: none; */
  line-height: 0.2rem;
  font-style: normal;
  margin-top: 0.06em;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 800px) {
  .homeCon {
    margin-top: 0.4rem;
  }

  .homeCon .asinfo ul li+li {
    margin-top: 0.3rem;
  }

  .homeCon .asinfo {
    width: 100%;
    margin-top: 0.5rem;
  }

  .homeCon .text {
    width: 100%;
  }

  .homeCon .asinfo ul li h4 {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }

  .homeCon .asinfo ul li p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #999999;
  }

  .homeCon {
    width: 100%;
  }

  .homeCon .text p {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }

  form.qhyxnr {
    flex-direction: column-reverse;
  }

  .qhyxnr .asinfo p {
    font-size: 0.28rem !important;
    line-height: 0.44rem !important;
  }

  .aside ul {
    width: 100%;
    line-height: 1.1rem;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding: 0px;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }

  .homeCon .asinfo .fdate {
    font-size: 0.34rem;
    color: #888888;
    font-weight: bold;
    display: block;
    line-height: 0.35rem;
  }

  .homeCon {
    margin-top: 2.4rem;
  }

  .bannerNy h5.mbtbox p {
    position: absolute;
    bottom: -4.1rem;
    color: #000000;
    text-align: left;
  }

  .bannerNy h5.mbtbox p::after {
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 0.6rem;
    height: 3px;
    background: #791cb5;
    content: "";
  }
}

/* 社交媒体 */
/* .listPic{margin-top: 40px;} */
.NrContainer .mb {
  margin-bottom: 1rem;
}

.waterfall {
  position: relative;
  margin-left: 30px;
}

.waterfall {
  width: 100%;
  column-gap: 0.33rem;
  column-count: 3;
  margin: 0 auto;
  overflow: visible;
}

.waterfall .item {
  /* padding: 10px; */
  margin-bottom: 0.33rem;
  break-inside: avoid;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.12);
  padding-bottom: 12px;
}

.waterfall .item .pic {
  position: relative;
}

.waterfall .item .pic::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}

.waterfall .item .pic img {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 800px) {
  .waterfall {
    column-count: 1;
  }
}

.waterfall .text {
  padding: 0.25rem 0.4rem 0.4rem 0.4rem;
}

.waterfall .text p {
  font-size: 0.12rem;
  color: #8d8d8d;
  text-align: left;
  line-height: 0.32rem;
}

.waterfall .text span {
  display: block;
  line-height: 0.26rem;
  color: #000000;
  font-size: 0.16rem;
}

.waterfall .pic {
  position: relative;
}

.waterfall .pic h4 {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  z-index: 2;
  display: inline-block;
  border-bottom: 4px solid #ee9640;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  color: white;
  line-height: 0.32rem;
  padding-bottom: 0.16rem;
}

.waterfall .pic h4::after {
  content: "";
  position: absolute;
  left: 0;
  
  background-size: auto;
  top: 0;
  width: 0.4rem;
  height: 0.3rem;
}

.waterfall .pic h5 {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  z-index: 2;
  display: inline-block;
  border-bottom: 4px solid #47d800;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  color: white;
  line-height: 0.2rem;
  padding-bottom: 0.16rem;
}

.waterfall .pic h5::after {
  content: "";
  position: absolute;
  left: 0;
  
  background-size: auto;
  top: 0;
  width: 0.4rem;
  height: 0.3rem;
}

.waterfall .pic h2 {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  z-index: 2;
  display: inline-block;
  border-bottom: 4px solid #ef01fe;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  color: white;
  line-height: 0.32rem;
  padding-bottom: 0.16rem;
}

.waterfall .pic h2::after {
  content: "";
  position: absolute;
  left: 0;
  
  background-size: auto;
  top: 0;
  width: 0.4rem;
  height: 0.3rem;
}

.waterfall .pic h3 {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  z-index: 2;
  display: inline-block;
  border-bottom: 4px solid #00e9ff;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  color: white;
  line-height: 0.32rem;
  padding-bottom: 0.16rem;
}

.waterfall .pic h3::after {
  content: "";
  position: absolute;
  left: 0;
  
  background-size: auto;
  top: 0;
  width: 0.4rem;
  height: 0.3rem;
}

@media screen and (max-width: 1024px) {

  .waterfall .pic h2::after,
  .waterfall .pic h3::after,
  .waterfall .pic h4::after,
  .waterfall .pic h5::after {
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {
  .waterfall .text {
    padding: 0.35rem 0.5rem 0.5rem 0.5rem;
  }

  .waterfall .text p {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }

  .waterfall .text span {
    line-height: 0.4rem;
    color: #000000;
    font-size: 0.32rem;
  }

  .waterfall .pic h2 {
    left: 0.5rem;
    padding-left: 0.45rem;
    font-size: 0.32rem;
    line-height: 0.54rem;
  }

  .waterfall .pic h2::after {
    top: 0;
    width: 0.45rem;
    height: 0.4rem;
  }

  .waterfall .pic h3 {
    left: 0.5rem;
    padding-left: 0.45rem;
    font-size: 0.32rem;
    line-height: 0.54rem;
  }

  .waterfall .pic h3::after {
    top: 0;
    width: 0.45rem;
    height: 0.4rem;
  }

  .waterfall .pic h4 {
    left: 0.5rem;
    padding-left: 0.45rem;
    font-size: 0.32rem;
    line-height: 0.54rem;
  }

  .waterfall .pic h4::after {
    top: 0;
    width: 0.45rem;
    height: 0.4rem;
  }

  .waterfall .pic h5 {
    left: 0.5rem;
    padding-left: 0.45rem;
    font-size: 0.32rem;
    line-height: 0.54rem;
  }

  .waterfall .pic h5::after {
    top: 0;
    width: 0.45rem;
    height: 0.4rem;
  }

  .waterfall .text p {
    font-size: 0.24rem;
    line-height: 0.45rem;
  }

  .waterfall .text span {
    line-height: 0.52rem;
    font-size: 0.32rem;
  }
}

/* 合作交流 */
.NyTopinfCon2 {
  width: 7.2rem !important;
}

.hzjlBox {
  margin-top: 0.7rem;
}

.hzjlBox .title {
  width: 8rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.hzjlBox .title h4 {
  font-size: 0.33rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.12rem;
  margin-bottom: 0.25rem;
}

.hzjlBox .title h4::after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -0.32rem;
  height: 4px;
  width: 0.64rem;
  background: #791cb5;
  bottom: 0;
}

.hzjlBox .title p {
  font-size: 0.14rem;
  text-align: center;
  margin: 0.1rem 0;
  color: #929292;
  line-height: 0.26rem;
}

.hzjlBox ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}

.hzjlBox ul li {
  padding-left: 0.3rem;
  border-left: 1px solid #791cb3;
  width: 25%;
  margin-bottom: 0.7rem;
}

.hzjlBox ul li dl {}

.hzjlBox ul li dl h4 {
  font-size: 0.3rem;
  color: #000;
  font-weight: normal;
}

.hzjlBox ul li dl .dlBox {
  display: table;
  margin-top: 0.15rem;
}

.hzjlBox ul li dl .dlBox dd {
  padding-right: 0.1rem;
  
  transition: 0.4s;
}

.hzjlBox ul li dl .dlBox dd p {}

.hzjlBox ul li dl .dlBox dd a {
  display: block;
  font-size: 0.18rem;
  color: #791cb3;
  line-height: 0.36rem;
  padding-right: 0.5rem;
  transition: 0.4s;
}

.hzjlBox ul li dl .dlBox dd:hover a {
  color: #2C21E4;
  transition: 0.4s;
}

.hzjlBox ul li dl .dlBox dd:hover {
  
  transition: 0.4s;
}

.hzjlBox2 {
  position: relative;
  padding-top: 0.75rem;
  margin-top: 0.15rem;
}

.hzjlBox2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.hzjlBox2 ul {
  padding: 0 1rem 0 1rem;
  background: #FFFFFF;
}

.hzjlBox2 ul li {
  padding-left: 0.3rem;
  border-left: 1px solid #791cb3;
  width: 33.333%;
  margin-top: 0.7rem;
  margin-bottom: 0;
}

.hzjlBox2 .title {
  margin-bottom: 0.7rem;
}

.hzjlBox2 .title h4 {
  color: white;
}

.hzjlBox2 .title h4::after {
  background: #FFFFFF;
}

.hzjlBox2 .title p {
  color: #FFFFFF;
}

@media(max-width: 800px) {
  .hzjlBox .title {
    width: 100%;
  }

  .hzjlBox .title h4 {
    font-size: 0.6rem;
    padding-bottom: 0.22rem;
    margin-bottom: 0.4rem;
  }

  .hzjlBox .title h4::after {
    height: 4px;
    width: 0.64rem;
  }

  .hzjlBox .title p {
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
  }

  .hzjlBox ul li dl h4 {
    font-size: 0.54rem;
  }

  .hzjlBox ul li {
    width: 100%;
  }

  .hzjlBox ul li dl .dlBox dd a {
    font-size: 0.34rem;
    line-height: 0.6rem;
    padding-right: 1rem;
    transition: 0.4s;
  }
}

@media screen and (max-width: 800px) {
  .NyTopinfCon2 {
    width: 100% !important;
  }
}

.xykdBox2 {
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 1rem;
  margin-top: 0;
}

/* 走进清华-周边交通 */
.map2 {
  width: 100%;
}

.map2 img {
  display: block;
  width: 100%;
}

.TransBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}

/* .TransBox .clearfix{width: 80%;} */
/* .TransBox .TranLink{width: 15%;} */
/* .TransBox .tabTrans{width: 100%;position: relative;z-index: 4;} */
.TransBox .TranLink dl {}

.TransBox .TranLink dl dt {
  
  background-size: 100% 100%;
}

.TransBox .TranLink dl dt p {
  font-size: 0.2rem;
  color: #FFFFFF;
  padding: 0 0.15rem;
  line-height: 0.5rem;
}

.TransBox .TranLink dl dd {
  
  padding: 0 0.15rem;
  position: relative;
}

.TransBox .TranLink dl dd::after {
  position: absolute;
  content: "";
}

.TransBox .TranLink dl dd a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.4rem;
  width: 100%;
}

.TransBox .TranLink dl dd:hover a {
  color: #791cb5;
}

.TransBox .TranLink dl dd:hover {
  
}

.TransBox .tabTrans .TransTitle {
  cursor: pointer;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 8;
  background: white;
  width: 16.6666%;
}

.TransBox .tabTrans .TransTitle p {
  font-size: 0.18rem;
  color: #791cb5;
  font-weight: normal;
  text-align: center;
  padding: 0.1rem 0;
  border: 1px solid #791cb5;
}

.TransBox .tabTrans .TransTitle+.TransTitle p {
  border-left: none;
}

.TransBox .tabTrans .TransTitle.cur {
  position: relative;
}

.TransBox .tabTrans .TransTitle.cur p {
  color: #FFFFFF;
  position: relative;
  background: #791cb5;
}

.TransBox .swiper-container {
  width: 100%;
  margin-top: 0.15rem;
}

.TransBox .swiper-slide {}

.TransBox .swiper-slide h5 {
  
  background-size: auto 70%;
  padding-left: 0.3rem;
}

.TransBox .swiper-slide h5 i {
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #791cb5;
  line-height: 0.36rem;
}

.TransBox .swiper-slide .TranInf p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  text-indent: 2em;
  margin-top: 0.14rem;
}

@media screen and (max-width: 800px) {
  .TransBox .clearfix {
    width: 100%;
  }

  .TransBox .TranLink {
    width: 100%;
    margin-top: 0.3rem;
  }

  .TransBox .tabTrans .TransTitle p {
    font-size: 0.26rem;
    padding: 0.1rem 0.2rem;
    border: 1px solid #791cb5;
  }

  .TransBox .swiper-slide h5 i {
    font-size: 0.34rem;
    color: #791cb5;
    line-height: 0.66rem;
  }

  .TransBox .swiper-slide h5 {
    padding-left: 0.4rem;
  }

  .TransBox .swiper-slide .TranInf p {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }

  .TransBox .TranLink dl dt p {
    font-size: 0.36rem;
    color: #FFFFFF;
    padding: 0 0.15rem;
    line-height: 0.9rem;
  }

  .TransBox .TranLink dl dd a {
    display: block;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.7rem;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .TransBox .tabTrans .TransTitle {
    width: 33.333%;
  }

  .TransBox .tabTrans .TransTitle+.TransTitle+.TransTitle+.TransTitle p {
    border-left: 1px solid #791cb5;
    border-top: none;
  }

  .TransBox .tabTrans .TransTitle+.TransTitle+.TransTitle+.TransTitle+.TransTitle p {
    border-left: none;
  }
}

/*********样式覆盖*******/
.teacherList03 a.alinks,
.NrLeft a.alinks {
  margin-left: 0px;
  display: inline-block;
  font-size: 0.18rem;
  color: #761cb7;
  border-bottom: 1px dashed #761cb7;
  text-indent: 0em;
}

.teacherList03 a.alinks::after {
  left: 0px;
  background: none;
}

.teacherList03 a.alinks,
.NrLeft a.alinks {
  margin-left: 0px;
  display: inline-block;
  font-size: 0.18rem;
  color: #761cb7;
  
  padding-right: 0.25rem;
  border-bottom: 0;
}

.teacherList03 a.alinks::after {
  left: 0px;
  background: none;
}

b,
a {
  word-break: break-all;
}

.index-search .form .input input {
  width: 90%
}

.NyTopinf span i {
  text-align: right;
}

.now .nowCon p {
  color: #6c6d6e;
}

.teachDetail2 .textBox ul li {
  width: 100%
}

@media(max-width: 800px) {
  .teacherList03 a.alinks {
    font-size: 0.34rem;
    line-height: 0.7rem;
  }
}

.Sx1 {
  color: #FF6600;
  text-decoration: none;
}

/*******翻页条*********/
.pb_sys_style1 .p_no_d,
.pb_sys_style2 .p_no_d,
.pb_sys_style3 .p_no_d,
.pb_sys_style4 .p_no_d {
  border: 1px solid #5d14b0 !important;
  color: #fff;
  background-color: #5e13b0 !important;
}

.pb_sys_common {
  line-height: 0.8rem !important;
}

/******大标题链接样式*****/
.dzalinks {
  font-size: 0.24rem;
  color: #761cb7;
  margin-bottom: 0.1rem;
  display: inline;
  
  padding-right: 0.25rem;
}

.dzalinks:hover {
  color: #323232;
}

@media(max-width: 800px) {
  .dzalinks {
    font-size: 0.4rem;
    color: #761cb7;
    margin-bottom: 0.16rem;
    padding-right: 0.25rem;
    line-height: 0.75rem;
  }

  .teacherList03 a.alinks,
  .NrLeft a.alinks {
    font-size: 0.34rem;
  }
}

.pageTips .container a.close {
  display: none !important
}

@media (max-width: 800px) {
  .RightNav2 {
    z-index: 9;
  }
}

/******20210819修改*******/
.asinfo ul p span {
  color: #791cb5 !important;
}

.homePic>ul li a i {
  color: #791cb5;
  font-size: 0.12rem;
  display: block;
  line-height: 0.14rem;
  margin-top: 0.1rem;
  font-style: normal;
}

.homePic>ul li a p {
  margin-top: 0.1rem;
}

@media screen and (max-width: 800px) {
  .homePic>ul li a i {
    color: #791cb5;
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-top: 0.2rem;
  }
}