
/* 007 新闻列表页修复：独立新闻样式，避免页面空白 */
body.news-page,
body.news-detail-page{
  background:
    radial-gradient(circle at 12% 8%, rgba(196,147,69,.10), transparent 28%),
    linear-gradient(180deg,#fffaf2 0%,#fff7ec 46%,#fffaf2 100%);
}

body.news-page main,
body.news-detail-page main{
  display:block!important;
  min-height:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

body.news-page .page-hero,
body.news-detail-page .page-hero{
  display:block!important;
  min-height:0!important;
  padding:46px 0 28px!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(255,255,255,.52),rgba(255,244,230,.68));
  border-bottom:1px solid rgba(132,74,45,.10);
}

body.news-page .page-hero .container,
body.news-detail-page .page-hero .container{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

body.news-page .page-hero h1,
body.news-detail-page .page-hero h1{
  display:block!important;
  color:#421a14!important;
  font-size:clamp(38px,4.8vw,58px)!important;
  line-height:1.16!important;
  margin:12px 0 12px!important;
}

body.news-page .page-hero p,
body.news-detail-page .page-hero p{
  display:block!important;
  color:#6a5149!important;
  max-width:820px!important;
  font-size:18px!important;
  line-height:1.9!important;
  margin:0!important;
}

.news-list-section{
  display:block!important;
  padding:42px 0 72px!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.news-list-section .section-head{
  display:flex!important;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.news-list-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.news-list-card{
  display:block!important;
  position:relative;
  background:#fff!important;
  border:1px solid rgba(132,74,45,.13)!important;
  border-radius:26px!important;
  overflow:hidden!important;
  box-shadow:0 14px 42px rgba(95,45,23,.055)!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}

.news-list-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 22px 58px rgba(95,45,23,.1)!important;
}

.news-list-link{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  min-height:210px;
  text-decoration:none!important;
  color:inherit!important;
}

.news-cover{
  display:block!important;
  background:#f4eadf!important;
  min-height:210px!important;
  overflow:hidden!important;
}

.news-cover img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:210px!important;
  object-fit:cover!important;
}

.news-list-content{
  display:block!important;
  padding:24px 26px!important;
}

.news-meta{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  margin-bottom:12px!important;
}

.news-meta span,
.news-meta em{
  display:inline-flex!important;
  font-style:normal!important;
  background:#fff5ea!important;
  border:1px solid rgba(157,21,17,.12)!important;
  border-radius:999px!important;
  padding:7px 12px!important;
  color:#8e1712!important;
  font-weight:900!important;
  font-size:13px!important;
}

.news-list-content h3{
  display:block!important;
  font-size:24px!important;
  line-height:1.42!important;
  color:#421a14!important;
  margin:0 0 12px!important;
}

.news-list-content p{
  display:block!important;
  color:#66534a!important;
  line-height:1.8!important;
  margin:0 0 18px!important;
}

.news-list-content strong{
  display:inline-flex!important;
  color:#8e1712!important;
  font-weight:900!important;
}

.news-detail-section{
  display:block!important;
  padding:42px 0 74px!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.news-detail-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 280px!important;
  gap:28px!important;
  align-items:start!important;
}

.news-article{
  display:block!important;
  background:#fff!important;
  border:1px solid rgba(132,74,45,.13)!important;
  border-radius:30px!important;
  padding:30px!important;
  box-shadow:0 16px 48px rgba(95,45,23,.055)!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.news-detail-img{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9;
  object-fit:cover!important;
  border-radius:22px!important;
  margin-bottom:22px!important;
  background:#f4eadf!important;
}

.article-meta{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin-bottom:18px!important;
}

.article-meta span{
  background:#fff5ea!important;
  border:1px solid rgba(157,21,17,.12)!important;
  border-radius:999px!important;
  padding:8px 12px!important;
  color:#8e1712!important;
  font-weight:900!important;
  font-size:13px!important;
}

.news-article p{
  color:#5d4b44!important;
  font-size:17px!important;
  line-height:2!important;
  margin:0 0 16px!important;
}

.news-aside{
  display:block!important;
  position:sticky;
  top:112px;
  background:#fff!important;
  border:1px solid rgba(132,74,45,.13)!important;
  border-radius:24px!important;
  padding:22px!important;
  box-shadow:0 14px 42px rgba(95,45,23,.055)!important;
}

.news-aside h3{
  margin:0 0 14px!important;
  color:#421a14!important;
  font-size:22px!important;
}

.news-aside a{
  display:block!important;
  text-decoration:none!important;
  color:#6a5149!important;
  padding:12px!important;
  border-radius:14px!important;
  border:1px solid rgba(132,74,45,.1)!important;
  margin-bottom:10px!important;
  background:#fffaf3!important;
  font-weight:800!important;
}

.news-aside a:hover{color:#8e1712!important;background:#fff4ea!important;}

@media(max-width:1080px){
  .news-list-grid{grid-template-columns:1fr!important;}
  .news-detail-layout{grid-template-columns:1fr!important;}
  .news-aside{position:relative!important;top:auto!important;}
}

@media(max-width:720px){
  body.news-page .page-hero,
  body.news-detail-page .page-hero{padding:34px 0 20px!important;}
  .news-list-section,.news-detail-section{padding:30px 0 54px!important;}
  .news-list-section .section-head{display:block!important;}
  .news-list-grid{gap:18px!important;}
  .news-list-link{grid-template-columns:1fr!important;}
  .news-cover,.news-cover img{height:220px!important;min-height:220px!important;}
  .news-list-content{padding:20px!important;}
  .news-list-content h3{font-size:21px!important;}
  .news-article{padding:22px!important;}
}


/* 008 新闻动态：一列10行正式列表 */
body.news-page .news-list-section.news-one-column-section{
  padding-top:34px!important;
}

body.news-page .news-list-section .section-head{
  background:#fff!important;
  border:1px solid rgba(132,74,45,.13)!important;
  border-radius:26px!important;
  padding:26px 30px!important;
  box-shadow:0 14px 40px rgba(95,45,23,.045)!important;
}

body.news-page .news-list-grid.news-one-column-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
  max-width:1180px!important;
  margin:0 auto!important;
}

body.news-page .news-list-card{
  border-radius:22px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 10px 28px rgba(95,45,23,.045)!important;
}

body.news-page .news-list-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 16px 42px rgba(95,45,23,.09)!important;
}

body.news-page .news-list-link{
  display:grid!important;
  grid-template-columns:300px minmax(0,1fr)!important;
  min-height:168px!important;
  align-items:stretch!important;
}

body.news-page .news-cover{
  min-height:168px!important;
  height:168px!important;
}

body.news-page .news-cover img{
  min-height:168px!important;
  height:168px!important;
}

body.news-page .news-list-content{
  padding:20px 26px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

body.news-page .news-meta{
  margin-bottom:9px!important;
}

body.news-page .news-meta span,
body.news-page .news-meta em{
  padding:6px 11px!important;
  font-size:12px!important;
}

body.news-page .news-list-content h3{
  font-size:22px!important;
  line-height:1.38!important;
  margin:0 0 8px!important;
}

body.news-page .news-list-content p{
  line-height:1.72!important;
  margin:0 0 10px!important;
  color:#6a5149!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

body.news-page .news-list-content strong{
  font-size:14px!important;
}

.news-pagination{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  margin:32px auto 0!important;
}

.news-pagination button{
  min-width:46px!important;
  height:42px!important;
  border-radius:999px!important;
  border:1px solid rgba(157,21,17,.18)!important;
  background:#fff!important;
  color:#8e1712!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 8px 22px rgba(95,45,23,.045)!important;
}

.news-pagination button.active,
.news-pagination button:hover{
  background:#8e1712!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(157,21,17,.18)!important;
}

body.news-page .news-list-card.is-hidden{
  display:none!important;
}

@media(max-width:820px){
  body.news-page .news-list-link{
    grid-template-columns:1fr!important;
  }
  body.news-page .news-cover,
  body.news-page .news-cover img{
    height:220px!important;
    min-height:220px!important;
  }
  body.news-page .news-list-content{
    padding:20px!important;
  }
  body.news-page .news-list-content h3{
    font-size:20px!important;
  }
}

body.news-detail-page .news-detail-polish-hero{
  padding:42px 0 34px!important;
  background:
    radial-gradient(circle at 90% 8%, rgba(196,147,69,.16), transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.62),rgba(255,244,230,.78))!important;
}

body.news-detail-page .news-detail-polish-hero h1{
  max-width:1120px!important;
  font-size:clamp(36px,4vw,56px)!important;
  line-height:1.18!important;
  letter-spacing:.02em!important;
}

body.news-detail-page .news-detail-polish-hero p{
  max-width:880px!important;
}

.news-detail-crumb{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  color:#8e1712!important;
  font-weight:900!important;
}

.news-detail-crumb a{
  color:#8e1712!important;
  text-decoration:none!important;
}

.news-detail-crumb span,
.news-detail-crumb time{
  color:#8b6d61!important;
}

body.news-detail-page .news-detail-section{
  padding:34px 0 78px!important;
}

body.news-detail-page .news-detail-layout{
  grid-template-columns:minmax(0,820px) 320px!important;
  gap:30px!important;
  justify-content:center!important;
}

.news-polish-article{
  padding:0!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.96)!important;
}

.news-cover-frame{
  display:block!important;
  margin:0!important;
  padding:18px 18px 0!important;
  background:linear-gradient(180deg,#fff7ed,#fff)!important;
}

.news-cover-frame .news-detail-img{
  margin:0!important;
  border-radius:20px!important;
  aspect-ratio:16/9!important;
  box-shadow:0 16px 36px rgba(95,45,23,.08)!important;
}

.news-polish-meta{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  padding:22px 30px 0!important;
  margin:0!important;
}

.news-polish-meta span,
.news-polish-meta em,
.news-polish-meta strong{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:8px 13px!important;
  background:#fff5ea!important;
  border:1px solid rgba(157,21,17,.12)!important;
  color:#8e1712!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
}

.news-polish-meta em:empty{
  display:none!important;
}

.news-polish-meta strong{
  background:#f7efe5!important;
  color:#6b4b25!important;
}

.news-content-body{
  padding:22px 30px 8px!important;
  color:#513c35!important;
  font-size:17px!important;
  line-height:2!important;
}

.news-content-body p{
  color:#513c35!important;
  font-size:17px!important;
  line-height:2!important;
  margin:0 0 18px!important;
}

.news-content-body p:first-child{
  color:#41221d!important;
  font-size:18px!important;
  font-weight:800!important;
}

.news-content-body img{
  display:block!important;
  max-width:100%!important;
  height:auto!important;
  border-radius:18px!important;
  margin:22px 0!important;
}

.news-article-actions{
  display:flex!important;
  justify-content:flex-start!important;
  padding:0 30px 30px!important;
}

.news-article-actions .btn{
  text-decoration:none!important;
}

.news-polish-side{
  position:sticky!important;
  top:112px!important;
  padding:24px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
}

.news-polish-side h3{
  margin:0 0 8px!important;
  color:#421a14!important;
  font-size:22px!important;
}

.news-polish-side p{
  margin:0 0 16px!important;
  color:#7a6258!important;
  font-size:14px!important;
  line-height:1.7!important;
}

.news-polish-side a{
  padding:14px 0!important;
  margin:0!important;
  border-width:0 0 1px!important;
  border-style:solid!important;
  border-color:rgba(132,74,45,.12)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.news-polish-side a:last-child{
  border-bottom:0!important;
}

.news-polish-side a span{
  display:block!important;
  color:#9a6c40!important;
  font-size:13px!important;
  font-weight:900!important;
  margin:0 0 5px!important;
}

.news-polish-side a b{
  display:block!important;
  color:#3f2722!important;
  font-size:15px!important;
  line-height:1.55!important;
}

.news-polish-side a:hover b{
  color:#8e1712!important;
}

@media(max-width:1080px){
  body.news-detail-page .news-detail-layout{
    grid-template-columns:1fr!important;
  }
  .news-polish-side{
    position:relative!important;
    top:auto!important;
  }
}

@media(max-width:720px){
  body.news-detail-page .news-detail-polish-hero{
    padding:32px 0 22px!important;
  }
  body.news-detail-page .news-detail-polish-hero h1{
    font-size:30px!important;
  }
  .news-cover-frame{
    padding:12px 12px 0!important;
  }
  .news-polish-meta,
  .news-content-body,
  .news-article-actions{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .news-content-body{
    font-size:16px!important;
  }
  .news-content-body p{
    font-size:16px!important;
    line-height:1.9!important;
  }
}


/* 009 Official news treatment */
body.news-page,
body.news-detail-page{
  background:#f7f3ec!important;
}

body.news-page .page-hero,
body.news-detail-page .page-hero{
  padding:34px 0 26px!important;
  background:#fff!important;
  border-bottom:1px solid rgba(66,26,20,.10)!important;
}

body.news-page .page-hero .crumb,
body.news-detail-page .page-hero .crumb{
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
  color:#9d1511!important;
  letter-spacing:.08em!important;
}

body.news-page .page-hero h1,
body.news-detail-page .page-hero h1{
  max-width:980px!important;
  font-size:42px!important;
  line-height:1.25!important;
  margin:10px 0 10px!important;
  color:#341915!important;
  letter-spacing:0!important;
}

body.news-page .page-hero p,
body.news-detail-page .page-hero p{
  max-width:860px!important;
  font-size:16px!important;
  line-height:1.8!important;
  color:#6d5b54!important;
}

body.news-page .news-list-section.news-one-column-section{
  padding:30px 0 64px!important;
}

body.news-page .news-list-section .section-head{
  padding:0 0 18px!important;
  margin-bottom:18px!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:2px solid rgba(157,21,17,.16)!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.news-page .section-title{
  font-size:30px!important;
  letter-spacing:0!important;
}

body.news-page .section-desc{
  max-width:520px!important;
  font-size:15px!important;
  color:#7a675e!important;
}

body.news-page .news-list-grid.news-one-column-grid{
  gap:0!important;
  background:#fff!important;
  border:1px solid rgba(66,26,20,.10)!important;
  border-radius:10px!important;
  overflow:hidden!important;
  box-shadow:0 12px 34px rgba(66,26,20,.055)!important;
}

body.news-page .news-list-card{
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid rgba(66,26,20,.10)!important;
  box-shadow:none!important;
  background:#fff!important;
}

body.news-page .news-list-card:last-child{
  border-bottom:0!important;
}

body.news-page .news-list-card:hover{
  transform:none!important;
  background:#fffaf4!important;
  box-shadow:none!important;
}

body.news-page .news-list-link{
  grid-template-columns:220px minmax(0,1fr)!important;
  min-height:142px!important;
}

body.news-page .news-cover{
  height:142px!important;
  min-height:142px!important;
  background:#efe6dc!important;
}

body.news-page .news-cover img{
  height:142px!important;
  min-height:142px!important;
  object-fit:cover!important;
}

body.news-page .news-list-content{
  padding:18px 22px!important;
  justify-content:center!important;
}

body.news-page .news-meta{
  margin-bottom:8px!important;
}

body.news-page .news-meta span,
body.news-page .news-meta em{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#8b6d61!important;
  font-size:13px!important;
  font-weight:800!important;
}

body.news-page .news-meta em:before{
  content:"|";
  margin-right:10px;
  color:#d2c4ba;
}

body.news-page .news-list-content h3{
  font-size:21px!important;
  line-height:1.45!important;
  margin:0 0 8px!important;
  color:#341915!important;
}

body.news-page .news-list-content p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#6b5a52!important;
  margin:0 0 8px!important;
  -webkit-line-clamp:2!important;
}

body.news-page .news-list-content strong{
  color:#9d1511!important;
  font-size:14px!important;
}

body.news-page .news-list-content strong:after{
  content:" ->";
}

body.news-detail-page .news-detail-section{
  padding:28px 0 72px!important;
}

body.news-detail-page .news-detail-layout{
  grid-template-columns:minmax(0,820px) 300px!important;
  gap:28px!important;
}

body.news-detail-page .news-polish-article{
  border-radius:10px!important;
  border:1px solid rgba(66,26,20,.10)!important;
  box-shadow:0 12px 34px rgba(66,26,20,.055)!important;
  background:#fff!important;
}

body.news-detail-page .news-cover-frame{
  padding:0!important;
  background:#fff!important;
}

body.news-detail-page .news-cover-frame .news-detail-img{
  border-radius:10px 10px 0 0!important;
  aspect-ratio:16/9!important;
  box-shadow:none!important;
}

body.news-detail-page .news-polish-meta{
  padding:22px 34px 0!important;
  gap:18px!important;
}

body.news-detail-page .news-polish-meta span,
body.news-detail-page .news-polish-meta em{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#8b6d61!important;
  font-size:14px!important;
  font-weight:800!important;
}

body.news-detail-page .news-polish-meta em:empty{
  display:none!important;
}

body.news-detail-page .news-content-body{
  padding:20px 34px 10px!important;
  font-size:17px!important;
  line-height:2!important;
  color:#4f3b34!important;
}

body.news-detail-page .news-content-body p{
  margin:0 0 18px!important;
  font-size:17px!important;
  line-height:2!important;
  color:#4f3b34!important;
}

body.news-detail-page .news-content-body p:first-child{
  font-size:17px!important;
  font-weight:700!important;
  color:#3d211d!important;
}

body.news-detail-page .news-article-actions{
  padding:2px 34px 34px!important;
  border-top:1px solid rgba(66,26,20,.08)!important;
}

body.news-detail-page .news-polish-side{
  border-radius:10px!important;
  border:1px solid rgba(66,26,20,.10)!important;
  box-shadow:0 12px 34px rgba(66,26,20,.045)!important;
  background:#fff!important;
}

body.news-detail-page .news-polish-side h3{
  padding-bottom:12px!important;
  margin-bottom:10px!important;
  border-bottom:2px solid rgba(157,21,17,.18)!important;
}

body.news-detail-page .news-polish-side a{
  padding:13px 0!important;
}

body.news-detail-page .news-polish-side a span{
  color:#8b6d61!important;
}

body.news-detail-page .news-polish-side a b{
  font-size:15px!important;
  color:#341915!important;
}

@media(max-width:1080px){
  body.news-detail-page .news-detail-layout{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:720px){
  body.news-page .page-hero h1,
  body.news-detail-page .page-hero h1{
    font-size:30px!important;
  }
  body.news-page .news-list-link{
    grid-template-columns:1fr!important;
  }
  body.news-page .news-cover,
  body.news-page .news-cover img{
    height:210px!important;
    min-height:210px!important;
  }
  body.news-detail-page .news-polish-meta,
  body.news-detail-page .news-content-body,
  body.news-detail-page .news-article-actions{
    padding-left:20px!important;
    padding-right:20px!important;
  }
}
/* Official news rebuild */
body.official-news-list-page,
body.official-news-detail-page{
  background:#f8f3eb;
}

body.official-news-list-page .official-news-main,
body.official-news-detail-page .official-news-main{
  padding:0;
  background:linear-gradient(180deg,#fffaf2 0,#f8f3eb 280px,#f8f3eb 100%);
}

.official-news-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  color:#8b7568;
  font-size:14px;
  line-height:1.6;
}

.official-news-breadcrumb a{
  color:#7d211b;
  text-decoration:none;
  font-weight:700;
}

.official-news-list-head{
  padding:46px 0 28px;
  border-bottom:1px solid rgba(132,74,45,.12);
}

.official-news-list-head h1{
  margin:18px 0 12px;
  color:#421a14;
  font-size:42px;
  line-height:1.2;
  letter-spacing:.04em;
}

.official-news-list-head p{
  max-width:780px;
  margin:0;
  color:#6a564e;
  font-size:17px;
  line-height:1.9;
}

.official-news-list-wrap{
  padding:34px 0 70px;
}

.official-news-list-layout,
.official-news-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:34px;
  align-items:start;
}

.official-news-list{
  display:grid;
  gap:18px;
}

.official-news-item{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:24px;
  padding:18px;
  background:#fff;
  border:1px solid rgba(132,74,45,.12);
  border-radius:8px;
  box-shadow:0 10px 28px rgba(95,45,23,.045);
}

.official-news-item-img{
  display:block;
  overflow:hidden;
  border-radius:6px;
  background:#eee4d8;
  min-height:168px;
}

.official-news-item-img img{
  width:100%;
  height:100%;
  min-height:168px;
  object-fit:cover;
  display:block;
}

.official-news-item-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.official-news-item-meta,
.official-news-meta{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  color:#8a6d58;
  font-size:14px;
  line-height:1.6;
}

.official-news-item-meta span:empty,
.official-news-meta .news-source:empty{
  display:none;
}

.official-news-item h2{
  margin:10px 0 10px;
  font-size:24px;
  line-height:1.45;
  color:#421a14;
}

.official-news-item h2 a{
  color:inherit;
  text-decoration:none;
}

.official-news-item p{
  margin:0;
  color:#67534b;
  font-size:16px;
  line-height:1.85;
}

.official-news-read{
  width:max-content;
  margin-top:16px;
  color:#8e1712;
  font-weight:800;
  text-decoration:none;
  border-bottom:2px solid rgba(142,23,18,.28);
}

.official-news-list-side,
.official-news-aside{
  position:sticky;
  top:96px;
  background:#fff;
  border:1px solid rgba(132,74,45,.12);
  border-radius:8px;
  padding:26px;
  box-shadow:0 10px 28px rgba(95,45,23,.045);
}

.official-news-list-side h2,
.official-news-aside h2{
  margin:0 0 14px;
  color:#421a14;
  font-size:24px;
  line-height:1.3;
}

.official-news-list-side p{
  margin:0 0 18px;
  color:#6c574e;
  line-height:1.85;
}

.official-news-list-side a{
  display:block;
  padding:13px 0;
  color:#7d211b;
  text-decoration:none;
  font-weight:800;
  border-top:1px solid rgba(132,74,45,.12);
}

.official-news-pagination{
  margin-top:12px;
}

.official-news-layout{
  padding:44px 0 72px;
}

.official-news-article{
  background:#fff;
  border:1px solid rgba(132,74,45,.12);
  border-radius:8px;
  padding:42px 48px 46px;
  box-shadow:0 12px 34px rgba(95,45,23,.05);
}

.official-news-article h1{
  margin:18px 0 16px;
  color:#351711;
  font-size:40px;
  line-height:1.32;
  letter-spacing:.02em;
}

.official-news-lead{
  margin:22px 0 26px;
  padding:18px 22px;
  color:#5c4a42;
  font-size:17px;
  line-height:1.9;
  background:#fbf6ef;
  border-left:4px solid #8e1712;
}

.official-news-lead:empty{
  display:none;
}

.official-news-cover{
  margin:0 0 32px;
  border-radius:8px;
  overflow:hidden;
  background:#eee4d8;
}

.official-news-cover img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}

.official-news-content{
  color:#3f302b;
  font-size:18px;
  line-height:2.05;
}

.official-news-content p{
  margin:0 0 20px;
}

.official-news-content img{
  max-width:100%;
  height:auto;
  border-radius:6px;
}

.official-news-content h2,
.official-news-content h3{
  margin:34px 0 14px;
  color:#421a14;
  line-height:1.45;
}

.official-news-actions{
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid rgba(132,74,45,.12);
}

.official-news-actions a{
  display:inline-flex;
  align-items:center;
  color:#8e1712;
  font-weight:900;
  text-decoration:none;
}

.official-news-aside a{
  display:block;
  padding:16px 0;
  text-decoration:none;
  border-top:1px solid rgba(132,74,45,.12);
}

.official-news-aside time{
  display:block;
  color:#9a7352;
  font-size:14px;
  font-weight:800;
  margin-bottom:6px;
}

.official-news-aside strong{
  display:block;
  color:#40201a;
  font-size:16px;
  line-height:1.65;
}

@media (max-width:980px){
  .official-news-list-layout,
  .official-news-layout{
    grid-template-columns:1fr;
  }

  .official-news-list-side,
  .official-news-aside{
    position:static;
  }
}

@media (max-width:700px){
  .official-news-list-head{
    padding:30px 0 22px;
  }

  .official-news-list-head h1{
    font-size:32px;
  }

  .official-news-list-wrap,
  .official-news-layout{
    padding:22px 0 46px;
  }

  .official-news-item{
    grid-template-columns:1fr;
    gap:14px;
    padding:14px;
  }

  .official-news-item-img,
  .official-news-item-img img{
    min-height:auto;
  }

  .official-news-item-img img{
    aspect-ratio:16/10;
  }

  .official-news-item h2{
    font-size:21px;
  }

  .official-news-article{
    padding:24px 18px 30px;
  }

  .official-news-article h1{
    font-size:28px;
  }

  .official-news-lead{
    padding:14px 16px;
    font-size:16px;
  }

  .official-news-content{
    font-size:16px;
    line-height:1.95;
  }
}
