/* 机构设置 */
body.depart .col_news_list ul.list2{display: flex;gap:0.3rem 2.3%;flex-wrap: wrap;padding-top: 0.3rem;}
body.depart .col_news_list li.news{width: 31.8%;position: relative;z-index: 1;box-sizing: border-box;padding:0.3rem;}
body.depart .col_news_list li.news .news_title{font-size: var(--titleSize);line-height: 1;padding-left:0.1rem;border-left:2px solid #0043A7;margin-bottom: 0.2rem;}
body.depart .col_news_list li.news:before{content:"";z-index: -1;transition: all 0.4s ease-in-out;position: absolute;top:0;left:0;height: 0.8rem;width: 100%;background: #fff;box-shadow: 0 10px 15px rgba(0,0,0,0.13);}
body.depart .col_news_list li.news:hover:before{height: 100%;background: #0043A7;}
body.depart .col_news_list li.news:hover .news_title{color: #fff;border-color:#fff}

@media screen and (max-width: 999px) {
body.depart .col_news_list ul.list2{gap:20px 0;justify-content: space-between;}
body.depart .col_news_list li.news{width:49%}

}
@media screen and (max-width: 640px) {
body.depart .col_news_list li.news{width:100%}
}

