@charset "utf-8";
.navigation-bread {
  margin-top: 35px;
  overflow: hidden;
  margin-bottom: 20px;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #646464;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
.navigation-bread .navigation-cur {
  color: #001183;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #646464;
}
