.w-e-text-container{
    height: 135px !important;/*!important是重点，因为原div是行内样式设置的高度300px*/
}
.cosyitem-top{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    height: 55px;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px;
}
.cosyimg{
    width: 50px;
    height: 50px;
    position: relative;
    width: 40px;
    text-align: center;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #409eff;
}
.cosylist-nc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
}
.cosylist-desc{
    font-size: 11px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cosylist-nc-p{
    font-size: 16px;font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;color: #333;width: 100%;text-align: center;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}