@charset "UTF-8";
@import url(local.google.fonts.css);
@import url(icontfont.css);
/*@import url("https://fonts.lug.ustc.edu.cn/css?family=Vollkorn");*/
@font-face {
  font-family: 'Chancery';
  src: url("fonts/chancery/apple-chancery-webfont.eot");
  src: local("Apple Chancery"), url("fonts/chancery/apple-chancery-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chancery/apple-chancery-webfont.woff2") format("woff2"), url("fonts/chancery/apple-chancery-webfont.woff") format("woff"), url("fonts/chancery/apple-chancery-webfont.ttf") format("truetype"), url("fonts/chancery/apple-chancery-webfont.svg#apple-chancery") format("svg");
  font-weight: lighter;
  font-style: normal; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/**
 * Remove default margin.
 */


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }





/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 16px;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34495e;
  background: #f6f7f9;
  scroll-behavior: smooth; 

  background: linear-gradient(rgba(255,255,255,0.3),rgba(245,245,245,0.9)), 
  /*url("image/night-right.jpg");*/
  /*url("image/moss.png");*/
  url("https://cdn.chongminggao.top/image/corner.jpg");
  background-position: right top;
  background-repeat: repeat;
  opacity: 1; 
  background-size: 50%;
  background-color: #f5f7f9;
  background-attachment: fixed;
}



.container {
  border: 1px solid #BBB;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #BBB;
  font-family: 'Lato', sans-serif;
  background: white; 
  margin: 0 auto;
  position: relative;
  width: 960px; 

  /*background-image: url("https://cdn.chongminggao.top/background/profile_white.jpg");*/
  background-image: url("https://cdn.chongminggao.top/photo/profile_flip.jpg");
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: right bottom;

}

section {
  margin: 0 auto;
  position: relative;
  width: 900px; 
}




/*@import url(http://fonts.lug.ustc.edu.cn/css?family=Lato:100,300,400,300italic|Vollkorn:400italic,400);*/
/*老式对齐*/
/*.basic-info {
  position: absolute;
  right: 40px;
  top: 0px;
  color: #555;
  text-align: right; }
  .basic-info name {
    display: block;
    font-family: "Chancery", cursive, LiSu, sans-serif;
    margin: 10px 0 10px 0;
    font-size: 2em;
    font-weight: bold; }
    .basic-info name span {
      display: inline-block;
      width: 180px;
      position: relative;
      top: -3px;
      margin-left: 8px;
      border-bottom: 5px solid #555; }
  .basic-info p, .basic-info span {
    font-family: 'Vollkorn', serif;
    font-style: italic;
    margin: 0px; }
    .basic-info p B, .basic-info span B {
      font-style: normal;
      font-family: Helvetica; }*/


.basic-info {
  position: absolute;
  left: 320px;
  top: 90px;
  color: #555;
  text-align: left; }
name {
    position: absolute;
    left: 80px;
    display: block;
    font-family: "Chancery", cursive, LiSu, sans-serif;
    margin: 30px 0 10px 0;
    font-size: 2em;
    font-weight: bold; }
name span {
    display: inline-block;
    width: 200px;
    position: relative;
    top: -3px;
    margin-left: 8px;
    border-bottom: 5px solid #555; 
}
.basic-info p, .basic-info span {
  /*font-family: 'Vollkorn', lato;*/
  font-family: Helvetica;
  font-size: 19px;
  /*font-style: italic;*/
  margin: 6px 0;
}
.basic-info p B, .basic-info span B {
  font-style: normal;
  font-family: Helvetica; }
.basic-info .contact {
  font-family: 'Vollkorn', lato;
}

.envelope:before {
  content: "\e605"; }



.photo {
    position: absolute;
    left: 100px;
    top: 90px;
    color: #555;
    text-align: right;
}
.photo img {
  height: 215px;
}


.home-page {
  /*放大图*/
  /*background-image: url("photo/seame.jpg");
  background-position: 0px -60px; 
  background-size: cover;*/
  height: 480px;
  width: 960px; 
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; 
}
a {
    color: #c05b4d;
    text-decoration: none;
}


h1 {
  /*text-transform: uppercase;
  font-size: 22px;
  margin-bottom: -8px;
  border-top: 3px solid #555;*/

  /*color: #268bd2;*/
  color: #555;

  margin-left: 60px;
  margin-top: 30px;
  margin-bottom: 0px;
  /*margin-bottom: -30px;*/
  /*margin-top: 50px;*/
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 58px;
  border-top: 5px dotted #555;
  width: 750px;

}

h1 span {
    /*position: relative;
    top: -13px;
    background-color: white;
    padding-right: 5px;*/

    position: relative;
    top: -10px;
    /*background-color: #f6f7f9;*/
    background-color: white;
    padding-right: 8px;
    padding-left: 8px;
}

.resume {
    position: absolute;
    right: 40px;
    bottom: -30px;
    color: #555;
    font-family: 'Vollkorn', serif;
    /*font-style: italic;*/
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

/* .experiences {
  font-weight: 300;
} */
.experiences {
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  top: 330px;
  left: 100px;
  width: 800px;
  line-height: 1.4; /* 设置行高为1.35倍字体大小 */
}

.experiences table{
  margin: auto;
}

.experiences .logo {
  width: 280px;
  text-align: center;
}

.experiences tr {
  display: block;
  margin-bottom: 10px;
}

.experiences tr:hover{
  transform: translate(0px, -2px);
  box-shadow: 0 15px 45px -10px rgba(10, 16, 34, .2);
}

.experiences .education .des_selected {
  width: 580px;
}


/* .experiences .internship .des_selected {
  width: 580px;
} */

.experiences .des {
  color: #555;
}

.experiences .des .name {
  font-family: lato,sans-serif;
  font-weight: 500;
  color: #444;
  font-size: 19px;
  padding-bottom: 5px;
}

.experiences .des .date {
  font-family: lato,sans-serif;
  padding-bottom: 5px;
  font-weight: 500;
  color: #777;
  /*font-size: 20px;*/
}

.experiences .middle {
  width: 2%;
}


paper {
  font-family: 'Roboto', Helvetica, Arial, serif;
  position: relative;
  /*height: 300px;*/
  display: flex;
  margin: auto;
  margin-bottom: 30px;
  padding: 10px;
  width: 94%;

  align-items:center;
}

/*
Hover style learned from:  https://github.com/artemsheludko/flexible-jekyll
An example: https://liu-xb.github.io/;
*/
paper:hover {
  transform: translate(0px, -2px);
  box-shadow: 0 15px 45px -10px rgba(10, 16, 34, .2);
}

paper:after {
  content: "";
  position: absolute;
  left:0%;
  bottom:-15px;
  width: 100%;
  border-top: 1px dotted #555;
}

paper#last:after {
  all: unset; 
}

.pdf_logo{
  TEXT-ALIGN: center;
  WIDTH: 25px;
  BACKGROUND-COLOR: #e2eff9;
}

TABLE {
  MARGIN-BOTTOM: 10px;
  MARGIN-LEFT: 70px;
  FONT-SIZE: 16px;
  BORDER-COLLAPSE: collapse;
  TEXT-ALIGN: left;
  WIDTH: 780px;
}

.title {
  FONT-WEIGHT: bold;
}

/* paper .test {
  BACKGROUND-COLOR: #f6fbfe;
  padding: 5px 10px;
} */

.pub_info {
  BACKGROUND-COLOR: #f6fbfe;
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 3px;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 5px;
}


TD {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 3px;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 5px;
}

.left {
  FONT-SIZE: 10px;
  TEXT-ALIGN: center;
  WIDTH: 25px;
  BACKGROUND-COLOR: #e2eff9;
}

/* .selected {
  width: 90%; 
  table-layout: fixed;
} */

.selected .img {
  float: left;
  margin-right: 3%;
  /* width: 50%; */
}

paper img {
  float:left;
  margin-right:3%;
  width: 49%;
}
paper .des {
    display: block;
    width: 90%;
}
.pub_title {
  font-family: 'Roboto', Helvetica, Arial, serif;
  font-weight: 400;
  font-size: 18px;
  color: #111;
}

paper .pub_authors {
  font-family: 'Roboto', Helvetica, Arial, serif;
  font-size: 13px;
  padding-bottom: 8px;
  padding-top: 8px;
  color: #133d67;
}

paper .label-default {
    background-color: #bdbbbb;
    /*display: inline;*/
    display:  inline-block;
    padding: .2em .6em .3em .6em;
    margin-bottom: .2em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

paper .pub_type {
    font-weight: 300;
    color: #5F5F5F;
    padding-bottom: 8px;
    /*font-size: 14px;*/
}

.pub_highlight {
    font-weight: bold;
    background-color: #f5a24c;
    font-size: 90%;
    line-height: 1.0;
    color: #ffffff;
    display: inline;
    padding: .1em .6em .1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

}


.award table {
    /*position: absolute;*/
    left: 30px;
    top: 30px;
    margin-bottom: 15px;
    width:560px;
}
.award table td{
    padding-left: 20px;
    padding-bottom: 8px;
    font-weight: 300;
    vertical-align: top;
    font-size: 17px;
}

.award tr:hover{
  transform: translate(0px, -2px);
  box-shadow: 0 15px 45px -10px rgba(10, 16, 34, .2);
}



.footer .copyright {
    margin: 10px 0;
    color: #8a8a8a;
    text-align: center;
    font-family: "Lato", sans-serif; 
  }


/* Modern responsive refresh */
:root {
  --page-bg: #eef3f6;
  --surface: rgba(255, 255, 255, 0.97);
  --surface-soft: #f7fafc;
  --surface-warm: #fff8f5;
  --ink: #24364b;
  --muted: #617286;
  --line: #dfe7ef;
  --line-soft: #edf2f7;
  --accent: #bd5a4b;
  --accent-dark: #934336;
  --blue-soft: #eef6fb;
  --shadow: 0 22px 60px rgba(41, 58, 79, 0.16);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(247, 250, 252, 0.88), rgba(240, 245, 248, 0.94)),
    url("image/corner.jpg");
  background-color: var(--page-bg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 620px auto;
  background-attachment: fixed;
}

.container {
  width: min(1040px, calc(100% - 40px));
  margin: 28px auto;
  border: 1px solid rgba(186, 199, 213, 0.85);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--surface);
  background-image: none;
  overflow: hidden;
}

section {
  width: min(920px, calc(100% - 64px));
}

.home-page {
  width: min(920px, calc(100% - 64px));
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  column-gap: 36px;
  row-gap: 0;
  align-items: start;
  padding: 42px 0 34px;
  border-bottom: 1px solid var(--line-soft);
  border-radius: 0;
}

.hero-name {
  position: static;
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  /* gap: 2px; */
  width: auto;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  color: #253955;
  font-family: "Chancery", "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: none;
}

.hero-name .hero-rule {
  position: static;
  flex: 0 0 170px;
  display: block;
  width: 170px;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: #253955;
  align-self: center;
}

.hero-name-en {
  font-family: "Chancery", "Lato", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

.hero-divider {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
}

.hero-name-cn {
  display: inline-block;
  color: #203653;
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "楷体", "STXingkai", "华文行楷", "Xingkai SC", "HanziPen SC", cursive;
  font-size: 1.03em;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 0.25px currentColor;
  text-shadow: 0.25px 0 0 currentColor;
  transform: translateY(1px);
}

.photo {
  position: static;
  grid-column: 1;
  grid-row: 2;
  text-align: left;
}

.photo img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(36, 54, 75, 0.18);
}

.basic-info {
  position: static;
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  color: var(--muted);
  text-align: left;
}

.basic-info p,
.basic-info span {
  margin: 0 0 8px;
  color: inherit;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.basic-info p:first-child {
  color: #4b5563;
  font-size: 21px;
  font-weight: 700;
}

.basic-info b,
.basic-info B {
  color: #4b5563;
  font-family: inherit;
  font-weight: 800;
}

a {
  color: var(--accent);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

a:hover {
  color: var(--accent-dark);
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 15px 0 0;
}

.contact-row a,
.contact-row .wechat {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

.contact-row a {
  justify-content: center;
}

.contact-row img {
  width: 30px !important;
  height: 30px;
  opacity: 0.78;
  transition: opacity 160ms ease, transform 160ms ease;
}

.contact-row a:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.contact-row .wechat {
  gap: 6px;
  padding: 4px 10px 4px 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 15px;
  line-height: 1;
}

.contact-meta {
  display: block;
}

.basic-info .contact,
.contact-location {
  color: var(--muted);
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

.contact-meta a .contact {
  color: var(--accent);
  font-weight: 400;
}

.contact-location {
  display: block;
  margin-top: 1px;
}

.experiences {
  position: static;
  grid-column: 1 / -1;
  width: auto;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: var(--surface-warm);
  color: #30455f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  margin: 34px 0 18px;
  padding: 0;
  border: 0;
  color: #4b5563;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-title::before {
  content: "";
  flex: 0 0 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
}

.section-title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--line);
}

.section-title span {
  position: static;
  padding: 0;
  background: transparent;
  white-space: nowrap;
}

.publication-year {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 26px 0 12px;
  color: #203653;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.publication-year:first-of-type {
  margin-top: 10px;
}

.publication-year::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--line);
}

.research table {
  width: 100%;
  margin: 0 0 8px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  text-align: left;
}

.research tbody,
.research tr {
  display: block;
}

.research tr {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(36, 54, 75, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.research tr:hover {
  border-color: rgba(189, 90, 75, 0.26);
  box-shadow: 0 12px 28px rgba(36, 54, 75, 0.09);
  transform: translateY(-1px);
}

.research td {
  padding: 0;
}

.research .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  background: var(--blue-soft);
  border-right: 1px solid #d9e9f4;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}

.research .left a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.research .left img {
  width: 20px;
  height: auto;
}

.research .pub_info {
  min-width: 0;
  padding: 9px 12px;
  background: #fff;
  color: #40536a;
  font-size: 15.5px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.title {
  display: inline-block;
  margin-bottom: 2px;
  color: #1f344c;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
}

.pub_info a {
  font-weight: 700;
}

.pub_highlight {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background-color: #e99b43;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  vertical-align: baseline;
}

.award {
  padding-bottom: 34px;
}

.award table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: separate;
  border-spacing: 0 6px;
}

.award tr {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.award tr:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(36, 54, 75, 0.08);
}

.award table td {
  padding: 9px 14px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #fff;
  color: #45576b;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.42;
  vertical-align: top;
}

.award table td:first-child {
  width: 92px;
  border-left: 1px solid var(--line-soft);
  border-radius: 8px 0 0 8px;
  color: var(--accent);
  font-weight: 900;
}

.award table td:last-child {
  border-right: 1px solid var(--line-soft);
  border-radius: 0 8px 8px 0;
}

.footer .copyright {
  margin: 18px 0 24px;
  color: #7b8794;
  font-size: 14px;
}

@media (max-width: 760px) {
  body {
    background-attachment: scroll;
    background-size: 560px auto;
  }

  .container {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  section {
    width: calc(100% - 32px);
  }

  .home-page {
    display: block;
    width: calc(100% - 32px);
    padding: 28px 0 26px;
  }

  .hero-name {
    display: block;
    margin-bottom: 22px;
    font-size: 29px;
  }

  .hero-name .hero-rule {
    width: 96px;
    height: 4px;
    margin-bottom: 10px;
  }

  .hero-name-cn {
    font-size: 1.03em;
  }

  .photo {
    margin-bottom: 20px;
  }

  .photo img {
    width: 158px;
    height: 192px;
  }

  .basic-info p,
  .basic-info span {
    font-size: 16px;
    line-height: 1.45;
  }

  .basic-info p:first-child {
    font-size: 18px;
  }

  .contact-row {
    gap: 8px 10px;
    margin-top: 16px;
  }

  .contact-row img {
    width: 27px !important;
    height: 27px;
  }

  .contact-row .wechat {
    min-height: 32px;
    font-size: 14px;
  }

  .contact-meta {
    display: block;
  }

  .contact-meta a,
  .contact-location {
    display: block;
    margin-top: 6px;
  }

  .basic-info .contact,
  .contact-location {
    font-size: 15px;
  }

  .experiences {
    margin-top: 22px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.58;
  }

  .section-title {
    gap: 10px;
    margin: 28px 0 16px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .section-title::before {
    flex-basis: 28px;
  }

  .section-title::after {
    display: none;
  }

  .publication-year {
    gap: 10px;
    margin: 22px 0 10px;
    font-size: 17px;
  }

  .research table {
    margin-bottom: 8px;
  }

  .research tr {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .research .left img {
    width: 18px;
  }

  .research .pub_info {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.38;
  }

  .title {
    font-size: 15.5px;
    line-height: 1.26;
  }

  .award table,
  .award tbody,
  .award tr,
  .award table td {
    display: block;
  }

  .award table {
    border-spacing: 0;
  }

  .award tr {
    margin-bottom: 8px;
    padding: 9px 12px;
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    background: #fff;
  }

  .award table td {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 1.4;
  }

  .award table td:first-child,
  .award table td:last-child {
    width: auto;
    border: 0;
    border-radius: 0;
  }

  .award table td:first-child {
    margin-bottom: 3px;
  }
}
