@charset "utf-8";

.content {
    max-width: 1100px;
    margin: 0 auto;
}

.content .posts {
    width: 200px;
    position: absolute;
}

.content .nav-content {
    margin-top: 20px;
    margin-left: 225px;
    background-color: #f7f7f7;
    padding: 4px 30px;
    height: 500px;
}

.post-item {
    margin-top: 5px;
    width: 100%;
    color: #333 !important;
    font-weight: bold;
}

.post-item-active {
    background-color: #15ACB5 !important;
}

.post-item:hover {
    background-color: #15ACB5 !important;
}

.layui-btn+.layui-btn{
    margin-left: 0 !important;
}

.layui-btn{
    border-radius: 44px !important;
}
