.ls-rt-list {
  width: 100%;
}
.ls-rt-list li {
  width: 100%;
  height: 376px;
  margin-top: 31px;
  box-shadow: 0px 3px 8px 0px 
		rgba(120, 120, 120, 0.15);
  background-color: #fff;
  transition: all .5s;
}
.ls-rt-list li a {
  position: relative;
  width: 100%;
}
.ls-rt-list li:hover {
  transform: translateY(-5px);
}
.ls-rt-list li a > img {
  width: 100%;
  height: 235px;
}
.ls-rt-list li a > div {
  position: relative;
  width: 100%;
  padding: 18px 17px 28px;
  height: 141px;
}
.ls-rt-list li a > div p {
  font-size: 18px;
	line-height: 28px;
	color: #282727;
}
.ls-rt-list li a > div p:hover {
  color: #9c73ce;
}
.ls-rt-list li a > div > div {
  width: 386px;
  position: absolute;
  left: 17px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ls-rt-list .date {
  font-size: 16px;
	letter-spacing: 1px;
	color: #9c73ce;
  display: flex;
  align-items: center;
}
.ls-rt-list .date .point {
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  height: 2px;
  background-color: #9c73ce;
}
.ls-rt-list .date .source {
  max-width: 120px;
}
.ls-rt .ls-rt-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ls-rt .ls-rt-title::after {
  content: "";
  background: url(../img/rmtj-bar.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  flex: 1;
  height: 10px;
}
@media screen and (min-width: 769px){ 
  .ls-rt-title > p {
    width: 174px;
  }
}
@media screen and (max-width: 768px){ 
  .ls-rt-list li {
    width: 100%;
    height: auto;
    margin-top: .4rem;
  }
  .ls-rt-list li a {
    position: relative;
  }
  .ls-rt-list li a > img {
    width: 100%;
    height: 4rem;
  }
  .ls-rt-list li a > div {
    position: relative;
    width: 100%;
    padding: .3rem .25rem;
    height: 2.3rem;
  }
  .ls-rt-list li a > div p {
    font-size: .3rem;
    line-height: .5rem;
  }
  .ls-rt-list li a > div > div {
    width: 92%;
    position: absolute;
    left: .25rem;
    bottom: .3rem;
  }
  .ls-rt-list .date {
    font-size: .28rem;
  }
  .ls-rt-list .date .point {
    display: inline-block;
    margin: 0 10px;
    width: 2px;
    height: 2px;
    background-color: #9c73ce;
  }
  .view {
    color: #666;
  }
  .view img {
    margin-top: 0;
    margin-right: 5px;
  }
  .ls-rt-list li a .play-icon {
    position: absolute;
    left: 0;
    top: 3.4rem;
    width: .6rem;
    height: .6rem;
  }
  .ls-rt-list .date .source {
    max-width: 50%;
  }
}