.r_listen_ranking a{text-decoration: none;}
.listen_book{
    position: relative;
    width: 15%;
    /*height: 250px;*/
    float: left;
}
.listen_book .book{
    width: 100%;
}
.listen_book .erweima_little{
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.listen_play{
    float: right;
    width: 80%;
}
.footer{
    clear: both;
}
.listen_play .title{
    font-size: 1.8rem;
    font-weight: bold;
}
.listen_play .name{
    color: #888;
    margin-top: 45px;
}
.listen_play .time{
    color: #888;
    margin-top: 5px;
}
.listen_play .play_list{
    margin-top: 57px;
    background: #fff;
    border-radius: 10px;
    padding: 0 1.5rem;
}



.r_listen_ranking {
    margin-bottom: 20px;
    height: 505px;
    overflow-y: auto;
}
.r_listen_ranking li{
    height: 21px;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #e7eaf1;
    position: relative;
}
.r_listen_ranking li:last-child{
    border: none;
}
.r_listen_ranking .r_ranking_con{
    padding: 0 0 0 160px;
}
.r_listen_ranking .r_ranking_title{
    color: #007dac;
    margin-bottom: 15px;
}
.r_listen_ranking .r_ranking_time{
    font-size: 12px;
    color: #7c7e95;
}
.r_listen_ranking .r_ranking_num{
    position: absolute;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #424d67;
    left: 0;
    top: 10px;

}
.r_listen_ranking .r_ranking_play{
    width: 50px;
    height: 21px;
    /*background: url("../img/btn-play.png") no-repeat;*/
    position: absolute;
    right: 130px;
    top:15px;
}
.listen_detail_border{
    margin-bottom:0;
}
.listen_book_top{
    margin-top:34px;
}

.text_title{
    font-size:29px;
    color:#424d67;
    margin:40px  0 15px 0;
}
.weekly_data{
    font-size:12px;
    color:#8b8c9a;
    margin-bottom:10px;
}
.text_con p{
    text-indent:2em;
    font-size:16px;
    color:#3c3f46;
    margin-bottom:20px;
    line-height:25px;
}
.text_con img{
    display:block;
    margin:0 auto 30px;
}

.play_style{
    position: relative;
    height: 160px;
    padding: 17px 0 21px 0;
}
.play_style .play_title{
    font-size: 26px;
    font-weight: bold;
    color: #424d67;
    padding-top: 7px;
}
.play_style .play_name{
    font-size: 12px;
    color: #8b8c9a;
    margin-top: 15px;
}
.play_style .play_name span{
    font-size: 13px;

}
.play_style .play_img{
    width: 232px;
    position: absolute;
    right: 44px;
    top: 18px;
}
.play_style .play_last{
    position: absolute;
    left: 0;
    top: 23px;
}
.play_style .play_next{
    position: absolute;
    right: 0;
    top: 23px;
}
.play_style .play_stop{
    position: absolute;
    right: 75px;
}
.play_line{
    height: 2px;
    background: #e9eaf2;
    position: relative;
    margin-bottom: 50px;
}
.r_listen_ranking li.active .r_ranking_title{
    color: #000;
}