.page-nbsjlist .search-box{
  display: none;
}
.nbsj-nav{
  width: 264px;
}
.nbsj-nav-title{
  background-color: #006eab;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.nbsj-nav ul{
  background-color: #f5f5f5;
}
.nbsj-nav ul li{
  
  border-top: 1px solid #d6d6d6;
  
}
.nbsj-nav ul li a{
  line-height: 50px;
  height: 50px;
  padding-left: 50px;
  color: #333;

}
.nbsj-nav ul li.active{
  background-color: #1597df;
}
.nbsj-nav ul li.active a{
  color: #fff;
}
.nbsj-list{
  width: 844px;
}
.nbsj-list-top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  /* padding-top: 20px; */
}
.list-title{
  color: #0168b7;
  padding-bottom: 10px;
  border-bottom: 2px solid #0168b7;
  font-size: 18px;
  font-weight: bold;
}
.list-search{
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nbsj-sear{
  border: none;
  line-height: 40px;
  margin-right: 15px;
  background-color: transparent;
  width: 200px;
}
.nbsj-icon{
  width: 28px;
}
.list-box{
  margin-bottom: 50px;
  min-height: 300px;
}
.list-box li{
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-box li i{
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #0068b7;

}
.list-box li a{
  display: block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%; 
  color: #333;
  padding-left: 10px;
}
.list-box li span{
  color: #333;
  width: 15%;
  text-align: right;

}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.show-mobile-nav{
  display: none;
}
.page-nbsjsear .nbsj-list{
  width: 100%;
}
.page-nbsjsear .nbsj-list-top{
  justify-content: end;
}
.search-list-item em{
  font-style: normal;
  color: red;

}
@media screen and (max-width: 768px) {
  .nbsj-main{
    position: relative;
  }
  .nbsj-nav{
    position: absolute;
    /* display: none; */
    width: 200px;
    right: 0;
    top: 5px;
  }
  .show-mobile-nav{
    display: block;
    float: right;
    width: 28px;
  }
  .nbsj-nav-title{
    display: none;
  }
  .nbsj-nav ul{
    display: none;
    margin-top: 30px;
    max-height: 200px;
    overflow-y: auto;
  }
  .nbsj-list{
    width: 100%;
  }
  .nbsj-list-top{
    display: block;
  }
  .list-search{
    float: right;
    width: 90%;
    margin-top: 20px;
    margin-right: 5%;
  }
  .nbsj-sear{
    width: 85%;
  }
  .list-box li a{
    width: 68%;
  }
  .list-box li span{
    width: 30%;
  }
}