/* News thumbnails fill a bounded image area while preserving their proportions. */
body .s1 .s1-ul > li.news-image-item{height:auto!important;min-height:0!important;max-height:none}
body .s1 .s1-ul > li.news-image-item > a.news-image-card{
 display:flex;flex-direction:column;height:100%;min-height:0;
 padding:0!important;background:#fff!important;overflow:hidden;
}
body .s1 .s1-ul > li > a.news-image-card::before,
body .s1 .s1-ul > li > a.news-image-card::after{display:none}
body .s1 .s1-ul > li > a.news-image-card > .news-image-frame{
 display:block;width:100%;height:clamp(220px,20vw,300px);max-height:300px;flex:none;
 position:relative;overflow:hidden;
}
body .s1 .s1-ul > li > a.news-image-card > .pr{
 position:static;width:100%;height:auto;box-sizing:border-box;
 padding:20px 20px 25px;background:#fff;flex:1;
}
body .s1 .s1-ul > li > a.news-image-card > .pr h3,
body .s1 .s1-ul > li > a.news-image-card > .pr p{width:auto}
body .s1 .s1-ul > li > a.news-image-card > .kuang_a{
 position:static;transform:none;align-self:flex-start;margin:0 20px 24px;
}
@media(min-width:901px){
 body #sy-new .s1-ul > li:first-child > a.news-image-card{
  display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;
  background:#143250!important;
 }
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .news-image-frame{
  grid-column:2;grid-row:1 / 3;height:100%;max-height:none;min-height:0;min-width:0;object-fit:cover;background:#fff;
 }
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .pr{
  grid-column:1;grid-row:1;background:#143250;padding:30px;
 }
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .pr h3{color:#fff}
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .kuang_a{
  grid-column:1;grid-row:2;margin:0 30px 30px;
 }
}
@media(max-width:900px){
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .pr p{color:#143250}
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .kuang_a{color:#25a089}
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .kuang_a svg{fill:#25a089}
}
/* Override the homepage's older ID-based offsets as well. */
body #sy-new .s1-ul > li > a.news-image-card{padding:0!important}
body #sy-new .s1-ul > li > a.news-image-card > .kuang_a{
 position:static;margin:0 20px 24px;bottom:auto;left:auto;
}
@media(min-width:901px){
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .kuang_a{margin:0 30px 30px}
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .news-image-frame{background:#143250}
}
body #sy-new .box1 .s1-ul > li.news-image-item > a.news-image-card{padding:0!important;min-height:0}
@media(max-width:900px){
 body #sy-new .s1-ul > li:first-child > a.news-image-card > .pr h3{color:#143250}
}

body .s1 .s1-ul > li > a.news-image-card > .news-image-frame > .news-card-image{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;transform:scale(1);transition:transform .65s ease}
@media(hover:hover){body .s1 .s1-ul > li > a.news-image-card:hover > .news-image-frame > .news-card-image{transform:scale(1.1)}}
@media(prefers-reduced-motion:reduce){body .s1 .s1-ul > li > a.news-image-card > .news-image-frame > .news-card-image{transition:none}}
