.hoverred:hover {
  color: #ba3a39;
}

a, .transition, :before, img, .nav {
  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 {
  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 {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 1025px) {
  html {
    font-size: 50px;
  }

  body {
    font-size: 0.24rem;
  }

  .wal {
    max-width: 8rem;
  }

  body.navShow {
    overflow: hidden;
  }
  body.navShow .g-nav {
    right: 0;
    left: 1.7rem;
  }
  body.navShow .g-nav:after, body.navShow .g-nav .close {
    left: -1.7rem;
  }

  .g-headD {
    height: 1.62rem;
  }

  .g-head-container {
    position: fixed;
    background: #fff;
    border-bottom: #ba3a39 solid 0.1rem;
  }

  .g-top {
    display: none;
  }

  .g-head {
    background: none;
  }
  .g-head .wal {
    min-height: 1.62rem;
  }
  .g-head a.logo {
    width: 2.5rem;
  }
  .g-head a.logo-2 {
    display: none;
  }
  .g-head .word {
    display: none;
  }
  .g-head .navA {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.5rem;
    top: 0;
    bottom: auto;
    width: 1.5rem;
    height: 1.62rem;
    background: url("../image/img55.png") center no-repeat;
    background-size: 0.55rem;
  }

  .g-nav {
    position: fixed;
    z-index: 100;
    left: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
  }
  .g-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .g-nav .close {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: url("../image/close61.png") center no-repeat;
    background-size: 0.61rem;
  }
  .g-nav .wal {
    margin: 0;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 0.5rem;
  }
  .g-nav .title {
    font-size: 0.24rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.02rem;
    padding-left: 0.5rem;
    border-bottom: #db9898 solid 1px;
  }
  .g-nav li {
    width: 100%;
  }
  .g-nav a.name {
    height: 1.08rem;
    line-height: 1.08rem;
    font-size: 0.36rem;
    margin-right: 0;
    padding: 0 0.5rem;display: block; width: 95%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  }
  .g-nav .search {
    width: auto;
    margin: 0 0.5rem;
    height: 0.6rem;
    border-bottom: #decb9d solid 1px;
    position: relative;
  }
  .g-nav .search .input {
    position: static;
    width: 100%;
    height: 0.6rem;
    background: none;
  }
  .g-nav .search .input input {
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.4rem;
    font-size: 0.28rem;
  }
  .g-nav .search .submit {
    right: auto;
    background-size: 0.26rem;
    width: 0.3rem;
  }
  .g-nav .search .submit input {
    height: 0.6rem;
  }
  .g-nav .sub-list {
    background: #fff;
    padding: 0.3rem 0;
  }
  .g-nav .sub-list a.name {
    color: #383838;
    font-size: 0.3rem;
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .g-nav .sub-list a.name.on {
    color: #ba3a39;
  }

  /*.g-foot{text-align: center;
    .list{
      .name{text-transform: uppercase; padding: .45rem 0 .15rem 0}
      ul{justify-content: center; -webkit-justify-content: center;
        li{margin: 0 .16rem}
        img{height: .52rem}
      }
    }
    .msg{position: static; line-height: .38rem; max-width: 5.8rem; margin: 0 auto; padding: .32rem 0}
  }*/
  .g-foot {
    padding: 0.5rem 0;
  }
  .g-foot .list {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .g-foot .list .logo {
    width: 4.88rem;
    margin-right: 0;
  }
  .g-foot .list ul {
    width: 100%;
    justify-content: center;
    padding: 0.3rem 0;
  }
  .g-foot .list ul li {
    margin: 0 0.16rem;
  }
  .g-foot .list ul img {
    height: 0.52rem;
  }
  .g-foot .msg {
    position: static;
    text-align: center;
    line-height: 0.38rem;
    max-width: 5.8rem;
    margin: 0 auto;
  }

  .p-title {
    font-size: 0.4rem;
  }

  .p-content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .p-content1 {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  /*index*/
  .indexFlash li {
    /*height: 2.75rem;*/
  }
  .indexFlash .layer {
    position: relative;
    background: #8c2f2e;
  }
  .indexFlash .layer .wal {
    height: auto;
    margin: 0;
  }
  .indexFlash .layer .title {
    font-size: 0.56rem;
  }
  .indexFlash .layer .title img {
    width: 0.52rem;
    margin-right: 0.27rem;
  }
  .indexFlash .layer .col-1 {
    width: 100%;
    background: #ba3a39;
    padding: 0.5rem 0.5rem 0.32rem 0.5rem;
  }
  .indexFlash .layer .col-1 .content {
    font-size: 0.26rem;
    line-height: 0.36rem;
    padding: 0.25rem 0;
  }
  .indexFlash .layer .col-1 .btn {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .indexFlash .layer .col-1 .btn a {
    font-size: 0.36rem;
    height: 0.84rem;
    padding: 0 0.42rem;
    margin-bottom: 0.18rem;
  }
  .indexFlash .layer .col-1 .btn a img {
    width: 0.58rem;
    margin-left: 0.45rem;
  }
  .indexFlash .layer .col-2 {
    width: 100%;
    padding: 0.4rem 0.5rem;
    border-left: 0;
  }
  .indexFlash .layer .col-2 .title {
    font-size: 0.48rem;
    height: 1rem;
  }
  .indexFlash .layer .col-2 dl {
    padding-top: 0;
  }
  .indexFlash .layer .col-2 dd {
    height: 0.96rem;
    font-size: 0.28rem;
    padding-left: 0.3rem;
    font-style: italic;
  }
  .indexFlash .layer .col-2 dd img {
    width: 0.8rem;
    margin-right: 0.2rem;
  }
  .indexFlash .layer .col-2 dd b {
    display: block;
    font-style: normal;
  }

  .index-1 .title {
    font-size: 0.4rem;
  }
  .index-1 .list {
    padding-top: 0.3rem;
  }
  .index-1 .list .time {
    height: 0.4rem;
  }
  .index-1 .list .name {
    font-size: 0.25rem;
    line-height: 0.48rem;
    height: auto;
    overflow: auto;
  }
  .index-1 .list .msg {
    padding: 0.1rem 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .index-1 .list .msg dd {
    padding-left: 1.42rem;
  }
  .index-1 .btn {
    position: relative;
    padding-top: 0.2rem;
    width: 100%;
  }
  .index-1 .btn .dots span {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.28rem;
  }
  .index-1 .list-1 {
    width: 100%;
    padding-bottom: 0.7rem;
  }
  .index-1 .list-1 .title {
    width: 100%;
    position: relative;
  }
  .index-1 .list-1 .list li .img {
    width: 100%;
    border-top: #ba3a39 solid 0.06rem;
  }
  .index-1 .list-1 .list li .col {
    width: 100%;
    padding-top: 0.3rem;
  }
  .index-1 .list-1 .btn {
    width: 100%;
  }
  .index-1 .list-2 {
    width: 100%;
    padding: 0 0 0.7rem 0;
    border: 0;
  }
  .index-1 .list-2 .list .name {
    height: auto;
  }
  .index-1 .list-2 .btn {
    left: 0;
    right: 0;
  }
  .index-1 .list-3 {
    width: 100%;
  }
  .index-1 .list-3 img {
    width: 100%;
  }

  .index-2 .title {
    width: 100%;
    text-align: center;
    color: #ba3a39;
    font-size: 0.54rem;
    padding: 0.25rem 0 0.4rem 0;
  }

.index-2 .col-1 {
  width: 100%;
  padding-right: .0rem; }
.index-2 .col-2 {
  width: 100%; }

  .index-2 .col-1 {
    width: 100%;
    padding-right: 0;
    order: 3;
  }
  .index-2 .col-1 .name {
    font-size: 0.28rem;
    padding-top: 0;
  }

.index-2 .col-1 .content { font-family:'Roboto-Regular'; line-height: .25rem;font-size: .16rem;font-weight: 400; min-height: 1.5rem; padding: .15rem 0; } 
  .index-2 .col-1 .more {
    text-align: center;
  }
  .index-2 .col-2 {
    width: 100%;
    font-size: 0.32rem;
  }
  .index-2 .col-2 .content {
    line-height: 0.56rem;
    padding-bottom: 0.5rem;
  }
  .index-2 .col-2 .content:before, .index-2 .col-2 .content:after {
    width: 0.68rem;
    height: 0.55rem;
  }
  .index-2 .col-2 .content:before {
    left: -0.2rem;
  }
  .index-2 .col-2 .content:after {
    right: 0.1rem;
  }
  .index-2 .col-2 .btn {
    font-size: 0.28rem;
    text-align: center;
    padding: 0.25rem 0 0.5rem 0;
  }
  .index-2 .col-2 .btn em {
    padding: 0 0.2rem;
  }
  .index-2 .img {
    position: relative;
    margin: 0 auto;
  }



.index-3 .side {
  width: 100%; }
  .index-3 .side:before {
    left: 0%;
    top: 0rem; }
  .index-3 .side a:before {
    right: 0%;
    margin-right: 0; }
  .index-3 .side a:hover:before {
    right: 0%;
    margin-right: 0rem; }
.index-3 .list {
  width: 100%; }
  .index-3 .list li .num {
    font-size: .54rem; }



  .index-3.wal {
    margin: 0 auto;
  }
  .index-3 .side {
    width: 100%;
    min-height: 5rem;
    position: relative;
    top: 0;
    padding: 0.5rem 0.55rem;
  }
  .index-3 .side:before {
    left: 0;
    top: -7.95rem;
    background-size: 9.75rem;
    width: 100%;
    height: 9.9rem;
  }
  .index-3 .side a {
    padding-left: 0;
    font-size: 0.32rem;
    line-height: 0.96rem;
  }
  .index-3 .side a:before {
    right: 0;
    bottom: 0;
    width: 0.3rem;
  }
  .index-3 .side a:hover {
    padding-left: 0;
  }
  .index-3 .side a:hover:before {
    right: 0;
  }
  .index-3 .list {
    width: 100%;
    min-height: 9.3rem;
  }
  .index-3 .list .title {
    padding: 0.95rem 0 0.75rem 0;
  }
  .index-3 .list .title h2 {
    font-size: 0.54rem;
    line-height: 0.64rem;
    padding-bottom: 0.25rem;
  }
  .index-3 .list .title p {
    font-size: 0.36rem;
  }
  .index-3 .list li {
    width: 50%;
    min-height: 1.65rem;
    padding-bottom: 0.65rem;
  }
  .index-3 .list li .num {
    font-size: 0.58rem;
  }
  .index-3 .list li .name {
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding-top: 0.15rem;
  }

  .index-4 .title {
    padding: 0.8rem 0.3rem 0.5rem 0.3rem;
    font-size: 0.54rem;
    line-height: 0.64rem;
    text-align: center;
  }
  .index-4 .btn {
    position: static;
  }
  .index-4 .btn .dots {
    min-width: 100%;
    padding: 0.7rem 0 0.85rem 0;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .index-4 .btn .dots span {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
  }
  .index-4 .btn .arrow {
    display: none;
  }
  .index-4 .list {
    width: 100%;
  }
  .index-4 .list li .img {
    width: 100%;
  }
  .index-4 .list li .layer {
    position: static;
    width: 100%;
    padding: 0.6rem 0.5rem;
  }
  .index-4 .list li .layer .name {
    font-size: 0.3rem;
  }
  .index-4 .list li .layer p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.3rem 0;
    min-height: 2.6rem;
  }
  .index-4 .list li .layer .more {
    position: static;
    text-align: center;
  }
  .index-5  { width: auto
  }
  .index-5 .title {
    font-size: 0.54rem;
    line-height: 0.64rem;
    padding: 0.8rem 0 0.5rem 0;
  }
  .index-5 .list-wrapper {
    width: 100%;
    margin-left:0rem;
  }
  .index-5 .list-wrapper li .name {
    padding: 1rem 0 0 0.4rem;
    font-size: 0.32rem;
  }
  .index-5 .dots {
    padding-bottom: 0.4rem;
  }
  .index-5 .dots span {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
  }
  .index-5 .downloadt {
    font-size: 0.32rem;
    line-height: 1.5em;
  }
  .index-5 .vdo {
    width: auto;
  }

  .index-6 .title {
    font-size: 0.54rem;
    line-height: 0.64rem;
    padding-bottom: 0.45rem;
  }
  .index-6 .msg {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .index-6 .list li {
    width: 50%;
    min-height: 2.05rem;
  }
  .index-6 .list li .num {
    font-size: 0.58rem;
  }
  .index-6 .list li .num em {
    font-size: 0.32rem;
  }
  .index-6 .list li .name {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }

.index-7 li { width: 16.666%; } 
.index-7 li img { min-width: 100%; } /*page*/ .p-banner { background: center no-repeat; background-size: cover; height: 4.5rem; position: relative; text-align: center; color: #e0d2a2; text-transform: uppercase; font-size: .15rem; padding-bottom: .62rem; } 


  /*page*/
  .p-banner {
    height: 2.5rem;
    font-size: 0.18rem;
    padding-bottom: 0;
  }
  .p-banner:after {
    background: #bcaa6e;
    height: 0.05rem;
    right: 0;
  }
  .p-banner h2 {
    font-size: 0.6rem;
  }

  .about-title {
    font-size: 0.32rem;
  }
  .about-title h2 {
    font-size: 0.54rem;
    padding-top: 0.15rem;
  }

  .about-1 {
    background: none;
  }
  .about-1 .wal {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .about-1 .about-title {
    padding: 0.6rem 0 0 0;
    height: 2.2rem;
  }
  .about-1 .col-1 {
    width: 100%;
    order: 5;
    padding: 0.7rem 0;
  }
  .about-1 .col-1 .name {
    font-size: 0.28rem;
  }
  .about-1 .col-1 .content {
    line-height: 0.4rem;
    padding: 0.2rem 0 0 0;
  }
  .about-1 .col-2 {
    width: 100%;
  }
  .about-1 .col-2 .p-content:before, .about-1 .col-2 .p-content:after {
    width: 0.68rem;
    height: 0.55rem;
  }
  .about-1 .col-2 .p-content:before {
    left: -0.2rem;
  }
  .about-1 .col-2 .more {
    text-align: center;
  }
  .about-1 .img {
    position: static;
    margin: 0 auto;
    padding-bottom: 0.75rem;
  }

  .about-2 {
    background: #efede6;
  }
  .about-2 .wal {
    padding: 0.95rem 0 0 0;
  }
  .about-2 .col-1 {
    width: 100%;
  }
  .about-2 .col-2 {
    width: 100%;
  }


  .about-3 {
    padding: 0;
  }
  .about-3.wal {
    margin: 0 auto;
    width: 100%;
  }
  .about-3 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .about-3 .list li {
    width: 100%;
    min-height: 7.2rem;
    padding: 1rem 0.15rem 0.3rem 0.15rem;
    font-size: 0.28rem;
    border: 0;
    border-right: #fff solid 1px;
  }
  .about-3 .list li .year {
    font-size: 0.5rem;
  }
  .about-3 .list li p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-width: 4.1rem;
    min-height: 3.8rem;
    padding: 0.25rem 0;
  }

.about-4 .row { padding-bottom: 0; } 
.about-4 .layer { text-align: center; position: relative; } 
.about-4 .img { margin-left: -0.5rem; margin-right: -0.5rem; } 
.about-4 .row-1 .layer { width: 100%; min-height: 1rem; padding: 0.5rem; left: auto; top: auto; right: auto; bottom: 0rem; } 
.about-4 .row-1 .img { margin-left: -0.5rem; } 
.about-4 .row-2 .layer { min-height: 1rem; padding: 0.5rem; left: auto; top: auto; right: auto; bottom:0rem; }

.about-4 .layer .name { font-size: .4rem; line-height: .6rem; } 
.about-4 .layer .msg { font-size: .24rem; color: #ba3a39; padding-top: .25rem; font-family: 'Roboto-Regular'; } 



  .about-5 {
    width: 100%;
    overflow: hidden;
  }
  .about-5 li .img {
    height: 6.36rem;
  }
  .about-5 li .layer {
    top: 2.7rem;
  }
  .about-5 li .layer .ico {
    width: 1.07rem;
  }
  .about-5 li .layer .name {
    padding-top: 0.15rem;
    font-size: 0.3rem;
  }

  .head-title {
    min-height: 2.1rem;
    padding-bottom: 0.5rem;
  }
  .head-title:after {
    right: 0;
    margin-right: 0;
    height: 0.05rem;
  }
  .head-title .curr {
    font-size: 0.24rem;
    padding-top: 0.7rem;
  }

  .head-title-2 {
    min-height: 1.3rem;
  }
  .head-title-2 .curr {
    padding-top: 0.6rem;
  }

  .w800 {
    width: 100%;
  }

  .side-nav {
    display: none;
  }

  .programs-1 {
    padding: 0.9rem 0 0.5rem 0;
    color: #777;
  }

  .programs-2 li {
    font-size: 0.26rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .programs-2 li .img {
    width: 4.4rem;
    margin: 0 auto;
  }
  .programs-2 li .img:before {
    display: none;
  }
  .programs-2 li .col {
    width: 100%;
  }
  .programs-2 li h3 {
    font-size: 0.36rem;
    text-align: center;
    padding-top: 0.4rem;
  }
  .programs-2 li .msg {
    line-height: 0.4rem;
    font-size: 0.28rem;
    text-align: center;
    padding: 0.2rem 0 0.4rem 0;
  }
  .programs-2 li .content {
    line-height: 0.44rem;
  }
  .programs-2 li .content p {
    padding-bottom: 0.44rem;
  }
  .programs-2 li .content:before, .programs-2 li .content:after {
    width: 1rem;
    height: 0.81rem;
  }
  .programs-2 li:nth-child(even) .col {
    order: 1;
  }

  .programs-3 .title {
    font-size: 0.54rem;
    text-align: center;
  }
  .programs-3 .title-2 {
    font-size: 0.4rem;
  }
  .programs-3 li a {
    line-height: 0.36rem;
    padding: 0.3rem 0.8rem 0.3rem 0;
    font-size: 0.32rem;
  }
  .programs-3 li a:before {
    width: 0.25rem;
    height: 0.96rem;
  }
  .programs-3 li .content {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }

  .programs-3-1 li a:before {
    width: 0.18rem;
  }

  .curriculum-1 h2.title {
    font-size: 0.54rem;
    text-align: center;
    padding: 0.95rem 0 0.55rem 0;
  }
  .curriculum-1 div.title, .curriculum-1 li {
    display: block;
  }
  .curriculum-1 div.title .col-1, .curriculum-1 li .col-1 {
    width: 100%;
  }
  .curriculum-1 div.title .col-2, .curriculum-1 li .col-2 {
    width: 100%;
    padding-left: 0;
  }
  .curriculum-1 div.title {
    margin-bottom: 0.28rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    height: 1.56rem;
    padding: 0.35rem 0 0 0.4rem;
  }
  .curriculum-1 div.title .col-1 {
    border-right: 0;
    height: 0.5rem;
    padding-left: 0;
    font-size: 0.36rem;
  }
  .curriculum-1 li .col-1 {
    height: 1.21rem;
    line-height: 1.21rem;
  }
  .curriculum-1 li .col-1 b {
    opacity: 1;
    top: 0;
    right: auto;
    left: 0.4rem;
  }
  .curriculum-1 li .col-1 strong {
    opacity: 1;
    top: 0;
    right: auto;
    left: 0.4rem;
  }

  .curriculum-1 li .col-1 div {
    line-height: 1.21rem;
    position: static;
    padding-left: 1rem;
  }
  .curriculum-1 li .col-1 div em {
    display: inline-block;
  }
  .curriculum-1 li .col-2 {
    padding: 0.3rem 0 0 0.4rem;
  }
  .curriculum-1 li .col-2 h3 {
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding-bottom: 0.12rem;
  }
  .curriculum-1 li .col-2 dl {
    padding-bottom: 0.3rem;
  }
  .curriculum-1 li .col-2 dd {
    font-size: 0.26rem;
    line-height: 0.36rem;
    padding: 0.04rem 0 0.04rem 0.3rem;
  }
  .curriculum-1 li .col-2 dd:before {
    top: 0.04rem;
    width: 0.08rem;
    height: 0.36rem;
  }
  .curriculum-1 li .col-2 dd a {
    background-size: 0.16rem;
    padding-right: 0.32rem;
  }
  .curriculum-1 li .col-2 dd .p-content {
    font-size: 0.26rem;
  }
  .curriculum-2 .title {
    font-size: 0.54rem;
    text-align: center;
  }
  .curriculum-2 li {
    font-size: 0.26rem;
    line-height: 1.7em;
  }
  .flagship {
    padding-top: 0.95rem;
  }
  .flagship .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .flagship .img {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .flagship .container-2 {
    padding: 0 0 0.5rem 0;
    margin-top: -0.35rem;
  }
  .flagship .container-2 .name h5 {
    font-size: 0.36rem;
  }
  .flagship .container-2 .name div {
    font-size: 0.28rem;
  }
  .flagship .container-2 .content {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .flagship .container {
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 0.5rem 0.35rem;
  }
  .flagship .container h2 {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
  .flagship .container h3 {
    font-size: 0.4rem;
  }
  .flagship .container .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .flagship .container .more a {
    font-size: 0.28rem;
  }
  .flagship .container .container-2 {
    padding: 0.4rem 0;
  }

  .global-vision-1 {
    padding-top: 0.95rem;
  }
  .global-vision-1 .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .global-vision-1 li {
    padding: 0.7rem 0;
  }
  .global-vision-1 li .col h3 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    position: relative;
    top: -0.1rem;
    padding-bottom: 0.1rem;
  }
  .global-vision-1 li .col p {
    display: none;
  }
  .global-vision-1 li .col a.g-more {
    font-size: 0.28rem;
  }

  .global-vision-2-box {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .global-vision-2 .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
    padding: 0.8rem 0 0.5rem 0;
  }
  .global-vision-2 .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .global-vision-2 .container {
    font-size: 0.28rem;
  }
  .global-vision-2 .container .map {
    left: -0.5rem;
  }
  .global-vision-2 .container .map li .name {
    line-height: 0.2rem;
    font-size: 0.18rem;
  }
  .global-vision-2 .container h3 {
    font-size: 0.32rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ecosystem {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .ecosystem li .name {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .ecosystem li .more a {
    font-size: 0.24rem;
  }
  .ecosystem li.li_01 {
    margin-left: -2.4rem;
    top: 1.4rem;
  }
  .ecosystem li.li_02 {
    margin-left: 0.55rem;
    top: 1.4rem;
  }
  .ecosystem li.li_02 .more {
    padding-left: 0.45rem;
  }
  .ecosystem li.li_03 {
    margin-left: -2.7rem;
    top: 4.4rem;
  }
  .ecosystem li.li_03 .more {
    padding-left: 0.25rem;
  }
  .ecosystem li.li_04 {
    margin-left: 0.05rem;
    top: 4.75rem;
  }

  .orientation {
    padding-top: 0.95rem;
  }
  .orientation .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .orientation .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .orientation .list li {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.52rem;
    padding: 0.05rem 0 0.05rem 0.2rem;
  }

  .life-at-tsinghua {
    padding-top: 0.95rem;
  }
  .life-at-tsinghua .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .life-at-tsinghua .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .life-at-tsinghua .list li a {
    line-height: 0.36rem;
    font-size: 0.32rem;
    padding: 0.3rem 0.8rem 0.3rem 0;
  }
  .life-at-tsinghua .list li a:before {
    width: 0.18rem;
  }
  .life-at-tsinghua .list-2 li a:before {
    width: 0.12rem;
  }
  .life-in-beijing {
    padding-top: 0.95rem;
  }
  .life-in-beijing .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .life-in-beijing div.title {
    font-size: 0.54rem;
    line-height: 0.6rem;
  }
  .life-in-beijing h2.title {
    font-size: 0.48rem;
  }
  .life-in-beijing .list {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .life-in-beijing .list li {
    padding: 0 0.3rem 0 0;
  }
  .life-in-beijing .list img {
    height: auto;
  }
  .life-in-beijing .list .name {
    line-height: 0.8rem;
    font-size: 0.32rem;
  }

  .alumni-profiles {
    padding-top: 0.95rem;
  }
  .alumni-profiles li {
    margin-bottom: 0.5rem;
    padding: 0 0 0.5rem 0;
    text-align: center;
    font-size: 0.32rem;
  }
  .alumni-profiles li .img {
    width: 2.8rem;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0.3rem;
  }
  .alumni-profiles li .img:before {
    display: none;
  }
  .alumni-profiles li .name {
    font-size: 0.54rem;
  }
  .alumni-profiles li .title {
    font-size: 0.32rem;
    line-height: 0.52rem;
    text-align: left;
    padding-top: 0.25rem;
  }
  .alumni-profiles li p {
    font-size: 0.32rem;
    line-height: 0.52rem;
    text-align: left;
  }

  .alumni-mentorship-program {
    padding-top: 0.95rem;
  }
  .alumni-mentorship-program div.title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .alumni-mentorship-program .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .alumni-mentorship-program .list {
    padding: 0 0.1rem;
  }
  .alumni-mentorship-program .list li {
    padding: 0.5rem 0 0.4rem 0;
  }
  .alumni-mentorship-program .list li .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .alumni-mentorship-program .list li .name {
    font-size: 0.36rem;
  }
  .alumni-mentorship-program .list li .msg {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }

  .alumni-network-2 .p-title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }

  .student-ambassadors {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .student-ambassadors dd {
    width: 50%;
  }
  .student-ambassadors a {
    font-size: 0.26rem;
    height: 1.7rem;
  }
  .student-ambassadors a div {
    font-size: 0.54rem;
  }


.student-life2 { padding: .33rem 0 1rem 0; } 
.student-life2 li { width: 100%; padding-left:0; } 
.student-life2 ul { margin-left: auto; } 

.student-life ul { margin-left: auto; } 
.student-life li { width: 100%; padding-left: 0rem; } 
.student-life li img{ margin: auto; } 
.student-life { padding-top: 0.6rem; } 
.student-life li { width: 100%; } 

.student-life li a { width: 100%; position: relative; text-transform: uppercase; } 
.student-life li a .title { font-size: 0.26rem; } 
.student-life li a .img img{width: 100%;} 
.student-life li a .name { font-size: 0.32rem; line-height: 0.5rem; }

.student-life2 li a { position: relative; text-transform: uppercase; } 
.student-life2 li a .title { font-size: 0.26rem; } 
.student-life2 li a .name { font-size: 0.32rem; line-height: 0.5rem; }
.student-life2 li a .img img{width: 100%;} 

  .admission-calendar {
    padding-top: 0.9rem;
  }
  .admission-calendar .p-title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .admission-calendar h2 {
    font-size: 0.28rem;
  }
  .admission-calendar .list li {
    height: auto;
    padding: 0.25rem 0 0.25rem 0.2rem;
    font-size: 0.24rem;
  }

  .admission-criteria h2.title {
    font-size: 0.32rem;
  }
  .admission-criteria .list .name, .admission-criteria .list li {
    font-size: 0.26rem;
  }
  .admission-criteria .list li {
    height: 0.9rem;
  }

  .career-support-1 {
    padding-top: 0.9rem;
  }
  .career-support-1 .list li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .career-support-1 .list .ico {
    width: 1rem;
  }
  .career-support-1 .list h3 {
    font-size: 0.36rem;
  }
  .career-support-1 .list dd {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .career-support-1 .more a {
    font-size: 0.28rem;
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .career-support-2 {
    padding-bottom: 0;
  }
  .career-support-2 .list ul {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .career-support-2 .list li {
    padding: 0;
    font-size: 0.28rem;
    width: 33.333%;
  }
  .career-support-2 .list li h3 {
    font-size: 0.54rem;
  }
  .career-support-2 .img-list {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .admissions {
    padding-top: 0.95rem;
  }
  .admissions .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .admissions .list ul {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .admissions .list li {
    width: 50%;
    height: 2.5rem;
    padding: 0 0.3rem;
  }
  .admissions .list li:before {
    height: 1.8rem;
  }
  .admissions .list li a .ico {
    width: 1rem;
  }
  .admissions .list li a .name {
    font-size: 0.28rem;
  }

  #alumni-network {
    padding-top: 0.95rem;
  }

  .alumni-network-1 li {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .alumni-network-1 li div {
    font-size: 0.6rem;
  }
  .alumni-network-1 li div span {
    font-size: 0.32rem;
  }
  .alumni-network-1 li p {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .alumni-network-2:before {
    display: none;
  }
  .alumni-network-2 h3 {
    font-size: 0.4rem;
  }
  .alumni-network-2 .list {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .alumni-network-2 .map {
    position: relative;
    top: 0;
    right: 0.2rem;
    height: 6rem;
  }
  .alumni-network-2 .map.map-2 {
    top: 0;
    right: 0.5rem;
    height: 5rem;
  }
  .alumni-network-2 .map.map-2.on {
    position: relative;
    right: 0.5rem;
    margin-right: 0;
  }

  .expenses-scholarship {
    padding-top: 0.95rem;
  }
  .expenses-scholarship .p-title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .expenses-scholarship h2.title {
    font-size: 0.4rem;
  }
  .expenses-scholarship .list li {
    padding: 0.32rem 0;
  }
  .expenses-scholarship .list .name {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }

  .academics-1 {
    padding-top: 0.95rem;
  }
  .academics-1 .content {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .academics-1 .list li {
    font-size: 0.32rem;
    line-height: 0.42rem;
    padding: 0 0 0.2rem 3rem;
  }
  .academics-1 .list-2 ul {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .academics-1 .list-2 li {
    padding-bottom: 0.5rem;
    width: 50%;
    font-size: 0.26rem;
  }
  .academics-1 .list-2 li .ico img {
    height: 0.8rem;
  }
  .academics-1 .list-2 li .num {
    font-size: 0.6rem;
  }
  .academics-1 .list-2 li .msg {
    line-height: 0.32rem;
  }
  .academics-1 .list-2 li dl {
    min-height: 1.7rem;
  }
  .academics-1 .list-2 li dl dd {
    width: 3.3rem;
  }
  .academics-1 .list-2 li dl .num {
    font-size: 0.6rem;
  }
  .academics-1 .list-2 li .name {
    font-size: 0.3rem;
  }
  .academics-1 .list-2 li:nth-child(6) {
    width: 50%;
  }
  .academics-1 .list-2 li:nth-child(6):before {
    display: none;
  }
  .academics-1 .list-2 li:nth-child(5) {
    width: 100%;
  }

  .academics-2 {
    padding-bottom: 0.6rem;
  }
  .academics-2 .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .academics-2 .list {
    padding-bottom: 0.4rem;
  }
  .academics-2 .list ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-right: -0.3rem;
  }
  .academics-2 .list li {
    min-width: 100%;
  }
  .academics-2 .list a {
    font-size: 0.4rem;
    line-height: 1rem;
    background-size: 0.3rem;
    padding-right: 0.75rem;
  }
  .academics-2 .img {
    width: 100%;
    position: static;
  }
  .academics-2 .img div {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .student-profile {
    padding-top: 0.95rem;
  }
  .student-profile .title {
    font-size: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .student-profile .list {
    padding-bottom: 0.3rem;
  }
  .student-profile .list ul {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .student-profile .list li {
    width: 50%;
    padding-bottom: 0.4rem;
  }
  .student-profile .list li .num {
    font-size: 0.6rem;
  }
  .student-profile .list li .num span {
    font-size: 0.32rem;
  }
  .student-profile .list li .name {
    font-size: 0.28rem;
  }
  .student-profile .list-2 ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .student-profile .list-2 li {
    width: 5rem;
  }
  .student-profile .list-2 li .chart {
    height: 3.2rem;
  }
  .student-profile .list-2 li h2 {
    font-size: 0.44rem;
  }
  .student-profile .list-2 li .info {
    font-size: 0.28rem;
  }
  .student-profile .list-2 li dd {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin-right: -1rem;
  }
  .student-profile .list-2 li dd i {
    top: 0.23rem;
  }

  .page-show {
    padding: 0.7rem 0 0 0;
  }
  .page-show .title {
    margin-right: 0;
    font-size: 0.6rem;
    line-height: 0.72rem;
    margin-left: 0;
    padding-bottom: 0.5rem;
  }
  .page-show .btn {
    position: fixed;
    left: auto;
    right: 0.2rem;
    bottom: 0;
  }
  .page-show .btn.on {
    position: absolute;
    right: -0.3rem;
  }
  .page-show .btn li {
    padding-bottom: 0.45rem;
  }
  .page-show .btn img {
    height: 0.6rem;
  }
  .page-show .time {
    font-size: 0.28rem;
    padding-bottom: 0.28rem;
  }
  .page-show .content {
    font-size: 0.36rem;
    line-height: 0.56rem;word-break:break-all;word-wrap:break-word;
  }
  .page-show .content h2 {
    font-size: 0.44rem;
  }
  .page-show .content h3 {
    font-size: 0.36rem;
  }
  .page-show .list h2 {
    font-size: 0.36rem;
    padding-bottom: 0.15rem;
  }
  .page-show .list li {
    padding: 0.25rem 0;
    line-height: 0.48rem;
  }
  .page-show .list li .time {
    font-size: 0.24rem;
  }
  .page-show .list li a {
    font-size: 0.36rem;
  }

  .news .title {
    text-align: center;
    font-size: 0.54rem;
    padding: 0.6rem 0 0.45rem 0;
  }
  .news .list li {
    width: 100%;
    padding: 0 0 0.4rem 0.3rem;
  }
  .news .list a {
    padding: 0.5rem;
  }
  .news .list a .name {
    font-size: 0.36rem;
    line-height: 0.48rem;
    padding-top: 0.2rem;
  }

  .events .title {
    text-align: center;
    font-size: 0.54rem;
    padding: 0.6rem 0 0.45rem 0;
  }
  .events .list li {
    width: 100%;
    padding: 0 0 0.4rem 0.36rem;
  }
  .events .list a {
    padding: 0.5rem;
  }
  .events .list a .name {
    font-size: 0.36rem;
    line-height: 0.48rem;
    padding: 0.2rem 0 0.15rem 0;
  }
  .events .list a .info {
    padding-left: 0.35rem;
    font-size: 0.28rem;
    line-height: 1.6em;
    background-position: left 0.07rem;
    background-size: 0.18rem;
  }

  .p-num {
    font-size: 0.28rem;
  }
  .p-num div {
    display: none;
  }

  .videos {
    padding-top: 0.6rem;
  }
  .videos .title {
    font-size: 0.36rem;
    padding-bottom: 0.36rem;
    font-weight: bold;
  }
  .videos .list li {
    width: 100%;
  }
  .videos .list li a .name {
    font-size: 0.26rem;
    line-height: 0.38rem;
    width: 6rem;
    height: 1.2rem;
    margin-top: -0.5rem;
  }
  .wal .content {
    font-size: 0.36rem;
    line-height: 0.56rem;word-break:break-all;word-wrap:break-word;
  }
  .wal .content video{
    width: 100%; height: auto;
  }



}
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 0.5rem;word-break:break-all;word-wrap:break-word;
  }
.side-nav {display: none;}
.side-nav li{display: none;}
}
