body,html{overflow-x:hidden!important}.news .news-list{padding:22rem 0 30rem;background-color:#ffec7b;position:relative}@media screen and (max-width:768px){.news .news-list{padding:6rem 0 40rem}}.news .news-list:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/news_bg.png);background-position:top;background-size:100% auto;background-repeat:no-repeat;z-index:0}.news .news-list__layout{display:flex;gap:8rem;align-items:flex-start;position:relative;z-index:1}@media screen and (max-width:768px){.news .news-list__layout{flex-direction:column;gap:3rem}}.news .news-list__sidebar{width:10rem;flex-shrink:0}@media screen and (max-width:768px){.news .news-list__sidebar{width:100%}}.news .news-list__category-list{list-style:none}@media screen and (max-width:768px){.news .news-list__category-list{display:flex;flex-wrap:wrap;gap:.8rem}}.news .news-list__category-label{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 0;font-size:1.6rem;font-weight:500;cursor:pointer;color:#000;transition:color .2s ease}.news .news-list__category-label--active,.news .news-list__category-label:hover{color:#000}.news .news-list__category-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.6rem;height:1.6rem;border-radius:50%;position:relative;background-color:#fff}.news .news-list__category-radio:checked{border-color:#ff911b}.news .news-list__category-radio:checked:after{content:"";position:absolute;width:.8rem;height:.8rem;background:#ff911b;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.news .news-list__main{flex:1 1;min-width:0}.news .news-list__list{list-style:none;margin-bottom:6rem}.news .news-list__item{margin-bottom:2rem}.news .news-list__link{display:flex;align-items:center;gap:2.4rem;padding:2.7rem 4rem 2.7rem 3.2rem;text-decoration:none;position:relative;transition:opacity .2s ease;background-color:#fff;border-radius:1.5rem}@media screen and (max-width:768px){.news .news-list__link{flex-wrap:wrap;gap:.8rem;padding:1.6rem 3.2rem 1.6rem 1.6rem}}.news .news-list__link:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:2rem;height:2rem;background:url(/images/news_arrow.png) no-repeat 50%/contain}.news .news-list__link:hover{opacity:.6}.news .news-list__date{font-size:1.6rem;font-weight:700;color:#000;white-space:nowrap;letter-spacing:.04em}@media screen and (max-width:768px){.news .news-list__date{font-size:1.3rem}}.news .news-list__badge{font-size:1.2rem;font-weight:700;color:#000;border-radius:10rem;padding:.4rem 1.6rem;white-space:nowrap;min-width:5rem;text-align:center}.news .news-list__badge--blog,.news .news-list__badge--news{background-color:#d2eda4}.news .news-list__badge--president{background-color:#99deff}.news .news-list__title{font-size:2rem;font-weight:700;color:#000;line-height:1.5;letter-spacing:.12em}@media screen and (max-width:768px){.news .news-list__title{font-size:1.4rem;width:100%;letter-spacing:.06em}}.news .news-list__empty{font-size:1.6rem;color:#666;text-align:center;padding:8rem 0}.news .news-list__pagination{display:flex;align-items:center;justify-content:center;gap:.8rem}.news .news-list__pagination-btn{width:4rem;height:4rem;border-radius:50%;border:none;background-color:#fff;font-size:1.4rem;font-weight:700;color:#000;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.news .news-list__pagination-btn:hover{border-color:#ff911b;color:#ff911b}.news .news-list__pagination-btn--active{background-color:#ff911b;border-color:#ff911b;color:#fff}.news .news-list__pagination-next,.news .news-list__pagination-prev{width:4rem;height:4rem;border-radius:50%;border:none;background-color:#fff;font-size:1.4rem;font-weight:700;color:#000;cursor:pointer;transition:opacity .2s ease}.news .news-list__pagination-next:disabled,.news .news-list__pagination-prev:disabled{opacity:.3;cursor:default}.news .news-list__pagination-next:not(:disabled):hover,.news .news-list__pagination-prev:not(:disabled):hover{border-color:#ff911b;color:#ff911b}