.s-top{
    background: white;
}
.s-top2{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 1200px;
    margin: 0 auto;
}
.s-user-nav{
    display: flex;
}
.s-user-nav>li{
    margin-right: 10px;
}

.s-issue{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 13px;
    color: #a7a2a2;
}
.s-page-nav{
    display: flex;
}
li{
    list-style: none;
}
.s-page-nav .active a{
    color: red;
}
#post-1399 img{
    width: 150px !important;
    height: 90px !important;
}

.s-messages{
      margin-bottom: 5px;
      display: flex;
}

.s-messages>div{
   margin-right: 15px;
    font-size: 17px;
    font-weight: bold;
}
.s-lx{
    display:flex;
    position: relative;
}
.s-lxs{
    display: flex;
    position: absolute;
    background: white;
    left: 113px;
    width: 47px;
    height: 17px;
    line-height: 29px;
}




