.s-outlines{
  display: flex;
}
.s-user-nav{
  display: flex;
}
.s-user-nav>li{
  margin-right: 5px;
}
.s-pagination a{
  width: 45px !important;
}
.s-message{
  display: flex;
  margin-bottom: 12px;
  justify-content: space-around;
}
.s-message>div{
  width: 50%;
  display: flex;
  font-weight: 600;
}
.s-login{
  color: red;
}
.s-img-responsive{
  width: 100%;
  height: 100%;
}
.s-cate{
  padding-top: 0px;
}
.s-detail{
  display: flex;
}
.s-detail>div{
 margin-right: 5px;
}