html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}


body {
  min-width: 1000px;
  font-family: arial, sans-serif, AvenirNext-DemiBold, AvenirNext,
    "Helvetica Neue", Helvetica;
}
.zhBody .zhCont, .enBody .enCont{}
.zhBody .enCont, .enBody .zhCont{display:none !important;}
.wrap_box {
  margin: 0 auto;
  width: 90%;
  min-width: 980px;
  max-width: 1280px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
ul,
li {
  list-style: none;
}
a{color:#222}
.pd90 {
  padding: 90px 0;
}
.p_pages{
display:block;text-align:center;
}
.p_pages span{margin:0 5px;}
.title , .welcome h3, .research_l h3, .newsTop h3, .researchList h3{
position:relative;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  text-align: justify;
  color: #0a498f;
}


.shadowText{
    margin: 0 0 -35px 0;
    background: linear-gradient(#eee, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
color:rgb(102, 102, 102);
font-size:75px;
text-transform:uppercase;
}

/* 面包屑样式 researchDetail newsDetail */
.breadcrumb{margin-top: 30px;}
.breadcrumb a{
  font-family: Alibaba PuHuiTi;
  color: #222222;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: justify;
text-decoration:none;
 opacity: 0.65;
}
.breadcrumb img {
  width: 4.5px;
  padding: 0 5px;
}
.breadcrumb span{
  color: #f18b1c;
}
/* header */
header {
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
  background: #0a497a;
  color: #fff;
}
header .wrap_box {
  padding-top:10px;
position:relative;
}
.logo_box a {
    position: absolute;
height:100%;
}
.logo_box .link1{width:130px;left: 0;}
.logo_box .link2{ width:85px;   right: 0;}
header .logo {
  height: 40px;
}
header .logo img{
  height: 40px;
}
header h2 {
  margin-right: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
}
header .h-left {
  position: relative;
float:left
}

.h-right {
width:165px;
position: relative;
float:right;
}
.h-right .lang {
  padding-left: 20px;
    margin-top: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background: url(../img/language.png) 0 0 no-repeat;
    background-size: contain;
}
.h-center{text-align:center;padding:20px 0 0;position:absolute;width:100%;opacity:0.9;text-shadow:1px 1px 1px #000;font-weight:bold;}
header a {
  color: #fff;
}

/* footer */
footer {
  position: relative;
  text-align: left;
  background-color: #003055;
  color: #fff;
}
.f_top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.8);
}
.f_top a {
  text-decoration: none;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.f_top img {
  width: 30px;
}

.f_bottom {
  padding: 50px 0;
align-items: start;
}
.f_b_left,
.f_b_right {
  height: 100%;
}
.f_b_left img {
  display: block;
}

.f_b_left img:last-child {
  margin-top: 20px;
}

.record_info {
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
}

.collaboration h3 {
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
.collaboration a {
  color:#fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
 text-decoration: none;
}
.f_b_right{
padding-top:20px;background:url("../img/f_line.png") 0 10px no-repeat;
}
.f_b_right .contact {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 40px;
}
.f_b_right .contact img {
  margin-right: 10px;
}

.f_b_right .contact .address_icon {
  margin-left: 2px;
}

#goTop {
  font-size: 40px;
  position: fixed;
  bottom: 15px;
  right: 5px;
  cursor: pointer;
}

/*menu*/
menu {
  position: relative;
  height: 60px;
  background: url("../img/nav_bg.png");
  background-size: contain;
  z-index: 9;
}
menu > ul {
  height: 60px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.menu li {
position:relative;
color:#fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
padding:20px;
}
.menu li.menu_logo{padding:0 80px;}
.menu li a {
display:block;width:180px;
  color: #fff;
  transition: font-size 0.25s linear, width 0.25s linear;
  text-decoration: none;
}
.menu li img {
  margin-top: 20px;
}
.menu .active {
  color: #e58811;
  text-decoration: none;
}
.menu li a:active,
.menu li a:hover {
  color: #e58811;
  font-size: 22px;
}
.menu li .resource {
  color: #ffffff;
  padding: 20px 0;
}
.menu li:hover .list {
  display: block;
}

.menu .list {
  display: none;
  position: absolute;
  top: 65px;
  left: 20px;
  width: 178px;
  background: rgba(0, 48, 85, 0.8);
  padding: 10px;
  box-sizing: border-box;
}
.menu .list::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 77px;
  border-left: 12px solid transparent; /* 左边透明 */
  border-right: 12px solid transparent; /* 右边透明 */
  border-bottom: 15px solid #e9cd79;
}
.menu .list a {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  padding: 5px 0;
  display: block;
width:100%;
}
.menu .list a:hover {
  font-size: 16px;
  font-weight: 600;
}

.menu .resource {
  position: relative;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1000px;
}
.banner img {
  width: 100%;
  position: absolute;
  top: 0;
height:auto;
}
.banner video {
  width: 100%;
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
height:auto;
}
.banner img:first-child {
  z-index: 2;
}
/* 以上均是公共样式 */



/* home */
.welcome {
  background-color: #f6f8fa;
  overflow: hidden;
}
.welcome .content_box {
  margin-top: 40px;
}
.welcome .content_l {
  width: 70%;
}
.welcome .content_r {
  flex: 1;
width:29%;
  padding-left: 10px;
  margin-left: 20px;
}
.welcome .cont {
  margin-top: 10px;
}
.welcome .line {
  width: 300px;
  height: 3px;
  margin: 10px 0 10px 0;
}

.welcome .mission_box{
  margin-right: 30px;
}
.welcome .mission_box img {
width:100% !important; height:auto !important;
  border-right: 20px solid #0a498f;
  padding-right: 10px;
  
}
.welcome .mission_box h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
padding:20px 0 10px;
margin-bottom:10px;
background: url("../images/home/line.png") 0 100% no-repeat;
color:#1b4c8f;
}

.welcome .mission_box p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.welcome .message_box{
padding-top:65px;
background: url("../images/home/quotation_mark_l.png") 0 0 no-repeat;
}
.welcome .message_box img{
  width:100% !important;
height:auto !important;
}
.welcome .message_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: justified;
  color: rgba(0, 0, 0, 0.65);
}
.welcome .quotation_mark_r,
.welcome .quotation_mark_l {
  width: 70px;
  height: 58px;
}
.welcome .quotation_mark_l {
  margin-top: 70px;
}
.welcome .quotation_mark_r {
  float: right;
  margin-top: -20px;
  margin-bottom: 20px;
}

.picsBox {width:365px;overflow:hidden;}
.picsBox img{width:100%;}
.picsBox .text{font-size:13px;height:35px;line-height:35px;text-align:right;position:absolute;bottom:0;right:5px;text-shadow:1px 1px 1px white,-1px -1px 1px white;}


.baiduMap{width:400px;height:400px;float:right;margin:30px 0 0 20px;opacity:0.8;border-radius:5px;}
.BMap_cpyCtrl,.anchorBL{visibility:hidden;}

.research {
  /* background: url("../img/research.png") no-repeat;
  background-size: cover; */
background:#f6f8fa
}
.research .wrap_box {
  
}
.research .research_l {
 padding-bottom:20px;
}

.research .research_r {
  
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 13px 25px 0px #001e3c26;
}
.research .research_l p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  color: #00498f;
  margin: 20px 0;
  opacity: 0.6;
}
.research .research_l a {
  display: inline-block;
  color: #00498f;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #00498f;
}
.research_r .swiper-slide div {
  height: 650px;
  width: 100%;
  text-align: center;
  line-height: 300px;
  background: #fff;
  box-sizing: border-box;
}
.swiper-wrapper .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
height:auto;
text-decoration:none;
}
.swiper-slide p {
  flex: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.research .research_r img {
width:100%;
  box-sizing: border-box;
  object-fit: contain;
}
.research .research_r p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  background: rgba(0,73,143,0.5);
  padding: 10px 20px 30px 10px;
  position: relative;
}
.research .research_r p::before {
  display: inline-block;
  content: "";
  height: 24px;
  width: 5px;
  background: #f18d00;
  position: absolute;
  top: 15px;
  left: 0;
}

.peopleWrap{}
.peopleCont{overflow:hidden;padding:30px; font-size:22px;line-height:200%;color:rgba(0, 0, 0, 0.65)}
.peopleCont .PI{float:left; padding-right:70px;text-align:center;}
.peopleCont .PI img{width:295px;}
.peopleCont .PIDesc{text-align: justify;}

.contact_us {
  background: url("../img/contact.png") no-repeat;
  background-size: cover;
  color: #fff;
}
.contact_us .title,.contact_us a {
  color: #fff;
}
.contact_us p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: justified;
text-shadow:0 1px 1px #555;
}
.contact_us .modal {
/*
  width: 80%;
  border-radius: 10px;
  padding:10px 0;
  margin: 30px auto 0 auto;
  background: url("../img/contact_modal.png") no-repeat;
  background-size: cover;
  color: #000000;
  text-align: center;
  box-shadow: 0px 30px 70px 0px #001d3a33;
*/
}
.contact_us .modal div {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
padding-top:20px;
}
.contact_us .modal a {
  font-family: PingFang SC;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  border: 2px solid #fff;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
}
.contact_us .modal a:hover {
  background: #00498f;
  color: #fff;
}
/* news */
.newsTop{position:relative;}
.newsTop p{
  margin: 30px 250px 30px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: justify;
  color: #00498f;
  opacity: 60%;
}
.newsTop a {
position:absolute;
 right:10px;
top:0;
  width: 120px;
  height: 45px;
  line-height: 45px;
  background-color: #00498f;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.newsList ul {
  margin-bottom: 1px;
}
.newsList ul li {
  padding: 15px 15px 0;
}
.newsList ul li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.newsList ul li a {
 align-items:normal;
  text-decoration: none;
}
.newsList ul li.ax-slide a{
display:block;
}
.newsList ul li .dp-time1{
text-align:right;
}
.newsList .cont {
  padding: 0 40px;
  flex: 1;
}
.newsList img {
display:block;
border-radius:4px;
box-shadow:1px 2px 2px #aaa;
margin-bottom:10px;
}
.newsList img.dn-picture{
height:280px;
}
.newsList img.newsPic{
width:50%;
}
.newsList .dn-word h6{

}
.newsList .cont h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
padding:20px 0;
  letter-spacing: 0px;
  color: #00498f;
}
.newsList .cont p {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: justify;
  color: #666666;
}
.newsList .date {
  width: 108px;
  height: 147px;
  background: linear-gradient(0deg, #eeeeee, #eeeeee);
  border: 1px solid #eeeeee;
  border-radius: 5px;
  text-align: center;
  color: #aaaaaa;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
margin-top:20px;
}
.newsList .date span:first-child {
  font-size: 40px;
  line-height: 45px;
}
.newsList .date span:last-child {
  font-size: 16px;
  line-height: 18px;
}

/* publications */
.publications .wrap_box {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.publications_nav {
  margin-left: 5px;
  float: left;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
  width: 100px;
}
.publications_nav li {
  padding: 5px;
  padding-left: 20px;
  border-left: 2px solid transparent;
}
.publications_nav li:hover {
  border-left: 2px solid #00498f;
}
.publications_nav li:hover a {
  color: #00498f;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.publications_nav a {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
.publications .content_list {
  width: 79%;
  float: right;
}
.content_list a:hover{
color:#00498F;
}
.publications dl {
  margin-top: 30px;
}
.publications dl:first-child {
  margin-top: 0;
}
.publications dt {
  background: #f6f8fa;
  width: 200px;
  height: 55px;
  border-radius: 5px;
  color: #5b5657;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
}
.publications dd {
  position: relative;
  margin-left: 10px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  padding: 10px;
  color: #5b5657;
}
.publications dd::before {
  position: absolute;
  top: 20px;
  left: -5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.publications dd a {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px;
  color: #5b5657;
}
/* researchList */
.researchList{
  color: rgb(51, 51, 51);
}
.researchList .title_box {
  letter-spacing: 0px;
}
.researchList .title::after {
  content: "";
  display: block;
  height: 3px;
  width: 72px;
  background-color: #00498f;
  margin: 10px 0 30px;
}
.researchList  h4{padding:20px 0;font-size:24px;} 
.researchList  h5{padding:5px 0;font-size:20px} 
.researchList p{line-height:180%;text-align: justify;}
.researchList ul {
  margin-top: 20px;
}
.researchList li {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}
.researchList .item_l {
  width: 382px;
  height: 232px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.researchList .item_l img {
  width: 371px;
}
.researchList .item_r {
  margin-left: 60px;
  display: flex;
padding:30px 0;
  flex-direction: column;
  justify-content: space-between;
}
.researchList .item_r p {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  opacity: 0.85;
}
.researchList .item_r a {
  display: block;
  width: 135px;
  height: 32px;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  background: #00498f;
  color: #fff;
  text-decoration: none;
}

/* researchDetail */
.research_detail {
  padding-bottom: 90px;
}
.research_detail .title_box {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.langCont{position:absolute;right:0;font-size:14px;}
.research_detail .author_date {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #999999;
  margin-top: 15px;
}
.research_detail dt {
  padding: 30px 0 20px 0;
}
.research_detail dd {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0 20px 0;
  line-height: 28px;
}
.research_detail h6 {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline;
}
.research_detail p {
  position: relative;
line-height:180%;
text-align: justify;
  color: rgb(51, 51, 51);

}
.research_detail .list p {
  padding-left: 10px;
}
.research_detail .list p::before {
  content: "";
  background-color: #000000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.research_detail dd img {
  display: block;
  margin: 10px auto;
}

.research_detail  h4{padding:20px 0;font-size:24px} 
.research_detail  h5{padding:5px 0;font-size:20px} 
.research_detail pre{font-size:26px;padding:20px 0;}


/* newsDetail */
.news_detail {
  padding-bottom: 90px;
}
.news_detail .title_box {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.news_detail .date {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #999999;
  margin-top: 15px;
}
.news_detail p {
  position: relative;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 28px;
}
.news_detail .content_box {
  margin-top: 20px;
}
.news_detail .content_box img {
  display: block;
  margin: 15px auto;
}
/* people */
.people .personal_info {
  background-color: #f9f9f9;
}
.people .wrap_box {
  position: relative;
}
.people .personal_info img {
  box-sizing: border-box;
  position: absolute;
  top: 90px;
  right: 0;
  width: 220px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 8.5px 25.5px 0px rgba(0, 0, 0, 0.07);
}
.personal_info .name {
  font-family: Alibaba PuHuiTi;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  opacity: 85%;
}
.personal_info p {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.personal_info .school {
  color: #00498f;
  padding: 20px 0;
}
.personal_info .contact {
  border-left: 8px solid #00498f;
  padding-left: 10px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 0;
}
.people .email {
  font-weight: 400;
  color: #00498f;
  opacity: 85%;
}
.personal_info .resonance {
  font-family: Avenir Next;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 85%;
}
.personal_info .biography,
.personal_info .hobbies {
  margin-top: 30px;
  color: #000000;
}
.personal_info .biography h6,
.personal_info .hobbies h6 {
  font-family: Avenir Next;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  opacity: 85%;
  text-align: left;
}
.personal_info .biography p,
.personal_info .hobbies p {
  font-family: Avenir Next;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: justify;
  opacity: 65%;
}
.current_member .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #0a498f;
}
.current_member .item {
  margin-top: 30px;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.current_member .item:hover {
  background: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.07);
}
.current_member .item_l {
  margin-right: 30px;
}
.current_member .item_r {
  flex: 1;
}
.current_member .item img {
  width: 200px !important;
height:200px !important;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 8.5px 25.5px 0px rgba(0, 0, 0, 0.07);
}
.current_member .item .name {
  font-family: Douyin Sans;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  opacity: 85%;
  color: #000000;
}
.current_member .item .position {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  padding: 15px 0 10px 0;
}
.current_member .info {
  width: 40%;
}

.current_member .resumeList {
  flex: 1;
}
.current_member .resumeList p {
  position: relative;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.current_member .resumeList p:last-child {
  margin-bottom: 0px;
}
.current_member .resumeList span {
  border: 1px dashed #729ac1;
  border-radius: 6px;
  padding: 8px 10px;
  color: #2664a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  font-style: italic;
}
.current_member .resumeList p::before {
  content: "";
  background: url("../images/people/li2.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: -20px;
  width: 10px;
  height: 36px;
}
.current_member .resumeList p:last-child::before {
  background: url("../images/people/li.png") no-repeat;
  height: 10px;
  width: 10px;
}
.current_member .item_r .flex {
  align-items: flex-start;
  margin-bottom: 30px;
}
.current_member .item_r > div:last-child {
  font-family: PingFang SC;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  opacity: 65%;
  color: #000000;
  padding-top: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
}

/* opentings */
.opentings {
}
.openings .join_us {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 90px 0;
}
.join_us_l {
  margin-right: 90px;
}
.join_us_l p {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  opacity: 0.85;
  color: #000000;
  padding-top: 20px;
}
.openings .contact_box {
  padding-left: 10px;
  border-left: 5px solid #0a498f;
}
.openings .contact_box h6 {
  font-family: Avenir Next;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
}
.openings .contact_box .email {
  font-weight: 400;
  color: #00498f;
  opacity: 85%;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
}
.openings .fellow,
.openings .assistant {
  margin-top: 45px;
  border: 1px solid #d9d9d9;
}
.openings .top {
  background: #f7f8fa;
  height: 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.openings .top h6 {
  color: #ff6a29;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.openings .top img {
  padding: 0 10px;
}
.openings dl {
  padding: 10px;
}
.openings dl dt {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding: 5px 0;
}
.openings dl dd {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  padding: 5px 0;
}
.openings dl a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  position: relative;
}
.openings dd:hover a {
  color: #00498f;
  text-decoration: underline;
}
.openings dl a::after {
  content: "";
  background: url("../images/openings/jiantou.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: -25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.openings dd:hover a::after {
  background: url("../images/openings/jiantou_hover.png") no-repeat;
}

/* teaching */
.teaching .wrap_box {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.teaching nav dt {
  font-family: PingFang SC;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 0 5px 20px;
}
.teaching nav {
  margin-left: 5px;
  float: left;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}
.teaching dd {
  padding-left: 30px;
}
.teaching dd a {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.55);
}
.teaching dd p {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
   padding:2px 0 2px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teaching dd p::before{
content: '';
display: inline-block;
width: 5px;
height: 5px;
margin:3px;
border-radius:50%;
background-color:rgba(0, 0, 0, 0.4);
}
.teaching dt:hover,
.teaching dd a:hover,
.teaching dd p:hover  {
  color: #00498f;
cursor:pointer;
}
.teaching dd p:hover::before{
background-color: #00498f;
}
.teaching .teaching_list {
  font-family: PingFang SC;
  letter-spacing: 0em;
  width: 79%;
  text-align: left;
  float: right;
}
.teaching_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.teaching_list li:first-child {
  padding-top: 0px;
}
.teaching_list li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.teaching_list a {
  text-decoration:none;
}
.teaching_list h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
  opacity: 85%;
}
.teaching_list p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #f18d00;
  padding: 5px 0;
}
.teaching_list div {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  opacity: 45%;
}/* energyConverter */
.energy_converter .title_box {
  margin-bottom: 20px;
}
.energy_converter .title_box p {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #999;
}
.energy_converter .title::after {
  content: "";
  display: block;
  height: 3px;
  width: 72px;
  background-color: #00498f;
  margin: 10px 0;
}
.energy_converter .content_box {
  width: 100%;
  border: 1px solid #b3b3b3;
}
.energy_converter .content_top {
  border-bottom: 1px solid #b3b3b3;
}
.energy_converter .content_box > div {
  padding: 20px;
}
.energy_converter label {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  opacity: 0.85;
}
.energy_converter input {
  width: 200px;
  height: 46px;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15) inset;
  color: rgba(0, 0, 0, 0.45);
  font-size: 19px;
  line-height: 26px;
}
.energy_converter input[disabled] {
  background-color: rgba(0, 0, 0, 0.05);
}
.energy_converter .content_top div,
.energy_converter .content_bottom div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.raman {
  margin-top: 90px;
}