.payment-ul {
    margin-bottom: 40px;
}

.pdf-tc-cur {
    display: block;
}

.payment-ul .pdf-listul {
    padding: 30px 50px;
}

.pdf-listul {
    padding: 10px 30px 80px;
    background: #fff;
}

.payment-ul .pdf-listul li {
    padding: 20px 0;
}

.pdf-listul li {
    background: #fff;
    padding: 50px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.pdf-listul .listul-left {
    float: left;
}

.pdf-listul .listul-li h5 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.pdf-listul .listul-li p {
    font-size: 14px;
    color: #999;
    margin-right: 30px;
}

.pdf-listul .listul-right {
    float: right;
}

.pdf-listul li em {
    display: block;
    /* width: 38px; */
    height: 16px;
    padding: 0 5px;
    background: #ff7e00;
    color: #fff;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
}

.payment-ul .listul-left h5 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.listul-left p {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
    width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listul-right {
    font-size: 14px;
    color: #999;
    line-height: 55px;
}

.payment-ul .listul-right span {
    position: inherit;
}

.listul-right span {
    margin-right: 30px;
}

/* 移动端 */
.articles {
    list-style: none;
    color: #999;
    font-size: 1.2rem;
    background: #fff;
    padding: 0.4rem 1.5rem 1rem;
    margin-bottom: 2rem;
}

.articles>li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
    padding: 1.3rem 0 0.8rem;
    background-color: transparent;
}

.articles>li {
    background: #fff;
    padding: 1.8rem 1.5rem 1.5rem;
    margin-bottom: 1.4rem;
    position: relative;
}

.articles>li>h3 {
    color: #333;
    font-size: 1.4rem;
    min-height: 3.92rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    min-height: auto;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles>li>h3>em {
    font-style: normal;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles>li>a:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}