@CHARSET "UTF-8";
div.type-list {display: flex;margin: .4rem .4rem .4rem 0;white-space: nowrap;overflow-x: scroll; padding: 0 16px; justify-content: space-between;}
div.type-list>a{margin:0 .64rem 0 0;color:#1D39C4;height: 38px;line-height: 38px;font-size: 14px;padding:0 15px;background: #F0F5FF; border: 1px solid #ADC6FF;border-radius: 8px;font-weight: bold;}
div.type-list>a:hover,div.type-list>a.sel {background: #1D39C4;color: #FFFFFF;}
/* div.type-list>a:last-child{margin: 0;} */
div.ke-content>newslist{margin-bottom: 32px;}

div.type-list>a:hover{transition: 0.3s;}
