.zsxx_content{
    display: flex;
}


.zsxx_left{
    padding: 10px;
    box-sizing: border-box;
    /* 描边色/描边色辅助 */
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #AAAAAA;
    width: 235px;
}

.zsxx_right{
    padding: 10px 20px 10px 20px;
    flex: 1;
    width: calc(100% - 235px);
}

.zsxx_menu{
    margin-top: 16px;
}

.zsxx_menu_img{
    width: 100%;
    height: 104px;
}


.zsxx_menu_icon{
    width: 14.5px;
    height: 15.5px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url('2025_yjs_zsxx_menu_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}


.zsxx_menu_item{
    display: flex;
    height: 40px;
    color: #1A1A1A;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.zsxx_menu_item:hover{
    background: #396BB7;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
}

/* .zsxx_menu_icon:hover{
    background-image: url('2025_yjs_zsxx_menu_icon_select.png');
} */

.zsxx_menu_item_selected{
    background: #396BB7;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
}

.zsxx_menu_item_selected .zsxx_menu_icon{
    background-image: url('2025_yjs_zsxx_menu_icon_select.png');
}


.boshi_item{
    cursor: pointer;
    margin: 0px 20px 0px 20px;
    height: 112px;
    box-sizing: border-box;
    /* 描边色/描边浅色 */
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #D8D8D8;
    padding: 15px 30px 15px 30px;
}

.boshi_title_line{
    display: flex;
    justify-content: space-between;
}

.boshi_title{
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0px;
    color: #3D3D3D;
}

.boshi_date{
    font-size: 14px;
    font-weight: 350;
    color: #767676;
    display: flex;
    margin-top: 5px;

}
.boshi_date img{
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.boshi_line{
    width: 53px;
    height: 0px;
    /* 辅助色 */
    border: 1px solid #396BB7;
}

.boshi_desc{
    margin-top: 5px;
    height: 31px;
    font-size: 14px;
    font-weight: 350;
    line-height: 28px;
    color: #767676;
}



/*********导师风采************/

.daoshi_item{
    cursor: pointer;;
    width: 48%;
    margin: 1%;
    height: 173px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #D8D8D8;
    float: left;
    display: flex;
}

.daoshi_item_left{
    width: 114px;
    height: 140px;
    margin: 15px;
}

.daoshi_item_img{
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;

}

.daoshi_item_right{

    width: calc(100% - 144px);
    padding-bottom: 10px;
}

.daoshi_item_title{
    background: #396BB7;
    border-radius: 0px 0px 0px 10px;
    width: 106px;
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    float: right;
}

.daoshi_item_name{
    height: 40px;
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 40px;
    text-align: left;
}

.daoshi_item_desc{
    height: 72px;
    font-weight: 300;
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    text-align: left;
    width: 98%;
}


/************毕业生***************/


.biyesheng_item{
    width: 98%;
    margin: 2px auto;
    height: 177px;
    box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #D8D8D8;
    display: flex;
    cursor: pointer;
}

.biyesheng_img{
    width: 219px;
    height: 143px;
    border-radius: 6px;
    margin: 15px;
}

.biyesheng_item_content{
    flex:1;
    padding: 15px;
}

.biyesheng_item_title{
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #3D3D3D;
}

.biyesheng_item_desc{
    font-size: 14px;
    font-weight: 350;
    line-height: 28px;
    color: #767676;
    margin: 10px auto;
}

.biyesheng_item_more{
    display: flex;
    font-size: 14px;
    font-weight: 350;
    color: #396BB7;
}


.biyesheng_item_more img{
    width: 18px;
    height: 18px;
    margin-left: 2px;
}


.zhaosheng_desc{
    font-size: 24px;
    font-weight: normal;
    line-height: 56px;
    color: #3D3D3D;

    margin: 48px;
}

.zhaosheng_label{
    font-weight: 700;
}
