.s-top{
    display: flex;
    justify-content: space-between;
}
.s-user-nav{
    display: flex;
}
.s-user-nav>li{
    margin-right: 5px;
}

.s-header{
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}
.s-logo{
    width: 125px;
}
.s-list{
    display: flex;
    width: 80%;
    justify-content: space-around;
}
.s-headers{
    height: 90px !important;
}
.s-pagination2{
    display: flex;
}
.s-post span{
    text-wrap: wrap !important;
}