#nav ul li h2 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
      height: 0.02rem;
    background: #fff;
    transition: 1.2s 0.2s;
    transform: translateX(-50%);}
#nav ul li.on h2 a:before {
    width: .5rem;}
.vf2{    margin-top: 0.4rem;}
.lst-g14 li:last-child::before {
  /* 完全移除最后一个列表项的伪元素 */
  display: none;
  content: "";
  /* 清除可能存在的定位属性 */
  position: static;
  /* 重置所有可能影响显示的属性 */
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;}
