#newsList ul {font-size: 0;display: flex;flex-wrap: wrap;justify-content: center;}
#newsList ul li {width: calc((100%/3) - 30px);margin: 15px;}
#newsList ul li .info p a { margin-right: 15px; padding: 2px 15px; background: #ffd9db; display: inline-block; color: #ff5860; }
#newsList ul li .info p font { font-family: 'Rubik', sans-serif; color: #656565; }
#newsList ul li .info h3{background: transparent linear-gradient(180deg,#8ee4ff 0%,#3495ff 100%) 0% 0% no-repeat;padding: 5px;margin-top: 0;border-radius: 7px;}
#newsList ul li .info h3 a {height: auto;font-weight: 500;font-size: 18px;color: #fff;-webkit-line-clamp: 1;text-align: center;}

@media screen and (max-width:1024px) {
	#newsList ul li{width: calc((100%/2) - 30px);}
}
@media screen and (max-width:500px) {
	#newsList ul li{width: calc((100%/1) - 30px);}
}