.dep2_item>li {
  margin-bottom: 25px;
  
  height: 35px;
  line-height: 35px;
}
/* 骨科 */
.dep2_item li.depa_571{
 background: url('20220601193144.png') no-repeat left center;
}
/* 烧伤科 */
.dep2_item li.depa_695{
  background: url('/20220602094602.png') no-repeat left center;
}
 /* 抢救中心 */
 .dep2_item li.depa_693{
  background: url('/20220602095528.png') no-repeat left center;
}
 /* 内科 */
 .dep2_item li.depa_573{
  background: url('/20220602095943.png') no-repeat left center;
}
/* 外科 */
.dep2_item li.depa_574{
  background: url('/20220602100147.png') no-repeat left center;
}
/* 妇产科 */
.dep2_item li.depa_399{
  background: url('/20220602100409.png') no-repeat left center;
}
 /* 儿科 */
 .dep2_item li.depa_722{
  background: url('/20220602101105.png') no-repeat left center;
}
 /* 更多科室 */
 .dep2_item li.depa_701{
  background: url('/20220602101028.png') no-repeat left center;
}
/* 特色科室 */
.dep2_item li.depa_149{
  background: url('/20220602105032.png') no-repeat left center;
}
.dep2_item>li a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
}

.all_ks_body .NavDepa li.nav_keshi a {
  background: none;
}
.dep3_item{
  padding-bottom: 20px;
  overflow: hidden;
}
.dep3_item li{
  width: 300px;
  height: 48px;
  line-height: 48px;
  
  /* background: rgba(50, 112, 159, .1) !important; */
  margin-right: 26px;
  margin-bottom: 20px;
  border-radius: 4px;
  float: left;
  border: 1px solid #E7F0FF;
  display: flex;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /* border-image: linear-gradient(260deg, rgba(197, 220, 255, 1), rgba(231, 240, 255, 1), rgba(255, 255, 255, 1), rgba(241, 247, 255, 1), rgba(209, 227, 255, 1)) 1 1; */
  box-shadow: 0px 9px 14px 1px rgba(160, 174, 195, 0.25);
  text-align: center;
}
.dep3_item li:nth-child(4n){
 margin-right: 0;
}
.dep3_item li a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

/* .dep3_item li:nth-child(6n) a {
  margin-right: 0;
}
 */

.dep3_item li:hover {
  /* background: linear-gradient(360deg, #799BDE 0%, #CBDDFF 100%) !important; */
/* box-shadow: 0px 9px 14px 1px rgba(160, 174, 195, 0.25), inset 0px 4px 12px 1px rgba(255, 255, 255, 0.68), inset 0px -5px 6px 1px rgba(255, 255, 255, 0.33); */

 
  border: 1px solid #1F4989 !important;
  border-radius: 4px;
}
.dep3_item li a:hover {
   color: #1F4989;

}
.dep2_item {
  overflow: hidden;
}

 

.dep2_box.active {
  display: block;
}