.leftNav {
  flex: 0 0 200px;
  background: #FEFEFE;
  border: 1px solid #F2F2F2;
  box-shadow: 1px 4px 2px 0 rgba(0,0,0,0.10);
  border-radius: 2.4px;
  margin-right: 30px;
}
.navTitle {
  background: url('../images/common/navTitle.png') no-repeat;
}
.navItem {
  border-bottom: 1px solid #B9CDE1;
  position: relative;
}
.navItem:last-child {
  border-bottom: none;
}
.navItem.curItem:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 13px;
  background: url('../images/common/tag.png') no-repeat;
  top: 12px;
  left: -15px;
}
.navItem.curItem a {
  color: #0054B8;
  font-weight: 600;
}

