/**组件样式*/
.nav>ul>li.c1711>div{min-width:1.8rem;}
.text-list {
  margin-top: 0.2rem;}

.text-list ul li {
  padding-left: 0.25rem;
  position: relative;
  line-height: 0.4rem;
  border-top: 0px dashed #E0E0E0;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.3s;}

.text-list ul li:first-child {
  border-top: none;}

.text-list ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #353ABF;}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}

.text-list ul li span {
  float: right;
  padding-left: 0.15rem;
  color: #999;}

.text-list ul li:hover+li {
  border-top-color: #353ABF;}

.text-list ul li:hover a {
  color: #353ABF;}

.text-list ul li:hover span {
  color: #353ABF;}

.text-list ul li:hover {
  left: 0.05rem;}
