.components-NewsView-NewsView__page{max-width:800px;margin:0 auto;padding:40px 24px}.components-NewsView-NewsView__title{font-size:28px;font-weight:700;color:#2c2c2c;margin-bottom:32px}.components-NewsView-NewsView__empty{color:#777;font-size:15px}.components-NewsView-NewsView__list{display:flex;flex-direction:column;gap:24px}.components-NewsView-NewsView__card{display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:box-shadow .2s}.components-NewsView-NewsView__card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.components-NewsView-NewsView__date{font-size:13px;color:#777}.components-NewsView-NewsView__cardTitle{font-size:20px;font-weight:700;color:#2c2c2c}.components-NewsView-NewsView__preview{font-size:14px;color:#777;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.components-NewsView-NewsView__preview h2,.components-NewsView-NewsView__preview h3,.components-NewsView-NewsView__preview ol,.components-NewsView-NewsView__preview p,.components-NewsView-NewsView__preview ul{margin:0}.components-NewsView-NewsView__readMore{font-size:13px;font-weight:600;color:#521b1d;margin-top:4px}