/* 面包屑导航 */
.crumbs {
  position: relative;
  margin: 0 auto;
  width: 14rem;
  min-width: 800px;
  height: 100px;
  line-height: 100px;
  font-size: 25px;
  font-weight: 700;
  color: #5D5F91;
}
.crumbs a {
  color: #5D5F91;
}
.crumbs-border {
  border-top: 2px solid #5D5F91;
}
#nav-warp-item4{
	display: none;
}
#nav-warp4:hover #nav-warp-item4{
	display: block;
}
/* 菜单 */
.news-menu {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 12rem;
  height: 1rem;
}
.news-menu-item {
  display: inline-block;
  float: left;
  width: 12%;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 10px;
      cursor: pointer
}

/* 内容 */
.news-content {
  display: none;
}

#news-content1 {
  display: block;
}
.wads123 {
	margin-left: 68px;
	height: 15px;
}
