body.show a, body.show .transition, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.flex, .p-more, .p-tag, .p-layer, .g-nav2 .btn-list .language .name, .index-research .dots {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;}

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;}

.itemsCenter, .p-more, .p-layer, .g-nav2 .btn-list .language .name {
  align-items: center;
  -webkit-align-items: center;}

.justifyCenter, .p-layer, .g-foot .share ul, .g-foot .info, .g-foot .info .list ul, .index-research .dots {
  justify-content: center;
  -webkit-justify-content: center;}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;}

.flexBetween, .p-more, .g-foot .info .col, .index-campus-life .list ul, .foot-link .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between;}

.flexWrap, .g-nav2 .scroll ul, .g-nav2 .scroll li .list dl, .g-nav2 .btn-list ul, .g-foot .info, .index-news .container, .index-campus-life .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;}

.bsBox {
  box-sizing: content-box;}

.p-ico {
  font-family: 'icon';
  font-size: .2rem;}

.p-more {
  font-size: .18rem;
  color: #791CB5;
  width: 1.78rem;
  border-bottom: #791CB5 solid 0.03rem;
  height: .55rem;}
  .p-more:after {
    content: "";
    display: block;
    position: absolute;
    position: static;
    background: url(../image/arrow58.jpg) center no-repeat;
    background-size: 100%;
    width: .58rem;
    height: .2rem;}

.p-title h2 {
  color: #791CB5;
  font-size: .6rem;
  line-height: 1em;
  letter-spacing: -.04rem;}
.p-title p {
  font-size: .18rem;
  line-height: .24rem;
  color: #747474;
  padding-top: .1rem;}

.p-tag a, .p-tag em {
  text-transform: uppercase;
  color: #B7AA00;
  border-bottom: #B7AA00 solid .02rem;
  line-height: 1em;
  padding-bottom: .08rem;
  margin-right: .2rem;}
.p-tag a:hover {
  color: #B7AA00;}

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;}
  .p-layer.show {
    opacity: 1;
    visibility: visible;}

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;}
  .pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;}
    .pageTips .container a.close {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 1;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url(../image/close.jpg) center no-repeat;}
    .pageTips .container .img {
      text-align: center;}
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      padding-top: 30px;}
    .pageTips .container a {
      color: #fff;
      text-decoration: underline;}

.p-more {
  font-size: .28rem;
  width: 2.2rem;
  height: .65rem;}

.p-title p {
  font-size: .24rem;
  line-height: .32rem;}

.p-tag a, .p-tag em {
  padding-bottom: .14rem;}

/*-------------------------*/
html {
  font-size: 50px;}

body {
  font-size: .24rem;}

.wal {
  max-width: 800px;
  margin: 0 .5rem;}

.g-head:before {
  height: 1.45rem;}
.g-head .wal {
  min-height: 1.37rem;
  margin: 0 .5rem;}
.g-head a.logo {
  width: 2.3rem;}
.g-head .btn-list {
  display: none;}
.g-head a.navA {
  right: -.5rem;
  width: 1.23rem;
  height: 1.02rem;}
  .g-head a.navA:after {
    background-size: .4rem;}

.g-nav {
  display: none;}

.g-nav2 {
  background: #791CB5;
  overflow-y: auto;}
  .g-nav2 .scroll {
    position: static;
    padding-top: 1.37rem;}
    .g-nav2 .scroll li {
      width: 100%;
      text-align: left;
      padding-top: 0;
      border-bottom: rgba(255, 255, 255, 0.13) solid 1px;}
      .g-nav2 .scroll li h2 {
        font-size: .36rem;
        line-height: 1rem;
        padding-left: .5rem;
        position: relative;}
        .g-nav2 .scroll li h2.h2:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: .5rem;
          font-size: .3rem;
          font-family: 'icon';
          content: "\EAED";
          color: #fff;}
      .g-nav2 .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);}
      .g-nav2 .scroll li .list {
        padding: 0 0 0 .5rem;
        display: none;}
        .g-nav2 .scroll li .list h3 {
          font-size: .3rem;
          line-height: .96rem;
          border-top: rgba(255, 255, 255, 0.13) solid 1px;}
          .g-nav2 .scroll li .list h3:nth-child(1) {
            border: 0;}
        .g-nav2 .scroll li .list dl {
          margin-left: -.5rem;
          padding: 0 .2rem .3rem 0;
          margin-top: -.1rem;}
        .g-nav2 .scroll li .list dd {
          font-size: .24rem;
          line-height: .6rem;
          min-width: 25%;
          padding-left: .5rem;}
          .g-nav2 .scroll li .list dd a {
            display: block;
            height: .6rem;}
  .g-nav2 .btn-list a {
    color: #fff;}
  .g-nav2 .btn-list ul {
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    padding: .25rem 0 .25rem .5rem;}
    .g-nav2 .btn-list ul li {
      width: 25%;}
    .g-nav2 .btn-list ul a {
      display: block;
      font-size: .24rem;
      line-height: .64rem;}
  .g-nav2 .btn-list .language {
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;}
    .g-nav2 .btn-list .language .name {
      height: 1rem;
      padding-left: .5rem;
      font-size: .24rem;}
      .g-nav2 .btn-list .language .name i {
        flex-shrink: 0;
        font-size: .24rem;
        margin-right: .1rem;
        font-style: normal;}
  .g-nav2 .btn-list .search {
    position: relative;
    padding: .4rem .5rem;}
    .g-nav2 .btn-list .search .btn {
      font-size: .36rem;
      color: #791CB5;
      position: absolute;
      top: .4rem;
      right: .5rem;
      bottom: .4rem;
      z-index: 5;
      line-height: .9rem;
      width: 1rem;
      text-align: center;}
      .g-nav2 .btn-list .search .btn input {
        width: 100%;
        height: .9rem;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;}
    .g-nav2 .btn-list .search .input {
      height: .9rem;
      background: #fff;}
      .g-nav2 .btn-list .search .input input {
        width: 100%;
        height: .9rem;
        line-height: .9rem;
        font-size: .24rem;
        padding: 0 .2rem;}

.g-foot {
  font-size: .24rem;}
  .g-foot:before {
    left: 0;
    height: 5.57rem;}
  .g-foot:after {
    left: .5rem;}
  .g-foot .wal {
    min-height: 5.96rem;
    padding: 1rem 0 .5rem 0;}
  .g-foot .logo {
    position: static;
    width: 3.18rem;
    margin: 0 auto;}
  .g-foot .share {
    position: static;
    padding: .5rem 0;}
    .g-foot .share ul {
      font-size: .4rem;}
    .g-foot .share li {
      margin: 0 .15rem;}
      .g-foot .share li a.tiktok {
        width: .34rem;
        height: .40rem;
        margin-top: -.1rem;}
  .g-foot .info {
    position: relative;
    border-top: 0;}
    .g-foot .info:before {
      content: "";
      display: block;
      position: absolute;
      left: .9rem;
      top: 0;
      right: -.5rem;
      height: 1px;
      background: rgba(255, 255, 255, 0.27);}
    .g-foot .info .col {
      padding-top: .4rem;
      width: 100%;}
      .g-foot .info .col p {
        line-height: .48rem;
        text-align: center;
        padding: 0;
        width: 100%;}
    .g-foot .info .list {
      width: 100%;}
      .g-foot .info .list li {
        height: .9rem;
        padding: 0 .2rem;}
        .g-foot .info .list li .p-ico {
          font-size: .24rem;}

/*index*/
.index-flash li {
  height: 50vh;
  padding: 0 0 1.2rem .5rem;}
  .index-flash li h2 {
    font-size: .4rem;
    line-height: .42rem;}
.index-flash .arrow {
  right: .5rem;}

.index-news .container {
  width: 100%;}
  .index-news .container .col {
    width: 100%;
    padding: .4rem .38rem;}
    .index-news .container .col .name {
      padding: .25rem 0;
      min-height: 1rem;}
      .index-news .container .col .name a {
        font-size: .32rem;
        line-height: .46rem;}
    .index-news .container .col .more {
      display: none;}
  .index-news .container .img {
    width: 100%;
    order: -1;}
.index-news .list {
  width: 100%;}
  .index-news .list li {
    width: 100%;
    padding-top: .4rem;}
  .index-news .list a {
    padding-bottom: .4rem;}
    .index-news .list a .p-tag {
      top: -.58rem;}
    .index-news .list a .name {
      padding: 0 .37rem;
      font-size: .3rem;
      line-height: .44rem;
      max-height: none;
      overflow: auto;}

.index-events .wal {
  padding: 1.1rem 0 1.45rem 0;}
.index-events .col {
  width: 100%;}
  .index-events .col .arrow {
    width: 1.5rem;}
    .index-events .col .arrow a {
      width: .6rem;
      height: .6rem;}
  .index-events .col .more {
    left: auto;}
.index-events .list {
  width: 100%;
  padding-top: .3rem;}
.index-events .list-wrapper {
  width: 42rem;
  left: -.4rem;}
  .index-events .list-wrapper li {
    padding: 0 .2rem 0 .4rem;}
    .index-events .list-wrapper li .time {
      width: .9rem;
      height: .9rem;
      font-size: .26rem;}
      .index-events .list-wrapper li .time b {
        font-size: .4rem;
        line-height: .4rem;}
    .index-events .list-wrapper li .name a {
      font-size: .26rem;
      line-height: .4rem;
      height: .8rem;}

.index-research .wal {
  min-height: 7.91rem;
  position: relative;
  margin: 0;}
  .index-research .wal .p-title {
    width: 100%;
    padding: 0 0 .6rem .5rem;}
  .index-research .wal a.p-more {
    width: 2.8rem;
    bottom: auto;
    top: 1rem;
    display: none;}
  .index-research .wal .list {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;}
    .index-research .wal .list li {
      border: 0;
      padding-right: .5rem;}
      .index-research .wal .list li:before, .index-research .wal .list li:after {
        display: none;}
      .index-research .wal .list li .img {
        display: block;
        position: relative;
        padding-top: .3rem;}
        .index-research .wal .list li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: .7rem;
          bottom: 0;
          background: url(../image/img1068.jpg) center top no-repeat;
          background-size: 100%;}
        .index-research .wal .list li .img img {
          position: relative;}
      .index-research .wal .list li a.name {
        height: auto;
        font-size: .28rem;
        line-height: .44rem;
        padding: .2rem 0 .4rem .5rem;}
    .index-research .wal .list li.on a.name {
      left: 0;}
.index-research .dots {
  padding-bottom: .8rem;
  border-bottom: #F2F2F2 solid 1px;
  position: relative;
  z-index: 20;
  width: 100%;}
  .index-research .dots span {
    width: .16rem;
    height: .16rem;
    margin: 0 .1rem;
    background: #9D9D9D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;}
  .index-research .dots span.swiper-pagination-bullet-active {
    background: #791CB5;}
.index-research .big-img {
  display: none;}

.index-campus-life {
  padding: 1rem 0;}
  .index-campus-life .p-title {
    width: 100%;}
  .index-campus-life .list {
    width: 100%;
    margin-bottom: .3rem;}
    .index-campus-life .list li {
      width: 40%;}
    .index-campus-life .list a {
      font-size: .28rem;
      line-height: .68rem;}
  .index-campus-life .img-list {
    position: relative;
    bottom: 0;
    width: 100%;}
    .index-campus-life .img-list li a .name {
      display: none;}
    .index-campus-life .img-list .num {
      width: .65rem;
      font-size: .26rem;
      padding-top: .1rem;}

.foot-link {
  padding: .7rem 0;}
  .foot-link .list {
    width: 100%;
    margin-top: .2rem;}
    .foot-link .list li {
      width: 2.87rem;
      padding-right: 0;}
    .foot-link .list a {
      font-size: .32rem;
      line-height: 1rem;
      padding: 0;}

@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .5rem;} }

/*# sourceMappingURL=phone.css.map */
#vsb_content img{height:auto !important ;}