#dsj {
  padding: .3rem 0;
  font-size: .24rem;
}
#dsj .back-list {
  margin-left: .3rem;
}
#dsj .lift {
  z-index: 9;
  position: fixed;
  top: 40%;
  left: 5px;
}
#dsj .lift > a {
  font-size: .24rem;
  text-align: center;
  display: block;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background-color: #0088D2;
  color: #fff;
  text-decoration: none;
  margin-bottom: .2rem;
}
#dsj .lift > a:hover {
  color: #333;
  background-color: #fff;
}
#dsj .year {
  width: 100%;
}
#dsj .year .listy {
  padding-top: .1rem;
  position: relative;
  margin-left: 1.2rem;
  border: 5px solid #ddd;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
}
#dsj .year .listy p {
  font-size: .32rem;
}
#dsj .year .listy .years {
  color: #0088D2;
  margin-top: .1rem;
}
#dsj .year .listy-after {
  background-color: #ddd;
  width: 4px;
  height: .6rem;
  margin-left: 1.85rem;
  position: relative;
  left: -4px;
}
#dsj .year .list1 {
  position: relative;
  width: 100%;
}
#dsj .year .list1 > div {
  position: relative;
}
#dsj .year .list1 .list1-left {
  z-index: 3;
  width: 2rem;
  left: 1.85rem;
  margin-left: -2rem;
}
#dsj .year .list1 .list1-left p {
  padding-right: .5rem;
  text-align: right;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dsj .year .list1 .list1-left .squar {
  position: absolute;
  top: 0;
  right: 1.5px;
  margin-right: -0.15rem;
  background-color: #fff;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  border: 3px solid #0088D2;
}
#dsj .year .list1 .list1-left .squar:after {
  content: '';
  position: absolute;
  left: -0.3rem;
  top: 50%;
  margin-left: -3px;
  width: .3rem;
  height: 3px;
  background-color: #ddd;
}
#dsj .year .list1 .list1-right {
  left: 1.85rem;
  margin-left: -4px;
  width: 5.2rem;
  position: relative;
  border-left: 4px solid #ddd;
  box-sizing: content-box;
  z-index: 2;
}
#dsj .year .list1 .list1-right p {
  position: relative;
  top: -0.3rem;
  padding: 0 .4rem .2rem .2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 1rem;
  overflow: hidden;
  line-height: .334rem;
}
#dsj .year .list1 .list1-right .more {
  position: absolute;
  width: .32rem;
  height: .32rem;
  top: -0.3rem;
  right: .1rem;
  background: url("/images/mobile/icon-down.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
#dsj .year .list1 .list1-right.show p {
  display: block;
  height: auto !important;
}
#dsj .year .list1 .list1-right.show .more {
  background-image: url("/images/mobile/icon-up.png");
}
