@charset "utf-8"; .author-name {
    display: inline-block;
    font-weight: 700;
    align-items: center;
}

.sign-author .sign-photo {
    width: 160px;
    padding-right: 15px;
}

.sign-author .sign-photo-icon i {
    background: rgb(245, 245, 245);
    padding: 16px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 40px;
    display: inline-block;
}

.sign-author .sign-photo-icon img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
}

.sign-author .post-list ul {
    list-style: none;
    padding: 0px;
    margin: -2px 0px;
    line-height: 22px;
}

.sign-author .post-list ul li {
    padding: 0px;
    margin: 0px;
}

@media all and (max-width: 767px) {
    .responsive .sign-author .post-list {
        margin-top:10px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }
}

@media all and (max-width: 480px) {
    .responsive .sign-author .sign-photo {
        float:none;
        width: 100%;
        padding-right: 0px;
    }
}
