来自柯南百科
.cp-pbox-line {
    border-bottom: solid 1px transparent;
    transition: all 0.3s;
    align-items: baseline;
}

.cp-pbox-line:hover {
    border-bottom-color: rgba(138,138,138,0.4);
}

.cp-pbox-ltext {
    color: #EB8700;
}

.cp-pbox-rtext {
    color: #000000;
}

@media screen and (max-width: 768px) {
    .cp-pbox {
        width: 100%!important;
    }
    .cp-pbox-ltext {
        margin-bottom: -0.2rem;
    }
    .cp-pbox-line {
        margin-bottom: 0.8rem;
    }
}

/* 深色 */
@media {
	.cp-pbox-rtext {
        color: #e7e5df;
    }
}