a.nav_a {
  border-top: none !important;
}
a.nav_a:hover {
  /* border-bottom: 2px solid #3085ec; */
}
.navLayercopy .ddbox .navLayerchild {
  /* width: 100%; */
  padding: 12px 0px 20px;
  position: absolute;
  left: 0px;
  top: -12px;
  background: rgba(0,0, 0, .4);
  display: none;
}
.ddbox{
  position: relative;
}
.navLayercopy .ddbox .navLayerchild a {
  color: #fff;
}
.navLayercopy dd {
  /* width: 100%; */
}

dd {
  overflow: visible !important;
}
/* 分页样式 */
.page {height: 48px; margin-bottom: 60px; padding: 0px 7px; text-align: center;}
.page-item { font-size: 16px; line-height: 48px; text-align: center; float: left; height: 48px; width: 48px; }
/* .page-item.disabled, .page-item:hover { color: #FFF; background: #0D6FB8; } */
.page-item.active{ color: #FFF; background: #0D6FB8;}
