.read-more {
  margin-top: .3rem;
  font-size: .28rem;
  text-align: center;
  display: block;
  width: 2.2rem;
  height: .9rem;
  line-height: .9rem;
  color: #0088D2;
  border: 0.04rem solid #0088D2;
  position: relative;
  left: 50%;
  margin-left: -1.1rem;
}
.read-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  width: 80%;
  height: .04rem;
  background: #0088D2;
}
#jtjj {
  padding: .3rem;
}
#jtjj > p {
  font-size: .28rem;
  color: #333;
  line-height: .46rem;
}
#ldtd {
  padding: .3rem;
  font-size: .24rem;
}
#ldtd .item:first-child {
  margin-top: 0rem;
}
#ldtd .item {
  border-bottom: .01rem solid #cccccc;
  margin: .2rem 0;
}
#ldtd .item > div {
  float: left;
}
#ldtd .item .item-left {
  width: 1.6rem;
  height: 2.0rem;
  text-align: center;
}
#ldtd .item .item-left img {
  display: block;
  width: 100%;
}
#ldtd .item .item-left h1 {
  margin-top: .05rem;
  color: #252525;
  font-weight: 900;
  font-size: .2rem;
}
#ldtd .item .item-right {
  font-family: "微软雅黑";
  color: #333;
  width: 5rem;
  height: 2.80rem;
  padding: .05rem 0 0 .2rem;
}
#ldtd .item .item-right .title2 {
  margin-top: -0.1rem;
  font-size: .3rem;
  margin-bottom: .1rem;
  color: #252525;
}
#ldtd .item .item-right .title3 {
  font-size: .24rem;
  margin-bottom: .05rem;
  padding-bottom: .05rem;
  border-bottom: .01rem solid #eee;
}
#ldtd .item .item-right .title3 img {
  width: .24rem;
  margin-right: .05rem;
  margin-top: -0.03rem;
}
#ldtd .item .item-right .title3::after {
  content: '';
  display: block;
  width: 1.50rem;
  border-bottom: 0.02rem solid #0088D2;
  position: relative;
  top: .05rem;
}
#ldtd .item .item-right .describe {
  text-indent: .48rem;
}
#zzry {
  padding: .3rem;
}
#zzry .absid {
  width: 5.3rem;
  margin: 0 auto;
}
#zzry .absid li {
  width: 100% !important;
}
#zzry .absid li img {
  display: block;
  width: 100% !important;
}
#zzry .absid li .give {
  text-align: center;
  font-size: .24rem;
  color: #252525;
  margin: .2rem 0;
}
#dsj {
  padding: .3rem 0;
  font-size: .24rem;
}
#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 .title {
  padding-left: .3rem;
}
#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");
}
#lxwm {
  padding: .3rem;
  font-size: .28rem;
  color: #333;
}
#lxwm li {

  line-height: .56rem;
}
.back-list {
  margin-top: .6rem;
  font-size: .28rem;
  text-align: center;
  display: block;
  width: 2.2rem;
  height: .9rem;
  line-height: .9rem;
  color: #0088D2;
  border: 0.04rem solid #0088D2;
  position: relative;
}
.back-list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  width: 80%;
  height: .04rem;
  background: #0088D2;
}

