@charset "utf-8";

/*校友风采*/
body.alumni .col_news_list ul.news_list{display: flex;gap: 0.48rem 7.6%;flex-wrap: wrap;}
body.alumni .col_news_list ul.news_list li{width: 19.3%;}
body.alumni .col_news_list ul.news_list .news_imgs{padding-top: 136.3%;}
body.alumni .col_news_list ul.news_list .news_title{font-size: var(--bigSize);color: #333333;text-align: center;margin-top: 0.18rem;}

@media screen and (max-width: 999px) {
body.alumni .col_news_list ul.news_list li{width:28.2%}
}

@media screen and (max-width: 768px) {
body.alumni .col_news_list ul.news_list li{width:46.2%}
}


/*师资队伍*/
@font-face {
    font-family:'syh' ;
    src: url(../fonts/SourceHanSansCN-Regular.ttf);
}
body.faculty .col_news_list ul.news_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
body.faculty .col_news_list ul.news_list li{width: 48.2%;font-family: 'syh';margin-bottom: 0.31rem;}
body.faculty .col_news_list ul.news_list li a{display: flex;}
body.faculty .col_news_list ul.news_list .news_imgs{flex:1.9rem 0;height:2.4rem}
body.faculty .col_news_list ul.news_list .news_wz{flex:1 0;box-shadow:0 3px 18px rgba(0,0,0,0.06);padding:0.4rem 0.3rem 0.1rem;box-sizing: border-box}
body.faculty .col_news_list ul.news_list .news_title{font-size: var(--bigSize);font-weight: bold;color: #333;}
body.faculty .col_news_list ul.news_list .news_title span{color: #D1964C;font-size: var(--smailSize);margin-left: 0.15rem;}
body.faculty .col_news_list ul.news_list .career{margin:0.2rem 0;font-size: var(--smailSize);color:#333}
body.faculty .col_news_list ul.news_list .news_text{color:#717171;font-size: var(--smailSize);line-height: 1.8;}

@media screen and (max-width: 999px) {
body.faculty .col_news_list ul.news_list{display:block}
body.faculty .col_news_list ul.news_list li{width:100%}
body.faculty .col_news_list ul.news_list .news_wz{padding-top:0.3rem}
}


