.listeningbg {
  width: 100%;
  height: 2.25rem;
  background: #000000;
  background: url(../images/2.jpg) no-repeat;
  background-size: 100% 2.25rem;
}
.fixednav {
  position: fixed;
  top: 0;
  z-index: 22;
  background: transparent;
}
.fixedbg {
  position: fixed;
  top: 0;
}
.nav {
  justify-content: space-between;
}
.con {
  padding: 0.2rem 0.16rem 0.14rem;
  margin-top: 2.25rem;
}
.con .con_top {
  font-size: 0.2rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.con .con_time {
  padding-top: 0.14rem;
}
.con .con_time p {
  font-size: 0.12rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}
.con .con_time p span {
  margin-right: 0.1rem;
}
.listenlistcon {
  padding: 0rem 0.16rem 0.16rem;
}
.listenlistcon .padding_top {
  padding-top: 0.2rem;
}
.listenlistcon .listenlist {
  display: flex;
}
.listenlistcon .listenlist .left {
  width: 0.18rem;
  margin-right: 0.14rem;
  margin-top: 0.03rem;
}
.listenlistcon .listenlist .left img {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
}
.listenlistcon .listenlist .right {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.listenlistcon .listenlist .right .right_title {
  font-size: 0.17rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
  overflow: hidden;
}
.listenlistcon .listenlist .right .right_title img {
  width: 0.28rem;
}
.listenlistcon .listenlist .right .right_con {
  height: 0.14rem;
  font-size: 0.13rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.14rem;
  margin-top: 0.06rem;
}
.border_bottom {
  border-bottom: 0.01rem solid #EEEEEE;
  padding-bottom: 0.14rem;
  padding-top: 0.2rem;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.chapter{
    width: 100%;
    line-height: 0.5rem;
    background: #f8f8f8;
    font-size: 0.16rem;
    font-weight: bold;
    padding: 0 0.2rem;
    color: #888;
}
.listenlistcon_1 {
    padding-bottom:0rem;
    padding-left: 0rem;
    padding-right: 0rem;
}
.listenlist{
    padding-left: 0.16rem;
    padding-right: 0.16rem;
}