.icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon.i-menu {
  width: 0.35rem;
  height: 0.35rem;
  background-image: url("../images/menu.png");
}
.icon.lang {
  width: 0.35rem;
  height: 0.35rem;
  background-image: url("../images/lang.png");
}
.icon.btn-search {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../images/search.png");
}
.icon.love {
  width: 0.22rem;
  height: 0.2rem;
  background-image: url("../images/love.png");
}
p,
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
.weight {
  font-weight: bold;
}
.img {
  display: table;
}
.img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.img span img {
  max-width: 100%;
  max-height: 100%;
}
body {
  font-family: arial;
  font-size: 0.26rem;
  margin: 0;
}
body .header {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0.3rem 0.3rem 0.3rem 0.25rem;
}
body .header .logo-box .i-menu {
  margin-right: 0.76rem;
}
body .header .logo-box .logo {
  display: inline-block;
  width: 4.7rem;
  height: 0.7rem;
}
body .header .logo-box .logo img {
  width: 100%;
}
body .header .menu-box {
  line-height: 0.8rem;
  position: relative;
}
body .header .menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 179, 167, 0.8);
  z-index: 100;
  color: #fff;
  padding-top: 0.28rem;
  font-size: 0.32rem;
}
body .header .menu .ipt-box {
  box-sizing: content-box;
  width: 3.2rem;
  margin: 0 auto;
  height: 0.6rem;
  color: #2dae99;
  position: relative;
}
body .header .menu .ipt-box input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 0.5em;
  padding-right: 0.5rem;
}
body .header .menu .ipt-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2dae99;
}
body .header .menu .ipt-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2dae99;
}
body .header .menu .ipt-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2dae99;
}
body .header .menu .ipt-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2dae99;
}
body .header .menu .ipt-box .btn-search {
  position: absolute;
  top: 0.15rem;
  right: 0.1rem;
}
body .header .menu a {
  color: inherit;
  font-size: 0.24rem;
}
body .header .menu > ul {
  margin-top: 0.4rem;
}
body .header .menu > ul > li {
  position: relative;
}
body .header .menu > ul > li i {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/san.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
    top: 0rem;
    margin: 12px;
    display: inline-block;
}
body .header .menu > ul > li i.on {
  width: 0.25rem;
    height: 0.25rem;
  background: url("../images/san1.png") no-repeat;
  background-size: 100% 100%;
   right: 0rem;
    top: 0rem;
    margin: 12px;
    display: inline-block;

}
body .header .menu > ul > li > a {
  display: block;
  padding: 0.2rem 0.6rem 0.2rem 0.32rem;
  border-bottom: 1px solid #088072;
  text-decoration: none;
}
body .header .menu > ul > li > ul {
  display: none;
  font-size: 0.24rem;
  border-bottom: 1px solid #088072;
}
body .header .menu > ul > li > ul > li a {
  display: block;
  padding: 0.15rem 0.6rem;
  font-size: 0.28rem;
  text-decoration: none;
}
body .container {
  width: 100%;
  padding: 0;
}
body .container .perInfo-wrap {
  height: 3.66rem;
  background: url("../images/bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 0.1rem;
}
body .container .perInfo-wrap .perInfo {
  height: 3.46rem;
  padding: 0.48rem 0 0.48rem 0.6rem;
  
  background-size: 3.67rem 2.79rem;
}
body .container .perInfo-wrap .perInfo .img {
  width: 2rem;
  height: 2.5rem;
  border: 1px solid #00aea2;
  background-color: #fff;
  padding: 1px;
}
body .container .perInfo-wrap .perInfo .info {
  width: 4.5rem;
  margin-left: 0.25rem;
  padding-top: 0.3rem;
}
body .container .perInfo-wrap .perInfo .info span {
  vertical-align: middle;
}
body .container .perInfo-wrap .perInfo .info .name {
  font-size: 0.36rem;
  text-transform: capitalize;
}
body .container .perInfo-wrap .perInfo .info .professor {
  color: #999;
}
body .container .perInfo-wrap .perInfo .info .love {
  margin-right: 0.1rem;
}
body .container .perInfo-wrap .perInfo .info .supervisor a {
  text-align: center;
  font-size: 0.22rem;
  display: block;
  width: 4.2rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background-color: #00a59a;
  border-bottom: 1px solid #008279;
  margin-top: 0.14rem;
  color: #fff;
}
body .container .content {
  padding: 0.42rem 0.2rem;
  color: #666;
 }
body .container .content h2 {
  text-align: center;
  font-size: 0.34rem;
  color: #00a59a;
  text-transform: capitalize;
}
body .container .content h2.other {
  text-align: left;
  text-transform: none;
}
body .container .content h2.other i {
  display: inline-block;
  width: 0.47rem;
  height: 0.36rem;
  background: url("../images/bg-h2.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
body .container .content h2.other:first-letter {
  font-size: 0.34rem;
  text-transform: capitalize;
}
body .container .content h2.other:after {
  content: "";
  display: block;
  margin: 0.2rem 0 0.32rem 0;
  height: 0.08rem;
  background-image: url("../images/border1.png");
  background-size: 100% 100%;
}
body .container .content h2:first-letter {
  font-size: 0.48rem;
}
body .container .content h2:after {
  content: "";
  display: block;
  margin: 0.2rem 0 0.32rem 0;
  height: 0.43rem;
  background-image: url("../images/border.png");
  background-size: 100% 100%;
}
body .container .content .infor h3,
body .container .content .other h3 {
  padding-left: 0.92rem;
  line-height: 0.7rem;
  border: 1px solid #00a59a;
  border-radius: 0.6rem;
  color: #00a59a;
  font-size: 0.28rem;
  background: url("../images/greater.png") no-repeat 96% center;
  background-size: 0.19rem 0.17rem;
  text-transform: capitalize;
}
body .container .content .infor h3 img,
body .container .content .other h3 img {
  width: 0.3rem;
  height: 0.36rem;
  vertical-align: middle;
  margin-left: -0.58rem;
}
body .container .content .infor h3 span,
body .container .content .other h3 span {
  margin-left: 0.26rem;
}
body .container .content .infor .text,
body .container .content .other .text {
  padding: 0.2rem 0.36rem;
}
body .container .content .infor .text .load-more,
body .container .content .other .text .load-more {
  width: 2.8rem;
  margin: 0.3rem auto;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  background-color: #00a59a;
  border-bottom: 1px solid #008279;
  text-align: center;
}
body .container .content .profile h3 {
  padding-left: 0.92rem;
  line-height: 0.7rem;
  border: 1px solid #00a59a;
  border-radius: 0.6rem;
  color: #00a59a;
  font-size: 0.28rem;
  background: url("../images/greater.png") no-repeat 96% center;
  background-size: 0.19rem 0.17rem;
  text-transform: capitalize;
}
body .container .content .profile h3 img {
  width: 0.36rem;
  height: 0.33rem;
  vertical-align: middle;
  margin-left: -0.58rem;
}
body .container .content .profile h3 span {
  margin-left: 0.26rem;
}
body .container .content .profile .text {
  padding: 0.2rem 0;
}
body .container .content .profile .text p {
  text-align: justify;
  word-wrap: break-word;
  text-indent: 2em;
}
body .container .content .profile .text .load-more {
  width: 2.8rem;
  margin: 0.3rem auto;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  background-color: #00a59a;
  border-bottom: 1px solid #008279;
  text-align: center;
}
body .container .content .focus h3 {
  padding-left: 0.92rem;
  line-height: 0.7rem;
  border: 1px solid #00a59a;
  border-radius: 0.6rem;
  color: #00a59a;
  font-size: 0.28rem;
  background: url("../images/greater.png") no-repeat 96% center;
  background-size: 0.19rem 0.17rem;
  text-transform: capitalize;
}
body .container .content .focus h3 img {
  width: 0.31rem;
  height: 0.48rem;
  vertical-align: middle;
  margin-left: -0.58rem;
}
body .container .content .focus h3 span {
  margin-left: 0.26rem;
}
body .container .content .focus .text {
  padding: 0.2rem 0;
}
body .container .content .focus .text p {
  padding: 0.1rem 0 0.1rem 0.54rem;
  text-align: justify;
  word-wrap: break-word;
  border-bottom: 1px dashed #d2f1ee;
  background: url("../images/flag.png") 0.1rem 0.18rem no-repeat;
  background-size: 0.23rem 0.22rem;
}
body .container .content .focus .text .load-more {
  width: 2.8rem;
  margin: 0.3rem auto;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  background-color: #00a59a;
  border-bottom: 1px solid #008279;
  text-align: center;
}
body .container .content .work.education h3 img,
body .container .content .education.education h3 img,
body .container .content .affiliations.education h3 img {
  width: 0.42rem;
  height: 0.34rem;
}
body .container .content .work.affiliations h3 img,
body .container .content .education.affiliations h3 img,
body .container .content .affiliations.affiliations h3 img {
  width: 0.32rem;
  height: 0.38rem;
}
body .container .content .work h3,
body .container .content .education h3,
body .container .content .affiliations h3 {
  padding-left: 0.92rem;
  line-height: 0.7rem;
  border: 1px solid #00a59a;
  border-radius: 0.6rem;
  color: #00a59a;
  font-size: 0.28rem;
  background: url("../images/greater.png") no-repeat 96% center;
  background-size: 0.19rem 0.17rem;
  text-transform: capitalize;
}
body .container .content .work h3 img,
body .container .content .education h3 img,
body .container .content .affiliations h3 img {
  width: 0.36rem;
  height: 0.31rem;
  vertical-align: middle;
  margin-left: -0.58rem;
}
body .container .content .work h3 span,
body .container .content .education h3 span,
body .container .content .affiliations h3 span {
  margin-left: 0.26rem;
}
body .container .content .work .text,
body .container .content .education .text,
body .container .content .affiliations .text {
  padding: 0.2rem 0;
}
body .container .content .work .text .page,
body .container .content .education .text .page,
body .container .content .affiliations .text .page {
  padding: 0.2rem 0.54rem;
  text-align: justify;
  word-wrap: break-word;
  border-bottom: 1px dashed #d2f1ee;
  position: relative;
}
body .container .content .work .text .page .num,
body .container .content .education .text .page .num,
body .container .content .affiliations .text .page .num {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.24rem;
  background-image: url("../images/num.png");
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.22rem;
}
body .container .content .work .text .page .dot,
body .container .content .education .text .page .dot,
body .container .content .affiliations .text .page .dot {
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../images/dot.png");
  background-size: 100% 100%;
}
body .container .content .work .text .page .period,
body .container .content .education .text .page .period,
body .container .content .affiliations .text .page .period {
  margin-bottom: 0.1rem;
  color: #c0c0c0;
}
body .container .content .work .text .show-more,
body .container .content .education .text .show-more,
body .container .content .affiliations .text .show-more {
  color: #00aea2;
  text-decoration: underline;
  padding-top: 0.55rem;
  text-align: center;
}
body .container .content .work .text .load-more,
body .container .content .education .text .load-more,
body .container .content .affiliations .text .load-more {
  width: 2.8rem;
  margin: 0.3rem auto;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  background-color: #00a59a;
  border-bottom: 1px solid #008279;
  text-align: center;
}
body .container .content .research h3 {
  padding-left: 0.92rem;
  line-height: 0.7rem;
  border: 1px solid #00a59a;
  border-radius: 0.6rem;
  color: #00a59a;
  font-size: 0.28rem;
  background: url("../images/greater.png") no-repeat 96% center;
  background-size: 0.19rem 0.17rem;
  text-transform: capitalize;
}
body .container .content .research h3 img {
  width: 0.42rem;
  height: 0.36rem;
  vertical-align: middle;
  margin-left: -0.58rem;
}
body .container .content .research h3 span {
  margin-left: 0.26rem;
}
body .container .content .research .text {
  padding: 0.25rem 0;
}
body .container .content .research .text h4 {
  font-size: 0.24rem;
  color: #00aea2;
  padding-left: 0.6rem;
  background: url("../images/dot.png") no-repeat 0.4rem 0.1rem;
  background-size: 0.08rem 0.08rem;
}
body .container .content .research .text .photos {
  padding-bottom: 0.3rem;
}
body .container .content .research .text .photos .photo-wrap {
  width: 1.3rem;
  margin-left: 0.33rem;
}
body .container .content .research .text .photos .photo-wrap .img {
  width: 1.3rem;
  height: 1.56rem;
  border: 1px solid #78d4ce;
  padding: 2px;
}
body .container .content .research .text .photos .photo-wrap .name {
  padding: 0.16rem 0;
  text-align: center;
  font-size: 0.22rem;
  text-transform: capitalize;
}
body .container .content .research .text .load-more {
  width: 2.8rem;
  margin: 0.3rem auto;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  background-color: #00a59a;
  border-bottom: 1px solid #008279;
  text-align: center;
}
body .container .content .infor,
body .container .content .other,
body .container .content .profile,
body .container .content .focus,
body .container .content .work,
body .container .content .education,
body .container .content .affiliations,
body .container .content .research {
  margin-bottom: 0.2rem;
}
body .container .content .infor.on h3,
body .container .content .other.on h3,
body .container .content .profile.on h3,
body .container .content .focus.on h3,
body .container .content .work.on h3,
body .container .content .education.on h3,
body .container .content .affiliations.on h3,
body .container .content .research.on h3 {
  border-color: #fff;
  background: #ccefec url("../images/less.png") no-repeat 96% center;
  background-size: 0.17rem 0.19rem;
}
body .container .content .empty span {
  text-align: center;
  display: block;
  color: #c0c0c0;
}
body .container .content .prev-next {
  text-align: center;
  margin-top: 0.6rem;
}
body .container .content .prev-next .b-first,
body .container .content .prev-next .b-prev,
body .container .content .prev-next .b-next,
body .container .content .prev-next .last {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.04rem 0.08rem;
}
body .container .content .prev-next .c-gray {
  color: #c0c0c0;
}
body .container .content .struct h4,
body .container .content .struct h5 {
  text-align: center;
}
body .container .content .struct h4 {
  font-size: 0.3rem;
  color: #000;
}
body .container .content .struct h5 {
  font-size: 0.16rem;
  color: #999;
}
body .container .content .struct .photos .img {
  width: 3.4rem;
  height: 2.5rem;
  border: 1px solid #ccc;
  padding: 2px;
  margin-top: 0.4rem;
}
body .container .content .struct .photos .img:nth-child(2n+1) {
  margin-right: 0.3rem;
}
body .container .content .struct .asd {
  padding: 0.2rem 0 0.35rem 0;
  text-indent: 2em;
}
body .container .content .struct .attach {
  margin-top: 0.3rem;
  border-bottom: 1px solid #00aea2;
}
body .container .content .struct .attach h3 {
  color: #00a59a;
  font-size: 0.24rem;
}
body .container .content .struct .attach ul {
  padding-bottom: 0.25rem;
}
body .container .content .struct .attach ul li {
  padding-left: 0.2rem;
  background: url("../images/pot.png") no-repeat left 0.15rem;
  background-size: 0.08rem 0.08rem;
}
body .container .content .struct .attach ul li a {
  color: #666;
  text-decoration: none;
}
body .container .content .struct .attach ul li a:active {
  color: #00a59a;
}
body .container .content .struct .link-last-next {
  padding: 0.23rem 0;
}
body .container .content .struct .link-last-next p span {
  color: #00a59a;
}
body .container .content .struct .link-last-next p a {
  color: #666;
}
body .container .content .supervisor .sv {
  padding: 0 0.2rem;
  background: url("../images/dot.png") no-repeat 0 0.05rem;
  background-size: 0.08rem 0.08rem;
}
body .container .content .supervisor .sv h3 {
  color: #00aea2;
  font-size: 0.24rem;
}
body .container .content .supervisor .sv .text p {
  padding: 0.25rem 0;
}
body .container .content .supervisor .sv .text .photos {
  padding-bottom: 0.3rem;
}
body .container .content .supervisor .sv .text .photos .photo-wrap {
  width: 1.3rem;
  margin-right: 0.33rem;
}
body .container .content .supervisor .sv .text .photos .photo-wrap .img {
  width: 1.3rem;
  height: 1.56rem;
  border: 1px solid #78d4ce;
  padding: 2px;
}
body .container .content .supervisor .sv .text .photos .photo-wrap .name {
  padding: 0.16rem 0;
  text-align: center;
  font-size: 0.22rem;
  text-transform: capitalize;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
body .container .content .pic-list .photos .photo-wrap:nth-child(2n) {
  margin-left: 0.3rem;
}
body .container .content .pic-list .photos .photo-wrap .img {
  width: 3.4rem;
  height: 2.5rem;
  border: 1px solid #ccc;
  padding: 2px;
}
body .container .content .pic-list .photos .photo-wrap .name {
  padding: 0.1rem 0 0.2rem 0;
  text-align: center;
}
body .container .content .pic-list .load-more {
  width: 2.8rem;
  margin: 0.3rem auto;
  text-decoration: underline;
  color: #00aea2;
  text-align: center;
}
body .container .content .compre .text {
  margin-bottom: 0.2rem;
}
body .container .content .compre .text .title {
  position: relative;
}
body .container .content .compre .text .title h3 {
  font-size: 0.24rem;
  color: #00aea2;
  width: 6.2rem;
}
body .container .content .compre .text .title a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.24rem;
  color: #00aea2;
}
body .container .content .compre .text .page {
  padding: 0.2rem 0.54rem;
  text-align: justify;
  word-wrap: break-word;
  border-bottom: 1px dashed #d2f1ee;
  position: relative;
}
body .container .content .compre .text .page .num {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.24rem;
  background-image: url("../images/num.png");
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.22rem;
}
body .container .content .compre .text .page .dot {
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../images/dot.png");
  background-size: 100% 100%;
}
body .container .content .compre .text .page .period {
  margin-bottom: 0.1rem;
  color: #c0c0c0;
}
body .container .content .compre .text .page .gray {
  color: #ccc;
}
body .footer .links {
  text-align: center;
  padding: 0.3rem 0.2rem;
  background-color: #ccefec;
  color: #00998f;
}
body .footer .links a {
  font-size: 0.22rem;
  color: inherit;
}
body .footer .bottom-container {
  padding: 0.3rem 0.2rem;
  background-color: #00aea2;
  color: #fff;
  font-size: 0.24rem;
}
body .link2top {
  position: fixed;
  right: 0.2rem;
  bottom: 0.6rem;
}
body .link2top img {
  width: 0.9rem;
  height: 0.9rem;
}
.text img {
    max-width: 100%;
}