/* 列表 */

/* 标题 */

.title {
    background: #0550ab;
    color: white;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    font-weight: 600;
    margin-top: 0.6rem
}


/* 列表 */

.list {
    margin-bottom: 0.2rem;
}

.listItem {
    color: #333;
    padding: 0.2rem 0.2rem;
    border-bottom: 1px solid #d8d7d7;
}

.listItem>div:first-child {
    width: 1.173rem;
    height: 0.88rem;
    margin-right: 0.2rem;
}

.main {
    font-size: 0.17rem;
    margin-bottom: 0.2rem;
}

.sub {
    color: rgb(150, 147, 147);
    font-size: 0.13rem;
}

.nx-pagination {
    height: 50px;
    line-height: 50px
}

.page {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: rgb(206, 204, 204);
}

.active {
    background: #0550ab;
    color: white;
}
