.main{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(50px,auto));grid-template-areas:"mainleft" "mainright" "maintxt"}.mainleft{grid-area:mainleft}.mainright{grid-area:mainright}.maintxt{grid-area:maintxt}.mainright{display:flex;flex-flow:column}.down{flex:1;margin-bottom:20px}@media (max-width:399px){.box ul>li:nth-child(15)~li{display:none}}@media screen and (min-width:400px) and (max-width:499px){.box ul{grid-template-columns:repeat(4,1fr)}.box ul>li:nth-child(16)~li{display:none}}@media screen and (min-width:500px) and (max-width:574px){.box ul{grid-template-columns:repeat(5,1fr)}.box ul>li:nth-child(15)~li{display:none}}@media screen and (min-width:575px) and (max-width:767px){.box ul{grid-template-columns:repeat(6,1fr)}.box ul>li:nth-child(18)~li{display:none}}@media screen and (min-width:768px) and (max-width:899px){.box ul{grid-template-columns:repeat(7,1fr)}.box ul>li:nth-child(21)~li{display:none}}@media screen and (min-width:900px) and (max-width:1024px){.box ul{grid-template-columns:repeat(8,1fr)}.box ul>li:nth-child(24)~li{display:none}}@media screen and (min-width:1025px){.main{grid-area:main;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,minmax(50px,auto));grid-template-areas:"mainleft mainright" "maintxt maintxt"}.mainleft{margin-right:10px}.mainright{margin-left:10px}.box ul{grid-template-columns:repeat(5,1fr)}.box ul>li:nth-child(25)~li{display:none}.pubnomob{display:block}}@media screen and (min-width:1300px){.box ul{grid-template-columns:repeat(6,1fr)}.box ul>li:nth-child(24)~li{display:none}}