

/******菜单导航*******/

.jyzd_common_div{
    margin: 30px auto;
    text-align: center;
}

.jyzd_title_header{
    text-align: center;
    margin: 30px auto 10px;
}
.jyzd_title {
    width: 450px;
    font-weight: 700;
    font-size: 40px;
    color: #3D3D3D;
    line-height: 58px;
    letter-spacing: 2px;
    text-align: center;
    border-bottom: 4px solid #396BB7;
    margin: auto;
    padding-bottom: 5px;
}

.jyzd_title_line {
    margin: auto;
    width: 100%;
    height: 0px;
    border: 1px solid #D8D8D8;
    margin-bottom: 5px;
}

.jyzd_title_more {
    height: 22px;
    font-weight: 350;
    font-size: 15px;
    color: #AAAAAA;
    line-height: 22px;
    text-align: center;
    margin: 15px auto;
}


.jyzd_zhxw_content{
    display: flex;
    justify-content: space-between;
    margin: auto;
}



.jyzd_kphd_content{

    display: flex;
}


.jyzd_kphd_item{
    width: 312px;
    height: 365px;
    border-radius: 6px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 13px;
    margin-top: 16px;
    margin-right: 38px;
}

.jyzd_kphd_item:last-child{

    margin-right: 0px;
}

.jyzd_kphd_item_top{
    height: 219px;
}

.jyzd_kphd_item_img{
    width: 100%;
    height: 219px;
    border-radius: 4px;
}

.jyzd_kphd_item_play{
    position: relative;
    width: 83px;
    height: 83px;
    top: -158px;
    cursor: pointer;
}


.jyzd_kphd_item_more{

    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content:space-between;
    padding-top:5px;
}
.jyzd_kphd_item_title{
    font-size: 18px;
    line-height: 40px;
    color: #1A1A1A;
    text-align: left;
}

.jyzd_kphd_item_desc{
    height: 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #767676;

}

.jyzd_kphd_item_desc_read{
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    color: #AAAAAA;
}

.jyzd_kphd_item_desc_img{
    width: 42px;
    height: 21px;

}





/***毕业生去向**/
.jyzd_bys {
    margin: 30px auto;
    text-align: center;
}

.jyzd_bys_content{
    display: flex;
    justify-content: space-between;
    margin: 20px auto;

}


.jyzd_bys_left{
    width: 655px;
    cursor: pointer;
}

.jyzd_bys_img{
    width: 655px;
    height: 392px;
    border-radius: 6px;;
}


.jyzd_bys_right{
    width: 655px;
}

.jyzd_bys_left_title{
    height: 52px;
    font-weight: 700;
    font-size: 28px;
    color: #3D3D3D;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-weight: bold;
    margin-top: 10px;
}

.jyzd_bys_left_content{
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
}

.jyzd_bys_date{
    width: 76px;
    font-size: 14px;
    line-height: 21px;
    color: #AAAAAA;
}

.jyzd_bys_info{
    font-size: 14px;
    font-weight: 350;
    color: #396BB7;
    line-height: 21px;
}

.jyzd_bys_info_img{
    width: 38px;
    height: 18px;
}




.jyzd_bys_right_item{
    height: 237px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.jyzd_bys_item_select{
    border-bottom: 2px solid #396BB7;
}

.jyzd_bys_item_title{
    font-weight: 700;
    font-size: 28px;
    color: #3D3D3D;
    text-align: left;
    margin-top: 10px;
}

.jyzd_bys_item_content{
    height: 44px;
    font-weight: 300;
    font-size: 14px;
    color: #767676;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}


.jyzd_bys_item_tool{
    margin:  15px auto;
    text-align: left;
}

.jyzd_bys_item_date{
    width: 76px;
    font-size: 14px;
    line-height: 21px;
    color: #AAAAAA;
}

.jyzd_bys_item_info{
    font-size: 14px;
    font-weight: 350;
    color: #396BB7;
    line-height: 21px;
}

.jyzd_bys_item_info_img{
    width: 38px;
    height: 18px;
}



.jyzd_bys_item_date{
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    text-align: left;
    font-style: normal;

}

.jyzd_bys_item_more{
    font-weight: 350;
    font-size: 14px;
    color: #396BB7;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
}


.jyzd_bys_item_more img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}








/******菜单导航*******/
.jyzd_nav_menu{
    width: fit-content;
    height: 50px;
    line-height: 50px;
    border-radius: 500px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    display: flex;
    font-size: 20px;
    color: #767676;
    /* padding-left: 20px;
    padding-right: 20px; */
    margin: 20px auto;
}

.jyzd_nav_menu_item{
    width: 283px;
    cursor: pointer;
}

.jyzd_nav_left{
      border-radius: 500px 0px 0px 500px;
      border-right: 1px solid #D8D8D8;
}
.jyzd_nav_right{
    border-radius: 0px  500px  500px 0px;
    border-left: 1px solid #D8D8D8;
}

.jyzd_nav_menu_item_select{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #396BB7 !important;
}



.jyzd_zph_div{
    background: #FFFFFF;
    padding: 20px 0px 40px 0px;
}

.jyzd_zph_content{
    display: flex;
}


.jyzd_zph_item{
    width: 312px;
    border-radius: 6px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 13px;
    margin-top: 16px;
    margin-right: 38px;
}

.jyzd_zph_item:last-child{
    
    margin-right: 0px;
}

.jyzd_zph_item_top{
  height: 219px;
}

.jyzd_zph_item_img{
    width: 100%;
    height: 219px;
}

.jyzd_zph_item_play{
    position: relative;
    width: 83px;
    height: 83px;
    top: -158px;
    cursor: pointer;
}


.jyzd_zph_item_more{

    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content:space-between;
    padding-top:5px;
}
.jyzd_zph_item_title{
    font-size: 18px;
    color: #1A1A1A;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jyzd_zph_item_desc{
    height: 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #767676;
	
}


.jyzd_zph_item_desc_read{
    width: 56px;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    color: #AAAAAA;
    cursor: pointer;
}

.jyzd_zph_item_desc_img{
    width: 44px;
    height: 21px;
}


.jyzd_zph_more{
    height: 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    color: #396BB7;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.jyzd_zph_img{
    margin-left: 10px;
    width: 44px;
    height: 21px;
}


/** 就业流程/重要时间节点  */

.jyzd_jylc_content{


}

.jyzd_jylc_list{
    display: grid;
    grid-template-columns: 1fr 1fr ; /* 创建两列，每列占据可用空间的相等部分 */
    column-gap: 60px; /* 可选，设置列与列之间的间隔 */
}

.jyzd_jylc_item{
    width: 654px;
    display: flex;
    cursor: pointer;
}

.jyzd_jylc_item_img{
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-top: 12px;
}


.jyzd_jylc_item_text{
    color: #1A1A1A;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    flex: 1;
}

.jyzd_jylc_item_date{
    margin-left: 5px;
    width: 86px;
    font-size: 14px;
    line-height: 30px;
    color: #767676;
}



/* 就业负责老师 */

.jyzd_jyfzls_content{
    background: #FFFFFF;
    padding: 20px 0px 40px 0px;
}

.jyzd_jyfzls_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 创建两列，每列占据可用空间的相等部分 */
    column-gap: 20px; /* 可选，设置列与列之间的间隔 */
}

.jyzd_jyfzls_item{
    width: 300px;
}

.jyzd_jyfzls_img{
    width: 206px;
    height: 206px;
    border-radius: 500px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;

}
.jyzd_jyfzls_name{
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #3D3D3D;
    text-align: center;
}


.jyzd_jyfzls_desc{
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #767676;
    padding-left:50px;
}

.jyzd_jyfzls_label{
    width: 42px;
}

.jyzd_jyfzls_btn{
    margin: 15px auto;
    width: 88px;
    height: 32px;
    border-radius: 4px ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 4px;
    background: #396BB7;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}