.main_right{
    padding: 40px 36px;
}
.dj_top_box{
    width: 100%;
    height: 256px;
    background: #F9FAFB;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.dj_top_img{
    height: 100%;
    flex: none;
    margin-right: 46px;
}
.dj_top_img img{
    height: 100%;
}
.dj_top_name{
    font-weight: 500;
    font-size: 20px;
    color: #FA0606;
}
.dj_top_js{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-top: 22px;
}
.dj_top_btn_a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 130px;
    height: 32px;
    border: 1px solid #FA0606;
    color: #FA0606;
    font-size: 14px;
}
.dj_top_btn_a span{
    color: #FA0606;
}
.dj_top_cen{
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dj_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 68px;
    margin: 50px auto;
    margin-bottom: 0;
}
.dj_li{
    width: 45%;
    height: 140px;
}

.dj_li_time{
    font-family: Rany;
    font-weight: 400;
    font-size: 14px;
    color: #FF0000;

}
.dj_li_name{
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    margin-top: 8px;
}
.dj_li_js{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #A1A1A1;
    margin-top: 8px;
}

.totlelist .colys {
    color: #FF0000;
}
.pagcom .sel {
    background: #FF0000;
}

.curpo.yact {
    color: #FF0000 !important;
}
.header_li2:hover{
    background-color: #FF0000;
}
.header_li2_act{
    background-color: #FF0000;
}

@media screen and (max-width:1024px) {
    .main_right {
        padding: 1rem;
    }
    .dj_top_box {
        width: 100%;
        height: auto;
        padding: 1rem;
        flex-wrap: wrap;
    }
    .dj_top_img {
        margin-right: 0;
        width: 100%;
    }
    .dj_top_img img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .dj_top_cen {
        padding: 0;
        margin-top: 1rem;
    }
    .dj_top_name {
        font-size: 0.6667rem;
        -webkit-line-clamp: none;
    }
    .dj_top_js {
        font-size: 0.5833rem;
        margin-top: 0.2rem;
        -webkit-line-clamp: none;
    }
    .dj_top_btn{
        margin-top: 1rem;
    }
    .dj_top_btn_a {
        width: 5.4167rem;
        height: 1.3333rem;
        font-size: 0.5833rem;
    }
    .dj_ul {
        padding: 0;
        margin: 1rem auto;
        margin-bottom: 0;
    }
    .dj_li {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }
    .dj_li:last-child{
        margin-bottom: 0;
    }
    .dj_li_name{
        font-size: 0.6667rem;
        margin-top: 0.3333rem;
        -webkit-line-clamp: none;
    }
    .dj_li_js{
        font-size: 0.5833rem;
        margin-top: 0.3333rem;
        -webkit-line-clamp: none;
    }
    .dj_li_time {
        font-size: 0.5833rem;
    }
}