.hoverddiv{
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 128px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px !important;
  margin-top:  0px !important;
}

.hoverddiv  >li{
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* 超出省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #505050 ;
  border-bottom: 1px solid #f1f1f1;
}
.hoverddiv li a{
  color: #505050;

}
.hoverddiv li a{
  color: #505050 !important;
  font-size: 14px !important;
}
.hoverddiv li:hover{
  background: #1e50ae;
  color: #fff !important;
}
.hoverddiv li:hover a{
  color: #fff !important;
}


.hoverddivs{
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 128px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px !important;
  margin-top:  0px !important;
}

.hoverddivs  >li{
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* 超出省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #505050 ;
  border-bottom: 1px solid #f1f1f1;
}
.hoverddivs li a{
  color: #505050;

}
.hoverddivs li a{
  color: #505050 !important;
  font-size: 14px !important;
}
.hoverddivs li:hover{
  background: #1e50ae;
  color: #fff !important;
}
.hoverddivs li:hover a{
  color: #fff !important;
}

.itemContainer .item:hover{
  background: #fff !important;
  color: #1e50ae !important;
}
.itemContainer .item:hover .J_nav_item_name{
  color: #1e50ae !important;
}
#fotter-nav{
  display: flex;
  gap: 35px;
  padding-top: 30px;
  z-index: 99999;
  position: relative;
}
#fotter-nav .nav-top a{
  font-family: 宋体;
  color:#fff;
  font-size:20px;
  color: #d8d8d8;
}
#fotter-nav .nav-top{
  margin-bottom: 5px;
}
#fotter-nav .nav-bottom{
  display: flex;
  gap: 8px;
  flex-direction: column;
}
#fotter-nav ul{
  padding: 0;
}
#fotter-nav .nav-bottom a{
  color: #929292;
  font: inherit;
  font-family: 黑体;
  font-size: 16px;
}