.yjzj23-list {
    display: flex;
    flex-direction: column;
    
}



.yjzj23-item {
    display: flex;
    padding: 20px 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #c8c8c8;
    transition: all .3s;
}

.yjzj23-item:hover{
    background-color: #f7f7f7;
    transform: scale(1.01);
}

.yjzj23-item:hover .yjzj23-list-title{
    color: #12489d;
}

.yjzj23-item:hover .yjzj23-list-time{

}

.yjzj23-list-zt {
    width: 64px;
    height: 54px;
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yjzj23-ing {
    background-color: #69aff1;

}

.yjzj23-list-r {
    display: flex;
    flex-direction: column;
    flex: 1;

}

.yjzj23-list-title {
    color: #333;
    font-size: 16px;

}

.yjzj23-list-time {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.yjzj23-list-tag{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yjzj23-btn{
    font-size:16px;
    padding:3px 5px;
    border: dashed 1px #12489d;
    color: #12489d;
}

.yjzj23-endbtn{
    border: dashed 1px #cd0018;
    color: #cd0018;
}

.yjzj23-nonebtn{
    display:none;
}


@media screen and (max-width: 768px){
    .wrap {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 0 3vw;
    }

    .yjzj23-btn {
        display: none;
    }

    .yjzj23-item {
        display: flex;
        padding: 3vw 0;
        padding-bottom: 3vw;
    }






}