/*
 * 科仪有维专题频道 V2
 * 文件路径：
 * /skin/kyywgov/css/special-v2.css
 */

.kyyw-topic-v2-body{
  margin:0;
  background:#f2f6fb;
}

.kyyw-topic-v2,
.kyyw-topic-v2 *{
  box-sizing:border-box;
}

.kyyw-topic-v2{
  padding:22px 0 58px;
  color:#234564;
  background:#f2f6fb;
}

.kyyw-topic-v2-container{
  width:1200px;
  max-width:calc(100% - 32px);
  margin:0 auto;
}

/* 面包屑 */
.kyyw-topic-v2-crumb{
  display:flex;
  margin-bottom:16px;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  color:#718398;
  font-size:14px;
  line-height:1.7;
}

.kyyw-topic-v2-crumb a{
  color:#5b7088;
  text-decoration:none;
}

.kyyw-topic-v2-crumb a:hover{
  color:#0a4697;
}

.kyyw-topic-v2-crumb em{
  color:#284d76;
  font-style:normal;
}

/* Banner */
.kyyw-topic-v2-hero{
  position:relative;
  display:flex;
  min-height:258px;
  overflow:hidden;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:42px 52px;
  background:
    radial-gradient(
      circle at 88% 30%,
      rgba(255,255,255,.17),
      transparent 28%
    ),
    linear-gradient(120deg,#073b7d 0%,#0a52a7 58%,#176ec5 100%);
  box-shadow:0 8px 24px rgba(7,54,118,.15);
}

.kyyw-topic-v2-hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:108px;
  height:6px;
  background:#c82027;
}

.kyyw-topic-v2-hero::after{
  content:"";
  position:absolute;
  right:-100px;
  bottom:-180px;
  width:430px;
  height:430px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  box-shadow:
    0 0 0 52px rgba(255,255,255,.04),
    0 0 0 104px rgba(255,255,255,.025);
}

.kyyw-topic-v2-hero-copy{
  position:relative;
  z-index:2;
  max-width:790px;
}

.kyyw-topic-v2-eyebrow{
  display:inline-block;
  margin-bottom:13px;
  padding:5px 12px;
  border-left:4px solid #e2b7b9;
  background:rgba(255,255,255,.11);
  color:#eef6ff;
  font-size:13px;
  line-height:1.5;
}

.kyyw-topic-v2-hero h1{
  margin:0;
  color:#fff;
  font-size:42px;
  font-weight:800;
  line-height:1.25;
}

.kyyw-topic-v2-hero h2{
  margin:11px 0 16px;
  color:#dfeeff;
  font-size:24px;
  font-weight:500;
  line-height:1.45;
}

.kyyw-topic-v2-hero p{
  max-width:780px;
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:15px;
  line-height:1.9;
}

.kyyw-topic-v2-hero-mark{
  position:relative;
  z-index:2;
  display:flex;
  width:176px;
  height:176px;
  flex:0 0 176px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-align:center;
}

.kyyw-topic-v2-hero-mark strong{
  font-size:25px;
  letter-spacing:2px;
}

.kyyw-topic-v2-hero-mark span{
  margin-top:6px;
  font-size:13px;
  letter-spacing:3px;
}

/* 区块 */
.kyyw-topic-v2-section{
  margin-top:24px;
  padding:32px 36px 38px;
  border:1px solid #d8e3ef;
  background:#fff;
  box-shadow:0 4px 16px rgba(12,62,123,.045);
}

.kyyw-topic-v2-section-head{
  display:flex;
  margin-bottom:25px;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  padding-bottom:17px;
  border-bottom:2px solid #0a4697;
}

.kyyw-topic-v2-section-head > div{
  position:relative;
  padding-left:16px;
}

.kyyw-topic-v2-section-head > div::before{
  content:"";
  position:absolute;
  top:3px;
  left:0;
  width:4px;
  height:42px;
  background:#c82027;
}

.kyyw-topic-v2-section-head span{
  display:block;
  margin-bottom:3px;
  color:#8a9bb0;
  font-size:11px;
  line-height:1.4;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.kyyw-topic-v2-section-head h2{
  margin:0;
  color:#0b3e7c;
  font-size:27px;
  line-height:1.35;
}

.kyyw-topic-v2-section-head > p{
  max-width:600px;
  margin:0;
  color:#6b7f94;
  font-size:14px;
  line-height:1.7;
  text-align:right;
}

/* 新闻：第一条重点，其余普通 */
.kyyw-topic-v2-news-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 28px;
}

.kyyw-topic-v2-news-item{
  display:grid;
  min-width:0;
  grid-template-columns:112px minmax(0,1fr);
  gap:16px;
  padding:18px 0;
  border-bottom:1px solid #e4ebf2;
}

.kyyw-topic-v2-news-item:first-child{
  grid-column:1 / -1;
  grid-template-columns:390px minmax(0,1fr);
  gap:28px;
  padding:0 0 26px;
  margin-bottom:4px;
  border-bottom:1px solid #dce6f0;
}

.kyyw-topic-v2-news-image{
  display:block;
  height:88px;
  overflow:hidden;
  background:#edf3f9;
  text-decoration:none;
}

.kyyw-topic-v2-news-item:first-child .kyyw-topic-v2-news-image{
  height:232px;
}

.kyyw-topic-v2-news-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}

.kyyw-topic-v2-news-item:hover .kyyw-topic-v2-news-image img{
  transform:scale(1.035);
}

.kyyw-topic-v2-news-placeholder{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  background:
    linear-gradient(135deg,#e7f0fa 0%,#f6f9fc 100%);
  color:#295c91;
}

.kyyw-topic-v2-news-placeholder span{
  font-size:12px;
  letter-spacing:2px;
}

.kyyw-topic-v2-news-placeholder strong{
  margin-top:5px;
  font-size:17px;
}

.kyyw-topic-v2-news-copy{
  min-width:0;
}

.kyyw-topic-v2-news-label{
  display:inline-block;
  margin-bottom:8px;
  padding:3px 8px;
  background:#eef5fd;
  color:#1e5796;
  font-size:11px;
  line-height:1.4;
}

.kyyw-topic-v2-news-copy h3{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.55;
}

.kyyw-topic-v2-news-item:first-child h3{
  margin-bottom:13px;
  font-size:25px;
  line-height:1.45;
}

.kyyw-topic-v2-news-copy h3 a{
  color:#163f6c;
  text-decoration:none;
}

.kyyw-topic-v2-news-copy h3 a:hover{
  color:#0a4697;
}

.kyyw-topic-v2-news-copy p{
  display:none;
  margin:0;
  color:#65798f;
  font-size:14px;
  line-height:1.85;
}

.kyyw-topic-v2-news-item:first-child p{
  display:block;
}

.kyyw-topic-v2-news-meta{
  display:flex;
  margin-top:9px;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#91a0b1;
  font-size:12px;
}

.kyyw-topic-v2-news-meta a{
  display:none;
  color:#0a55a5;
  text-decoration:none;
}

.kyyw-topic-v2-news-item:first-child .kyyw-topic-v2-news-meta{
  margin-top:19px;
}

.kyyw-topic-v2-news-item:first-child .kyyw-topic-v2-news-meta a{
  display:inline;
}

/* 服务卡片 */
.kyyw-topic-v2-service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #dfe7f0;
  border-left:1px solid #dfe7f0;
}

.kyyw-topic-v2-service-item{
  position:relative;
  min-height:190px;
  padding:25px 22px;
  border-right:1px solid #dfe7f0;
  border-bottom:1px solid #dfe7f0;
  background:#fff;
}

.kyyw-topic-v2-service-item:hover{
  background:#f5f9fe;
}

.kyyw-topic-v2-service-item b{
  display:block;
  margin-bottom:17px;
  color:#c82027;
  font-size:20px;
  line-height:1.3;
}

.kyyw-topic-v2-service-item h3{
  margin:0 0 10px;
  color:#164674;
  font-size:18px;
  line-height:1.45;
}

.kyyw-topic-v2-service-item p{
  margin:0;
  color:#687d92;
  font-size:13px;
  line-height:1.8;
}

/* 关注方向 */
.kyyw-topic-v2-focus-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.kyyw-topic-v2-focus-grid div{
  position:relative;
  min-height:76px;
  padding:18px 14px 18px 42px;
  border:1px solid #dce6f1;
  background:#f8fbfe;
  color:#254f7a;
  font-size:14px;
  line-height:1.7;
}

.kyyw-topic-v2-focus-grid div::before{
  content:"";
  position:absolute;
  top:24px;
  left:19px;
  width:8px;
  height:8px;
  border:3px solid #0b55a5;
  border-radius:50%;
}

/* 入口卡片 */
.kyyw-topic-v2-action-section{
  background:#f8fbff;
}

.kyyw-topic-v2-action-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.kyyw-topic-v2-action-item{
  display:flex;
  min-height:170px;
  padding:23px 21px;
  flex-direction:column;
  border:1px solid #d7e3ef;
  border-top:4px solid #0a4697;
  background:#fff;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.kyyw-topic-v2-action-item:nth-child(2){
  border-top-color:#c82027;
}

.kyyw-topic-v2-action-item:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(10,62,123,.1);
}

.kyyw-topic-v2-action-item strong{
  color:#143f6c;
  font-size:18px;
  line-height:1.45;
}

.kyyw-topic-v2-action-item span{
  margin-top:10px;
  color:#687c90;
  font-size:13px;
  line-height:1.75;
}

.kyyw-topic-v2-action-item em{
  margin-top:auto;
  padding-top:18px;
  color:#0a55a5;
  font-size:13px;
  font-style:normal;
  font-weight:700;
}

/* 分页 */
.kyyw-topic-v2-pagebar{
  margin-top:26px;
  text-align:center;
}

.kyyw-topic-v2-pagebar a,
.kyyw-topic-v2-pagebar b,
.kyyw-topic-v2-pagebar span{
  display:inline-block;
  min-width:34px;
  height:34px;
  margin:3px;
  padding:0 9px;
  border:1px solid #d9e3ee;
  background:#fff;
  color:#536b83;
  line-height:32px;
  text-decoration:none;
}

.kyyw-topic-v2-pagebar b,
.kyyw-topic-v2-pagebar a:hover{
  border-color:#0a4697;
  background:#0a4697;
  color:#fff;
}

/* CTA */
.kyyw-topic-v2-cta{
  display:flex;
  margin-top:24px;
  padding:34px 40px;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:#083e82;
  color:#fff;
}

.kyyw-topic-v2-cta > div:first-child{
  max-width:730px;
}

.kyyw-topic-v2-cta span{
  display:block;
  margin-bottom:6px;
  color:#cbdff5;
  font-size:13px;
  letter-spacing:1px;
}

.kyyw-topic-v2-cta h2{
  margin:0 0 9px;
  color:#fff;
  font-size:25px;
  line-height:1.45;
}

.kyyw-topic-v2-cta p{
  margin:0;
  color:rgba(255,255,255,.85);
  font-size:14px;
  line-height:1.8;
}

.kyyw-topic-v2-cta-actions{
  display:flex;
  flex:0 0 auto;
  gap:10px;
}

.kyyw-topic-v2-cta-actions a{
  display:inline-flex;
  min-width:126px;
  height:42px;
  padding:0 17px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.6);
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.kyyw-topic-v2-cta-actions a:first-child{
  border-color:#fff;
  background:#fff;
  color:#0a4697;
}

/* 平板 */
@media(max-width:1024px){
  .kyyw-topic-v2-hero{
    padding:36px 34px;
  }

  .kyyw-topic-v2-hero-mark{
    width:146px;
    height:146px;
    flex-basis:146px;
  }

  .kyyw-topic-v2-news-item:first-child{
    grid-template-columns:330px minmax(0,1fr);
  }

  .kyyw-topic-v2-service-grid,
  .kyyw-topic-v2-focus-grid,
  .kyyw-topic-v2-action-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* 手机 */
@media(max-width:768px){
  .kyyw-topic-v2{
    padding-top:14px;
  }

  .kyyw-topic-v2-container{
    max-width:calc(100% - 24px);
  }

  .kyyw-topic-v2-crumb{
    font-size:12px;
  }

  .kyyw-topic-v2-hero{
    min-height:0;
    padding:28px 20px 30px;
  }

  .kyyw-topic-v2-hero h1{
    font-size:30px;
  }

  .kyyw-topic-v2-hero h2{
    font-size:19px;
  }

  .kyyw-topic-v2-hero p{
    font-size:14px;
    line-height:1.8;
  }

  .kyyw-topic-v2-hero-mark{
    display:none;
  }

  .kyyw-topic-v2-section{
    margin-top:16px;
    padding:22px 14px 26px;
  }

  .kyyw-topic-v2-section-head{
    display:block;
    margin-bottom:18px;
  }

  .kyyw-topic-v2-section-head h2{
    font-size:23px;
  }

  .kyyw-topic-v2-section-head > p{
    margin-top:10px;
    font-size:13px;
    text-align:left;
  }

  .kyyw-topic-v2-news-list{
    display:block;
  }

  .kyyw-topic-v2-news-item,
  .kyyw-topic-v2-news-item:first-child{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    gap:13px;
    padding:15px 0;
    margin:0;
  }

  .kyyw-topic-v2-news-item:first-child{
    grid-template-columns:1fr;
  }

  .kyyw-topic-v2-news-image,
  .kyyw-topic-v2-news-item:first-child .kyyw-topic-v2-news-image{
    height:86px;
  }

  .kyyw-topic-v2-news-item:first-child .kyyw-topic-v2-news-image{
    height:190px;
  }

  .kyyw-topic-v2-news-item:first-child h3{
    font-size:21px;
  }

  .kyyw-topic-v2-news-copy h3{
    font-size:15px;
  }

  .kyyw-topic-v2-news-copy p{
    display:none !important;
  }

  .kyyw-topic-v2-news-item:first-child p{
    display:block !important;
    font-size:13px;
  }

  .kyyw-topic-v2-service-grid,
  .kyyw-topic-v2-focus-grid,
  .kyyw-topic-v2-action-grid{
    grid-template-columns:1fr;
  }

  .kyyw-topic-v2-service-item{
    min-height:0;
    padding:20px;
  }

  .kyyw-topic-v2-focus-grid div{
    min-height:0;
  }

  .kyyw-topic-v2-action-item{
    min-height:0;
  }

  .kyyw-topic-v2-cta{
    display:block;
    padding:26px 18px;
  }

  .kyyw-topic-v2-cta h2{
    font-size:21px;
  }

  .kyyw-topic-v2-cta-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:20px;
  }

  .kyyw-topic-v2-cta-actions a{
    min-width:0;
  }
}

@media(max-width:420px){
  .kyyw-topic-v2-news-item{
    grid-template-columns:92px minmax(0,1fr);
  }

  .kyyw-topic-v2-cta-actions{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   专题频道 V2.1：关联资源模块
   二手仪器专题调用栏目29
   ========================================================= */

.kyyw-topic-v21-resource-section{
  background:#fff;
}

.kyyw-topic-v21-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.kyyw-topic-v21-resource-card{
  display:flex;
  min-width:0;
  overflow:hidden;
  flex-direction:column;
  border:1px solid #dce5ef;
  background:#fff;
  box-shadow:0 3px 13px rgba(10,62,123,.045);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.kyyw-topic-v21-resource-card:hover{
  transform:translateY(-3px);
  border-color:#b9cee6;
  box-shadow:0 9px 22px rgba(10,62,123,.09);
}

.kyyw-topic-v21-resource-image{
  display:block;
  height:202px;
  padding:13px 13px 0;
  overflow:hidden;
  text-decoration:none;
}

.kyyw-topic-v21-resource-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border:1px solid #edf2f7;
  background:#f5f7fa;
  transition:transform .3s ease;
}

.kyyw-topic-v21-resource-card:hover
.kyyw-topic-v21-resource-image img{
  transform:scale(1.025);
}

.kyyw-topic-v21-resource-placeholder{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border:1px solid #edf2f7;
  background:
    linear-gradient(135deg,#e9f1fa 0%,#f7f9fc 100%);
  color:#285b91;
}

.kyyw-topic-v21-resource-placeholder span{
  font-size:12px;
  letter-spacing:2px;
}

.kyyw-topic-v21-resource-placeholder strong{
  margin-top:5px;
  font-size:17px;
}

.kyyw-topic-v21-resource-copy{
  display:flex;
  min-width:0;
  flex:1;
  flex-direction:column;
  padding:14px 16px 17px;
}

.kyyw-topic-v21-resource-tags{
  display:flex;
  min-height:26px;
  margin-bottom:9px;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}

.kyyw-topic-v21-resource-tags span{
  display:inline-block;
  max-width:140px;
  overflow:hidden;
  padding:3px 8px;
  border:1px solid #d9e6f5;
  background:#eef5fd;
  color:#225991;
  font-size:11px;
  line-height:1.45;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.kyyw-topic-v21-resource-tags span:nth-child(2){
  border-color:#e2e7ed;
  background:#f5f7fa;
  color:#60748a;
}

.kyyw-topic-v21-resource-copy h3{
  min-height:55px;
  margin:0 0 11px;
  font-size:17px;
  line-height:1.6;
}

.kyyw-topic-v21-resource-copy h3 a{
  color:#173f6b;
  text-decoration:none;
}

.kyyw-topic-v21-resource-copy h3 a:hover{
  color:#0a4697;
}

.kyyw-topic-v21-resource-copy dl{
  margin:0;
  padding:10px 0;
  border-top:1px solid #edf2f6;
  border-bottom:1px solid #edf2f6;
}

.kyyw-topic-v21-resource-copy dl > div{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:8px;
  margin:4px 0;
  font-size:13px;
  line-height:1.6;
}

.kyyw-topic-v21-resource-copy dt{
  color:#8090a2;
}

.kyyw-topic-v21-resource-copy dd{
  min-width:0;
  margin:0;
  overflow:hidden;
  color:#50667e;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.kyyw-topic-v21-resource-bottom{
  display:flex;
  margin-top:auto;
  padding-top:12px;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
}

.kyyw-topic-v21-resource-bottom span{
  color:#8291a3;
  font-size:12px;
}

.kyyw-topic-v21-resource-bottom strong{
  color:#d94a27;
  font-size:18px;
  line-height:1.4;
}

.kyyw-topic-v21-resource-more{
  margin-top:22px;
  text-align:right;
}

.kyyw-topic-v21-resource-more a{
  display:inline-block;
  padding:9px 18px;
  border:1px solid #0a4697;
  color:#0a4697;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.kyyw-topic-v21-resource-more a:hover{
  background:#0a4697;
  color:#fff;
}

.kyyw-topic-v21-resource-empty{
  padding:55px 20px;
  border:1px dashed #ccd9e7;
  background:#f8fbfe;
  color:#8090a1;
  font-size:14px;
  text-align:center;
}

@media(max-width:1024px){
  .kyyw-topic-v21-resource-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:768px){
  .kyyw-topic-v21-resource-grid{
    grid-template-columns:1fr;
    gap:13px;
  }

  .kyyw-topic-v21-resource-card{
    display:grid;
    grid-template-columns:124px minmax(0,1fr);
  }

  .kyyw-topic-v21-resource-image{
    height:100%;
    min-height:176px;
    padding:12px 0 12px 12px;
  }

  .kyyw-topic-v21-resource-copy{
    padding:12px;
  }

  .kyyw-topic-v21-resource-copy h3{
    min-height:0;
    margin-bottom:8px;
    font-size:16px;
  }

  .kyyw-topic-v21-resource-tags{
    min-height:0;
    margin-bottom:7px;
  }

  .kyyw-topic-v21-resource-copy dl{
    padding:7px 0;
  }

  .kyyw-topic-v21-resource-bottom{
    padding-top:8px;
  }

  .kyyw-topic-v21-resource-more{
    text-align:center;
  }
}

@media(max-width:420px){
  .kyyw-topic-v21-resource-card{
    display:flex;
  }

  .kyyw-topic-v21-resource-image{
    height:205px;
    min-height:0;
    padding:12px 12px 0;
  }
}
