.list_blog{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0;margin:0;padding:0}.list_blog .det{width:calc((100% - 2 * 1%) / 3);border:2px solid #000;box-sizing:border-box;display:flex;flex-direction:column;min-height:280px}.list_blog .det .conbody{padding:10px;flex-grow:1;overflow:visible;text-overflow:clip;white-space:normal;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;line-height:1.4;margin-bottom:0}.list_blog .det .ui-toggle.copy-area{margin-top:auto;flex-shrink:0;width:100%}@media screen and (max-width:768px){.list_blog{justify-content:space-between;gap:0;margin:0;padding:0}.list_blog .det{width:50%;margin:0;border:2px solid #000;box-sizing:border-box;display:flex;flex-direction:column;min-height:280px}#lay_hd .hgroup{display:flex;flex-direction:column;align-items:center}#lay_hd .hgroup h2{margin-right:0;text-align:center}#lay_hd .hgroup ul{margin-top:10px}#toggleSearch div{display:flex;flex-direction:column;align-items:center}#toggleSearch input[type="text"]{width:90%;margin-bottom:10px}#toggleSearch button{width:90%}}@media screen and (max-width:480px){.list_blog .det{width:100%}.list_blog{justify-content:center;gap:0}}