
.imgs .imgitem {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
;
}

.imgs .imgitem .icover img {
    width: 100%;
    height: auto;
}


.imgs .imgitem .itags {
    padding: 0;
    margin-top: 10px;
    display: block;
}

.imgs .imgitem .itags span::before {
    margin-right: 2px;
}

.imgs .imgitem .itags span {
    display: inline-block;
    padding: 2px 10px;
    background-color: #f8aa00;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.imgs .imgitem .itags span a {
    text-decoration: none;
    color: #fff;
}

.imgs .ititle a {
    text-decoration: none;
    font-weight: 700;
    color: #4b4c4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}

.imgs .userinfo {
    display: flex;
}

.imgs .iuser {
    display: inline-block;
    width: 50%;
    padding: 14px 12px;
    border-top: 1px solid #f5f5f5;
    color: #696969;
}

.imgs .iuser img {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.imgs .iuser span {
    margin-left: 2px;
    color: #999;
}

.imgs .userInteractive {
    text-align: right;
    display: inline-block;
    flex: 1;
}

.imgs .userInteractive span {
    display: inline-block;
    font-size: 14px;
    color: #aeaeae;
    font-size: 16px;
    margin-right: 20px;
}

.imgs .userInteractive span::before {
    margin-right: 2px;
}


.imgs .userInteractive .icon-a-Chat4 {
    cursor: pointer;
}

.imgs .userInteractive .icon-a-Chat4:hover,
.chatactive {
    color: #aaaeee;
}
.moreImg{
    text-align: center;
}