.community {
    padding: 40px 0 20px 0;
}

.community-top.ui.secondary.pointing.menu {
    position: relative;
    margin-bottom: 1.5em;
}

.community-top .community-title {
    color: #4d7198;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 -2px;
    border-bottom: 2px solid #4d7198;
    display: flex;
    align-items: center;
}

.community-top .community-sub-title {
    color: #cccccc;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    left: 6px;
    top: 2px;
    font-family: Microsoft YaHei;
}

.community-top .community-more {
    position: absolute;
    right: 0;
}

.community-top .community-more .more-text {
    color: #ccc;
    position: relative;
    top: 10px;
    left: -10px;
}

.community-top .community-more .more-text:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #cccccc;
    position: absolute;
    top: 6px;
    right: -7px;
}


.community-warp {
}

.ui.pointing.menu.community {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 0 1.5em 0;
}

.ui.pointing.menu.community .item {
    height: 2em;
    font-size: 16px;
    padding: .8em 1.2em;
    cursor: pointer;
    background: rgba(0, 0, 0, .03);
    color: rgba(0, 0, 0, .95);
}

.ui.pointing.menu.community .active.item {
    background-color: #FFCD05;
    color: #fff;
}

.ui.pointing.menu.community .item:before {
    background-color: #fff;
}

.ui.pointing.menu.community .active.item:after {
    background-color: #FFCD05;
    border: none;
}

/* 自定义Menu结束 */


/* 列表 */

.community-warp .ui.tab.my-tab-bg {
}

.community-warp .community-items {
    display: flex;
    flex-direction: column;
    height: 207px;
    width: 520px;
}
.community-link {
    display: flex;
}
.community-link span {
    font-size: 14px;
    color: #333;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.community-warp .community-items .community-list {
    font-size: 16px;
    margin-bottom: 1em;
    width: 440px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-warp .community-items .community-list {
    color: #333;
    transition: all .2s;
}

.community-warp .community-items .community-list:hover {
    color: #FFCD05;
    transition: all .2s;
}