.alibox {
    height: 8.3rem;
    width: 6.75rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.3);
    border-radius: 0.16rem;
    margin: auto;
    margin-top: 0.75rem;
}

.alititle {
    position: relative;
    width: 100%;
    height: 3.55rem;
    margin-bottom: 0.2rem;
}

.alititle img {
    width: 100%;
    height: 100%;
    border-radius: 0.16rem 0.16rem 0 0;
}

.at {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.42rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 1.1rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.alicontent {
    width: 6.02rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.coT {
    font-size: 0.43rem;
    color: #222222;
    margin-bottom: 0.1rem;
    display: block;
    /*height: 1.5rem;*/
    
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cowz {
    font-size: 0.27rem;
    color: #7a7a7a;
    
    height: 1.7rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}

.tag {
    width: 6.02rem;
    margin: 0 auto;
    display: flex;
}
.tag div {
    border: 1px solid #ccc;
    width: 1.55rem;
    height: 0.5rem;
    font-size: 0.25rem;
    color: #525252;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.16rem;
    margin-right: 0.4rem;
}