.topic-path {
  width: 93.79%;
  margin: 0 auto -5px;
  padding-top: 29px;
}
.topic-path ul {
  overflow: hidden;
}
.topic-path li {
  display: inline;
  /*height: 16px;*/
  margin-right: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
/** icon-font */
}
.topic-path li strong {
  font-weight: normal;
}
.topic-path li a {
  color: #36b2df;
  text-decoration: none;
}
.topic-path li a:hover {
  text-decoration: underline;
}
.topic-path li span {
  color: #919191;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0.8;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 640px) {
  .topic-path ul {
    width: 100%;
  }
  .topic-path ul li {
    margin-right: 8px;
  }
}
