

/******菜单导航*******/

.shzn_common_div{
    margin: 30px auto;
    text-align: center;
}

.shzn_title_header{
    text-align: center;
    margin: 30px auto 10px;
}
.shzn_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;
}

.shzn_title_line {
    margin: auto;
    width: 100%;
    height: 0px;
    border: 1px solid #D8D8D8;
    margin-bottom: 5px;
}

.shzn_title_more {
    height: 22px;
    font-weight: 350;
    font-size: 15px;
    color: #AAAAAA;
    line-height: 22px;
    text-align: center;
    margin: 15px auto;
}

/* 业务办理 */
.shzn_ywbl_content{

}


.shzn_ywbl_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}


.shzn_ywbl_item{
    width: 663px;
    height: 180px;
    border-radius: 6px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    display: flex;
}


.shzn_ywbl_item_img{
    width: 135px;
    height: 135px;
    border-radius: 500px;
    margin: 18px;
}


.shzn_ywbl_item_right{
    flex:1;
    text-align: left;
}


.shzn_ywbl_item_title{
    margin-top: 16px;
    width: 293px;
    height: 52px;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    color: #1A1A1A;
        
}


.shzn_ywbl_item_desc{
    width: 392px;
    height: 23px;
    font-size: 16px;
    font-weight: 350;
    line-height: normal;
    color: #767676;
    margin-top: 15px;
}

.shzn_ywbl_item_btn{
    margin-left: 0px;
    margin: 15px 15px 15px 0px !important;
}


.shzn_yhxx_div{
    background-color: #ffffff;
    margin-top: 30px;
    padding: 30px;
}

.shzn_yhxx_content{
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.shzn_yhxx_img{
    width: 662px;
    height: 236px;
    cursor: pointer;
    border-radius: 6px;
}



/* 研究生会介绍 */

.shzn_yjs_list{
    overflow: auto;
    width: auto;
}

.shzn_yjs_item{
    width: 434px;
    margin: 10px;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    float: left;
        color: #767676;
}

.shzn_yjs_item:hover{
    background-color: #396BB7;
    color: #ffffff !important;
}
.shzn_yjs_item:hover > .shzn_yjs_item_title{
 color: #ffffff !important;
}

.shzn_yjs_item:last-child {
    margin-right: 0px; /* 移除最后一个项的右边距 */
}

.shzn_yjs_date{
    height: 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;

    text-align: left;
    padding: 2px;
}

.shzn_yjs_item_img{
    width: 398px;
    height: 260px;
    border-radius: 6px;
    margin-top: 6px;
}


.shzn_yjs_item_title{
    width: 398px;
    height: 60px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    color: #1A1A1A;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: left;
}


.shzn_yjs_item_desc{
    width: 398px;
    height: 48px;
    opacity: 1;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
        
}

.shzn_yjs_item_more{
    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content:space-between;
    padding-top:12px;
}


.shzn_yjs_item_more_read{
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
}

.shzn_yjs_item_more_img{
    width: 42px;
    height: 21px;

}

/* 学生社团介绍 */

.shzn_common_content{
    margin: auto;
}


.shzn_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: auto;
}

.shzn_nav_menu_item{
    width: 176px;
    cursor: pointer;   
    border-right: 1px solid #D8D8D8;
    text-align: center;
}

.shzn_nav_left{
      border-radius: 500px 0px 0px 500px;
      border-right: 1px solid #D8D8D8;
}
.shzn_nav_right{
    border-radius: 0px  500px  500px 0px;
    /* border-left: 1px solid #D8D8D8; */
}

.shzn_nav_menu_item_select{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #396BB7 !important;
}


.shzn_menu_left{
    width: 283px;
    height: 50px;
    border-radius: 500px 0px 0px 500px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
}

.shzn_menu{
    width: 283px;
    height: 50px;
    border-radius: 500px 0px 0px 500px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
}

.shzn_menu_select{
    background: #396BB7;
}




/* 学生社团介绍 */

.shzn_xsst_div{
    background: #ffffff;
}

.shzn_xsst_content{
    margin: auto;
    padding-bottom: 20px;
}
.shzn_xsst_list{
    overflow: auto;
    width:  auto;
    margin-top: 20px ;
    margin-bottom: 20px ;
}

.shzn_xsst_status{
    width: 113px;
    border-radius: 0px 4px 0px 10px;
    background: #FFB200;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.shzn_xsst_status_bar{
    margin-top: -11px;
    display: flex;
    justify-content: end;
    margin-right: -11px;
    border-radius: 0px 6px 0px 0px;
}

.shzn_xsst_item{
    width: 434px;
    margin: 10px;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DCDFE6;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    float: left;
        color: #767676;
        
}

.shzn_xsst_item:hover{
    background-color: #396BB7;
    color: #ffffff !important;
}
.shzn_xsst_item:hover > .shzn_xsst_item_title{
 color: #ffffff !important;
}

.shzn_xsst_item:last-child {
    margin-right: 0px; /* 移除最后一个项的右边距 */
}

.shzn_xsst_date{
    height: 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;

    text-align: left;
    padding: 2px;
}

.shzn_xsst_item_img{
    width: 100%;
    height: 260px;
    border-radius: 6px;
    margin-top: 6px;
}


.shzn_xsst_item_title{
    width: 398px;
    height: 60px;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: #1A1A1A;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
	
}


.shzn_xsst_item_desc{
    width: 398px;
    height: 48px;
    opacity: 1;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
        
}

.shzn_xsst_item_more{
    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content:space-between;
    padding-top:14px;
}


.shzn_xsst_item_desc_read{
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
}

.shzn_xsst_item_desc_img{
    width: 42px;
    height: 21px;

}





/******* 学生活动 */

.shzn_xshd_content{
    width: 100%;
    height: 604px;
    background: #FFFFFF;
    padding-top: 20px;
}

.shzn_xshd_list{
    margin: 25px auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 创建两列，每列占据可用空间的相等部分 */
    column-gap: 50px; /* 可选，设置列与列之间的间隔 */
}

.shzn_xshd_item{
    width: 655px;
    height: 159px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 6px;
    display: flex;
    margin-top: 20px;
}


.shzn_xshd_item_img{
    width: 165px;
    height: 100%;
    border-radius: 6px;

}

.shzn_xshd_item_content{
    width: calc(100% - 180px);
    margin: 10px;
}

.shzn_xshd_item_title{
    height: 52px;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    color: #3D3D3D;
}

.shzn_xshd_item_desc{
    height: 44px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #767676;
    margin-top: 4px;
    text-align: left;
}

.shzn_xshd_item_bottom{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.shzn_xshd_item_date{
    text-align: left;
    width: 76px;
    height: 24px;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #AAAAAA;
}

.shzn_xshd_item_more{
    display: flex;
    cursor: pointer;
}

.shzn_xshd_item_more_font{
    width: 56px;
    font-size: 14px;
    font-weight: 350;
    color: #396BB7;
    margin-top: 2px;
}
.shzn_xshd_item_more_img{
    width: 16px;
    height: 16px;
    margin: 4px;
}


/* 查看更多 */
.shzn_ckgd_list{
    display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 20px;
}

.shzn_ckgd_img{
    width: 317px;
    height: 115px;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    cursor: pointer;
}