.community-warp .community-warp {
    width: 680px;
}


/* 菜单 */

.community-warp .ui.secondary.pointing.menu {
    border-bottom: 2px solid #e2e2e2;
}

.community-warp .ui.secondary.pointing.menu .item {
    font-size: 16px;
    color: #999999;
    line-height: 15px;
}

.community-warp .ui.secondary.pointing.menu .active.item {
    font-size: 16px;
    color: #ffcd05;
    border-bottom: 2px solid #ffcd05;
}


/* 列表 */

.community-warp .ui.tab.my-tab-bg {}

.community-warp .community-items {
    display: flex;
    flex-wrap: wrap;
    height: 320px;
    width: 680px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}

.community-warp .community-items.hide {
    display: none;
}

.community-warp .community-list {
    width: 330px;
    height: 100px;
    font-size: 12px;
    transition: all .3s;
}

.community-warp .community-list:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    transition: all .3s;
}

.community-warp .community-list * {
    color: #999;
}

.community-warp .community-list .community-info {
    height: 80px;
    display: flex;
    flex-direction:column;
    padding: 10px 15px 0 15px;
}

.community-warp .community-list .community-info .left-info {
    /*width: 220px;*/
}

.community-warp .community-list .community-info .right-info {
    /*width: 80px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.community-warp .community-list .case-title {
    font-size: 16px;
    color: #333;
    height: 19px;
    overflow: hidden;
}


/* .community-warp .community-list .detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
} */

.community-warp .community-list .detail {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    height: 40px;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
}

/*.community-warp .community-list .detail:after {*/
    /*content: "...";*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*padding-left: 40px;*/
    /*background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
    /*background: -o-linear-gradient(right, transparent, #fff 55%);*/
    /*background: -moz-linear-gradient(right, transparent, #fff 55%);*/
    /*background: linear-gradient(to right, transparent, #fff 55%);*/
/*}*/

.view-replycount {
    display: flex;
    justify-content: space-between;
}
.view-replycount .flex-left {
    display: flex;
}
.view-replycount .flex-left .create-time {
    margin:0 20px;
}
.view-replycount .flex-right {
    display: flex;
}
.pagination-box {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-box .diamond {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    cursor: pointer;
    transition: background .2s;
    background: #d8d8d8;
}

.pagination-box .diamond.active {
    background: #5b75a6;
}

.pagination-box .diamond:hover {
    background: #5b75a6;
}

.pagination-box .more {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 0 16px;
    color: #9b9b9b;
}
