.page-list a {
    display: block;
    border-bottom: 0.01rem solid #eee;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.page-list a:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.page-item-img {
    width: 1.12rem;
	height: 1.12rem;
    margin-right: 0.19rem;
    border-radius: 0.2rem;
}
.page-item-title {
    line-height: 1;
}
.page-item-info, .page-item-desc {
    width: 4.1rem;
    line-height: 1;
    font-size: 0.22rem;
	color: #787878;
}
.page-item-info {
    margin: 0.2rem 0;
}
.info-line {
    width: 0.02rem;
	height: 0.2rem;
    margin: 0 0.14rem;
	background-color: #e5e5e5;
}
.g-btn {
    margin-left: auto;
}
.g-navigation {
    margin-bottom: 0.5rem;
}