﻿.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a,
.transition,
:before,
img {
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #0f0a0d;
  -webkit-text-size-adjust: none;
  opacity: 0;
}
body.show {
  opacity: 1;
}
a {
  color: #0f0a0d;
  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: #055ebf;
  outline: none;
}
li {
  list-style: outside none;
}
h1 {
  font-size: 16px;
}
h2,
h3,
h4,
h5 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
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;
  -o-object-fit: cover;
  object-fit: cover;
}
.wal {
  max-width: 14rem;
  margin: 0 auto;
}
/* @font-face {
  font-family: "iconfont";
  src: url("../font/font_2640790_5c5uugdfwpo.woff2") format("woff2"),
    url("../font/font_2640790_5c5uugdfwpo.woff") format("woff"),
    url("../font/font_2640790_5c5uugdfwpo.ttf") format("truetype");
} */
.iconfont {
  font-family: "iconfont";
}
.g-head {
  height: 3.2rem;
  position: relative;
}
.g-head .head {
  background: url(head.jpg) center no-repeat;
  background-size: cover;
}
.g-head .head .wal {
  height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.g-head .head h1 {
  font-size: 0.58rem;
  line-height: 1em;
  padding-bottom: 0.18rem;
}
.g-head .head .en {
  font-size: 0.16rem;
  line-height: 1em;
  letter-spacing: 0.01rem;
}
.g-head .navA {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.g-head .navA i {
  /* font-family: "iconfont"; */
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 0.2rem;
}
.g-head .g-nav {
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0d559e;
}
.g-head .g-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.g-head .g-nav li {
  padding: 0 1px;
}
.g-head .g-nav a.name {
  height: 0.6rem;
  line-height: 0.6rem;
  display: block;
  color: #fff;
  padding: 0 0.4rem;
  font-size: 0.18rem;
}
.g-head .g-nav a.name:hover,
.g-head .g-nav a.name.on {
  background: #0d64bc;
}
.g-foot {
  background: #0d559e;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
.g-foot .wal {
  min-height: 1.35rem;
  padding: 0.35rem 0;
}
.g-foot .wal div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.08rem 0;
}
.g-foot .wal .ico {
  width: 0.2rem;
}
.g-foot .wal p {
  padding: 0 1em;
}

.g-foot .wal p a {
  color: #fff;
}
.g-foot .wal p a:hover {
  text-decoration: underline;
}

.p-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 50px;
  }
  .wal {
    margin: 0 0.6rem;
  }
  body.navShow {
    overflow: hidden;
  }
  body.navShow .g-head a.navA i:nth-child(1) {
    display: none;
  }
  body.navShow .g-head a.navA i:nth-child(2) {
    display: block;
  }
  body.navShow .g-head .g-nav {
    right: 0;
    left: 0;
  }
  .g-head {
    height: 2rem;
  }
  .g-head .head {
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
  }
  .g-head .head .wal {
    height: 2rem;
  }
  .g-head .head h1 {
    font-size: 0.32rem;
    line-height: 1em;
    padding-bottom: 0.18rem;
  }
  .g-head .head .en {
    font-size: 0.18rem;
    padding-right: 1rem;
  }
  .g-head .navA {
    right: 0;
    opacity: 1;
    visibility: visible;
    color: #fff;
  }
  .g-head .navA i {
    /* font-family: "iconfont"; */
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 0.3rem;
  }
  .g-head .navA i:nth-child(2) {
    display: none;
  }
  .g-head .g-nav {
    position: fixed;
    z-index: 55;
    bottom: 0;
    right: -100%;
    left: 100%;
    top: 2rem;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .g-head .g-nav .wal {
    margin: 0;
  }
  .g-head .g-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-head .g-nav li {
    padding: 0;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  }
  .g-head .g-nav a.name {
    height: 1rem;
    line-height: 1rem;
    display: block;
    color: #fff;
    padding: 0 0.4rem;
    font-size: 0.28rem;
  }
  .g-foot {
    font-size: 0.24rem;
  }
  .g-foot .wal {
    padding: 0.35rem 0;
    margin: 0;
  }
  .g-foot .wal div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-foot .wal p {
    padding: 0.05rem 0.6em;
  }
}
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 0.3rem;
  }
}
.ellipsis,
.index-3 .list2 li a,
.index-1 .list .msg,
.index-1 .imgs li a .name,
.p-list li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.18rem;
  height: 0.48rem;
  padding-left: 0.2rem;
  position: relative;
}
.p-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.05rem;
  top: 50%;
  width: 0.04rem;
  height: 0.04rem;
  margin-top: -0.02rem;
  background: #055ebf;
}
.p-list li a .name {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 0.48rem;
  line-height: 0.48rem;
}
.p-list li a .time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #989ea9;
  font-size: 0.16rem;
  padding-left: 0.12rem;
}
.index-1 {
  padding: 0.3rem 0;
}
.index-1 .imgs {
  width: 5.6rem;
  overflow: hidden;
  position: relative;
}
.index-1 .imgs li a {
  display: block;
  position: relative;
}
.index-1 .imgs li a .name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1.5em 0 0.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.16rem;
}
.index-1 .imgs .dots {
  position: absolute;
  z-index: 5;
  right: 0.25rem;
  bottom: 0;
  height: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-1 .imgs .dots span {
  border-radius: 50%;
  margin-left: 0.06rem;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.6);
}
.index-1 .imgs .dots .swiper-pagination-bullet-active {
  background: #fff;
}
.index-1 .list {
  width: 7.97rem;
}
.index-1 .list .tab-btn {
  border-bottom: #e8edf1 solid 1px;
  position: relative;
}
.index-1 .list .tab-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.13rem;
  bottom: 0;
  width: 1.01rem;
  top: -0.3rem;
  background: url(img101.jpg) center no-repeat;
  background-size: 100% 100%;
}
.index-1 .list .tab-btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-1 .list .tab-btn li {
  height: 0.52rem;
  line-height: 0.52rem;
  position: relative;
  margin-right: 0.5rem;
  padding: 0 0.12rem;
  font-size: 0.2rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-1 .list .tab-btn li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 0.04rem;
  opacity: 0;
  background: #055ebf;
}
.index-1 .list .tab-btn li.on {
  font-weight: 600;
  color: #055ebf;
}
.index-1 .list .tab-btn li.on:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.index-1 .list .msg {
  height: 0.68rem;
  line-height: 0.68rem;
  border-bottom: #e4e8ec dotted 1px;
}
.index-1 .list .msg a {
  font-size: 0.24rem;
  color: #d04141;
}
.index-1 .list .tab-box ul {
  margin-bottom: -0.2rem;
  padding-top: 0.08rem;
}
.index-2 {
  position: relative;
  margin-right: -0.1rem;
  margin-left: -0.1rem;
}
.index-2 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-2 .list li {
  padding: 0 0.1rem;
}
.index-2 .arrow a {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center no-repeat;
  background-size: 100% 100%;
}
.index-2 .arrow a.prev {
  left: -0.5rem;
  background-image: url(prev38.png);
}
.index-2 .arrow a.next {
  right: -0.5rem;
  background-image: url(next38.png);
}
.index-3 {
  padding: 0.3rem 0;
}
.index-3 .title {
  border-bottom: #e8edf1 solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-3 .title h2 {
  height: 0.52rem;
  line-height: 0.52rem;
  position: relative;
  padding: 0 0.12rem;
  font-size: 0.2rem;
  color: #055ebf;
}
.index-3 .title h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0.04rem;
  background: #055ebf;
}
.index-3 .list {
  width: 4.9rem;
}
.index-3 .list .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.2rem 0;
}
.index-3 .list .container .img {
  width: 1.6rem;
}
.index-3 .list .container .col {
  width: 3.05rem;
}
.index-3 .list .container .col h5 {
  font-size: 0.18rem;
  padding: 0.05rem 0 0.1rem 0;
}
.index-3 .list .container .col p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #aeb0ba;
}
.index-3 .list2 {
  width: 3.6rem;
}
.index-3 .list2 h5 {
  border-left: #055ebf solid 0.02rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: -webkit-linear-gradient(left, #dbe9f9, #f6f9fe);
  background: linear-gradient(to right, #dbe9f9, #f6f9fe);
  color: #055ebf;
  padding-left: 0.1rem;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.index-3 .list2 li a {
  display: block;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  padding-left: 0.24rem;
  background: url(img10.png) 0.09rem center no-repeat;
  background-size: 0.1rem;
}
.p-bg {
  background: #f4f6fa;
  min-height: 5rem;
  padding: 0.3rem 0 0.45rem 0;
}
.p-box {
  min-height: 1rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.21rem 0 rgba(4, 0, 0, 0.06);
}
.side-nav {
  width: 2.7rem;
}
.side-nav .title {
  position: relative;
  z-index: 2;
  height: 0.7rem;
  background: url(img270.png) center no-repeat;
  background-size: 100% 100%;
  color: #dfe7ef;
}
.side-nav .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.33rem;
  top: 0.56rem;
  width: 0.52rem;
  height: 1px;
  background: #dfe7ef;
}
.side-nav .title h2 {
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 1em;
  padding: 0.17rem 0 0 0.32rem;
}
.side-nav .title .en {
  font-size: 0.3rem;
  line-height: 1em;
  color: #2069b3;
  position: absolute;
  right: 0.25rem;
  bottom: -0.04rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.side-nav .nav {
  padding: 0 0.15rem 0.32rem 0.15rem;
}
.side-nav .nav li {
  border-bottom: #ebeef0 solid 1px;
}
.side-nav .nav li a.name {
  display: block;
  font-size: 0.18rem;
  min-height: 0.68rem;
  line-height: 0.28rem;
  padding: 0.2rem 0.5rem 0.2rem 0.18rem;
  position: relative;
}
.side-nav .nav li a.name:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.15rem;
  width: 0.12rem;
  background: url(img12.png) center no-repeat;
  background-size: 100%;
}
.side-nav .nav li a.name:hover,
.side-nav .nav li a.name.on {
  color: #055ebf;
}
.side-nav .nav li a.name:hover:after,
.side-nav .nav li a.name.on:after {
  background-image: url(img12on.png);
}
.side-nav .nav li a.name:hover.on,
.side-nav .nav li a.name.on.on {
  font-weight: 600;
}
.side-nav .nav li dl {
  display: none;
  border-top: #ebeef0 solid 1px;
  padding: 0.22rem 0 0.13rem 0;
}
.side-nav .nav li dl dd {
  padding-bottom: 0.09rem;
}
.side-nav .nav li dl a {
  display: block;
  font-size: 0.16rem;
  padding-left: 0.18rem;
  background: #f1f3f6;
  height: 0.44rem;
  line-height: 0.44rem;
  position: relative;
}
.side-nav .nav li dl a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  background: #055ebf;
  width: 0.02rem;
}
.side-nav .nav li dl a:hover,
.side-nav .nav li dl a.on {
  color: #055ebf;
}
.side-nav .nav li dl a:hover:before,
.side-nav .nav li dl a.on:before {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.w1100 {
  width: 11rem;
  padding: 0 0.3rem;
}
.p-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.7rem;
  border-bottom: #e8eff5 solid 1px;
}
.p-title h2 {
  font-size: 0.24rem;
  color: #0f0a0d;
}
.p-title .curr {
  font-size: 0.14rem;
  color: #a3a8ac;
  padding-left: 0.3rem;
  line-height: 0.4rem;
  background: url(curr.png) left center no-repeat;
  background-size: 0.18rem;
}
.p-title .curr a {
  color: #a3a8ac;
}
.p-title .curr a:hover {
  color: #055ebf;
}
.case li {
  border-bottom: #dee0e3 dashed 1px;
  padding: 0.3rem 0;
}
.case li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case li a .img {
  width: 2.8rem;
}
.case li a .col {
  width: 7.28rem;
}
.case li a .col h5 {
  font-size: 0.2rem;
  padding: 0.1rem 0 0.15rem 0;
}
.case li a .col .desc {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #0f0a0d;
  min-height: 0.84rem;
}
.case li a .col .time {
  padding: 0.3rem 0 0 0;
  font-size: 0.14rem;
  color: #a3a8ac;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case li a .col .time span {
  color: #055ebf;
}
.p-num {
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
}
.p-num span {
  padding: 0 0.1rem;
}
.p-num a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.38rem;
  padding: 0 0.14rem;
  border: #e4e7ea solid 1px;
  margin: 0 0.03rem;
}
.p-num a:hover,
.p-num a.on {
  color: #fff;
  background: #055ebf;
  border-color: #055ebf;
}

.paper-year {
  padding: 0.37rem 0 0.17rem 0;
  border-bottom: #dee0e3 dashed 1px;
}
.paper-year ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paper-year li {
  padding: 0 0.14rem 0.15rem 0.14rem;
}
.paper-year a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  background: #f5f5f9;
  height: 0.38rem;
  padding: 0 0.27rem;
  border: #d9dce2 solid 1px;
  border-radius: 0.3rem;
}
.paper-year a:hover,
.paper-year a.on {
  background: #055ebf;
  border-color: #055ebf;
  color: #fff;
}
.paper li {
  border-bottom: #dee0e3 dashed 1px;
}
.paper a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0.25rem 0;
}
.laboratory {
  padding: 0.4rem;
}
.laboratory .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
}
.laboratory .content p {
  /* text-indent: 2em; */
  padding-bottom: 0.4rem;
}
.laboratory .content .img {
  text-align: center;
  padding-bottom: 0.4rem;
}
.laboratory h2.title {
  color: #055ebf;
  font-size: 0.2rem;
  padding: 0.4rem 0 0.24rem 0;
}
.laboratory .table {
  padding-bottom: 0.4rem;
}
.laboratory .table th,
.laboratory .table td {
  border-right: #add0f4 solid 1px;
}
.laboratory .table th:last-child,
.laboratory .table td:last-child {
  border: 0;
}
.laboratory .table th {
  background: #055ebf;
  color: #fff;
  height: 0.4rem;
  font-size: 0.16rem;
}
.laboratory .table td {
  padding: 0.06rem 0.23rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.laboratory .table td:nth-child(1) {
  width: 46%;
}
.laboratory .table td:nth-child(2) {
  width: 35%;
}
.laboratory .table td:nth-child(3) {
  text-align: center;
}
.laboratory .table tr:nth-child(odd) td {
  background: #dcedff;
}
.news ul {
  padding-top: 0.22rem;
  overflow: hidden;
}
.news ul li.line {
  height: 1px;
  border-bottom: #dee0e3 dashed 1px;
  margin: 0.22rem 0;
}
.news ul li.line:last-child {
  margin-bottom: 0;
}
.news li a:before {
  background: #cdd1da;
}
.team {
  padding-top: 0.4rem;
}
.team ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.4rem;
}
.team li {
  width: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.55rem;
}
.team li .img {
  width: 1.6rem;
}
.team li .img .name {
  font-size: 0.16rem;
  padding-top: 0.14rem;
  text-align: center;
}
.team li .img .name b {
  color: #055ebf;
  padding-right: 1em;
}
.team li .col {
  width: 3rem;
}
.team li .col p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 800px) {
  .p-list li a {
    font-size: 0.26rem;
    height: 0.7rem;
  }
  .p-list li a:before {
    width: 0.06rem;
    height: 0.06rem;
    margin-top: -0.03rem;
  }
  .p-list li a .time {
    font-size: 0.22rem;
  }
  .index-1 .imgs {
    width: 100%;
  }
  .index-1 .imgs li a .name {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .index-1 .list {
    width: 100%;
    padding-top: 0.3rem;
  }
  .index-1 .list .tab-btn li {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.12rem;
    font-size: 0.32rem;
  }
  .index-1 .list .msg {
    height: 1rem;
    line-height: 1rem;
  }
  .index-1 .list .msg a {
    font-size: 0.28rem;
  }
  .index-1 .list .tab-box ul {
    margin-bottom: -0.2rem;
    padding-top: 0.08rem;
  }
  .index-2 {
    padding-top: 0.3rem;
  }
  .index-2 .arrow {
    display: none;
  }
  .index-3 .title h2 {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
  .index-3 .list {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .index-3 .list .container {
    padding: 0.3rem 0;
  }
  .index-3 .list .container .img {
    width: 2.6rem;
  }
  .index-3 .list .container .img img {
    width: 100%;
  }
  .index-3 .list .container .col {
    width: 4rem;
  }
  .index-3 .list .container .col h5 {
    font-size: 0.28rem;
  }
  .index-3 .list .container .col p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .index-3 .list2 {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .index-3 .list2 h5 {
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.15rem;
    font-size: 0.28rem;
    margin-bottom: 0.12rem;
  }
  .index-3 .list2 li a {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .side-nav {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .side-nav .title {
    height: 1rem;
  }
  .side-nav .title:before {
    top: 0.76rem;
    width: 0.8rem;
  }
  .side-nav .title h2 {
    font-size: 0.36rem;
    padding: 0.25rem 0 0 0.32rem;
  }
  .side-nav .title .en {
    font-size: 0.5rem;
  }
  .side-nav .nav li a.name {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .side-nav .nav li dl a {
    font-size: 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .w1100 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .p-title {
    height: 1rem;
  }
  .p-title h2 {
    font-size: 0.3rem;
  }
  .p-title .curr {
    font-size: 0.22rem;
  }
  .case li a .img {
    width: 2.6rem;
  }
  .case li a .img img {
    width: 100%;
    height: 2.5rem;
  }
  .case li a .col {
    width: 3.5rem;
  }
  .case li a .col h5 {
    font-size: 0.26rem;
    padding: 0 0 0.15rem 0;
    line-height: 1.4em;
  }
  .case li a .col p {
    font-size: 0.22rem;
    line-height: 0.36rem;
    min-height: 0.1rem;
    height: 1.08rem;
    overflow: hidden;
  }
  .case li a .col .time {
    padding: 0.2rem 0 0 0;
    font-size: 0.22rem;
  }
  .p-num {
    padding: 0.6rem 0;
    font-size: 0.24rem;
  }
  .p-num span {
    display: none;
  }
  .p-num a {
    height: 0.7rem;
    padding: 0 0.2rem;
    display: none;
    margin: 0 0.05rem;
  }
  .p-num a.arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paper-year a {
    font-size: 0.28rem;
    height: 0.6rem;
    padding: 0 0.3rem;
    border-radius: 0.4rem;
  }
  .paper a {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .laboratory {
    padding: 0.4rem 0;
  }
  .laboratory .content {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  .laboratory h2.title {
    font-size: 0.32rem;
  }
  .laboratory .table th {
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .laboratory .table td {
    padding: 0.1rem 0.2rem;
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
  .team li {
    width: 100%;
  }
  .team li .img {
    width: 2.6rem;
  }
  .team li .img img {
    width: 100%;
  }
  .team li .img .name {
    font-size: 0.26rem;
  }
  .team li .col {
    width: 3.4rem;
  }
  .team li .col p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}

/*分页*/
.comp-pages {
  padding: 0.6rem 0;
}
.page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}

.page-pc {
  text-align: center;
}

.page-pc a,.page-pc span {
  display: inline-block;
  height: .4rem;
  min-width: .4rem;
  line-height: .4rem;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: .15rem;
  padding-right: .15rem;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 0.14rem;
}

.page-pc span {
  background: #0d559e;
  border: 1px solid #0d559e;
  color: #fff;
}

.page-pc a:hover,.page-pc a.active, .page-pc span:hover,.page-pc span.active {
  background: #055ebf;
  border: 1px solid #055ebf;
  color: #fff;
}

.page-phone {
  height: .8rem;
  line-height: .8rem;
  border-radius: .1rem;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  background:#0d559e;
  display: none;
}
.page-phone:hover,.page-phone:focus {
  background: #055ebf
}

@media (max-width: 767px) {
  /*分页*/
  .page-phone {
    display: block!important;
  }
  .page-pc {
    display: none;
  }

}