.cy_list .cy-item{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem;border-bottom:1px solid #eef0f4;border-radius:.5rem;transition:background-color .18s ease,transform .18s ease}.cy_list .cy-item:last-child{border-bottom:0}.cy_list .cy-item:hover{background:#f5f8ff;transform:translateY(-1px)}.cy_list .cy-term{flex:0 0 auto;min-width:140px}.cy_list .cy-title{font-size:1.3rem;font-weight:700;line-height:1.2;color:#4a6cf7;text-decoration:none}.cy_list .cy-pinyin{display:block;margin-top:.2rem;font-size:.8rem;letter-spacing:.3px;color:#9aa0ac}.cy_list .cy-body{flex:1 1 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem}.cy_list .cy-badge{flex:0 0 auto;font-size:.75rem;font-weight:600;color:#4a6cf7;background:#eef2ff;border-radius:999px;padding:.15rem .6rem}.cy_list .cy-explain{flex:1 1 240px;min-width:0;margin:0;font-size:.9rem;line-height:1.6;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:576px){.cy_list .cy-item{flex-direction:row;align-items:center;gap:1.25rem}}