.community {
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    margin: 0 0 35px 0;
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    /*padding: 20px;*/
    padding-right: 20px;
    /*background: #fff;*/
    background-color: rgba(255,255,255,0.6);
    cursor: pointer;
    border-radius: 10px;
}

.community-meta {
    font-size: 16px;
    /*color: #535353;*/
    /*font-weight: 500;*/
    line-height: 25px;
    display: flex;
    /*padding: 20px 0;*/
}

.community-meta .left-img{
    width: 36rem;
    height: 29rem;
    flex-shrink: 0;
    object-fit: cover;
}

.community-meta img{
    margin-right: 10px;
    width: 30rem;
    /*height: 16rem;*/
}

.community-meta span {
    /*margin-left: 10px;*/
    /*font-weight: 600;*/
}

.community-meta .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.list-book{
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
}

.list-book .book-name{
    font-weight: 600;
    line-height: 36px;
    /*margin-left: 10px;*/
    font-size: 20px;
    cursor: pointer;
}

.list-book .right-tool{
    float: right;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.list-book .right-tool .item{
    margin-left: 10px;
    color: red;
    cursor: pointer;
    text-decoration: underline;
    cursor: pointer;
}

.list-book img{
    height: 26px;
    width: 26px;
    margin-top: 5px;
}



.list-footer{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    margin: 14px auto;
}

.list-footer .topic{
    font-size: 14px;
    margin-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 17rem;
}

.list-footer .date{
    margin-left: 20px;
}

.list-footer .item{
    display: flex;
    margin-left: 14px;
}

.list-footer .item img{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.list-footer .item span{
    font-size: 14px;
}

