.dj2_banner{
    width: 100%;
}
.dj2_banner img{
    width: 100%;
}
.dj2_box{
    width: 50rem;
    margin: 2.8333rem auto;
    display: flex;
    justify-content: space-between;
}
.dj2_L{
    flex: 1;
}
.dj2_L_img_box{
    width: 17.3333rem;
    height: 11.5417rem;

}
.dj2_L_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dj2_L_img_name{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.625rem 0.8333rem;
    background: #00000066;

}
.dj2_L_img_name_p{
    font-size: 0.6667rem;
    font-weight: 500;
    text-align: left;
    color: #FFFFFF;
}
.dj2_L_li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.dj2_L_li:last-child{
    margin-bottom: 0;
}
.dj2_li{
    width: 17.4167rem;
    

}
.dj2_li_top{
    height: 1.6667rem;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj2_li_top_btn{
    font-size: 0.6667rem;
    font-weight: 500;
    text-align: left;
    color: #E50012;
    padding-right: 0.5833rem;
}
.dj2_li_top_L{
    min-width: 5.4167rem;
    height: 100%;
    background: linear-gradient(90deg, #E50012 -13.18%, #A70C18 177.13%);
    font-size: 0.8333rem;
    font-weight: 500;
    line-height: 1.6667rem;
    text-align: center;
    color: #ffffff;
}
.dj2_li_top_sj{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.4rem;
}
.dj2_li_top_sj img{
    height: 100%;
    vertical-align: top;
}
.dj2_li_ul{
    margin-top: 0.2083rem;
}
.dj2_li_ul_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5417rem 0;
    border-bottom: 1px dashed  #EFEFEF;
}
.dj2_li_ul_li:last-child{
    border: 0;
}
.dj2_li_ul_name{
    font-size: 0.6667rem;
    font-weight: 400;
    line-height: 0.9333rem;
    text-align: left;
    color: #000000;

}
.dj2_li_ul_name br{
    display: none;
}
.dj2_li_ul_time{
    font-size: 0.5833rem;
    font-weight: 400;
    text-align: left;
    color: #CACACA;
    flex: none;
    padding-right: 0.3333rem;
    margin-left: 1rem;
}
.dj2_R{
    width: 12.9167rem;
    margin-left: 1.25rem;
    flex: none;
}
.dj2_R_li{
    width: 100%;
    margin-top: 0.4167rem;
}
.dj2_R_li img{
    width: 100%;
    vertical-align: bottom;
}
.dj2_R_li2{
    width: 100%;
    margin-top: 0.4167rem;
}
.dj2_R_li2 img{
    width: 100%;
    vertical-align: bottom;
}
.dj2_R_li2_mb{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.dj2_R_li2_1{
    width: 46%;
}
.dj2_R_li2_1 img{
    width: 100%;
}
.dj2_R_li2_btn{
    width: 5.125rem;
    height: 1.5417rem;
    border-radius: 0.1667rem;
    background: #F52C0D;
    color: #FFFFFF;
    font-size: 0.6667rem;
    font-weight: 400;
    line-height: 1.5417rem;
    text-align: center;
    
}
.dj2_R_li2_btn_box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.dj2_R_top{
    background: #E50012;
    font-size: 0.8333rem;
    font-weight: 500;
    line-height: 1.6667rem;
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    height: 1.6667rem;
    padding: 0 1rem;
}