


/*语音播放*/
.audio_player {
    padding: 19px 14px 23px;
    margin: 15px 0px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
    background: #fafafa;
}


.audio_player_t {
    font-size: 16px;
    color: #252525;
    font-weight: bold;
}

audio {
    width: 100%;
}



.smalltext {
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #333;
    border-radius: 5px;
}


.smalltext .answer {
    border: 1px solid #999;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 7px;
    font-size: 13px;
}


ol{list-style-type:none;counter-reset:sectioncounter;}
ol li:before {
   content:counter(sectioncounter) "、"; 
   counter-increment:sectioncounter;
}


@media only screen and (max-width: 681px){
    .smalltext,.audio_player{display:none;}
    .commentlist .other_article{display:none !important;}
    .commentlist .other_article:nth-child(-n+5) {
        display: block !important;
    }
    .copyright span img{display:none;}
}