.jinsom-main-content{
    display: flex;
}

.ctouy-content-left{
    flex: 2;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.ctouy-content-middle{
    flex: 6;
    margin: 0 10px;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.ctouy-content-right{
    flex: 2;
    position: static;
    padding-bottom: 20px;
}

.jinsom-index-menu{
    display: flex;
    justify-content: space-between;
    padding: 10px 16px 5px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}

.ctouy-publish-btn{
    background: #536ec5;
    color: #ffffff;
    cursor: pointer;
    height: 36px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jinsom-index-menu{
    position: fixed !important;
    width: 585px;
    z-index: 1;

}

.jinsom-post-list{
    margin-top: 62px;
    
}

