.facilities-activity{
    padding: 20px;
}
.item{
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    height: 250px;
    margin-bottom: 20px;
    display: flex;
}
.item-left{
    height: calc(100% - 40px);
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-left-item{
    width: 80%;
}
.item-left-item-title{
    font-size: 42px;
    font-weight: 600;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-left-item-span{
    font-size: 30px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #9E9E9E;
}
.item-right{
    height: calc(100% - 40px);
    /*width: calc(100% - 60%);*/
    width: 300px;
    padding: 20px;
}
.item-right-item{
    height: 100%;
}