@CHARSET "UTF-8";

div.ke-content{padding:0 .4rem;}
div.dept-list{display: flex; flex-wrap: wrap; flex-direction: column; align-items: center;}
div.dept-list>a{width: 100%; height: calc(50vw - 16px); position: relative; margin-bottom: 32px;border-radius: 8px;overflow: hidden;}
div.dept-list>a:nth-child(2n){margin-right: 0;}
div.dept-list>a>img{width: 100%; height: 100%; 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: center;}
div.dept-list>a>span>img{width: .64rem; height: .64rem; margin-right: 8px; }

