@charset "UTF-8";
.news {}
.news_title {}
.news_catList {
	list-style: none;
}
.news_catList > li {}
.news_catList > li:first-child {}
.news_catList > li:last-child {}
.news_catList > li:nth-child(2n+1) {}
.news_catList > li:nth-child(n+3) {}
.news_catList > li > a {}
.news_catList > li > a:hover {}
.news_catList > li > a::before {
	content: "";
}
.news_catList > li > a::after {
	content: "";
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {}
@media screen and (max-width:767px) {}
