body{
    background: #f3f4f6;
}
.community-main{
    margin-top: 24px;
}

.article-content{
    background: #fff;
    padding: 26px 32px;
    border-radius: 6px;
    position: relative;
}
.article-content .article-set{
    color: #2469F6;
    position: absolute;
    top: 40px;
    right: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.article-content .article-set .set-select-box{
    color: #666;
    position: absolute;
    top: 40px;
    right: -15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0,0,0,0.2);
    width: 100px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    padding: 15px;
    transition: all .5s;
    display: none;
    z-index: 10;
}
.article-content .article-set .mask{
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
}
.article-content .article-set .set-select-box:after{
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    background: #fff;
    right: 27px;
    transform: rotate(45deg);
}
.article-content .article-set .set-select-box>div{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-content .article-set .set-select-box>div:hover{
    color: #2469F6;
}

.article-content .article-set .set-select-box>div:first-child{
    margin-top: 0px;
}

.community-container-left .article-title{
    font-size: 30px;
    font-weight: normal;
    width: 90%;
}
.community-container-left .sub-title{
    display: flex;
    margin-top: 10px;
    color: #999;
    font-size: 13px;
}
.community-container-left .sub-title .auth{
    color: #999;
}
.community-container-left .sub-title .article-bottom-right{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.community-container-left .sub-title .article-bottom-right>div {
    margin-left: 25px;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.community-container-left .sub-title .article-bottom-right>div:first-child {
    margin-left: 0;
}
.community-container-left .sub-title .article-bottom-right img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 1px;
}
.community-container-left .sub-title .article-bottom-right>div span {
    margin-right: 3px;
}
.community-container-left .content{
    margin-top: 20px;
}
.community-container-left .content *{
    max-width: 100%;
    /* width: 100%; */
}
.community-container-left .article-label{
    margin-top: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.community-container-left .article-label .label-title{
    color: #333;
    font-size: 14px;
    margin-right: 8px;
    cursor: default;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: normal;
}
.community-container-left .article-label .label-title:hover{
    color: #333;
}
.community-container-left .article-label span:not(.label-title){
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #F2F3F5;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    padding: 0 5px;
    display: flex;
    margin-right: 12px;
    cursor: pointer;
    align-items: center;
}
.community-container-left .article-label span:not(.label-title):hover{
     color: #000;
}
.community-container-left .article-label .class-name-label{
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #F2F3F5;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    padding: 0 5px;
    display: flex;
    margin-right: 12px;
    cursor: pointer;
    align-items: center;
}
.community-container-left .article-label .class-name-label:hover{
    color: #000;
}

/* ä¸Šä¸€ç¯‡å’Œä¸‹ä¸€ç¯‡å¯¼èˆªæ ·å¼ */
.community-container-left .article-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
}

.community-container-left .article-nav-item{
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 50%;
}

.community-container-left .article-nav-item.article-nav-prev{
    padding-right: 15px;
}

.community-container-left .article-nav-item.article-nav-next{
    padding-left: 15px;
    text-align: right;
}

.community-container-left .article-nav-item .nav-label{
    font-size: 12px;
    color: #7A808C;
    margin-right: 8px;
    flex-shrink: 0;
}

.community-container-left .article-nav-item .nav-title{
    font-size: 12px;
    color: #7A808C;
    cursor: pointer;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 100%;
}

.community-container-left .article-nav-item .nav-title:hover{
    color: #7A808C;
}

.community-container-left .article-nav-item .nav-title.disabled{
    color: #999;
    cursor: default;
}

.community-container-left .article-nav-item .nav-title.disabled:hover{
    color: #999;
}

.community-container-left .article-end{
    display: flex;
    color: #999;
    margin-top: 20px;
}
.community-container-left .article-bottom{
    margin-top: 12px;
    padding-top: 15px;
}
.community-container-left .article-bottom .article-bottom-left{
    display: flex;
}
.community-container-left .article-bottom .article-bottom-right{
    display: flex;
}
.community-container-left .article-bottom .article-bottom-right>div{
    cursor: pointer;
}
.community-container-left .article-bottom .article-bottom-left div{
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#FA6400;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #FA6400;
    cursor: pointer;
}

.community-container-left .article-bottom .article-bottom-right>div {
    margin-left: 25px;
    color: #999;
}
.community-container-left .article-bottom .article-bottom-right img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 1px;
}
.community-container-left .article-recommend{
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 26px 32px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 40px;
}
.community-container-left .article-recommend .recommend-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community-container-left .article-recommend .recommend-head .recommend-head-left{
    font-size: 18px;
}

.community-container-left .article-recommend .recommend-head .recommend-head-right{
    font-size: 14px;
    color: #8590A6;
    cursor: pointer;
}
.community-container-left .article-recommend .recommend-head .recommend-head-right.active{
    color: #2A7EFB;
}
.community-container-left .article-recommend .recommend-add-box{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.community-container-left .article-recommend .recommend-add-box .recommend-head img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add{
    width:calc(100% - 46px);
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea{
    width:100%;
    outline: none;
    min-height: 84px;
    border: none;
    border-radius: 4px;
    background: #F2F3F5;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea textarea{
    width:100%;
    outline: none;
    min-height: 60px;
    border: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    flex: 1;
    resize: none;
}

.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .img-list{
    width:100%;
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .img-list .img-item{
    width: 64px;
    height: 64px;
    position: relative;
    margin-right: 5px;
}

.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .img-list .img-item img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .img-list .img-item span{
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #f3f3f3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .img-list .img-item:hover span{
    display: flex;
}

.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .btn-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .btn-box .char-count{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #8590A6;
    margin-left: auto;
    margin-right: 12px;
    background: transparent;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .btn-box .char-count.max-reached{
    color: #F53F3F;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .btn-box svg{
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #8590A6;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .btn-box input{
    display: none;
}
.community-container-left .article-recommend .recommend-add-box .recommend-add .textarea .btn-box div{
    background: #165DFF;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 62px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.community-container-left .article-recommend .recommend-list{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.community-container-left .article-recommend .recommend-sort-tabs{
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
}

.community-container-left .article-recommend .sort-tab{
    font-size: 14px;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.community-container-left .article-recommend .sort-tab.active{
    color: #000;
}

.community-container-left .article-recommend .sort-tab-divider{
    width: 1px;
    height: 14px;
    background-color: #E5E7EB;
    margin: 0 20px;
}
.community-container-left .article-recommend .recommend-list .recommend-item{
    display: flex;
    padding: 0;
    margin-top: 20px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-head{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content{
    width: calc(100% - 46px);

}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-head{
    display: flex;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    align-items: center;


}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-head .title{
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-head .icon-list{
    display: flex;
    margin-left: 5px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-head .icon-list img{
    margin-right: 5px;
    width: 22px;
    height: 22px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-content-text{
    color: #555666;
    line-height: 24px;
    white-space: pre-wrap;
    word-break: break-all;
    margin-top: 5px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-content-img{
    display: flex;
    margin: 10px 0;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-content-img img{
    width: 146px;
    height: 80px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 10px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-bottom{
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-bottom .time{
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-bottom .right{
    display: flex;
    cursor: pointer;
    align-items: center;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-bottom .right>div {
    margin-left: 25px;
    color: #7A808C;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-bottom .right>div span {
    margin-left: 3px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-item-bottom .right img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 1px;
}

.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert{
    width:100%;
    margin-top: 15px;
    display: none;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea{
    width:100%;
    outline: none;
    min-height: 84px;
    border: none;
    border-radius: 4px;
    background: #F2F3F5;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea textarea{
    width:100%;
    outline: none;
    min-height: 60px;
    border: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    flex: 1;
    resize: none;
}

.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .img-list{
    width:100%;
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .img-list .img-item{
    width: 64px;
    height: 64px;
    position: relative;
    margin-right: 5px;
}

.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .img-list .img-item img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .img-list .img-item span{
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #f3f3f3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .img-list .img-item:hover span{
    display: flex;
}

.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .btn-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .btn-box svg{
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #8590A6;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .btn-box input{
    display: none;
}
.community-container-left .article-recommend .recommend-list .recommend-item .recommend-item-content .recommend-insert .textarea .btn-box div{
    background: #165DFF;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 62px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    cursor: pointer;
}


.community-container-left .article-recommend .child-recommend-list{
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item{
    display: flex;
    padding: 20px;
    background: transparent;
    border-radius: 6px;

}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-head{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content{
    width: calc(100% - 46px);

}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head{
    display: flex;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    align-items: center;

}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .child-title{
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .text{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .child-icon-list{
    display: flex;
    margin-left: 5px;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .child-icon-list img{
    margin-right: 5px;
    width: 22px;
    height: 22px;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-content-text{
    color: #555666;
    line-height: 24px;
    white-space: pre-wrap;
    word-break: break-all;
    margin-top: 5px;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom{
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-time{
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right{
    display: flex;
    cursor: pointer;
    align-items: center;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right>div {
    margin-left: 25px;
    color: #7A808C;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right>div span {
    margin-left: 3px;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 1px;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert{
    width:100%;
    margin-top: 15px;
    display: none;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea{
    width:100%;
    outline: none;
    min-height: 84px;
    border: none;
    border-radius: 4px;
    background: #F2F3F5;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea textarea{
    width:100%;
    outline: none;
    min-height: 60px;
    border: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    flex: 1;
    resize: none;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-img-list{
    width:100%;
    display: flex;
    align-items: center;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-img-list .child-img-item{
    width: 64px;
    height: 64px;
    position: relative;
    margin-right: 5px;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-img-list .child-img-item img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-img-list .child-img-item span{
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #f3f3f3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-img-list .child-img-item:hover span{
    display: flex;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-btn-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-btn-box svg{
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #8590A6;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-btn-box input{
    display: none;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-insert .child-textarea .child-btn-box div{
    background: #165DFF;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 62px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-content-img{
    display: flex;
    margin: 10px 0;
}
.community-container-left .article-recommend .child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-content-img img{
    width: 146px;
    height: 80px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 10px;
}
.getmore{
    width: 106px;
    height: 36px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #777777;
    cursor: pointer;
    margin: 10px auto;
    display: none;
}
.empty{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px;
}
.empty img{
    width: 500px;
}
.empty .desc{
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-top: 54px;
    margin-bottom: 30px;
}
.empty .back{
    width: 104px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    cursor: pointer;
}
.community-container-left .file-box{
    margin-top: 10px;
}
.community-container-left .file-box .file-item{
    padding: 0 16px;
    height: 50px;
    background-color: #F5F7F8;
    border-radius: 5px;
    color: #4f5a70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.community-container-left .file-box .file-item>div{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.community-container-left .file-box .file-item>div>a{
    color: #999;
    outline: none;
    text-decoration: none;
}