.datetag {display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;}
.datetag .dateNews {margin-bottom:0 !important;}
.datetag .tagNews {font-size:18px;font-weight:500;}

@media only screen and (min-width: 479px) and (max-width: 767px) {
	.datetag .tagNews {font-size:14px;}
	.pageMain .blockNewsList .iconBox {height:190px !important;}
}
@media only screen and (min-width: 880px) and (max-width: 991px) {
  .pageMain .blockNewsList .iconBox {height:200px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 879px) {
	.pageMain .blockNewsList .iconBox {height:230px !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1079px) {
	.pageMain .blockNewsList .iconBox {height:270px !important;}
}
@media only screen and (min-width: 1180px) and (max-width: 1240px) {
	.pageMain .blockNewsList .iconBox {height:240px !important;}
}