.tjxx {
    padding: 20px;
}

.tjxx ul li {
    display: flex;
    font-size: 16px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.tjxx ul li a {
    display: block;
    width: 80%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.tjxx ul li b {
    display: block;
    width: 20%;
    text-align: right;
    line-height: 40px;
    font-weight: normal;
    color: #B2B2B2;
}

.more {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
}

.more a {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #e7e7e7;
}

@media (max-width: 568px) {
    .tjxx ul li a {
        width: 95%;
    }

    .tjxx ul li {
        display: initial;
    }

    .tjxx ul li b {
        width: 30%;
        text-align: left;
    }
}