/* 组织架构样式 */
.container {
}
/* 公共头部样式在header_top.css */
/* 首页header轮播在 swiper_index.css*/
/* 内容 */
.content {
  /* height: 300px; */
}
/* 导航切换数据 */
.active_li > a {
  color: #014d6f;
}
.nav_box ul li:hover a {
  color: #014d6f;
  /* border-bottom: 2px solid #019b45; */
  line-height: 36px;
}
/* 切换内容 */
.active_num {
  margin-top: 30px;
}
.imgBox {
  width: 734px;
  height: 610px;
  margin: 0 auto 130px;
}
.imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 推荐列表 在recommend_list.css */
/* 公共底部样式在footer.css */
