/* leftmenu */
.list_menu_back {
  background: #fefefe url(../images/leftmenu/menu_back2.jpg) bottom right no-repeat;
}
.subNavBox {
  width: 231px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.subNav {
  background: url(../images/leftmenu/menu_button2.png) no-repeat 95% 50%;
  width: 231px;
  font-size: 14px;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 10px!important;
  margin-top: 10px;
  cursor: pointer;
}
.subNav span {
  float: left;
  padding-left: 30px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  padding-top: 5px;
  padding-right: 5px;
}
.subNav font {
  font-family: "宋体";
  font-size: 14px;
  color: #062c4b;
  float: left;
  padding-left: 20px;
  width: 90px;
}
.subNav font a {
  font-family: "宋体";
  font-size: 14px;
  color: #062c4b;
  float: left;
  padding-left: 20px;
}
.subNav:hover {
  background: url(../images/leftmenu/menu_button2.png) no-repeat;
  color: #062c4b;
  font-size: 14px;
}
.currentDd {
  background: url(../images/leftmenu/menu_button2.png) no-repeat;
  color: #062c4b;
  font-size: 14px;
}
.currentDt {
  background: url(../images/leftmenu/menu_button2.png) no-repeat;
  font-size: 14px;
}
.navContent {
  display: none;
  width: 231px;
}
.navContent li a {
  display: block;
  heighr: 40px;
  padding-left: 30px;
  background: url(../images/leftmenu/titlebar_itemBg3.png) bottom center no-repeat;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #062c4b;
}
.navContent li a:hover {
  color: #062c4b;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/leftmenu/titlebar_itemBgHover3.png) bottom center no-repeat;
}
