.m-gossip *,
.m-gossip *:after,
.m-gossip *:befor {
    box-sizing: border-box;
}

.m-gossip {
    --borderColor: #ebebeb;
}

.m-gossip {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin:  15px auto 0;
    min-height: calc(100vh - 222px);
}

/* .m-gossip article {
    width: 856px;
} */

.m-gossip aside {
    width: 304px;
}

.m-gossip-ad {
    width: 100%;
    height: 96px;
    margin-bottom: 16px;
    line-height: 96px;
    text-align: center;
    color: #e0e0e0;
    background-color: #f4f4f4;
}

.m-gossip-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 30px;
    background-color: #fafafa;
    border: 1px solid var(--borderColor);
}

.m-gossip-title h4 {
    font-size: 15px;
    font-weight: bold;
}

.m-gossip-title-btn {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--themecolor);
    border-radius: 2px;
}

.m-gossip-list {
    padding: 0 30px;
    border: 1px solid var(--borderColor);
    border-top: none;
}

.m-gossip-item {
    border-top: 1px solid var(--borderColor);
}
.m-gossip-item:first-child {
    border-top: none;
}

.m-gossip-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    font-size: 14px;
    color: #222;
}

.m-gossip-msg {
    display: flex;
    align-items: center;
}

.m-gossip-item-title {
    margin-left: 38px;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
}

.m-gossip-item-comment,
.m-gossip-item-hit,
.m-gossip-item-like {
    margin-left: 25px;
    padding-left: 22px;
    font-size: 13px;
    font-weight: 500;
    background-position: left center;
    background-repeat: no-repeat;
}

.m-gossip-item-comment {
    background-image: url("../image/icon-gossip-comment.png");
    background-size: 16px 16px;
}

.m-gossip-item-hit {
    background-image: url("../image/icon-gossip-hit.png");
    background-size: 18px 12px;
}

.m-gossip-item-like {
    background-image: url("../image/icon-gossip-like.png");
    background-size: 16px 16px;
}

.m-gossip-item-time {
    color: #ababab;
    font-size: 13px;
    font-weight: 500;
}
.m-gossip-item-index{
    font-size: 13px;
    font-weight: 500;
}

@media screen and (max-width: 980px) {
    .m-gossip {
        margin-top: 0;
        width: 100vw;
        flex-wrap: wrap;
    }

    .m-gossip-title {
        height: 20vw;
        padding: 0 3vw;
        border-left: none;
        border-right: none;
    }

    .m-gossip-title h4 {
        font-size: 15px;
    }

    .m-gossip article {
        width: 100%;
    }

    .m-gossip-title-btn {
        width: unset;
        
        padding: 5vw 3vw;
        line-height: 1px;
    }

    .m-gossip-list {
        padding: 0 3vw;
        border-left: 0;
        border-right: 0;
    }
    .m-gossip-list li{
        padding: 4px 0;
    }

    .m-gossip-msg {
        flex-wrap: wrap;
        width: 60vw;
        padding: 3vw 0;
    }

    .m-gossip-item-index {
        display: none;
    }

    .m-gossip-item-title {
        margin-left: 0;
        margin-bottom: 1vw;
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 15px;
    }

    .m-gossip-item-comment {
        margin-left: 0;
        background-size: 14px 14px;
    }

    .m-gossip aside {
        width: 100%;
        padding: 0 3vw;
    }

    .m-pagination {
        margin-bottom: 4vw;
    }

    .m-gossip-item a {
        height: unset;
        position: relative;
    }
    .m-gossip-item-time{
        position: absolute;
        top: 39px;
        right: 0;
    }
}
