.dop_news {
	width:25% !important;
}
.spec_photo {
	width:25% !important;
}
@media screen and (max-width:1025px) {
	.dop_news {
		width:50% !important;
	}
	.spec_photo {
		width:100% !important;
	}
}
@media screen and (max-width:320px) {
	.dop_news {
		width:100% !important;
	}
	.spec_photo {
		width:100% !important;
	}
}