.mjjt-ul{
    
}
.mjjt-ul li{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2em;
    margin-bottom: 2.5em;
    /* border-bottom: 1px solid #ebebeb; */
}

.mjjt-ul li .li-flex {
    margin-top: 1.5em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.li-left{
    position: relative;
}
.li-left div{
    position: absolute;
    bottom: 0;
    left: 0 ;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 15px;
    line-height: 26px;
}
.li-left div p{
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 溢出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
@media (max-width:1024px){
    .mjjt-ul .li-left{
        width: 550px;
        height: 350px;
        display: none;
    }
    
    .mjjt-ul .li-left img {
        width: 100%;
    }
    
    .li-right{
        /* margin-left: 30px; */
        flex: 1;
    }
    
    .li-right img {
        width: 100px;
        height: 150px;
    }
    .hj-txt{
        /* display: flex; */
        margin-top: 17px;
        /* align-items: flex-end; */
    }
    .hj-txt .name {
        padding-bottom: 0;
        font-size: 20px;
        font-weight: bold;
        color: #222222;
    }
    .hj-txt .title {
        margin-left: 17px;
        font-size: 14px;
        font-weight: 400;
        color: #222222;
    }
    .li-right .info{
        margin-top: 17px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }
}

/* 视口宽度大于等于768px， 网页背景色是skyblue */
@media (min-width:1100px) { 
    .mjjt-ul .li-left{
        width: 550px;
        height: 350px;
        overflow: hidden;
    }
    
    .mjjt-ul .li-left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .li-right{
        margin-left: 30px;
        flex: 1;
    }
    
    .li-right img {
        width: 100px;
        height: 150px;
    }
    .hj-txt{
        /* display: flex; */
        margin-top: 17px;
        /* align-items: flex-end; */
    }
    .hj-txt .name {
        padding-bottom: 0;
        font-size: 20px;
        font-weight: bold;
        color: #222222;
    }
    .hj-txt .title {
        margin-left: 17px;
        font-size: 14px;
        font-weight: 400;
        color: #222222;
    }
    .li-right .info{
        margin-top: 17px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }
}