/**!
 * 帮助中心
 * date:2022-01-28
 * author: zsy;
 */

/*.slide-item:nth-child(1)>a {
    background-image: url("../images/subpage/notice_ico1.png");
}

.slide-item:nth-child(1).current>a,
.slide-item:nth-child(1):hover>a {
    background-image: url("../images/subpage/notice_ico1h.png");
}*/

.sub-bd {
    padding: 20px 20px 30px;
}

.table-item:nth-child(1) {
    width: 9%;
}

.table-item:nth-child(2) {
    width: 77.6%;
    text-align: left;
}

.table-item:nth-child(3) {
    width: 13.4%;
}

.body-item .table-item:nth-child(3) {
    color: #999;
}

.body-item:hover .table-item:nth-child(3) {
    color: #126bb0;
}