@CHARSET "UTF-8";

div.dept-list{display: flex; flex-wrap: wrap; padding: 0 .4rem;}
div.dept-list>a{flex-grow:0; flex-shrink: 0; width: 100%; height: calc(5rem - .4rem); position: relative; margin-bottom: .4rem;border-radius: 8px;overflow: hidden; }
div.dept-list>a:nth-child(2n){margin-right: 0;}
div.dept-list>a>img{width: 100%; height: 100%; border-radius: 8px; object-fit: cover;}
div.dept-list>a>span{position: absolute; bottom: 0; left: 0; right: 0; padding:0.22rem 0.37rem ; background: #19097D; border-radius: 0px 0px 8px 8px; background: rgba(25,9,125,0.8); font-size: 15px; line-height: 28px; color: #fff; font-weight: 600; display: flex; justify-content: flex-end;align-items: flex-start;}
div.dept-list>a>span>img {width: .64rem; height: .64rem; margin-right: 8px; }
