.homea .aright .halist li:nth-child(6){display:none;}
.l2{color: #666;
    font-size: .15rem;}
.xdyx {
  justify-content: flex-start;}

.xdyx ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; /* 垂直居中 */
  list-style: none;
  padding: 0;
  margin: 0;}

/* 关键：防止 li 内容换行 */
.xdyx ul li {
  padding: 0.07rem 0.07rem !important;
  white-space: nowrap;       /* ←←← 防止文字+伪元素换行 */
  display: inline-flex;      /* ←←← 让 ::after 和 a 在同一行弹性布局 */
  align-items: center;       /* 垂直居中对齐 */
  width: auto !important;}

/* 统一链接样式 */
.xdyx ul li a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;}

/* 伪元素竖线 */
.xdyx ul li:not(:last-child)::after {
  content: '|';
  margin-left: 8px;
  color: #999;
  white-space: nowrap;}
.xdyx1 li:not(:last-child)::after {
    content: '|';
    margin-left: 17px !important;
    margin-right: 10px; 
    color: #999;
    white-space: nowrap;}
