.bquote {
    display: table;
    clear:both;
    flex-direction: unset;
    position: relative;
}
.bquote div, .bquoter div, .treep div, .onep div{
    position:relative;
    display: inline-block;
    clear: both;
}
.bquote div span, .bquoter div span, .treep div span, .onep div span{
    position:absolute;
    left:0;
    right:0;
    bottom: 0;
    text-align: center;
    background: rgb(0 0 0 / 50%);
    padding: 5px;
    color: #fff;
}
.bquote img, .bquote div {
    float: left;
    margin-right: 40px;
    margin-left: -50px;
    max-width: 33%;
}
.bquote div img {
    max-width: 100%;
    margin-left: 0;
}
.bquoter {
    display: table;
    clear:both;
    flex-direction: unset;
    position:relative;
}
.bquoter img, .bquoter div {
    float: right;
    margin-right: -50px;
    margin-left: 40px;
    max-width: 33%;
}
.bquoter div img {
    max-width: 100%;
    margin-right: 0;
}
.news-detail-body a {
    color: #d8c593;
}
.treep{
    margin-bottom:20px;
    position: relative;
}
.treep img, .treep div{
    max-width:32%;
}
.treep div img {
    max-width:100%
}
.treep img:first-child, .treep div:first-child{
    margin-right:15px
}
.treep img:nth-child(2), .treep div:nth-child(2){
    margin-right:15px
}
.onep {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
    .bquote img, .bquote div {
        float: left;
        margin-right: 0px;
        margin-left: 0px;
        max-width: 100%;
        margin-bottom:20px
    }
    .bquoter img, .bquoter div {
        float: right;
        margin-right: 0px;
        margin-left: 0px;
        max-width: 100%;
        margin-top:20px;
        margin-bottom:20px
    }
    .treep img, .treep div{
        max-width:100%;
    }
    .onep img, .onep div img {
        width:100%
    }
    .treep img:first-child, .treep div:first-child{
        margin-right:0px;
        margin-bottom:20px;
    }
    .treep img:nth-child(2), .treep div:nth-child(2){
        margin-right:0px;
        margin-bottom:20px;
    }

}