.yzx_title {
  width: 6.69rem;
  margin: 0.8rem auto 0.6rem;
}
.yzx_title img {
  width: 100%;
}
.list {
  padding: 0 0.2rem;
}
.list li {
  margin: 0.4rem 0 0;
  display: block;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 0.2rem;
}
.list li:last-child {
  border: 0;
}
.list li .left {
  width: 2.4rem;
  height: 1.34rem;
  overflow: hidden;
  float: left;
}
.list li .left img {
  width: 100%;
}
.list li .right {
  width: 4.3rem;
  float: left;
  color: #333;
  margin-left: 0.2rem;
  height: 1.34rem;
  position: relative;
}
.list li .right h2 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list li .right p {
  font-size: 0.24rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #999;
}
.more {
  width: 0.26rem;
  margin: 0.4rem auto 0.8rem;
  display: block;
}
.more img {
  width: 100%;
}
.goto {
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/goto.png) no-repeat center;
  background-size: cover;
  display: block;
  position: fixed;
  bottom: 2.5rem;
  right: 0.4rem;
}
