/* leftmenu */
.list_menu_back {
  background: #eff6ff url(../images/leftmenu/menu_back2.jpg) bottom right no-repeat;
}
.subNavBox {
  width: calc(100%);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.subNav {
  background: #eff6ff url(../images/list_icon_off.png) no-repeat 165px center;
  width: calc(100%);
  font-size: 14px;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-top: 7px;
  overflow: hidden;
  cursor: pointer;
}
.subNav span {
  float: left;
  padding-left: 30px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  padding-top: 5px;
  padding-right: 5px;
}
.subNav font {
  font-size: 14px;
  color: #1f5097;
  float: left;
  padding-left: 20px;
  width: 120px;
}
.subNav font a {
  font-size: 14px;
  color: #1f5097;
  float: left;
  padding-left: 20px;
}
.subNav:hover {
  background: #eff6ff url(../images/list_icon_on.png) no-repeat 165px center;
  color: #1f5097;
  font-size: 14px;
}
.subNavBox div:first-child {
  margin-top: 0;
}
.currentDd {
  background: #eff6ff url(../images/list_icon_off.png) no-repeat 165px center;
  color: #1f5097;
  font-size: 14px;
}
.currentDt {
  background: #eff6ff url(../images/list_icon_off.png) no-repeat 165px center;
  font-size: 14px;
}
.navContent {
  display: none;
  width: calc(100%);
}
.navContent li {
  width: calc(100% - 35px);
  height: 24px;
  padding-left: 35px;
  margin-top: 1px;
  color: #1f5097;
  font-size: 15px;
  float: left;
  overflow: hidden;
  background: url(../images/list_icon02.png) 23px center no-repeat;
}
.navContent li a {
  display: block;
  height: 24px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #1f5097;
}
.navContent li a:hover {
  color: #1f5097;
  font-size: 14px;
}
.navContent li:first-child {
  margin-top: 10px;
}

