.dtItem_item{
    position: relative;
}
.fire_icon{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url('/static/2024/images/fire_active.png') no-repeat;
    background-size: 100%;
}
.dtItem li.active, .dtItem li:hover .fire_icon{
    background: url('/static/2024/images/fire.png') no-repeat;
    background-size: 100%;
}
