@CHARSET "UTF-8";
div.ke-content p{padding: 0;}
div.ke-content p:last-child{margin-bottom: 64px;}
div.dept-list>img{width: 100%;margin-bottom: 32px;display: block;}
div.dept-list{margin-bottom: calc(104px - 48px);}
div.dept-list>p{ cursor:pointer;position: relative; background:rgba(0, 0, 0, 0.04);margin-top: 16px; height: 56px;display: flex;align-items: center;font-size: 20px;line-height: 28px;font-weight: bold;padding:0 16px;box-sizing: border-box;}
div.dept-list>p:first-child{margin-top: 0;}
div.dept-list>p>img{width: 24px;height: 24px;margin-right: 16px;}
div.dept-list>p:after{position: absolute;right: 16px;top: 16px; content:"";display:inline-block; width: 24px; height: 24px; background-image:url("../img/icons/24x24/arrow-down.svg"); background-size: 24px 24px; transition: transform 0.2s linear;}
div.dept-list>p.show:after{transform: rotate(-180deg);background-image:url("../img/icons/24x24/dropdown.svg")}
div.dept-list>.show{background: #F0F5FF;color: #2F54EB;}
div.dept-list>p>img.active,div.dept-list>p.show>img.def{display: none;}
div.dept-list>p.show>img.active{display: block;}

div.dept-list>div{display: none;}
div.dept-list table{width: 100%;border-spacing: 0;} 
div.dept-list thead tr{height: 40px;}
div.dept-list thead {border-bottom:1px solid rgba(0, 0, 0, 0.06);}
div.dept-list thead td,div.dept-list tbody td{font-size: 14px;line-height: 28px;padding: 0;color: rgba(0, 0, 0, 0.45);}
div.dept-list thead td{font-weight: bold;}
div.dept-list thead td, div.dept-list tbody td {border-bottom: 1px solid rgba(0, 0, 0, 0.06);}
div.dept-list thead td:first-child{padding-left: 16px;}

div.dept-list tbody td a{color:  rgba(0, 0, 0, 0.85);display: inline-flex;align-items: center;}
div.dept-list tbody td a:hover{font-weight: bold;color:  #2F54EB;;}
div.dept-list tbody td a:before{width: 4px;height: 4px;background: #2F54EB;content: '';margin-right: 16px;display: inline-block;}

div.dept-list tbody td:first-child{width: 50%;}
div.dept-list tbody td:nth-child(2),div.dept-list tbody td:last-child{width: 25%;}
div.dept-list tbody tr{height: 40px;}