@charset "utf-8";
.newList a.more{
	width: 26%;
	font-size: 14px;
}

@media screen and (max-width: 821px) {
	.newList a.more {
	  width: 67%;
	}
}
