#pagehtml{background-color: #f2f2f2;}/*主体框背景色*/
#pagehtml{padding: 20px;border-radius: 5px;}
#pagehtml .pagehtml{background-color: #fff;}/*单个框背景色*/
#pagehtml .pagehtml{padding: 10px;overflow: hidden;border-bottom: 1px solid #eaeaea;border-radius: 5px;}
#pagehtml .pagehtml h3{}
#pagehtml .pagehtml h3 a{color: #000;font-weight: 700;font-size: 16px;}
#pagehtml .pagehtml>p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 25px;height: 50px;font-size: 14px;color: #777;}
#pagehtml .pagehtml>div{}
#pagehtml .pagehtml>div span{margin-right: 3px;display: inline-block;font-size: 14px;color: #777;}
#pagehtml .pagehtml>div span a{}
#pagehtml .pagehtml>div .ph-cate{}
#pagehtml .pagehtml>div .ph-cate::before{content: '';background: url(./cate.png);width: 20px;height: 20px;display: inline-block;position: relative;top: 4px;margin-right: 5px;}
#pagehtml .pagehtml>div .ph-views::before{content: '';background: url(./views.png) no-repeat;width: 20px;height: 14px;display: inline-block;position: relative;margin-right: 5px;}
#pagehtml .pagehtml>div .ph-time{float: right}
#pagehtml .pagehtml>div .ph-time::before{content: '';background: url(./time.png) no-repeat;width: 20px;height: 20px;display: inline-block;position: relative;top: 3px; margin-right: 5px;}

@media screen and (max-width: 768px){
	#pagehtml{padding: 0}
	#pagehtml article.pagehtml{border-bottom: 5px solid #f2f2f2;border-top: 5px solid #f2f2f2;}
}