/* 面包屑导航 */
.crumbs {
  position: relative;
  margin: 0 auto;
  min-width: 800px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  font-weight: 700;
  color: #5D5F91;
  border-bottom: 2px solid #5D5F91;
}
.crumbs a {
  color: #5D5F91;
}
  .crumbs-border {
    margin: 30px 0;
}
#nav-warp-item4{
	display: none;
}
#nav-warp4:hover #nav-warp-item4{
	display: block;
}

/* 分页按钮 */
.page {
  margin: 0 auto;
  width: 5rem;
  min-width: 500px;
  height: 1rem;
  min-height: 80px;
}
.page-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 30%;
  height: 100%;
}
.page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #5D5F91;
  color: #5D5F91;
}
