锘?live_item {
    display: flex;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 17px 7px rgb(238 238 238 / 50%);
    margin-bottom: 0.5rem;
    padding: 3% 3%;
    width: 84%;
    margin-left: 5%;
}

.live_item_pic {
    width: 4.2rem;
    margin-right: 4%;
}

    .live_item_pic img {
        width: 100%;
        border-radius: 0.5rem;
    }

.live_item_info {
    width: calc(100% - 4.8rem);
}

.live_item_title {
    color: #333333;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    width: 100%;
}


.live_item_intro {
    font-size: 13pt;
    font-weight: 400;
    text-align: left;
    color: #666666;
    min-height: 2.5rem;
}

.live_item_title2 {
    display: flex;
}

    .live_item_title2 div {
       
        color: #666666;
        font-size: 0.8rem;
        white-space: nowrap;
        overflow: hidden;
    }

.live_item_btn {
    color: #7575f1;
    font-size: 0.65rem;
    background: #f2f2ff;
    border: 1px solid #7575f1;
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
    position: absolute;
    right: 7%;
    margin-top: -1%;
}
.live_item_btn_end {
    color: #999999;
    font-size: 0.65rem;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 0.2rem 0.3rem;
    position: absolute;
    right: 7%;
    margin-top: -1%;
}
.live-list {
    margin-top: 1rem;

}

.live_item_btn2 {
    color: #ffffff;
    font-size: 0.65rem;
    background: #7575f1;
    border: 1px solid #7575f1;
   
    border-radius: 26px;
    padding: 0.2rem 0.5rem;
    position: absolute;
    right: 7%;
    margin-top: -1%;
}

.pic_title {
    position: absolute;
    margin-left: 0%;
    margin-top: -5.5rem;
    width: 3.3rem;
    height: 4rem;
    z-index: 99;
    padding: 0.8rem 0.5rem;
    padding-right: 0.2rem;
}

.pic_title1 {
    text-align: left;
    color: #ffffff;
    font-size: 0.75rem;
    white-space: nowrap; /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden; /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘?*/
    text-overflow: ellipsis;
}

.pic_title2 {
    text-align: left;
    color: #ffffff;
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pic_title3 {
    text-align: right;
    color: #ffffff;
    font-size: 0.65rem;
    margin-top: 1.5rem;
    white-space: nowrap; /* 瑙勫畾鏂囨湰鏄惁鎶樿 */
    overflow: hidden; /* 瑙勫畾瓒呭嚭鍐呭瀹藉害鐨勫厓绱犻殣钘?*/
    text-overflow: ellipsis;
}