﻿.text-list ul li {
  padding-left: 20px;
  position: relative;
  line-height: 62px;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 16px;
  position: relative;
  left: 0;
  transition: all 0.5s;
  background: url(../img/icon-sj1.png) no-repeat;
  background-position: left center
}

.text-list ul li:hover {
  background: url(../img/icon-sj2.png) no-repeat;
  background-position: left center
}

.text-list ul li a  {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.text-list ul li span {
  float: right;
  color: #666666;
  font-size: 16px;
  padding-left: 10px
}

.text-list ul li:hover a  {
  color: #0054a3
}

.text-list ul li:hover span {
  color: #0054a3
}