.website-map {
  margin: 14px 0;
}
.website-map a {
  text-decoration: none;
}
.website-map li {
  float: none;
}
.website-map .sub1 {
  padding: 8px 10px;
  border-bottom: #ffda03 1px solid;
  border-left: #FFDC08 3px solid;
  margin-bottom: 2px;
}
.website-map .sub1:hover {
  background: #FFDC08;
  cursor: pointer;
}
.website-map .sub1:hover a {
  color: #fff;
}
.website-map .sub1 a {
  font-size: 1em;
}
.website-map .sub2 > ul {
  list-style: square;
  padding-left: 40px;
  margin-left: 25px;
}
.website-map .sub2 > ul > li {
  padding: 8px 10px;
}
.website-map .sub2 > ul > li a {
  font-size: 1em;
}
.website-map .sub2 > ul > li a:hover {
  color: #ff3c00;
}
