.font-list {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.font-list a {
    font-size: 18px;
    color: #1B1B1B;

    padding-right: 20px;
    max-width: calc(100% - 138px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-list a:hover {
    color: #07287C;
    font-weight: 700;
}

.font-list div {
    font-size: 14px;
    color: #A0A0A0;
    display: inline-block;
    min-width: 78px;
}

@media screen and (max-width:500px) {
    .font-list div {
        font-size: 12px;
        min-width: 120px;
    }

    .font-list a {
        font-size: 16px;
    }

    .font-list {
        padding: 20px 0;
    }
}