
.common_menu_content{
    display: flex;
}


.common_menu_left{
    width: 234px;
    padding: 10px;
    box-sizing: border-box;
    /* 描边色/描边色辅助 */
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #AAAAAA;
}

.common_menu_right{
    padding: 10px 20px 10px 20px;
    flex: 1;
    width: calc(100% - 235px);
}

.common_menu{
    margin-top: 16px;
}

.common_menu_img{
    width: 100%;
    height: 104px;
}


.common_menu_icon{
    width: 14.5px;
    height: 15.5px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('2025_yjs_common_menu_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}


.common_menu_item{
    display: flex;
    min-height: 40px;
    color: #1A1A1A;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}


.common_menu_item:hover{
    background: #396BB7;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
}

.common_menu_item_selected{
    background: #396BB7;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
}

.common_menu_item_selected .common_menu_icon{
    background-image: url('2025_yjs_common_menu_icon_select.png');
}

.common_menu_item_two{
    width: 100%;
    display: flex;
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.common_menu_two_icon{
    width: 12.5px;
    height: 15.5px;
    margin-top: 11px;
    margin-left: 12px;
    margin-right: 10px;
    background-image: url('2025_yjs_common_menu_two.png');
    background-repeat: no-repeat;
}


.common_menu_item_two_selected .common_menu_two_icon{
    background-image: url('2025_yjs_common_menu_two_select.png');
}



.common_menu_item_two:hover{
    color: #396BB7;
    /* color: #FFFFFF; */
    border-radius: 10px;
    font-weight: bold;
}

.common_menu_item_two_selected{
    /* background: #396BB7; */
    color: #396BB7;
    border-radius: 10px;
    font-weight: bold;
}


.common_menu_title{
    margin-top: 36px;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0px;
    color: #3D3D3D;
    text-align: center;
}

.common_menu_line{
    margin-top: 45px;
    height: 1px;
    border: 1px dashed #D8D8D8;
    margin-bottom: 45px;
}



