@charset "utf-8";

/*页码*/
.page{ padding:30px 0; border-top:solid #d2d2d2 1px;}
.page a{ display:block; padding:5px 8px; height:26px; line-height:26px; float:left; min-width:16px; background:#eee;border:#ccc solid 1px; text-align:center; margin-right:2px;}
.page span{display:block; padding:5px 8px; height:26px; line-height:26px; float:left;border:#d2d2d2 solid 1px; color:#999; background:#eee; min-width:16px; text-align:center; margin-right:2px;}
.page span.cur{ background:#e56004; color:#fff;border:#e56004 solid 1px;}
.pageinfo{ float:right; line-height:28px; color:#999;}
.conT{ font-size:24px; color:#009c73;font-family:"微软雅黑";}
#load_more_button{ display:none;}


@media only screen and (max-width: 1200px){
	
	}
@media only screen and (max-width: 900px){
.page{ display:none;}
#load_more_button{display: block;clear: both;border-radius: 5px; width: 80%; margin: 10px auto 30px auto; background: #e56004; color: #fff; text-align: center; height: 35px;line-height: 35px; font-size: 14px;}
#load_more_button.none{display: block; clear: both; border-radius: 5px; width: 80%; margin: 10px auto 30px auto;  background: #A8A3A3; color: #fff;  text-align: center; height: 35px; line-height: 35px; font-size: 14px;}
	}