@font-face {
  font-family: 'Candara';
  src: url("fonts/Candara.eot");
  src: url("fonts/Candara.eot") format("embedded-opentype"), url("fonts/Candara.woff2") format("woff2"), url("fonts/Candara.woff") format("woff"), url("fonts/Candara.ttf") format("truetype"), url("fonts/Candara.svg#Candara") format("svg"); }
@font-face {
  font-family: "PTSerif-Bold";
  src: url("fonts2/PTSerif-Bold.woff2") format("woff2"), url("fonts2/PTSerif-Bold.woff") format("woff"), url("fonts2/PTSerif-Bold.ttf") format("truetype"), url("fonts2/PTSerif-Bold.eot") format("embedded-opentype"), url("fonts2/PTSerif-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "PTSerif-Regular";
  src: url("fonts2/PTSerif-Regular.woff2") format("woff2"), url("fonts2/PTSerif-Regular.woff") format("woff"), url("fonts2/PTSerif-Regular.ttf") format("truetype"), url("fonts2/PTSerif-Regular.eot") format("embedded-opentype"), url("fonts2/PTSerif-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
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; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-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;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 750px) {
  html {
    font-size: 50px; }

  .wal {
    max-width: 7.5rem; }

  .phoneShow {
    display: block; }

  .pcShow {
    display: none; }

  body.navShow {
    overflow: hidden; }
    body.navShow .head .navA {
      background-image: url("../image/close25.png"); }
    body.navShow .nav {
      right: 0; }

  .headD {
    height: 1.16rem; }

  .head {
    position: fixed;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); }
    .head .wal {
      height: 1.16rem; }
    .head a.logo {
      width: 3.5rem;
      height: 1.16rem; }
    .head .navA {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.4rem;
      top: 0;
      bottom: auto;
      width: 1.16rem;
      height: 1.16rem;
      background: #000 url("../image/navA.png") center no-repeat;
      background-size: .5rem; }
    .head dl.btn {
      opacity: 0;
      visibility: hidden; }

  .nav {
    position: fixed;
    right: -100%;
    bottom: auto;
    top: 1.16rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.9);
    padding: 0.5rem 0.4rem 1.16rem 0.4rem; }
    .nav li {
      margin-left: 0;
      width: 100%; }
      .nav li a {
        padding: 0;
        font-size: .44rem;
        line-height: 1.08rem;
        text-align: center;
        color: #fff; }
        .nav li a:before {
          display: none; }
    .nav dl.btn {
      opacity: 1;
      visibility: visible;
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      justify-content: center;
      -webkit-justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding: .8rem 0; }
      .nav dl.btn dd {
        border: 0; }
      .nav dl.btn a {
        height: .8rem;
        line-height: .8rem;
        padding: 0 .3rem;
        border-left: 0;
        font-size: .32rem;
        color: #6f6f6f; }
        .nav dl.btn a.on, .nav dl.btn a:hover {
          color: #fff;
          background: none; }
      .nav dl.btn dd.search {
        width: 90%;
        height: 1rem;
        background-size: .28rem; }
        .nav dl.btn dd.search .submit {
          width: .48rem;
          height: 1rem;
          top: 0; }
          .nav dl.btn dd.search .submit input {
            height: .1rem; }
        .nav dl.btn dd.search .input {
          top: 0;
          height: 1rem;
          opacity: 1;
          visibility: visible; }
          .nav dl.btn dd.search .input input {
            height: 1rem;
            line-height: 1rem;
            font-size: .24rem; }
        .nav dl.btn dd.search.on {
          width: 90%; }

  .foot {
    background-image: url("../image/footPhone.jpg");
    text-align: center; }
    .foot:before {
      bottom: 0;
      height: 1.4rem; }
    .foot .wal {
      min-height: 8.92rem; }
    .foot .logo {
      padding: 1.6rem 0 .7rem 0; }
      .foot .logo div {
        padding-bottom: .3rem; }
      .foot .logo img {
        height: .8rem; }
    .foot .box h5 {
      display: none; }
    .foot .box .content {
      font-size: .24rem;
      line-height: .36rem; }
    .foot .list {
      display: none; }
    .foot .msg {
      bottom: 0;
      line-height: 1.4rem;
      font-size: .22rem; }

  .footFollow {
    background-size: 7.5rem; }
    .footFollow .title {
      font-size: .32rem;
      line-height: 1.2rem; }
      .footFollow .title em {
        padding: 0 .12rem; }
    .footFollow li {
      height: 2.14rem;
      padding-top: .46rem;
      width: 1.12rem; }
      .footFollow li a {
        width: .84rem; }

  /*index*/
  .indexFlash {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 20; }
    .indexFlash li {
      height: 6.6rem;
      background-size: auto 4rem; }
      .indexFlash li .layer .wal {
        padding: 0 .3rem; }
      .indexFlash li .layer h2 {
        font-size: .24rem;
        width: 2.7rem;
        height: .66rem;
        line-height: .66rem;
        top: -.33rem; }
    .indexFlash .dots span {
      width: .2rem;
      height: .2rem;
      -moz-border-radius: 0.2rem;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem; }

  .indexTitle {
    position: relative;
    width: 100%;
    padding: 1rem 0 1.2rem 0; }
    .indexTitle:before {
      width: 1.3rem;
      height: 1px;
      left: 50%;
      top: 2.06rem;
      margin-left: -.65rem; }

  .wal.indexNews {
    margin: 0; }

  .indexNews {
    padding: 0; }
    .indexNews:before {
      left: 0;
      top: -4.9rem;
      background-image: url("../image/img418.png");
      width: 100%;
      height: 8.36rem; }
    .indexNews .indexTitle {
      top: 0; }
    .indexNews .list {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .indexNews .list li {
        padding: .28rem .34rem 0 .4rem; }
      .indexNews .list .time {
        font-size: .24rem;
        width: 1.46rem;
        line-height: .56rem;
        height: .52rem;
        top: 0;
        left: .28rem; }
      .indexNews .list .name {
        height: 3.3rem;
        padding-top: .3rem; }
        .indexNews .list .name a {
          font-size: .32rem;
          line-height: .52rem;
          height: 1.56rem; }
      .indexNews .list .tag {
        top: .4rem;
        font-size: .24rem; }
    .indexNews .list2 {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .indexNews .list2 li {
        padding: 0 .34rem 0 .4rem;
        min-height: 3.4rem; }
      .indexNews .list2 .tag {
        top: .4rem;
        font-size: .24rem; }
      .indexNews .list2 .name {
        padding: .33rem 1.36rem 0 0; }
        .indexNews .list2 .name a {
          font-size: .32rem;
          line-height: .52rem;
          max-height: 1.56rem; }
      .indexNews .list2 .time {
        top: .4rem;
        font-size: .32rem;
        line-height: .32rem;
        right: .5rem; }
        .indexNews .list2 .time em {
          font-size: .6rem; }
        .indexNews .list2 .time div {
          font-size: .36rem; }

  .indexPart2 {
    background: url("../image/img566.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 0; }
    .indexPart2 .indexTitle {
      color: #fff; }
      .indexPart2 .indexTitle:before {
        background: #fff; }
    .indexPart2 .wal {
      margin: 0; }
    .indexPart2 .list {
      padding: 0;
      left: 0; }
    .indexPart2 a.arrow {
      display: none; }
    .indexPart2 .list-wrapper li .img {
      width: 100%; }
    .indexPart2 .list-wrapper li .box {
      position: relative;
      top: 0;
      width: 100%;
      background: none;
      padding: 0 .5rem .3rem .5rem;
      font-size: .24rem;
      margin-top: 0; }
      .indexPart2 .list-wrapper li .box .time {
        font-size: .26rem; }
      .indexPart2 .list-wrapper li .box .name {
        font-size: .48rem;
        line-height: .6rem;
        padding: .3rem 0; }
      .indexPart2 .list-wrapper li .box p {
        font-size: .24rem;
        line-height: .44rem; }
    .indexPart2 .dots {
      padding: .2rem 0 1.2rem 0; }
      .indexPart2 .dots span {
        width: .16rem;
        height: .16rem;
        background: #787878; }
      .indexPart2 .dots .swiper-pagination-bullet-active {
        background: #fff; }

  .indexPart3 {
    margin-top: 2.7rem; }
    .indexPart3 .indexTitle {
      height: 2.6rem;
      top: -1.2rem;
      width: 1.2rem;
      padding: 0 .3rem; }
      .indexPart3 .indexTitle:after {
        height: 2rem;
        right: 0; }
      .indexPart3 .indexTitle:before {
        width: 1px;
        height: 2rem;
        left: 0;
        top: .7rem;
        margin-left: 0; }
    .indexPart3 .list li {
      width: 100%;
      padding: 0; }
    .indexPart3 .list .box {
      padding: 0 .4rem 1rem .4rem; }
      .indexPart3 .list .box .tag {
        padding: .34rem 0 .46rem .46rem;
        font-size: .28rem; }
        .indexPart3 .list .box .tag:before {
          top: -.8rem;
          height: 1.5rem; }
      .indexPart3 .list .box .name {
        font-size: .36rem;
        line-height: .52rem;
        padding-bottom: .2rem; }
      .indexPart3 .list .box p {
        font-size: .24rem;
        line-height: .4rem; }

  .pageNum {
    width: 6.5rem; }
    .pageNum div {
      display: none; }
    .pageNum a.arrow {
      width: 1.14rem; }

  .characterShow_01 {
    background-image: url("../image/img423.jpg"); }
    .characterShow_01 .wal {
      min-height: 8.46rem;
      padding: .5rem 0 0 0;
      text-align: center; }
      .characterShow_01 .wal:before {
        display: none; }
    .characterShow_01 .img {
      width: 5rem;
      left: 50%;
      top: auto;
      bottom: -2.8rem;
      margin-left: -2.5rem; }
      .characterShow_01 .img img {
        position: relative; }
      .characterShow_01 .img:before {
        top: -.4rem;
        right: -.4rem; }
    .characterShow_01 .info, .characterShow_01 .msg {
      font-size: .24rem; }
    .characterShow_01 .name {
      font-size: .8rem;
      padding-bottom: .4rem; }
    .characterShow_01 .msg {
      line-height: .4rem; }

  .characterShow {
    padding: 3.8rem 0 1.3rem 0; }
    .characterShow .title {
      height: .8rem; }
      .characterShow .title h2 {
        padding-right: .5rem;
        font-size: .24rem; }
    .characterShow .content {
      font-size: .32rem;
      line-height: .6rem;
      padding-bottom: .4rem; }

  .pageBanner {
    min-height: 3rem; }
    .pageBanner:before {
      bottom: -.34rem;
      height: .68rem; }
    .pageBanner .title {
      font-size: .24rem;
      padding-top: .75rem; }
      .pageBanner .title h2 {
        font-size: .65rem;
        margin-left: -.3rem;
        margin-right: -.3rem;
        padding-top: .1rem; }

  .newsList li {
    line-height: .52rem;
    padding: .2rem 0; }
    .newsList li span {
      font-size: .24rem;
      position: relative; }
    .newsList li a {
      padding-left: 0;
      font-size: .32rem; }

  .pageBanner2:before {
    height: 2rem; }
  .pageBanner2 .wal {
    height: 2.2rem; }
    .pageBanner2 .wal:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 1px;
      height: .4rem;
      background: #000; }
  .pageBanner2 .title {
    font-size: .84rem;
    margin-right: -.3rem;
    margin-left: -.3rem; }
  .pageBanner2 .title-2 {
    font-size: .7rem; }
  .pageBanner2 .list {
    display: none; }

  .pageTitle {
    position: relative;
    font-size: .56rem;
    width: 100%;
    padding: .9rem 0 1.2rem 0; }
    .pageTitle:before {
      width: 1.28rem;
      margin-left: -.64rem;
      height: 1px;
      left: 50%;
      bottom: .9rem;
      top: auto; }

  .news_01 .wal {
    padding: 0; }
  .news_01 .pageTitle {
    top: 0; }
  .news_01 .list {
    width: 7.1rem; }
    .news_01 .list li {
      padding-right: .52rem; }
      .news_01 .list li .time {
        line-height: 1rem;
        font-size: .28rem; }
        .news_01 .list li .time:before {
          top: -.8rem;
          height: 1.46rem; }
      .news_01 .list li .name a {
        font-size: .32rem;
        line-height: .52rem;
        height: 1.04rem; }
  .news_01 .arrow {
    display: none; }

  .news_02 {
    background-image: url("../image/img750_1.jpg");
    padding-top: .3rem; }
    .news_02 .wal {
      min-height: 24.38rem;
      padding: 0; }
    .news_02 .pageTitle {
      top: 0; }
    .news_02 .list {
      padding-top: .2rem; }
      .news_02 .list li {
        width: 100%;
        min-height: 2.72rem; }
      .news_02 .list .name {
        padding: .5rem 1.5rem .5rem 0; }
        .news_02 .list .name a {
          font-size: .32rem;
          line-height: .52rem;
          max-height: 1.56rem; }
      .news_02 .list .time {
        top: .5rem;
        font-size: .32rem;
        line-height: .32rem; }
        .news_02 .list .time em {
          font-size: .6rem; }
        .news_02 .list .time div {
          font-size: .36rem; }

  .pageMore a {
    width: 4.78rem;
    height: 1.18rem;
    line-height: 1.18rem;
    font-size: .34rem; }

  .news_03 {
    padding: .3rem 0 0 0; }
    .news_03 .pageTitle {
      top: 0; }

  .about_01 .wal {
    padding: 0; }
  .about_01 .pageTitle {
    top: 0; }
  .about_01 .content {
    font-size: .32rem;
    line-height: .6rem;
    padding: .7rem 0 2rem 0; }
  .about_01 .img2 {
    margin-left: -.4rem;
    margin-right: -.4rem; }

  .pageBox {
    padding-bottom: 0; }
    .pageBox:before {
      display: none; }
    .pageBox .wal:before {
      display: none; }

  .about_02Bg {
    background: #eff5f7 url("../image/img750bg2.jpg") center bottom no-repeat;
    background-size: 15rem;
    padding-bottom: 2rem; }

  .about_02 .pageTitle {
    top: 0; }
  .about_02 .content {
    padding: 0;
    font-size: .32rem;
    line-height: .6rem; }

  .about_03 {
    padding: 0 0 1rem 0; }
    .about_03 .pageTitle {
      top: 0; }
    .about_03 .content {
      font-size: .32rem;
      line-height: .6rem; }
    .about_03 .list {
      padding: .5rem 0; }
      .about_03 .list:after {
        height: 1rem; }
      .about_03 .list li {
        padding: .5rem 0 .5rem .5rem; }
        .about_03 .list li:before {
          left: 0; }
        .about_03 .list li .time {
          height: 1.7rem;
          line-height: 2rem;
          top: -.4rem;
          font-size: 2rem; }

  .communication_01 {
    background: url("../image/img750_2.jpg") center bottom no-repeat;
    background-size: 15rem; }
    .communication_01 .wal {
      padding: 0; }
    .communication_01 .pageTitle {
      top: 0; }
    .communication_01 .content {
      font-size: .32rem;
      line-height: .6rem; }
    .communication_01 .pageMore {
      padding: .8rem 0 2rem 0; }

  .communication_02:before {
    right: 0;
    width: 100%;
    height: 4.76rem;
    margin-right: 0; }
  .communication_02 .wal {
    padding: 0; }
  .communication_02 .pageTitle {
    top: 0; }
  .communication_02 .list {
    padding: 0; }
    .communication_02 .list li {
      width: 100%;
      padding-left: 0; }
    .communication_02 .list .box {
      padding: 0 .27rem .55rem .27rem; }
      .communication_02 .list .box .time {
        padding: 0 0 0 .44rem;
        font-size: .24rem;
        line-height: 1rem; }
        .communication_02 .list .box .time:before {
          top: -.8rem;
          height: 1.46rem; }
      .communication_02 .list .box .name {
        font-size: .36rem;
        line-height: .52rem;
        padding-bottom: .2rem; }
      .communication_02 .list .box p {
        font-size: .24rem;
        line-height: .4rem; }

  .teaching_01 {
    padding: 0; }
    .teaching_01 .pageTitle {
      top: 0; }
    .teaching_01 .title {
      padding-top: 0;
      justify-content: center;
      -webkit-justify-content: center; }
      .teaching_01 .title h2 {
        font-size: .44rem; }
    .teaching_01 .scroll {
      width: 100%;
      overflow-x: auto;
      margin-bottom: 1.2rem; }
    .teaching_01 .title2, .teaching_01 .list {
      width: 20rem; }
    .teaching_01 .title2, .teaching_01 .list li {
      font-size: .36rem; }
    .teaching_01 .title2 {
      padding: .7rem 0 .3rem 0; }
    .teaching_01 .list {
      padding: .2rem 0; }
      .teaching_01 .list li {
        min-height: .6rem; }

  .recruit .title {
    padding: .6rem 0 .4rem 0;
    justify-content: center;
    -webkit-justify-content: center; }
    .recruit .title h2 {
      font-size: .48rem; }
  .recruit .list li .name {
    line-height: .6rem;
    padding: .3rem 1.2rem .3rem .1rem;
    font-size: .36rem; }
    .recruit .list li .name:before {
      right: 0;
      width: .52rem;
      height: 1.2rem; }
  .recruit .list li .content {
    font-size: .28rem;
    line-height: .48rem;
    padding: .5rem; }
  .recruit .list li.on .name {
    font-size: .36rem;
    padding: .3rem 1.2rem .3rem .4rem; }
    .recruit .list li.on .name:after {
      height: .9rem; }

  .recruit-2 {
    padding: .7rem 0 0 0; }

  .teaching_02 .imgList {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0; }
    .teaching_02 .imgList li {
      height: 4.36rem; }
  .teaching_02 .wal {
    padding: 0; }
  .teaching_02 .pageTitle {
    top: 0; }
  .teaching_02 .content {
    font-size: .34rem;
    line-height: .64rem;
    padding: .5rem .5rem 0 .5rem;
    background: #fff;
    position: relative;
    z-index: 11;
    top: -.7rem; }
  .teaching_02 .list {
    margin-left: -.4rem;
    margin-right: -.4rem; }
    .teaching_02 .list li {
      padding: .5rem .9rem 1rem .9rem; }
    .teaching_02 .list .img {
      width: 100%;
      position: relative;
      top: 0; }
    .teaching_02 .list .name {
      font-size: .44rem;
      padding-bottom: .3rem;
      color: #000; }
    .teaching_02 .list .msg {
      font-size: .28rem;
      line-height: .52rem;
      padding-bottom: .4rem;
      color: #686868; }

  .teaching_03Bg {
    background: #eef1f7 url("../image/img750bg3.jpg") center bottom no-repeat;
    background-size: 15rem;
    min-height: 18rem; }

  .teaching_04Bg {
    background: #e6f0f7 url("../image/img750bg4.jpg") center bottom no-repeat;
    background-size: 15rem;
    min-height: 18rem; }

  .teaching_03 {
    padding: 0; }
    .teaching_03 .pageTitle {
      top: 0; }
    .teaching_03 .newsList li {
      line-height: .52rem; }
      .teaching_03 .newsList li a {
        height: auto; }

  .research_01 {
    background: url("../image/img750_3.jpg") center bottom no-repeat;
    background-size: 15rem; }
    .research_01:before {
      display: none; }
    .research_01 .wal {
      padding: 0; }
    .research_01 .pageTitle {
      top: 0; }
    .research_01 .content {
      font-size: .32rem;
      line-height: .52rem; }

  .research_02 {
    padding: 0 0 1rem 0; }

  .links .title, .research_02 .title {
    padding: 0 0 .3rem 0;
    justify-content: center;
    -webkit-justify-content: center; }
    .links .title h2, .research_02 .title h2 {
      font-size: .44rem; }
  .links .list, .research_02 .list {
    margin-top: .28rem; }
    .links .list a, .research_02 .list a {
      font-size: .32rem;
      padding: .3rem .1rem; }
      .links .list a:before, .research_02 .list a:before {
        display: none; }

  .links {
    padding-top: 0; }
    .links .title {
      padding-top: 1rem; }

  .character {
    padding: 0; }
    .character .tab {
      height: 1.4rem; }
      .character .tab .list-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative; }
      .character .tab li {
        font-size: .22rem;
        height: 1.5rem;
        width: auto; }
        .character .tab li h2 {
          display: inline-block;
          font-size: .36rem;
          padding-bottom: .4rem; }
      .character .tab li.on h2 {
        font-size: .4rem; }
        .character .tab li.on h2:before {
          bottom: .4rem; }
        .character .tab li.on h2:after {
          height: .4rem; }
    .character .list li {
      width: 100%;
      min-height: 3.6rem;
      padding: 0 0 .3rem 2.6rem; }
    .character .list .img {
      width: 2rem; }
      .character .list .img:before {
        left: .2rem;
        top: .2rem; }
    .character .list .name a {
      font-size: .28rem;
      line-height: .56rem;
      padding: .2rem 0; }
      .character .list .name a div {
        font-size: .48rem; }
    .character .list .info a {
      font-size: .24rem; }

  .xishuo_01 {
    background: url("../image/img375_3.jpg") center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 1.5rem; }
    .xishuo_01 .wal {
      padding: 0; }
    .xishuo_01 .pageTitle {
      top: 0; }
    .xishuo_01 .content {
      font-size: .32rem;
      line-height: .52rem; }

  .xishuo_03bg {
    background: #f4eff4 url("../image/img375_4.jpg") center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 2.6rem; }

  .xishuo_03 {
    padding: 0; }
    .xishuo_03 .pageTitle {
      top: 0; }
    .xishuo_03 .content {
      font-size: .32rem;
      line-height: .52rem; }

  .pageShow_01 .wal:before {
    bottom: -.34rem;
    height: .68rem; }
  .pageShow_01 .info {
    font-size: .24rem;
    padding: .7rem 0 .2rem 0; }
  .pageShow_01 .name {
    font-size: .4rem; }
  .pageShow_01 .time {
    padding: .4rem 0 .6rem 0;
    font-size: .28rem; }
    .pageShow_01 .time span {
      font-size: .28rem; }

  .pageShow {
    padding: 1.2rem 0;
    font-size: .28rem;
    line-height: .52rem; }
    .pageShow .img {
      padding: .5rem 0; }
      .pageShow .img p {
        padding-top: .24rem;
        font-size: .2rem; }

  .MArch {
    padding: 0 0 1rem 0; }
    .MArch .side {
      position: static;
      padding: .5rem 0; }
      .MArch .side ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
      .MArch .side li {
        width: 50%; }
      .MArch .side li:last-child {
        width: 100%; }
      .MArch .side a {
        line-height: .8rem;
        font-size: .28rem; }
    .MArch .content {
      font-size: .26rem;
      line-height: .42rem; }
      .MArch .content h2 {
        font-size: .34rem; }
      .MArch .content h3 {
        font-size: .3rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .4rem; } }

/*# sourceMappingURL=phone.css.map */
