/*组织机构*/
.depart .depart_container .title_head{line-height:2;text-align:center;color:#134e8f;font-size:0.26rem;font-weight:bold;margin-bottom:0.45rem;background:linear-gradient(to right,transparent, #ededed, transparent);}
.depart .depart_container ._tt{color:#134e8f;font-size:0.24rem;border-left:3px solid #134e8f;padding-left:5px;margin-bottom:0.3rem;    display: none;}
.depart .depart_container .post-depart{margin-bottom:0.3rem}
.depart .depart_container .news_list {display:flex;flex-wrap:wrap;gap:0.25rem 0.25rem;--num:4;}
.depart .depart_container .news_list li{width:calc((100% - 0.25rem * (var(--num) - 1)) / var(--num)) ;;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,0.2);font-size:0.18rem;border-radius:0.11rem;transition:all 0.4s ease-in-out}
.depart .depart_container .news_list li a{color:#434343;display:flex;align-items:center;justify-content: center;height:0.9rem;padding:0 0.1rem;line-height:1.2}
.depart .depart_container .news_list li:hover{background:#f4f9ff}
.depart .depart_container .news_list li:hover a{color:#134e8f}
.depart .depart_container .flex{display:flex;justify-content: space-between}
.depart .depart_container .flex>*{flex:48.7% 0;} 
.depart .depart_container1{margin-bottom:0.7rem}


/*院部设置*/
.department  .col_news_list .news_list {display:flex;flex-wrap:wrap;gap:0.25rem 0.25rem;--num:4;}
.department  .col_news_list .news_list li{width:calc((100% - 0.25rem * (var(--num) - 1)) / var(--num)) ;;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,0.2);font-size:var(--titleSize);border-radius:0.11rem;transition:all 0.4s ease-in-out;}
.department  .col_news_list .news_list li a{color:#434343;display:flex;align-items:center;justify-content: center;height:0.9rem;padding:0 0.1rem}
.department .col_news_list .news_list li:hover{background:#f4f9ff}
.department .col_news_list .news_list li:hover a{color:#134e8f}


@media screen and (max-width: 999px) {
.depart .depart_container .post-depart{margin-bottom:35px}
.depart .depart_container .news_list li,.department  .col_news_list .news_list li{font-size:14px}
.depart .depart_container .news_list,.department  .col_news_list .news_list {--num:3}
.depart .depart_container .news_list li a,.department  .col_news_list .news_list li a{height:60px;}
 
}

@media screen and (max-width: 650px) {
.depart .depart_container .news_list,.department  .col_news_list .news_list {--num:2}
}


/*领导*/
.leader .col_news_list{padding-bottom:1.6rem}
.leader .col_news_list>.line {margin-bottom:0.6rem}
.leader .col_news_list .news_list li{margin-bottom:0.4rem;background:#fff;box-shadow:0 4px 9px rgba(0,0,0,0.11);display:flex;align-items:center;padding:0.2rem 0.3rem;border-radius:0.14rem}
.leader .col_news_list .news_list .split{margin:0 0.6rem;width:1px;height:0.88rem;background:#134e8f;display: none;}
.leader .col_news_list .news_list .wz{flex:1 0 0;font-size:var(--titleSize);}
.leader .col_news_list .news_list .news_imgs{flex:1.38rem 0 0;height:1.64rem;border-radius:0.14rem;display: none;}
.leader .col_news_list .news_list .wrap{color:#134e8f;font-weight:bold;margin-bottom:0.1rem;}
.leader .col_news_list .news_list .wrap span{margin-left:0.2rem;}
.leader .col_news_list .news_list .news_text{color:#434343;line-height:1.5}



@media screen and (max-width: 650px) {
.leader .col_news_list .news_list li{display:block;}
.leader .col_news_list .news_list .news_imgs{height:0;padding-top:59%; max-width: 50%; margin: 0 auto}
.leader .col_news_list .news_list .split{display:none}
.leader .col_news_list{padding-bottom:20px}

}


/*图片*/
body.images .col_news_list  ul.news_list {display:flex;flex-wrap:wrap;margin:0 -5px;}
body.images .col_news_list  ul.news_list li.news{width:33.3%;border-bottom:1px solid #C1C1C1;padding:0.2rem 0;}
body.images .col_news_list  ul.news_list li.news .news_imgs{padding-top:55%}
body.images .col_news_list  ul.news_list li.news .news_box{margin:0 5px}


@media screen and (max-width: 767px) {
body.images .col_news_list ul.news_list li.news{width:50%}
}

































