.page-item {
    padding-bottom: 0.32rem;
    border-bottom: 0.01rem solid #eee;
}
.page-item:last-of-type {
    border-bottom: 0;
}
.page-item-title {
    padding: 0.3rem 0;
    font-size: 0.3rem;
	color: #2c2c2c;
}
.page-item-img {
    width: 100%;
    height: 3.35rem;
    border-radius: 0.1rem;
	border: solid 0.01rem #e7e7e7;
}
.page-meta {
    margin-top: 0.28rem;
    color: #787878;
    line-height: 1;
    font-size: 0.22rem;
}
.date-icon{
	width: 0.22rem;
	height: 0.22rem;
    margin-right: 0.09rem;
    background: url('../images/index_icon.png') no-repeat;
    background-position: -0.12rem -0.12rem;
    background-size: 2rem 1.5rem;
}