.ulList,.ulList1{
    width: 96%;
    /*background: skyblue;*/
    margin: 0px auto;
    padding-bottom: 10px;
}
.liList,.liList1,.liListK{
    width: 98%;
    margin: 10px auto !important;
    padding: 10px;
    border-radius: 15px;
    background: white;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 5px 0PX #c2c2c2;
}
.liList1{
    position: relative;
}
.endBtn{
    width: 13%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.endBtn{
    width: 20%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.headImg{
    width: 35%;
    height: 7rem;
    object-fit: cover;
    border-radius: 10px;
}
.meeting-cell{
    width: 62%;
    /*height: 60vh;*/
    margin-left: 3%;
    /*background: #F6523A;*/
}
.meeting_title{
    width: 100%;
    line-height: 1.2rem;
    font-size: 0.85rem;
    text-align: justify;
    -moz-text-align-last: right;
    font-weight: 800;
    letter-spacing: 1px;
}
.address{
    width: 100%;
    margin-top: 3px;line-height: 1rem;
}
.layuiIcon{
    font-size: 0.7rem!important; color: #555555!important;
}
.addressText{
    line-height: 1.2rem;
    font-size: 0.75rem;
    text-align: justify;
    -moz-text-align-last: right;
    color: #555555;
}
.time{
    width: 100%;
    margin-top: 3px;

}
.timeText{
    font-size: 0.75rem;
    color: #555555;
}
.pageviews{
    width: 100%;
    margin-top: 3px;
    display: flex;
    align-items: center;
    overflow: auto;
}
.pageviewsText{
    font-size: 0.75rem;
    color: #555555;
    line-height: 1.2rem;
    margin-left: 5px;
}