
.profile__history__item {
    margin: 1rem 0;
    width: 100%
}

.profile__history__item__cont {
    padding: 1rem;
    color: rgba(71, 67, 67, .99);
    line-height: 1.5rem
}

.profile__history__item__hd {
    font-family: 黑体, serif;
    font-size: 1.5rem
}



.profile__history__item__hd-right {
    font-family: 黑体, serif;
    font-size: 1.5rem;
    text-align: right
}

@media(max-width:428px) {
    .profile__history__item__hd-right {
        font-size: 1rem
    }
}



.profile__history__item:nth-child(2n) {
    width: 100%;
    align-self: flex-end
}

.profile__more {
    text-align: center;
    color: #2f57b6;
    margin: 2rem 0
}

.profile__more span:hover {
    color: #54cefc;
    cursor: pointer
}