.body {
  margin-left: 0px;
  margin-top: 0px;
}

.outer_container {
  margin: auto;
  padding: 0;
  color: #000;
  transition: all;
  font-family: "Open Sans", Segoe, "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", "Avenir", "Seravek", "Ubuntu", "DejaVu Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-align: justify;
  font-weight: 400;
  text-align: center;
}

.bold {
  font-weight: 900;
}

.title {
  font-weight: 600;
}

ul,
ol,
dl {
  float: left;
  margin: 0;
  padding: 5px 10px 6px 30px;
  width: calc(100% - 30px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

ul:hover,
ol:hover,
dl:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a:link, a:visited {
  color: #0055AA;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/* 社交媒体链接样式 */
.social-media-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.social-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-5px);
}

.social-icon img {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}

.lab-website-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.lab-website-button {
  display: inline-block;
  background-color: #bccbe8; 
  color: white;
  padding: 18px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.lab-website-button:hover {
  background-color: #c1d2ee;
}

/***
Header 
**/
header {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  text-align: center;
  background-color: #265a8d;
  position: fixed;
  z-index: 2;
  font-size: 17px;
  line-height: 50px;
}

div.header {
  line-height: 50px;
}

div.header_left {
  color: #FFF;
  float: left;
  padding-left: 15px;
  font-size: 1.17em;
}
div.header_left a {
  color: #fff;
  text-decoration: none;
}

div.header_right {
  color: #FFF;
  float: right;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: 500;
}
div.header_right a {
  color: #fff;
  text-decoration: none;
}
div.header_right:hover {
  background-color: #fff;
}
div.header_right:hover a {
  color: #0055AA;
}

.subhead {
  font-size: 16px;
  font-weight: 600;
}

div.img,
div.text {
  display: inline-block;
  zoom: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
}

div.container {
  width: 100%;
  min-width: 330px;
  display: inline-block;
  zoom: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  max-width: 960px;
  padding-left: 10px;
}

.section {
  display: inline-block;
  zoom: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  max-width: 960px;
  margin-bottom: 0px;
  transition: transform 0.3s ease;
  width: 100%;
}

#visitor-map {
  width: 100%;
  text-align: center;
}

#visitor-map > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

#visitor-map img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.section:hover {
  transform: translateY(-3px);
}
.section .sec_title {
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
}

div.heading {
  text-align: left;
  z-index: 1;
  margin-top: 50px;
}
div.heading div.img {
  padding: 30px 30px 30px 10px;
}
div.heading div.img img {
  width: 300px;
}
div.heading span.tag {
  padding-right: 15px;
}
div.heading ul {
  padding-bottom: 0px;
}

/*
Publication settings
*/
div.publication {
  padding-top: 0px;
  padding-bottom: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

div.publication:hover {
  transform: translateY(-3px);
  background-color: rgba(188, 203, 232, 0.1);
  border-radius: 8px;
}
div.publication div.img {
  max-width: 300px;
  padding-right: 0px;
  padding-top: 5px;
}
div.publication div.text {
  max-width: 650px;
  text-align: left;
  vertical-align: top;
}

.authors {
  font-size: 100%;
  color: #777777;
}
.authors .me {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.authors .author {
  white-space: nowrap;
}

.gap-10 {
  margin-top: -10px;
}

@media only screen and (max-width: 649px) {
  div.heading div.img {
    display: block;
    width: 400px;
  }
  div.heading div.img img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  div.publication {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  div.publication div.img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
  }
  div.publication div.text {
    text-align: left;
  }
  body {
    font-size: 80%;
  }
  .section {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 650px) {
  div.heading div.img {
    padding-right: 35px;
  }
  div.publication div.img {
    width: 23%;
  }
  div.publication div.text {
    max-width: 70%;
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */

/* =========================================
   Awards & Honors Section Styles
   ========================================= */

/* 整体容器样式 */
.awards-section {
    background-color: #f0f2f5; /* 浅蓝色背景 */
    border-left: 4px solid #407BD0; /* 左侧青色粗边框 */
    padding: 20px 30px; /* 内边距，让内容不贴边 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 800px; /* 限制最大宽度，可根据实际情况调整或删除 */
    margin-bottom: 30px; /* 底部留白，防止和后面的内容贴在一起 */
}

/* 标题样式 */
.awards-title {
    color: #003366; /* 深蓝色 */
    font-size: 28px;
    font-weight: 300; /* 较细的字体 */
    margin-top: 0;
    margin-bottom: 20px;
}

/* 单个奖项条目的布局 (使用 Flexbox 实现左右对齐) */
.award-item {
    display: flex;
    align-items: flex-start; /* 顶部对齐 */
    margin-bottom: 15px; /* 多个奖项之间的间距 */
}

/* 移除最后一个奖项的底部间距 */
.award-item:last-child {
    margin-bottom: 0;
}

/* 年份样式 */
.award-year {
    color: #003366; /* 蓝色 */
    font-weight: bold; /* 加粗 */
    font-size: 16px;
    width: 80px; /* 固定宽度，方便如果有多个奖项时年份能垂直对齐 */
    flex-shrink: 0; /* 防止年份被挤压 */
}

/* 奖项详情容器 */
.award-details {
    display: flex;
    flex-direction: column; /* 竖向排列中英文 */
    gap: 6px; /* 中英文之间的间距 */
}

/* 英文奖项名称 */
.award-name-en {
    color: #003366; /* 深蓝色 */
    font-size: 16px;
}

/* 中文奖项名称 */
.award-name-zh {
    color: #888888; /* 浅灰色 */
    font-style: italic; /* 斜体 */
    font-size: 14px;
}