在元素前面添加一个伪元素下边框
dd:hover:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 32px; height: 3px; background-color: #ff733c; margin: 0 auto; }
dd:hover:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 32px; height: 3px; background-color: #ff733c; margin: 0 auto; }