body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* customized ul under topics */
.aspect-ul {
    margin-left: 0!important;
    font-size: 1.05em;
}

.aspect-ul li {
    list-style: none;
    position: relative;
    padding-left: 1.0em;
    color: black;
}

.aspect-ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #7a7a7a; /* 符号颜色：科技蓝 */
    font-size: 1.2em;
    line-height: 1.5;
}
