/*ss*/
/*xrld*/
.ld-ul-lind {}

.ld-ul-lind .ld-ul-list {
  width: 80%;
  margin: .5rem auto;}

.ld-ul-lind li {
  line-height: .7rem;
  border-bottom: 1px solid #eeeeee;
  font-size: .2rem;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;}

.ld-ul-lind li:hover {
  border-bottom: 1px solid #037469;
  padding-left: 0.1rem;
  transition: all 0.3s;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.08);}

.ld-ul-lind li:hover a:before {
  width: .05rem;}

.ld-ul-lind li a {
  display: flex;
  position: relative;
  padding: 0 .25rem;}

.ld-ul-lind li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: .03rem;
  height: .25rem;
  background: #037469;
  transform: translateY(-50%);}

.ld-ul-lind li span {
  color: #187e74;
  width: 50%;
  display: block;}

.ld-ul-lind li i {
  font-style: normal;
  width: 50%;
  display: block;}

.ld-ul-lind {}

