.seoBlogContainer {

    .rightBox {

        .list h3 {
            margin-top: 46px;
            margin-bottom: 10px;
            font-weight: 400;
            .publicFont3;
            font-weight: normal;
        }

        .list li {
            display: flex;
            padding: 10px 0;
            justify-content: flex-start;
        }

        .list li div {
            display: inline-block;
            width: 68px;
            height: 68px;
            margin-right: 8px;
            background-position: center center;
        }

        .list .show_hot_users {
            margin-top: -2px;
            line-height: 25px;
            font-size: 16px;
            flex: 1;
            word-break: break-word;
        }
    }

    a:hover {
        text-decoration: underline;
    }

}