@media screen and (max-width:1000px) 
{
　.subwork {
	display: none;
　}
　.pagination.single {
	display: none !important;
　}
}