@charset "utf-8";
body.show a, body.show .transition, body.show .index-notice .img-list li a .name, .index-notice .img-list li a body.show .name, 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; }

@media screen and (max-width: 768px) {
#page-list { margin-top: .2rem !important; }
#page-list .p_pages span, #page-list .p_t{ display: none; }
#page-list .p_pages .p_prev_d, #page-list .p_pages .p_next, #page-list .p_pages .p_prev, #page-list .p_pages .p_next_d { display: inline-block; width: 45%; margin: 0 2%;}
#page-list .p_pages .p_prev a, #page-list .p_pages .p_next a { width: 100%; background: #f6f6f6;color: #660774; }

#page-list .p_pages .p_prev_d, #page-list .p_pages .p_next_d, #page-list .p_pages .p_prev a, #page-list .p_pages .p_next a { padding-top: .25rem; padding-bottom: .25rem; font-size: .22rem;}
#page-list .p_pages .p_prev a:hover, #page-list .p_pages .p_next a:hover { color: #fff; }
}

.new-show .content p.vsbcontent_img{ text-align: center; text-indent: 0; }
.index-news .img-list a p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.index-notice .list li a .name { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.about-3 .year-list ul { flex-flow: row-reverse; }

.ellipsis, .index-news .img-list a .name, .index-news .list a .name, .index-special a .name, .teaching-3 .list li a .name, .teaching-list a, .research-list a .name, .news-1 .list a, .new-list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .g-foot .wal, .indexFlash .dots, .index-news .list a, .index-notice .img-list .dots, .p-nav .nav ul, .about-3 .year-list ul, .p-class .row, .p-num, .teaching-3 .list li a, .teaching-nav ul, .research-1 .imgs .dots, .news-1 .imgs .dots, .new-list2 li a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .research-2 .list a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }
table { width: 100%; }
.itemsCenter, .g-foot .wal, .index-news .list a, .about-2 .container, .p-class .row, .p-num, .teaching-3 .list li a, .research-2 .list a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash .dots, .index-notice .img-list .dots, .p-num, .teaching-nav ul, .research-1 .imgs .dots, .research-2 .list a, .news-1 .imgs .dots {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot .wal, .index-news .list ul, .index-notice .wal, .about-2 .container, .introduction, .team-1 ul, .teaching-2 .list ul, .research-1, .research-2 .list ul, .new-list2 li a {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .p-list ul, .g-nav ul, .index-news .img-list ul, .index-news .list ul, .index-notice .wal, .index-special ul, .about-2 .container, .introduction, .team-1 ul, .p-class .row ul, .team-list ul, .team-show .container, .teaching-2 .list ul, .teaching-4 .list ul, .research-1, .research-2 .list ul, .research-list ul, .news-1 .list ul, .news-2 .list ul, .leader .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-more {
  display: block;
  width: 1.83rem;
  line-height: .5rem;
  margin: 0 auto;
  background: #F7B113;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: .16rem;
  color: #fff;
  text-align: center; }
  .p-more:hover {
    background: #660774;
    color: #fff; }

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png"); }
  .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.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      text-align: justify;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }

.p-title {
  text-align: center;
  padding: .8rem 0 .5rem 0; }
  .p-title h2 {
    font-weight: 400;
    font-size: .36rem;
    color: #660774;
    line-height: 1em; }

.p-content, .about-1 .container .content, .about-2 .container .content, .about-3 .container .content, .team-1 li .content, .teaching-2 .list a .box p, .research-3 .content, .research-show .content, .news-1 .imgs li a .box .content {
  font-size: .16rem;
  line-height: .3rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7); }

.p-list ul {
  margin-left: -.6rem; }
.p-list li {
  width: 50%;
  padding-left: .6rem; }
.p-list a { min-height: 100%;
  display: block;
  border-top: #e5e5e5 solid 1px;
  line-height: .36rem;
  padding: .37rem 1.25rem .37rem .18rem;
  font-size: .2rem;
  color: rgba(0, 0, 0, 0.7);
  position: relative; }
  .p-list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #e5e5e5; }
  .p-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .46rem;
    width: .19rem;
    background: url("../image/arrow19.png") center no-repeat;
    background-size: 100%;
    opacity: .3; }

.bsBox {
  box-sizing: content-box; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #660774;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: .12rem; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12.83rem;
  margin: 0 auto; }

.wal2 {
  max-width: 12.16rem;
  margin: 0 auto; }

@font-face {
  font-family: "Times-BoldItalic";
  src: url("fonts/Times-BoldItalic.woff2") format("woff2"), url("fonts/Times-BoldItalic.woff") format("woff"), url("fonts/Times-BoldItalic.ttf") format("truetype"), url("fonts/Times-BoldItalic.eot") format("embedded-opentype"), url("fonts/Times-BoldItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------*/
.g-headD {
  height: 1.95rem; }

.g-head {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff url("../image/head-bg.jpg") center no-repeat;
  background-size: cover; }
  .g-head .wal {
    min-height: 1.95rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 4.81rem;
    height: .92rem;
    position: absolute;
    z-index: 1;
    left: 0.6rem;
    right: auto;
    top: 0.26rem;
    bottom: auto; }
  .g-head .language {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.61rem;
    top: 0.5rem;
    bottom: auto;
    font-size: .16rem;
    color: #484848; }
    .g-head .language em {
      padding: 0 .15rem; }
    .g-head .language a {
      color: #484848; }
      .g-head .language a:hover, .g-head .language a.on {
        color: #660774; }
  .g-head .search {
    position: absolute; overflow:hidden;
    z-index: 1;
    left: auto;
    right: 0.43rem;
    top: 1.39rem;
    bottom: auto;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    width: 2.33rem;
    height: .38rem;
    border: #BDBDBD solid 1px;
    background: #fff; }
    .g-head .search .input input {
      width: 100%;
      height: .36rem;
      line-height: .36rem;
      font-size: .14rem;
      padding: 0 .15rem; }
    .g-head .search .submit {
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("../image/search16.png") center no-repeat #fff;
      background-size: .16rem;
      width: .5rem; }
      .g-head .search .submit input {
        width: 100%;
        height: .36rem;
        cursor: pointer; }

.g-nav {
  position: absolute;
  z-index: 1;
  left: 0.42rem;
  right: auto;
  top: auto;
  bottom: 0; }
  .g-nav li {
    margin-right: 1px; }
  .g-nav a.name {
    display: block;
    height: .73rem;
    line-height: .73rem;
    font-size: .18rem;
    color: #0C0E0F;
    position: relative;
    padding: 0 .26rem; }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -.05rem;
      width: 0;
      margin-left: 0;
      opacity: 0;
      height: .1rem;
      background: #EAA715; }
    .g-nav a.name:hover:before, .g-nav a.name.on:before {
      width: .92rem;
      margin-left: -.46rem;
      opacity: 1; }

.g-foot {
  font-size: .14rem;
  border-top: #F7B113 solid 0.05rem;
  background: #E7EBF0; }
  .g-foot .wal {
    position: relative;
    height: 1.26rem;
    padding: 0 .29rem 0 .08rem; }
    .g-foot .wal .logo {
      width: 3.09rem; }
    .g-foot .wal p {
      line-height: .24rem; }
  .g-foot .msg {
    background: #660774;
    text-align: center;
    color: #fff;
    line-height: .97rem; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 19.2rem;
  margin: 0 auto; }
  .indexFlash li {
    height: 7.44rem;
    background: center no-repeat;
    background-size: cover;
    position: relative; }
    .indexFlash li .layer {
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0;
      top: 2.12rem;
      bottom: auto;
      color: #fff;
      background: url("../image/bg-10.png") right center repeat-y;
      background-size: 100%;
      width: 11.45rem;
      padding: .5rem 0 .5rem 3.36rem; }
      .indexFlash li .layer h3 {
        font-size: .36rem;
        line-height: .48rem;
        max-width: 5.65rem;
        padding-bottom: .2rem; }
      .indexFlash li .layer p { 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
        font-size: .18rem;
        line-height: 1.5em;
        max-width: 5.65rem; }
  .indexFlash .arrow a {
    display: block;
    width: .95rem;
    height: .95rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.74) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 3.14rem;
    bottom: auto; }
    .indexFlash .arrow a:hover {
      background-color: rgba(102, 7, 116, 0.5); }
    .indexFlash .arrow a.prev {
      left: .1rem;
      background-image: url("../image/prev95on.png"); }
      .indexFlash .arrow a.prev:hover {
        background-image: url("../image/prev95.png"); }
    .indexFlash .arrow a.next {
      right: .1rem;
      background-image: url("../image/next95on.png"); }
      .indexFlash .arrow a.next:hover {
        background-image: url("../image/next95.png"); }
  .indexFlash .dots {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: auto;
    bottom: 1.15rem;
    width: 100%; }
    .indexFlash .dots span {
      width: .12rem;
      height: .12rem;
      background: rgba(255, 255, 255, 0.6);
      margin: 0 .06rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background: #F7B113; }

.index-news {
  background: #fff;
  padding: .3rem .3rem 0 .3rem;
  position: relative;
  z-index: 15;
  margin-top: -.85rem; }
  .index-news .img-list ul {
    margin-left: -.3rem; }
  .index-news .img-list li {
    width: 33.333%;
    padding: 0 0 0 .3rem; }
  .index-news .img-list a {
    display: block;
    padding-bottom: .35rem; }
    .index-news .img-list a .img {
      border-bottom: #F7B113 solid 0.1rem;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .index-news .img-list a .name {
      font-size: .18rem;
      padding: 0 .1rem;
      height: .45rem;
      line-height: .45rem; }
    .index-news .img-list a .time {
      padding: .3rem 0 0 .1rem;
      font-size: .18rem;
      font-weight: bold;
      color: #939393; }
    .index-news .img-list a p { letter-spacing: 1px;
      padding: 0 .1rem;
      line-height: .28rem;
      opacity: .6;
      color: #000; }
  .index-news .img-list a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .index-news .list {
    border-top: rgba(135, 135, 135, 0.3) solid 1px;
    border-bottom: rgba(135, 135, 135, 0.3) solid 1px;
    padding: .2rem 0; }
    .index-news .list li {
      width: 5.8rem; }
    .index-news .list a {
      height: .52rem;
      font-size: .18rem; }
      .index-news .list a .time {
        flex-shrink: 0;
        font-weight: bold;
        color: #939393;
        padding-right: .2rem; }
      .index-news .list a .name {
        line-height: .52rem; }
  .index-news .more {
    padding: .33rem 0 .6rem 0; }

.index-notice {
  background: url("../image/index-notice.jpg") center no-repeat;
  background-size: cover;
  min-height: 7.96rem;
  padding: .8rem 0 1rem 0; }
  .index-notice .list, .index-notice .img-list {
    width: 4.01rem;
    min-height: 6.18rem;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: .5rem 0 0 0; }
  .index-notice h2.title {
    font-size: .3rem;
    line-height: 1em;
    color: #660774;
    text-align: center; }
  .index-notice .more {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0.5rem; }
  .index-notice .list ul {
    padding: .35rem .44rem; }
  .index-notice .list li a {
    min-height: .74rem;
    position: relative;
    display: block;
    padding: 0 0 .2rem .5rem; }
    .index-notice .list li a .time {
      position: absolute;
      z-index: 1;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      text-align: center;
      font-weight: bold;
      font-size: .16rem;
      color: #660774;
      line-height: .28rem; }
      .index-notice .list li a .time em {
        display: block;
        font-size: .3rem;
        line-height: 1em; }
    .index-notice .list li a .name {
      font-size: .18rem;
      line-height: .28rem; }
  .index-notice .img-list {
    width: 8.33rem;
    padding-left: .55rem;
    padding-right: .55rem;
    position: relative; }
    .index-notice .img-list .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-top: .55rem; }
    .index-notice .img-list .list-wrapper2 {
      width: 11.49rem;
      position: relative;
      left: 50%;
      margin-left: -5.745rem;
      text-align: center; }
    .index-notice .img-list li a {
      display: block; }
      .index-notice .img-list li a .img {
        border-bottom: #F7B113 solid 0.1rem;
        background: #fff; }
        .index-notice .img-list li a .img img {
          opacity: .7; }
      .index-notice .img-list li a .name {
        text-align: center;
        padding: .18rem 0;
        font-size: .18rem;
        color: #464646;
        opacity: 0; }
    .index-notice .img-list li.swiper-slide-active .img {
      box-shadow: 0 0.13rem 0.24rem rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 0.13rem 0.24rem rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0.13rem 0.24rem rgba(255, 255, 255, 0.8); }
      .index-notice .img-list li.swiper-slide-active .img img {
        opacity: 1; }
    .index-notice .img-list li.swiper-slide-active .name {
      opacity: 1; }
    .index-notice .img-list .dots span {
      width: .1rem;
      height: .1rem;
      background: #cfd1d7;
      margin: 0 .1rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .index-notice .img-list .dots span.swiper-pagination-bullet-active {
      background: #34314b; }
    .index-notice .img-list .arrow a {
      display: block;
      width: .16rem;
      height: .3rem;
      background: center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 1;
      left: auto;
      right: auto;
      top: 2.7rem;
      bottom: auto; }
      .index-notice .img-list .arrow a.prev {
        left: .2rem;
        background-image: url("../image/prev16.png"); }
        .index-notice .img-list .arrow a.prev:hover {
          background-image: url("../image/prev16on.png"); }
      .index-notice .img-list .arrow a.next {
        right: .2rem;
        background-image: url("../image/next16.png"); }
        .index-notice .img-list .arrow a.next:hover {
          background-image: url("../image/next16on.png"); }

.index-special {
  padding: .95rem 0; }
  .index-special ul {
    margin-left: -.26rem; }
  .index-special li {
    width: 25%;
    padding-left: .26rem; }
  .index-special a {
    display: block;
    color: #464646; }
    .index-special a .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .index-special a .name {
      height: .5rem;
      line-height: .5rem;
      font-size: .18rem; }
  .index-special a:hover {
    color: #660774; }
    .index-special a:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.p-banner {
  height: 3.4rem;
  background: center no-repeat;
  background-size: cover; }

.p-nav {
  min-height: .68rem;
  position: relative;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
  .p-nav h2 {
    color: #fff;
    background: #660774;
    font-size: .3rem;
    text-align: center;
    width: 2.55rem;
    line-height: 1.07rem;
    position: absolute;
    z-index: 1;
    left: 0.12rem;
    right: auto;
    top: -0.6rem;
    bottom: auto;
    padding-right: .3rem; }
  .p-nav .nav {
    position: absolute;
    z-index: 1;
    left: 2.37rem;
    right: auto;
    top: -0.32rem;
    bottom: auto;
    background: #fff;
    border-top: #F7B113 solid 0.05rem;
    min-height: .88rem;
    padding: 0 .15rem; }
    .p-nav .nav a {
      display: block;
      font-size: .18rem;
      color: #4B4B4B;
      padding: .25rem .3rem;
      line-height: 1em; }
    .p-nav .nav a:hover, .p-nav .nav a.on {
      color: #660774; }
  .p-nav .curr {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.2rem;
    top: auto;
    bottom: 0;
    font-size: .14rem;
    color: #666;
    line-height: 1em;
    padding: .2rem 0; }
    .p-nav .curr a {
      color: #666; }
    .p-nav .curr a:hover {
      color: #660774; }

.about-1 .p-title {
  padding: .8rem 0 .5rem 0; }
.about-1 .container {
  position: relative;
  padding-bottom: .35rem; }
  .about-1 .container .img {
    width: 6.39rem;
    border-bottom: #F7B113 solid 0.1rem; }
  .about-1 .container .content {
    background: #fff;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 7.05rem;
    min-height: 3.53rem;
    padding: .5rem 0 .5rem .64rem; }
.about-1 .more {
  padding: .35rem 0 1.3rem 0; }

.about-2 {
  background: url("../image/about-2.jpg") center top no-repeat;
  background-size: auto 4rem; }
  .about-2 .wal {
    max-width: 11.48rem; }
  .about-2 .p-title {
    padding: 1.38rem 0 .83rem 0; }
  .about-2 .container {
    background: #fff;
    padding-right: .57rem; }
    .about-2 .container .img {
      width: 4.43rem; }
    .about-2 .container .content {
      width: 6.6rem; }
  .about-2 .more {
    padding: .7rem 0 1.4rem 0; }

.about-3 {
  background: #F4F6FC;
  padding-bottom: 1.48rem; }
  .about-3 .p-title {
    padding: 1.3rem 0 .6rem 0; }
  .about-3 .container {
    background: url("../image/img1021.png") center top no-repeat;
    background-size: 100%;
    width: 10.21rem;
    min-height: 3.25rem;
    padding-top: .15rem;
    margin: 0 auto; }
    .about-3 .container .content {
      max-width: 8.3rem;
      margin: 0 auto;
      position: relative;
      padding: .65rem 0 0 0; }
      .about-3 .container .content:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: .08rem;
        background: #F7B113; }
  .about-3 .year-list {
    padding-bottom: 1rem; }
    .about-3 .year-list ul {
      margin-left: -.03rem; }
    .about-3 .year-list li {
      padding-left: .03rem;
      width: 10%;
      text-align: center;
      font-size: .24rem;
      color: #660774;
      height: .63rem;
      line-height: .8rem;
      position: relative;
      font-family: 'Times-BoldItalic';
      cursor: pointer; }
      .about-3 .year-list li:before {
        content: "";
        display: block;
        position: absolute;
        left: .03rem;
        top: 0;
        right: 0;
        height: .1rem;
        background: #b0cfdd; }
    .about-3 .year-list li.on:before {
      background: #F7B113; }
  .about-3 .p-list {
    max-width: 10.78rem;
    margin: 0 auto; }

.about-4 {
  padding-bottom: 1.65rem;
  max-width: 12.16rem; }
  .about-4 .p-title {
    padding: 1.38rem 0 .8rem 0; }
  .about-4 .p-list li {
    width: 25%; }

.introduction {
  padding: .68rem 0.3rem 1.4rem 0.3rem; }
  .introduction .p-title {
    width: 100%;
    padding: 0 0 .6rem 0; }
  .introduction .content {
    width: 8rem;
    text-align: justify;
    font-size: .18rem;
    line-height: 1.75em;
    color: rgba(0, 0, 0, 0.7); }
    .introduction .content p {
      text-indent: 2em;
      padding-bottom: .18rem; }
  .introduction .imgs {
    width: 3rem; }
    .introduction .imgs li {
      padding-bottom: .16rem; }
    .introduction .imgs img {
      border-bottom: #F7B113 solid 0.1rem;
      width: 100%; }

.yjs {
  padding-bottom: .7rem; }
  .yjs .p-title {
    padding: .6rem 0 .48rem 0; }
  .yjs .p-list {
    padding-bottom: .3rem; }

.team-1 {
  padding: 1rem 0 0 0; }
  .team-1 li {
    width: 5.67rem;
    padding-bottom: 1.34rem; }
    .team-1 li .img {
      border-bottom: #F7B113 solid 0.1rem;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .team-1 li .container {
      margin: 0 .68rem;
      position: relative;
      z-index: 11;
      background: #fff;
      margin-top: -.75rem;
      padding: .4rem .33rem 0 .33rem; }
    .team-1 li h3 {
      text-align: center;
      color: #660774;
      font-size: .36rem;
      line-height: 1em; }
    .team-1 li .content {
      padding: .3rem 0 .45rem 0; }
  .team-1 li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }

.team-2 {
  background: url("../image/img1920_2.jpg") center top no-repeat;
  background-size: auto 4.32rem;
  padding-bottom: 1.8rem; }
  .team-2 .p-title {
    padding: 1.85rem 0 .65rem 0; }
  .team-2 .p-list {
    background: #fff;
    padding: .75rem .8rem; }

.p-class {
  border-top: rgba(0, 0, 0, 0.15) solid 1px; }
  .p-class .row {
    border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
    line-height: .43rem;
    padding: .18rem 0; }
    .p-class .row .name {
      flex-shrink: 0;
      width: 2rem;
      padding-right: .5rem;
      text-align: right;
      font-size: .14rem;
      color: rgba(0, 0, 0, 0.8); }
    .p-class .row ul {
      flex-shrink: 1; }
    .p-class .row li {
      font-size: .18rem;
      padding-right: .5rem; }
      .p-class .row li a.on {
        color: #660774; }

.team-list {
  padding: .46rem 0 0 0; }
  .team-list ul {
    margin-left: -.2rem; }
  .team-list li {
    width: 25%;
    padding: 0 0 0 .2rem; }
    .team-list li a {
      display: block; }
      .team-list li .img {
        border-bottom: #F7B113 solid 0.1rem;
        width: 1.68rem;
        overflow: hidden; }
      .team-list li .container {
        position: relative;
        z-index: 11;
        top: -.3rem;
        background: #fff;
        margin-left: .37rem;
        padding: .2rem 0 .1rem .3rem; }
        .team-list li .container h3 {
          font-size: .18rem;
          color: #660774; }
        .team-list li .container p {color: rgba(0, 0, 0, 0.7);
          font-size: .14rem;
          line-height: 1.7em;
          padding: .1rem 0 .15rem 0; }
        .team-list li .container .msg {
          color: rgba(0, 0, 0, 0.7);
          font-size: .12rem;
          line-height: 1.7em; }
    .team-list li a:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.p-num {
  border-top: rgba(0, 0, 0, 0.15) solid 1px;
  padding: .4rem 0 1rem 0; }
  .p-num a {
    font-size: .14rem;
    color: #3F3F3F;
    padding: 0 .15rem;
    line-height: .3rem; }
    .p-num a:hover, .p-num a.on {
      color: #660774; }
    .p-num a.on {
      font-weight: bold; }
    .p-num a.arrow {
      width: .4rem;
      margin: 0 .15rem;
      background: center no-repeat;
      height: .3rem;
      background-size: 100%; }
      .p-num a.arrow.prev {
        background-image: url("../image/prev40.png"); }
      .p-num a.arrow.next {
        background-image: url("../image/next40.png"); }

.team-show {
  max-width: 10rem;
  padding: .7rem 0 1.2rem 0; }
  .team-show .container .img {
    width: 3.02rem; }
  .team-show .container .col {
    width: 6rem;
    padding-left: .6rem; }
  .team-show .container h2 {
    font-size: .36rem;
    color: #660774;
    line-height: 1em; }
  .team-show .container .msg {
    padding-top: .3rem;
    font-size: .21rem;
    line-height: 1.8em; }
  .team-show .container .msg2 {
    font-size: .18rem;
    color: rgba(0, 0, 0, 0.7); }
  .team-show .content {
    padding-top: .35rem;
    font-size: .18rem;
    line-height: 1.8em;
    color: rgba(0, 0, 0, 0.7); }
    .team-show .content p {
      padding-bottom: .18rem;
      text-indent: 2em; }
    .team-show .content h3 {
      color: #000;
     line-height: .92rem;
      font-size: .21rem; }

.teaching-1 {
  padding: 0 .16rem 1.6rem .16rem; }
  .teaching-1 .p-title {
    padding: .98rem 0 .7rem 0; }
  .teaching-1 .box {
    position: relative;
    padding-bottom: .3rem; }
  .teaching-1 .img {
    width: 6.26rem;
    border-bottom: #F7B113 solid 0.1rem;
    position: relative;
    overflow: hidden; }
    .teaching-1 .img:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .teaching-1 .p-list {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 6.63rem;
    background: #fff;
    padding: .6rem .5rem; }
    .teaching-1 .p-list a:after {
      right: .1rem; }

.teaching-2 {
  background: url("../image/teaching-2.jpg") center top no-repeat;
  background-size: auto 4rem; }
  .teaching-2 .p-title {
    padding: 1.5rem 0 .64rem 0; }
  .teaching-2 .list {
    padding: 0 .31rem 1.67rem .31rem; }
    .teaching-2 .list li {
      width: 5.07rem; }
    .teaching-2 .list a {
      display: block; }
      .teaching-2 .list a .img {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .teaching-2 .list a .img:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          height: .1rem;
          background: #F7B113; }
      .teaching-2 .list a .box {
        margin-left: .78rem;
        background: #fff;
        position: relative;
        z-index: 11;
        margin-top: -.6rem;
        padding: .3rem 0 .35rem .5rem; }
        .teaching-2 .list a .box h3 {
          font-size: .24rem;
          font-weight: 400;
          padding-bottom: .2rem;
          color: #660774; }
    .teaching-2 .list a:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.teaching-3 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .teaching-3:before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    top: .74rem;
    width: 11.47rem;
    background: #e7f1f5;
    margin-right: -9.6rem; }
  .teaching-3 .img {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    margin-left: -9.6rem;
    width: 7.72rem;
    overflow: hidden;
    border-bottom: #F7B113 solid 0.1rem; }
  .teaching-3 .wal {
    min-height: 4.65rem;
    position: relative;
    padding-left: 5.45rem;
    z-index: 11; }
  .teaching-3 .p-title {
    text-align: left;
    padding: 0 0 0 .5rem;
    height: .74rem; }
  .teaching-3 .list {
    min-height: 3.7rem;
    padding: .35rem 0; }
    .teaching-3 .list li a {
      height: .6rem;
      font-size: .18rem;
      color: rgba(0, 0, 0, 0.7); }
      .teaching-3 .list li a .time {
        color: rgba(0, 0, 0, 0.54);
        flex-shrink: 0;
        width: 1.25rem; }
      .teaching-3 .list li a .name {
        line-height: .6rem; }
      .teaching-3 .list li a:hover {
        color: #660774; }
  .teaching-3 .more {
    padding-bottom: .6rem; }
    .teaching-3 .more a.p-more {
      margin-left: 0; }

.teaching-4 {
  padding-bottom: 1.6rem; }
  .teaching-4 .p-title {
    padding: 1.6rem 0 .7rem 0; }
  .teaching-4 .list ul {
    margin-left: -.54rem; }
  .teaching-4 .list li {
    width: 33.333%;
    padding-left: .54rem; }
  .teaching-4 .list a {
    display: block;
    text-align: center;
    color: #4C4C4C; }
    .teaching-4 .list a .img {
      width: 100%;
      overflow: hidden;
      position: relative;
      border-bottom: #F7B113 solid 0.1rem; }
    .teaching-4 .list a .name {
      font-size: .18rem;
      line-height: 1em;
      padding: .2rem 0 .4rem 0; }
  .teaching-4 .list a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }

.teaching-nav {
  border-bottom: rgba(0, 0, 0, 0.15) solid 1px; }
  .teaching-nav a {
    display: block;
    font-size: .2rem;
    line-height: 1em;
    padding: .22rem .42rem;
    position: relative;
    color: #000; }
    .teaching-nav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;width: 0%;
      bottom: -1px;
      right: 50%;
      opacity: 0;
      height: .08rem;
      background: #F7B113; }
    .teaching-nav a:hover:before, .teaching-nav a.on:before {
      left: .0;width: 100%;
      opacity: 1; }

.teaching-list {
  padding: .15rem 0; }
  .teaching-list li {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
  .teaching-list a {
    display: block;
    font-size: .18rem;
    height: .82rem;
    line-height: .82rem;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 0 .9rem 0 .22rem; }
    .teaching-list a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .2rem;
      bottom: 0;
      width: .19rem;
      background: url("../image/arrow19.png") center no-repeat;
      background-size: 100%;
      opacity: .4; }
  .teaching-list a:hover {
    color: #660774; }

.p-num2 {
  font-size: .18rem;
  line-height: .48rem;
  padding: .25rem 0 1rem .22rem;
  color: rgba(0, 0, 0, 0.4); }
  .p-num2 a {
    color: rgba(0, 0, 0, 0.4); }
    .p-num2 a:hover {
      text-decoration: underline; }

.research-1 .p-title {
  padding: .87rem 0 .7rem 0;
  width: 100%; }
.research-1 .more {
  padding: .6rem 0 1.15rem 0;
  width: 100%; }
.research-1 .imgs {
  width: 5.56rem;
  border-bottom: rgba(135, 135, 135, 0.29) solid 1px;
  overflow: hidden;
  position: relative; }
  .research-1 .imgs li a {
    display: block;
    color: rgba(0, 0, 0, 0.8); }
    .research-1 .imgs li a .img {
      border-bottom: #F7B113 solid 0.1rem;
      width: 100%;
      overflow: hidden;
      position: relative; }
    .research-1 .imgs li a .box {
      background: #fff;
      margin-left: .8rem;
      position: relative;
      z-index: 11;
      margin-top: -.75rem;
      padding: .3rem 0 .3rem .38rem; }
      .research-1 .imgs li a .box .name {
        font-size: .18rem;
        line-height: .24rem;
        padding-bottom: .12rem; }
      .research-1 .imgs li a .box p {
        color: rgba(0, 0, 0, 0.6);
        font-size: .14rem;
        line-height: 1.7em; }
  .research-1 .imgs li a:hover {
    color: #660774; }
    .research-1 .imgs li a:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .research-1 .imgs .dots {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0.26rem; }
    .research-1 .imgs .dots span {
      width: .1rem;
      height: .1rem;
      background: #cfd1d7;
      margin: 0 .1rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .research-1 .imgs .dots span.swiper-pagination-bullet-active {
      background: #34314b; }
.research-1 .list {
  width: 6rem;
  border-bottom: rgba(135, 135, 135, 0.29) solid 1px; }
  .research-1 .list li {
    border-top: rgba(135, 135, 135, 0.29) solid 1px; }
  .research-1 .list a {
    display: block;
    font-size: .14rem;
    line-height: 1.7em;
    padding: .3rem 0;
    color: rgba(0, 0, 0, 0.8); }
    .research-1 .list a .name {
      font-size: .18rem;
      line-height: .24rem;
      padding-bottom: .12rem; }
    .research-1 .list a p {
      color: rgba(0, 0, 0, 0.6); }
  .research-1 .list a:hover {
    color: #660774; }

.research-2 {
  background: url("../image/research-2.jpg") center no-repeat;
  background-size: cover;
  min-height: 6.25rem; }
  .research-2 .p-title {
    padding: 1.39rem 0 .73rem 0; }
  .research-2 .list a {
    width: 3.75rem;
    height: 2.4rem;
    margin-bottom: .5rem;
    color: #fff;
    background: rgba(104, 11, 118, 0.5);
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    box-shadow: 0.03rem 0.04rem 0.05rem 0 rgba(7, 0, 2, 0.13);
    -webkit-box-shadow: 0.03rem 0.04rem 0.05rem 0 rgba(7, 0, 2, 0.13);
    -moz-box-shadow: 0.03rem 0.04rem 0.05rem 0 rgba(7, 0, 2, 0.13); }
    .research-2 .list a .img {
      width: 1rem; }
    .research-2 .list a .name {
      font-size: .24rem;
      padding-top: .24rem; }

.research-3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 1.9rem; }
  .research-3:before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    top: 1.1rem;
    width: 11.47rem;
    background: #e7f1f5;
    margin-right: -9.6rem; }
  .research-3 .img {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 0.35rem;
    bottom: auto;
    margin-left: -9.6rem;
    width: 7.72rem;
    overflow: hidden;
    border-top: #F7B113 solid 0.1rem; }
  .research-3 .wal {
    min-height: 4.65rem;
    position: relative;
    padding-left: 5.45rem;
    z-index: 11; }
  .research-3 .p-title {
    text-align: left;
    padding: 0 0 0 .4rem;
    height: .84rem; }
  .research-3 .content {
    min-height: 3.8rem;
    padding: .7rem 0 .45rem 0; }
  .research-3 .more {
    padding-bottom: .45rem; }
    .research-3 .more a.p-more {
      margin-left: 0; }

.research-list .p-title {
  padding: .8rem 0 .6rem 0; }
.research-list ul {
  margin-left: -.38rem; }
.research-list li {
  width: 25%;
  padding: 0 0 .3rem .38rem; }
.research-list a {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.8); }
  .research-list a .img {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .research-list a .img:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: .1rem;
      background: #660774; }
  .research-list a .name {
    height: .47rem;
    line-height: .47rem;
    font-size: .16rem; }
.research-list a:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2); }

.research-show {
  max-width: 10.13rem; }
  .research-show .p-title {
    padding: .79rem 0 .67rem 0; }
  .research-show .list {
    position: relative;
    background: #e7f1f5;
    padding: .22rem 1rem; }
    .research-show .list .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .research-show .list li {
      padding: 0 .04rem; }
      .research-show .list li .img {
        position: relative; }
        .research-show .list li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          height: .06rem;
          background: #F7B113;
          opacity: 0; }
    .research-show .list li.swiper-slide-active .img:before {
      opacity: 1; }
    .research-show .list .arrow a {
      display: block;
      width: .65rem;
      height: .65rem;
      background: #caccce center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 1;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.325rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .research-show .list .arrow a:hover {
        background-color: #a67cb4; }
      .research-show .list .arrow a.prev {
        left: .25rem;
        background-image: url("../image/prev65.png"); }
      .research-show .list .arrow a.next {
        right: .25rem;
        background-image: url("../image/next65.png"); }
  .research-show .content {
    padding: .4rem 0 1.6rem 0; }

.news-1 .p-title {
  padding: .62rem 0 .5rem 0; }
.news-1 .more {
  padding: .65rem 0 1.25rem 0; }
.news-1 .imgs {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .news-1 .imgs li a {
    display: block;
    position: relative;
    padding-bottom: .08rem; }
    .news-1 .imgs li a .img {
      width: 7.09rem;
      overflow: hidden;
      position: relative; }
      .news-1 .imgs li a .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: .1rem;
        background: #F7B113;
        z-index: 2; }
    .news-1 .imgs li a .box {
      position: absolute;
      z-index: 5;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      background: #fff;
      width: 6.63rem;
      padding: .4rem .15rem .6rem .6rem; }
      .news-1 .imgs li a .box .name {
        color: #660774;
        font-size: .24rem; }
      .news-1 .imgs li a .box .time {
        font-weight: bold;
        padding: .22rem 0 .3rem 0;
        font-size: .18rem;
        color: #939393; }
      .news-1 .imgs li a .box .content {
        text-indent: 2em; }
      .news-1 .imgs li a .box .btn {
        position: absolute;
        z-index: 1;
        left: auto;
        right: 0.15rem;
        top: auto;
        bottom: -0.1rem; }
        .news-1 .imgs li a .box .btn em {
          color: #660774;
          font-style: italic;
          font-size: .14rem;
          padding-right: .18rem;
          background: url("../image/img8.png") right center no-repeat;
          background-size: .08rem; }
  .news-1 .imgs li a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .news-1 .imgs .dots {
    padding: .42rem 0 .65rem 0; }
    .news-1 .imgs .dots span {
      width: .1rem;
      height: .1rem;
      background: #cfd1d7;
      margin: 0 .1rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .news-1 .imgs .dots span.swiper-pagination-bullet-active {
      background: #34314b; }
.news-1 .list ul {
  margin-left: -.63rem; }
.news-1 .list li {
  width: 50%;
  padding-left: .63rem;
  position: relative; }
  .news-1 .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: .63rem;
    bottom: -1px;
    right: 0;
    height: 1px;
    background: #d9d9d9; }
.news-1 .list a {
  display: block;
  border-top: #d9d9d9 solid 1px;
  height: .8rem;
  line-height: .8rem;
  position: relative;
  padding: 0 1rem 0 .18rem;
  font-size: .18rem;
  color: rgba(0, 0, 0, 0.8); }
  .news-1 .list a em {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.18rem;
    top: 0;
    bottom: auto;
    color: rgba(0, 0, 0, 0.5); }
  .news-1 .list a:hover {
    color: #660774; }

.news-2 .p-title {
  padding: 1.45rem 0 .67rem 0; }
.news-2 .list ul {
  margin-left: -.63rem; }
.news-2 .list li {
  width: 50%;
  padding-left: .63rem;
  position: relative; }
  .news-2 .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: .63rem;
    bottom: -1px;
    right: 0;
    height: 1px;
    background: #d9d9d9; }
.news-2 .list a {
  display: block;
  border-top: #d9d9d9 solid 1px;
  padding: .35rem .03rem; }
  .news-2 .list a .name {
    font-size: .21rem;
    color: #660774; }
  .news-2 .list a .msg {
    font-size: .16rem;
    line-height: 1.7em;
    color: rgba(0, 0, 0, 0.8);
    padding-top: .2rem; }
  .news-2 .list a .msg2 {
    color: rgba(0, 0, 0, 0.7);
    padding-top: .17rem; }
.news-2 .more {
  padding: .65rem 0 1.25rem 0; }

.new-list {
  max-width: 10.07rem;
  margin: 0 auto; }
  .new-list li a {
    display: block;
    border-top: #d9d9d9 solid 1px;
    height: .8rem;
    line-height: .8rem;
    position: relative;
    padding: 0 1rem 0 .18rem;
    font-size: .18rem;
    color: rgba(0, 0, 0, 0.8); }
    .new-list li a em {
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0.18rem;
      top: 0;
      bottom: auto;
      color: rgba(0, 0, 0, 0.5); }
    .new-list li a:hover {
      color: #660774; }

.new-list2 {
  max-width: 10.07rem;
  margin: 0 auto; }
  .new-list2 li {
    padding-bottom: .26rem; }
    .new-list2 li a {
      color: rgba(0, 0, 0, 0.9); }
      .new-list2 li a .img {
        width: 2.9rem;
        flex-shrink: 0;
        position: relative;
        overflow: hidden; }
        .new-list2 li a .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 2;
          height: .07rem;
          background: #F7B113; }
      .new-list2 li a .box {
        width: 100%;
        border-top: #d9d9d9 solid 1px;
        border-bottom: #d9d9d9 solid 1px;
        padding: .25rem .05rem .25rem .25rem; }
        .new-list2 li a .box .name {
          font-size: .18rem; }
        .new-list2 li a .box .time {
          padding: .15rem 0 .18rem 0;
          color: rgba(0, 0, 0, 0.6);
          font-size: .14rem; }
        .new-list2 li a .box p {
          font-size: .14rem;
          line-height: 1.7em;
          color: rgba(52, 60, 62, 0.8); }
    .new-list2 li a:hover {
      color: #660774; }
      .new-list2 li a:hover .img img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
  .new-list2 .p-num {
    border: 0; }

.new-show {
  padding: .6rem 1rem 1.6rem 1rem;
  text-align: center;
  min-height: 5rem;
  position: relative; }
  .new-show .title {
    font-size: .36rem;
    color: #660774; }
  .new-show .time {
    padding: .25rem 0 .45rem 0;
    font-size: .18rem;
    color: rgba(0, 0, 0, 0.6); }
  .new-show .content {
    font-size: .18rem;
    line-height: 1.8em;
    color: rgba(0, 0, 0, 0.7);
    text-align: justify; }
    .new-show .content p {
      text-indent: 2em;
      padding-bottom: .18rem; }
    .new-show .content .img {
      text-align: center;
      padding-bottom: .2rem; }
      .new-show .content .img .name {
        font-size: .14rem;
        padding-top: .15rem;
        color: rgba(0, 0, 0, 0.6); }
  .new-show .share {
    width: .48rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.95rem;
    bottom: auto; }
    .new-show .share .name {
      text-align: center;
      position: relative;
      font-size: .14rem;
      color: #999;
      padding-bottom: .3rem; }
      .new-show .share .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: .1rem;
        width: 1px;
        height: .16rem;
        background: #ddd; }
    .new-show .share dd {
      padding-bottom: .11rem; }
      .new-show .share dd a {
        display: block;
        width: .48rem;
        height: .48rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ccc; }
        .new-show .share dd a:hover {
          background: #660774; }
.leader {
  padding-bottom: 1rem; }
  .leader .p-title {
    padding: 0.5rem 0 .3rem; }
  .leader h3 {
    font-size: .3rem;
    color: #e9a715;
    padding: .7rem 0 .45rem .2rem; }
  .leader .list ul {
    margin-left: -.4rem; }
  .leader .list li {
    width: 33.333%;
    padding: .26rem 0 .26rem .6rem;
    position: relative; }
    .leader .list li:before, .leader .list li:after {
      content: "";
      display: block;
      position: absolute;
      left: .4rem;
      top: 0;
      right: 0;
      height: 1px;
      background: #d9d9d9; }
    .leader .list li:after {
      top: auto;
      bottom: -1px; }
    .leader .list li h4 {
      font-size: .24rem;
      color: #660774; }
    .leader .list li h5 {
      font-size: .18rem;
      padding: .15rem 0 .22rem 0; }
    .leader .list li p {
      font-size: .18rem;
      line-height: .38rem; }

/*# sourceMappingURL=index.css.map */


#page-list {font-family: Arial; text-align: center; margin: .45rem 0 .75rem;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 9px 11px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover{background:#660774; font-weight: bold; color: #fff; border-color: #660774;}
#page-list .p_t{ padding: 0 25px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}

.mobile-search, .mobile-language { display: none; }