/* ===== GOLSK News Page Premium V2 2026-06-27 =====
   Scope: only .golsk-news-premium-v2 news list page.
   Does not modify header, footer, database, products, solution, contact pages. */

.golsk-news-premium-v2{
  background:#f3f7fc;
  color:#1b2d45;
}

/* 顶部海报：轻遮罩，不压暗原图 */
.golsk-news-premium-v2 .news-v2-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 44px!important;
  background:#eaf3fb;
  box-shadow:0 16px 36px rgba(12,44,82,.10);
}
.golsk-news-premium-v2 .news-v2-hero img{
  display:block;
  width:100%!important;
  height:auto!important;
  filter:none!important;
  opacity:1!important;
}
.golsk-news-premium-v2 .news-v2-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(100deg,rgba(3,29,60,.30) 0%,rgba(3,84,166,.10) 45%,rgba(255,255,255,.02) 100%);
  pointer-events:none;
}
.golsk-news-premium-v2 .news-v2-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:5px;
  z-index:2;
  background:linear-gradient(90deg,#f08c00 0%,#0b67bd 34%,rgba(11,103,189,.16) 100%);
}
.golsk-news-premium-v2 .news-v2-hero-inner{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  transform:translateX(-50%);
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
  pointer-events:none;
}
.golsk-news-premium-v2 .news-v2-eyebrow{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:8px 16px;
  margin:0 0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:2.5px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.golsk-news-premium-v2 .news-v2-hero h1{
  margin:0 0 15px!important;
  color:#fff!important;
  font-size:46px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:2px;
  text-shadow:0 12px 28px rgba(0,0,0,.26);
}
.golsk-news-premium-v2 .news-v2-hero p{
  max-width:760px;
  margin:0 0 24px!important;
  color:rgba(255,255,255,.96)!important;
  font-size:18px!important;
  line-height:1.9!important;
}
.golsk-news-premium-v2 .news-v2-tags{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.golsk-news-premium-v2 .news-v2-tags span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:14px;
  background:rgba(255,255,255,.94);
  color:#0354a6;
  font-size:15px;
  font-weight:900;
  box-shadow:0 14px 28px rgba(0,0,0,.13);
}
.golsk-news-premium-v2 .news-v2-tags i{
  color:#f08c00;
}

/* 整体内容区域 */
.golsk-news-premium-v2 .pd20-1{
  padding-top:0!important;
  padding-bottom:60px!important;
}
.golsk-news-premium-v2 .row{
  align-items:flex-start;
}

/* 顶部当前位置卡片 */
.golsk-news-premium-v2 .place-box{
  position:relative;
  margin-bottom:24px!important;
  padding:17px 22px!important;
  min-height:58px;
  border:1px solid #dfe8f2!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  box-shadow:0 16px 38px rgba(15,45,86,.07), inset 0 1px 0 rgba(255,255,255,.96);
  overflow:hidden;
}
.golsk-news-premium-v2 .place-box:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#f08c00,#0b67bd);
}
.golsk-news-premium-v2 .place-box .f-bold{
  color:#15233b!important;
  font-size:19px!important;
  font-weight:900!important;
}
.golsk-news-premium-v2 .place-box .f-bold i{
  color:#0b67bd!important;
  margin-right:8px;
}
.golsk-news-premium-v2 .place-box .place{
  color:#748294!important;
  font-size:14px;
}
.golsk-news-premium-v2 .place-box .place a{
  color:#0354a6!important;
}

/* 新闻卡片 */
.golsk-news-premium-v2 .news ul{
  margin:0!important;
  padding:0!important;
}
.golsk-news-premium-v2 .news li{
  list-style:none!important;
  margin-bottom:26px!important;
}
.golsk-news-premium-v2 .news-box{
  position:relative;
  display:flex!important;
  gap:28px;
  align-items:center;
  min-height:218px;
  padding:26px!important;
  border:1px solid #dfe8f2!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 18px 44px rgba(15,45,86,.08);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.golsk-news-premium-v2 .news-box:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,#f08c00,#0b67bd,rgba(11,103,189,0));
  opacity:.8;
}
.golsk-news-premium-v2 .news-box:hover{
  transform:translateY(-5px);
  border-color:#cfe0f2!important;
  box-shadow:0 26px 52px rgba(15,45,86,.13);
}

/* 图片比例保持原 16:9 */
.golsk-news-premium-v2 .news-box > a.ov-h{
  flex:0 0 260px;
  width:260px!important;
  max-width:260px!important;
  float:none!important;
  margin:0!important;
  border-radius:17px!important;
  overflow:hidden!important;
  background:#eef4fb;
  box-shadow:0 14px 30px rgba(15,45,86,.10);
}
.golsk-news-premium-v2 .news-box .img-x{
  border-radius:17px!important;
}
.golsk-news-premium-v2 .news-box img{
  transition:transform .35s ease;
}
.golsk-news-premium-v2 .news-box:hover img{
  transform:scale(1.045);
}

.golsk-news-premium-v2 .news-box > span{
  flex:1;
  min-width:0;
  display:block;
}
.golsk-news-premium-v2 .news-box h3{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0 0 12px!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1.42!important;
  font-weight:900!important;
}
.golsk-news-premium-v2 .news-box h3 a{
  display:block;
  color:#15233b!important;
}
.golsk-news-premium-v2 .news-box h3 a:hover{
  color:#0354a6!important;
}
.golsk-news-premium-v2 .news-box p,
.golsk-news-premium-v2 .news-box p.i40{
  height:auto!important;
  max-height:none!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#687789!important;
  font-size:15px!important;
  line-height:1.9!important;
  margin:0 0 20px!important;
}
.golsk-news-premium-v2 .news-box small{
  display:flex!important;
  flex-wrap:wrap;
  gap:9px 18px;
  color:#9aa5b2!important;
  font-size:13px;
  padding-right:112px;
}
.golsk-news-premium-v2 .news-box small span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.golsk-news-premium-v2 .news-box small i{
  color:#0b67bd!important;
}
.golsk-news-premium-v2 .news-box small a{
  color:#7d8898!important;
}
.golsk-news-premium-v2 .news-box .more{
  position:absolute;
  right:24px;
  bottom:24px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:94px;
  height:36px;
  padding:0 15px;
  border-radius:999px;
  background:linear-gradient(90deg,#eef6ff 0%,#ffffff 100%);
  border:1px solid #dbe8f6;
  color:#0354a6!important;
  font-weight:900;
  box-shadow:0 8px 18px rgba(15,45,86,.06);
}
.golsk-news-premium-v2 .news-box .more:hover{
  color:#f08c00!important;
  border-color:#f3c37a;
}

/* 左侧菜单和搜索卡片 */
.golsk-news-premium-v2 .side dl.function{
  border:1px solid #dfe8f2!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(15,45,86,.08)!important;
  margin-bottom:26px!important;
}
.golsk-news-premium-v2 .side dt.function_t{
  position:relative;
  height:auto!important;
  padding:19px 22px 19px 26px!important;
  line-height:1.3!important;
  border-left:0!important;
  background:linear-gradient(180deg,#0b67bd 0%,#0759a7 48%,#034a8f 100%)!important;
  color:#fff!important;
  font-size:19px!important;
  font-weight:900!important;
  letter-spacing:.5px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28);
}
.golsk-news-premium-v2 .side dt.function_t:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#f08c00;
}
.golsk-news-premium-v2 .side dd.function_c{
  padding:16px 20px 20px!important;
  background:#fff!important;
}
.golsk-news-premium-v2 .side #divPrevious dd ul{
  margin:0!important;
  padding:0!important;
}
.golsk-news-premium-v2 .side #divPrevious dd ul li{
  border-bottom:1px solid #edf2f7!important;
}
.golsk-news-premium-v2 .side #divPrevious dd ul li:last-child{
  border-bottom:0!important;
}
.golsk-news-premium-v2 .side #divPrevious dd ul li a{
  display:block!important;
  padding:14px 8px 14px 20px!important;
  color:#526173!important;
  font-size:15px!important;
  position:relative;
}
.golsk-news-premium-v2 .side #divPrevious dd ul li a:before{
  content:"";
  position:absolute;
  left:3px;
  top:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c8d5e4;
  transform:translateY(-50%);
}
.golsk-news-premium-v2 .side #divPrevious dd ul li a:hover,
.golsk-news-premium-v2 .side #divPrevious dd ul li a.hover{
  color:#0354a6!important;
  background:#f7fbff;
}
.golsk-news-premium-v2 .side #divPrevious dd ul li a:hover:before,
.golsk-news-premium-v2 .side #divPrevious dd ul li a.hover:before{
  background:#f08c00;
}

.golsk-news-premium-v2 .side #divSearchPanel dd form{
  display:flex!important;
  height:44px!important;
  border:1px solid #dfe8f2!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#f8fbff!important;
}
.golsk-news-premium-v2 .side #divSearchPanel input[type="text"]{
  flex:1;
  width:auto!important;
  height:42px!important;
  line-height:42px!important;
  padding:0 13px!important;
  border:0!important;
  background:transparent!important;
  outline:none!important;
}
.golsk-news-premium-v2 .side #divSearchPanel input[type="submit"]{
  width:94px!important;
  height:42px!important;
  border:0!important;
  background:linear-gradient(180deg,#0b67bd 0%,#034a8f 100%)!important;
  color:#fff!important;
  font-weight:900!important;
}

/* 分页 */
.golsk-news-premium-v2 .pagebar{
  margin:8px 0 36px!important;
}
.golsk-news-premium-v2 .pagebar .xiycms-page{
  display:inline-flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:0;
  padding:0;
}
.golsk-news-premium-v2 .pagebar li{
  float:none!important;
}
.golsk-news-premium-v2 .pagebar a,
.golsk-news-premium-v2 .pagebar .now-page{
  min-width:38px;
  height:38px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  margin:0!important;
  padding:4px 13px!important;
  border-radius:11px!important;
  border:1px solid #dbe6f2!important;
  background:#fff!important;
  color:#526070!important;
  box-shadow:0 8px 18px rgba(15,45,86,.05);
}
.golsk-news-premium-v2 .pagebar a:hover,
.golsk-news-premium-v2 .pagebar .now-page{
  background:linear-gradient(135deg,#0b63b6,#07539a)!important;
  color:#fff!important;
  border-color:#0b63b6!important;
}

@media(max-width:991px){
  .golsk-news-premium-v2 .news-v2-hero h1{
    font-size:34px!important;
  }
  .golsk-news-premium-v2 .news-v2-hero p{
    font-size:15px!important;
    max-width:620px;
  }
  .golsk-news-premium-v2 .news-box{
    gap:20px;
  }
  .golsk-news-premium-v2 .news-box > a.ov-h{
    flex-basis:220px;
    width:220px!important;
    max-width:220px!important;
  }
  .golsk-news-premium-v2 .news-box h3{
    font-size:20px!important;
  }
}
@media(max-width:767px){
  .golsk-news-premium-v2 .news-v2-hero-inner{
    display:none!important;
  }
  .golsk-news-premium-v2 .news-v2-hero{
    margin-bottom:26px!important;
  }
  .golsk-news-premium-v2 .place-box .place{
    float:none!important;
    display:block;
    margin-top:8px;
  }
  .golsk-news-premium-v2 .news-box{
    display:block!important;
    padding:18px!important;
  }
  .golsk-news-premium-v2 .news-box > a.ov-h{
    width:100%!important;
    max-width:100%!important;
    float:none!important;
    margin:0 0 16px!important;
  }
  .golsk-news-premium-v2 .news-box small{
    padding-right:0!important;
  }
  .golsk-news-premium-v2 .news-box .more{
    position:static!important;
    margin-top:16px;
  }
}
/* ===== /GOLSK News Page Premium V2 2026-06-27 ===== */

/* ===== GOLSK News List Compact Card Layout V4 2026-06-28 =====
   Fix: card too high; summary text dropped below image. */
.golsk-news-premium-v2 .news-box{
  position:relative!important;
  display:grid!important;
  grid-template-columns:320px minmax(0,1fr)!important;
  grid-template-areas:
    "thumb title"
    "thumb desc"
    "thumb meta"!important;
  column-gap:34px!important;
  row-gap:0!important;
  align-items:center!important;
  min-height:0!important;
  height:auto!important;
  padding:26px 32px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
}

.golsk-news-premium-v2 .news-box > a.ov-h{
  grid-area:thumb!important;
  width:320px!important;
  max-width:320px!important;
  flex:none!important;
  float:none!important;
  margin:0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 16px 36px rgba(15,45,86,.10)!important;
}

/* 关键：把原模板右侧 span 拆成 contents，让 h3/p/small 能进 grid 指定区域 */
.golsk-news-premium-v2 .news-box > span{
  display:contents!important;
}

/* 标题固定在右侧上方，不再把摘要挤到图片下面 */
.golsk-news-premium-v2 .news-box h3{
  grid-area:title!important;
  align-self:end!important;
  width:100%!important;
  max-width:780px!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0 0 14px!important;
  padding:0!important;
  font-size:21px!important;
  line-height:1.38!important;
  font-weight:900!important;
  letter-spacing:.2px!important;
}
.golsk-news-premium-v2 .news-box h3 a{
  color:#11243e!important;
}

/* 摘要固定在标题下面，最多两行 */
.golsk-news-premium-v2 .news-box p,
.golsk-news-premium-v2 .news-box p.i40{
  grid-area:desc!important;
  align-self:start!important;
  width:100%!important;
  max-width:780px!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0 0 16px!important;
  padding:0 0 16px!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  color:#627287!important;
  font-size:16px!important;
  line-height:1.85!important;
  border-bottom:1px solid #dfe8f2!important;
}
.golsk-news-premium-v2 .news-box p:after,
.golsk-news-premium-v2 .news-box p.i40:after{
  display:none!important;
  content:none!important;
}

/* 作者/日期/分类固定在摘要下面 */
.golsk-news-premium-v2 .news-box small{
  grid-area:meta!important;
  align-self:start!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:10px 26px!important;
  width:100%!important;
  max-width:780px!important;
  padding:0!important;
  margin:0!important;
  color:#8d9aad!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.golsk-news-premium-v2 .news-box small span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  white-space:nowrap!important;
}
.golsk-news-premium-v2 .news-box small i{
  color:#0b67bd!important;
  font-size:15px!important;
}
.golsk-news-premium-v2 .news-box small a{
  color:#7d8898!important;
}

/* 查看按钮右下角，小一点，不顶版面 */
.golsk-news-premium-v2 .news-box .more{
  position:absolute!important;
  right:24px!important;
  bottom:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:92px!important;
  height:34px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#eef6ff 0%,#ffffff 100%)!important;
  border:1px solid #dbe8f6!important;
  color:#0354a6!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 8px 18px rgba(15,45,86,.06)!important;
}

/* 卡片间距也收紧一点 */
.golsk-news-premium-v2 .news li{
  margin-bottom:22px!important;
}

@media(max-width:1200px){
  .golsk-news-premium-v2 .news-box{
    grid-template-columns:280px minmax(0,1fr)!important;
    column-gap:28px!important;
    padding:24px 28px!important;
  }
  .golsk-news-premium-v2 .news-box > a.ov-h{
    width:280px!important;
    max-width:280px!important;
  }
  .golsk-news-premium-v2 .news-box h3{
    font-size:23px!important;
  }
  .golsk-news-premium-v2 .news-box p,
  .golsk-news-premium-v2 .news-box p.i40{
    font-size:15px!important;
  }
}

@media(max-width:991px){
  .golsk-news-premium-v2 .news-box{
    grid-template-columns:230px minmax(0,1fr)!important;
    column-gap:20px!important;
    padding:22px!important;
  }
  .golsk-news-premium-v2 .news-box > a.ov-h{
    width:230px!important;
    max-width:230px!important;
  }
  .golsk-news-premium-v2 .news-box h3{
    font-size:18px!important;
    margin-bottom:10px!important;
  }
  .golsk-news-premium-v2 .news-box p,
  .golsk-news-premium-v2 .news-box p.i40{
    font-size:14px!important;
    line-height:1.75!important;
    margin-bottom:12px!important;
    padding-bottom:12px!important;
  }
  .golsk-news-premium-v2 .news-box small{
    gap:8px 14px!important;
    font-size:13px!important;
  }
}

@media(max-width:767px){
  .golsk-news-premium-v2 .news-box{
    display:block!important;
    padding:18px!important;
  }
  .golsk-news-premium-v2 .news-box > span{
    display:block!important;
  }
  .golsk-news-premium-v2 .news-box > a.ov-h{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 16px!important;
  }
  .golsk-news-premium-v2 .news-box h3{
    font-size:18px!important;
  }
  .golsk-news-premium-v2 .news-box .more{
    position:static!important;
    margin-top:16px!important;
  }
}
/* ===== /GOLSK News List Compact Card Layout V4 2026-06-28 ===== */

/* V5 title size reduced to better match overall site typography */
