.timeline-container {
    margin-top: 0;
}
.timeline-content {
    position: relative;
    margin-top: .33rem;
}
.timeline-entry-list {
    margin-right: 21.667rem;
    border-radius: 2px;
    width: 700px;
}

.entry-list-container {
    background-color: #fff;
}
.list-header {
    padding: 1.3rem 1rem;
    border-bottom: 1px solid hsla(0,0%,59.2%,.1);
    flex-direction: row;
    display: flex;
}
.list-header .list-nav, .list-header .sub-nav-list {
    display: flex;
    justify-content: space-between;
}
.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: row-reverse;
    height: 100%;
    margin: 0;
}
.sub-nav-item {
    height: 100%;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 1.16rem;
    color: #71777c;
    padding: 0 1rem;
}
.sub-nav-item {
    position: relative;
    cursor: pointer;
}
.sub-nav-item {
    position: relative;
    cursor: pointer;
}


.list-header .left .sub-nav-item {
    padding: 0 1.2rem;
    font-size: 1.16rem;
    border-right: 1px solid hsla(0,0%,59.2%,.2);
}
.sub-nav-item.active > .icon, .sub-nav-item.active > a {
    color: #1e80ff;
    font-weight: 500;
}
.sub-nav-item > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.entry-list {
    width: 100%;
    background-color: #fff;
    /* margin-bottom: 2rem; */
}
.index-aside {
    width: 20rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    float: right;

}

.cBtn {
    border-radius: 3px;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
.cb-send, .dCancel, .uploadBtnWrapBtn {
    background: var(--juejin-brand-1-normal);
    color: #fff;
    font-size: 14px;
}
.cb-send:hover {
    color: #fff;
    background: var(--juejin-brand-2-hover);
}
.mo-cj-team {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
}
.zy-fb-cj-btn {
    margin-left: auto;
}

.block {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    margin-bottom: 0 !important;
}



.title {
    font-weight: normal !important;
    line-height: normal;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    font-weight: 400 !important;
    font-size: 14px;
}


.data {
    font-size: 0.9rem;
    margin-top: .5rem !important;
    margin-bottom: 0 !important;
}

.views, .comments {
    margin-right: .5rem !important;
    margin-bottom: 0 !important;

}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
.hot-list .row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #efefef;
    display: flex;
    margin-bottom: 1rem;
}
.aw-username {
    position: relative;
    display: inline-block;
}

.aw-username img {
    border-radius: 100px;
    width: 41px;
    height: 41px;
}

.count {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;

}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.q-name {
    font-size: 14px;
    margin-bottom: 2px;
    color: #373737;
    font-weight: 500;
    margin-top: 0;
}
.dt{
    width: 41px;
    height: 41px;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 700;
}

.dd{
    margin-bottom: .5rem;
    margin-left: 0;
    padding: 0 10px;
}

.view-nav .sub-nav-list .sub-nav-item:first-child {
    padding: 0 1rem 0 0;
}

.icon-zd,.icon-jh,.join-group-btn,.apple-group {border: 1px solid #EF1A2E;border-radius: 2px;color: #EF1A2E;cursor: default;display: inline-block;font-size: 12px;height: 14px;line-height: 14px;margin-left: 5px;padding: 2px 5px;vertical-align: middle;}
.icon-jh {border-color: #FFA105;color: #FFA105;}
.r-box {
    background: #ffffff;
    border-radius: 3px;
    padding: 0 20px;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.r-title {
    height: 50px;
    line-height: 50px;
}
.r-title h4 {
    float: left;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    display: block;
    line-height: 50px;
}
.activity-empty {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 .2rem .2rem;
    height: 117px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #b2bac2;
    margin-bottom: .67rem;
}
.shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}
.activity-empty .empty-text {
    margin-top: 10px;
}

.view-nav .sub-nav-list .nav-item {
    height: 100%;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 1.16rem;
    color: #71777c;
    padding: 0 1rem;
}

@media (max-width: 960px) {
    .timeline-entry-list {
        float: left;
        width: 100%;
    }
    .index-aside{
        float: left;
        position: relative;
        width: 100%;
    }
    .index-aside{
        display: none;
    }
}

@media (max-width: 980px) {
    .view-nav .sub-nav-list .sub-nav-item:first-child, .view-nav .sub-nav-list .sub-nav-item:last-child {
        padding: 0 1.5rem;
    }
    .view-nav .sub-nav-list {
        width: auto;
        overflow-x: auto;
    }
    .view-nav .sub-nav-list .nav-item:first-child, .view-nav .sub-nav-list .nav-item:last-child {
        padding: 0 1.5rem;
    }
}

@media (max-width: 600px) {
    .sub-nav-list .nav-item.tag {
        margin-right: .83rem;
        margin-bottom: .75rem;
    }
        .tag-list {
        padding-left: 1.5rem;
    }
}




