/* 顶部欢迎与搜索区域 */
.lb-hero{
  padding:67px 0 65px;
  color:#fff;
  background: none;
  position: relative;
  overflow: hidden;
}
.lb-hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 0;
}
.lb-hero-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  z-index:1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.lb-hero-title{
  font-size:32px;
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:20px;
  text-shadow:0 2px 8px rgba(0,0,0,0.3);
}
.lb-hero-sub{
  font-size:16px;
  opacity:0.95;
  margin-bottom:30px;
  font-weight:400;
  text-shadow:0 1px 4px rgba(0,0,0,0.2);
}
.lb-hero-search{
  display:flex;
  align-items:stretch;
  max-width:700px;
  width:100%;
  background:#fff;
  border-radius:4px;
  overflow:hidden;
  box-shadow:0 4px 16px rgba(0,0,0,0.2);
  height:52px;
}
.lb-hero-search input{
  flex:1;
  border:none;
  padding:0 24px;
  font-size:15px;
  outline:none;
  color:#333;
}
.lb-hero-search input::placeholder{
  color:#999;
}
.lb-hero-search button{
  flex:0 0 110px;
  border:none;
  background:#ffa500;
  color:#fff;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  outline:none;
  transition:all 0.3s ease;
}
.lb-hero-search button:hover{
  background:#ff8c00;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255,165,0,0.4);
}

.lb-hotline{
  display:flex;
  align-items:center;
  gap: 18px;
  border: 1px solid #eee;
  background:#fff;
  height: 80px;
  margin-top: 18px;
}
.lb-hotline-tag{
  flex: 0 0 auto;
  height: 80px;
  padding: 0 18px;
  background: #dc3545;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 80px;
}
.lb-hotline-title{
  flex: 1;
  min-width: 0;
  font-size: 50px;
  font-weight: 800;
  color:#d81e06;
  padding-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lb-hotline-title:hover{color:#b02a37;}

.lb-ticker{
  display:flex;
  align-items:center;
  border: 1px solid #eee;
  background:#fff;
  height: 44px;
  margin-top: 10px;
}
.lb-ticker-tag{
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 0 16px;
  height: 44px;
  color:#d81e06;
  font-weight: 800;
  white-space: nowrap;
}
.lb-ticker-ico{
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #dc3545;
  position: relative;
}
.lb-ticker-ico:before{
  content: '';
  position:absolute;
  left: 5px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.lb-ticker-track{
  flex: 1;
  min-width: 0;
  height: 44px;
  overflow: hidden;
  position: relative;
}
.lb-ticker-runner{
  display:inline-flex;
  align-items:center;
  gap: 14px;
  height: 44px;
  padding-left: 10px;
  white-space: nowrap;
  will-change: transform;
  animation: lbTickerMarquee 26s linear infinite;
}
.lb-ticker-track:hover .lb-ticker-runner{animation-play-state: paused;}
.lb-ticker-item{color:#333;font-size:14px;}
.lb-ticker-item:hover{color:#dc3545;}
.lb-ticker-sep{color:#dc3545;opacity:0.9;}

@keyframes lbTickerMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

.lb-news-dynamic{padding:22px 0 10px;}
.lb-nd-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px 0;}
.lb-nd-title{font-size:22px;font-weight:700;color:#111;position:relative;padding-left:0;}
.lb-nd-title:after{content:"";display:block;width:44px;height:4px;background:#d81e06;border-radius:4px;margin-top:10px;}
.lb-nd-more{font-size:14px;color:#666;cursor:pointer;}
.lb-nd-more:hover{color:#d81e06;}
.lb-nd-body{display:flex;gap:18px;}
.lb-nd-left{width:700px;flex:0 0 700px;}
.lb-nd-right{flex:1;min-width:0;}

/* 左侧轮播 */
.lb-news-slide{position:relative;width:100%;height:360px;overflow:hidden;border-radius:6px;background:#f3f3f3;}
.lb-news-slide .bd{height:100%;}
.lb-news-slide .bd ul{height:100%;}
.lb-news-slide .bd li{height:360px;}
.lb-news-slide-link{display:block;position:relative;width:100%;height:360px;}
.lb-news-slide-img{width:100%;height:100%;object-fit:cover;display:block;}
.lb-news-slide-mask{position:absolute;left:0;right:0;bottom:0;height:95px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.55));}
.lb-news-slide-caption{position:absolute;left:16px;right:16px;bottom:14px;color:#fff;font-size:18px;font-weight:600;}
.lb-news-slide .hd{position:absolute;right:12px;bottom:12px;z-index:2;}
.lb-news-slide .hd ul{display:flex;gap:6px;}
.lb-news-slide .hd li{width:20px;height:4px;border-radius:3px;background:rgba(255,255,255,.55);cursor:pointer;}
.lb-news-slide .hd li.on{background:#fff;}

/* 右侧 tabs */
.lb-tabs{border:1px solid #eee;border-radius:6px;overflow:hidden;background:#fff;height:360px;display:flex;flex-direction:column;}
.lb-tab-head{display:flex;gap:0;border-bottom:1px solid #eee;background:#fafafa;padding:0 10px;}
.lb-tab-item{flex:1;text-align:center;height:44px;line-height:44px;font-size:15px;color:#333;cursor:pointer;position:relative;user-select:none;}
.lb-tab-item span{display:inline-block;max-width:100%;vertical-align:middle;}
.lb-tab-item.on{background:#d81e06;color:#fff;border-radius:4px;margin:6px 6px;line-height:32px;height:32px;}
.lb-tab-body{flex:1;min-height:0;}
.lb-tab-panel{display:none;height:100%;padding:10px 14px 12px 14px;}
.lb-tab-panel.on{display:block;}
.lb-tab-list{display:flex;flex-direction:column;gap:10px;}
.lb-tab-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:4px;color:#333;}
.lb-tab-row:hover{background:#f7f7f7;color:#d81e06;}
.lb-tab-dot{width:8px;height:8px;border-radius:999px;border:2px solid #d81e06;flex:0 0 8px;}
.lb-tab-text{flex:1;min-width:0;font-size:16px;}
.lb-tab-date{flex:0 0 auto;font-size:13px;color:#999;}

@media (max-width: 1240px){
  .lb-nd-body{gap:12px;}
  .lb-nd-left{width:680px;flex-basis:680px;}
}

/* 老兵服务板块 */
.lb-veteran-service{
  padding:60px 0;
  background:#f8f9fa;
}
.lb-vs-head{
  text-align:center;
  margin-bottom:50px;
}
.lb-vs-title{
  font-size:32px;
  font-weight:700;
  color:#1a1a1a;
  margin-bottom:12px;
  position:relative;
  display:inline-block;
}
.lb-vs-title:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  width:60px;
  height:4px;
  background:#d81e06;
  border-radius:2px;
}
.lb-vs-subtitle{
  font-size:16px;
  color:#666;
  margin-top:20px;
  line-height:1.6;
}
.lb-vs-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}
.lb-vs-card{
  background:#fff;
  border-radius:12px;
  padding:40px 24px;
  text-align:center;
  transition:all 0.3s ease;
  box-shadow:0 2px 8px rgba(0,0,0,0.06);
  cursor:pointer;
}
.lb-vs-card:hover{
  transform:translateY(-8px);
  box-shadow:0 8px 24px rgba(0,0,0,0.12);
}
.lb-vs-icon{
  width:80px;
  height:80px;
  margin:0 auto 24px;
  background:linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#dc2626;
  transition:all 0.3s ease;
}
.lb-vs-card:hover .lb-vs-icon{
  background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color:#fff;
  transform:scale(1.1);
}
.lb-vs-icon svg{
  width:40px;
  height:40px;
}
.lb-vs-name{
  font-size:20px;
  font-weight:600;
  color:#1a1a1a;
  margin-bottom:16px;
}
.lb-vs-desc{
  font-size:14px;
  color:#666;
  line-height:1.8;
}

@media (max-width: 1240px){
  .lb-vs-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
  }
}

@media (max-width: 768px){
  .lb-veteran-service{padding:40px 20px;}
  .lb-vs-title{font-size:26px;}
  .lb-vs-subtitle{font-size:14px;}
  .lb-vs-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .lb-vs-card{padding:32px 20px;}
}

/* 老兵服务：三列模块（轮播/资讯/公告） */
.lb-vs-triple-wrap{margin-top:46px;padding:18px 0 8px;}
.lb-vs-triple{
  display:flex;
  gap:18px;
  margin:0 0 26px 0;
}
.lb-vs-col{min-width:0;}
.lb-vs-col-slide{flex:0 0 420px;}
.lb-vs-col-news{flex:1;}
.lb-vs-col-notice{flex:1;}

.lb-vs-slide{position:relative;width:100%;height:260px;overflow:hidden;border-radius:6px;background:#f3f3f3;}
.lb-vs-slide .bd{height:100%;}
.lb-vs-slide .bd ul{height:100%;}
.lb-vs-slide .bd li{height:260px;}
.lb-vs-slide-link{display:block;position:relative;width:100%;height:260px;}
.lb-vs-slide-img{width:100%;height:100%;object-fit:cover;display:block;}
.lb-vs-slide-mask{position:absolute;left:0;right:0;bottom:0;height:78px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.55));}
.lb-vs-slide-caption{position:absolute;left:14px;right:14px;bottom:12px;color:#fff;font-size:16px;font-weight:600;}
.lb-vs-slide .hd{position:absolute;left:0;right:0;bottom:10px;z-index:2;}
.lb-vs-slide .hd ul{display:flex;justify-content:center;gap:6px;}
.lb-vs-slide .hd li{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.55);cursor:pointer;}
.lb-vs-slide .hd li.on{background:#fff;}

.lb-vs-box{border:1px solid #eee;border-radius:6px;overflow:hidden;background:#fff;height:260px;display:flex;flex-direction:column;}
.lb-vs-box-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #eee;background:#fafafa;}
.lb-vs-box-title{font-size:20px;font-weight:700;color:#fff;background:#d81e06;padding:6px 12px;border-radius:2px;}
.lb-vs-box-more{font-size:13px;color:#666;}
.lb-vs-box-more:hover{color:#d81e06;}
.lb-vs-box-body{flex:1;min-height:0;padding:8px 12px;}

.lb-vs-row{display:flex;align-items:center;gap:10px;padding:7px 4px;border-bottom:1px dashed #eee;color:#333;}
.lb-vs-row:last-child{border-bottom:none;}
.lb-vs-row:hover{background:#f7f7f7;color:#d81e06;}
.lb-vs-dot{width:8px;height:8px;border-radius:999px;border:2px solid #d81e06;flex:0 0 8px;}
.lb-vs-text{flex:1;min-width:0;font-size:14px;}
.lb-vs-date{flex:0 0 auto;font-size:12px;color:#999;}

.lb-vs-notice{height:100%;overflow:hidden;}
.lb-vs-notice .bd{height:100%;}
.lb-vs-notice .bd ul{margin:0;padding:0;}
.lb-vs-notice .bd li{list-style:none;}
.lb-vs-notice-row{display:flex;align-items:center;gap:10px;padding:8px 4px;border-bottom:1px dashed #eee;color:#333;}
.lb-vs-notice-row:hover{background:#f7f7f7;color:#d81e06;}

@media (max-width: 1240px){
  .lb-vs-col-slide{flex-basis:380px;}
}
@media (max-width: 992px){
  .lb-vs-triple{flex-direction:column;}
  .lb-vs-col-slide{flex-basis:auto;}
  .lb-vs-slide,.lb-vs-box{height:240px;}
  .lb-vs-slide-link,.lb-vs-slide .bd li{height:240px;}
}

/* 党史学习 / 二十大报告 / 荣誉榜 */
.lb-learn-wrap{margin:10px auto 0;}
.lb-learn{display:flex;gap:18px;align-items:stretch;}
.lb-learn-aside{flex:0 0 60px;background:#d81e06;border-radius:6px;display:flex;align-items:center;justify-content:center;}
.lb-learn-aside-text{color:#fff;font-size:20px;font-weight:700;letter-spacing:2px;writing-mode:vertical-rl;text-orientation:mixed;}

.lb-learn-main{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:18px;min-width:0;}
.lb-learn-col{border:1px solid #eee;border-radius:6px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0;}
.lb-learn-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #eee;background:#fafafa;}
.lb-learn-title{font-size:20px;font-weight:700;color:#fff;background:#d81e06;padding:6px 12px;border-radius:2px;}
.lb-learn-more{font-size:13px;color:#666;}
.lb-learn-more:hover{color:#d81e06;}

.lb-learn-list{padding:8px 12px;}
.lb-learn-row{display:flex;align-items:center;gap:10px;padding:7px 4px;border-bottom:1px dashed #eee;color:#333;}
.lb-learn-row:last-child{border-bottom:none;}
.lb-learn-row:hover{background:#f7f7f7;color:#d81e06;}
.lb-learn-dot{width:8px;height:8px;border-radius:999px;border:2px solid #d81e06;flex:0 0 8px;}
.lb-learn-text{flex:1;min-width:0;font-size:14px;}
.lb-learn-date{flex:0 0 auto;font-size:12px;color:#999;}

.lb-learn-honor{flex:0 0 340px;border:1px solid #eee;border-radius:6px;background:#fff;overflow:hidden;display:flex;flex-direction:column;}
.lb-learn-honor-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #eee;background:#fafafa;}
.lb-learn-honor-title{font-size:20px;font-weight:700;color:#fff;background:#d81e06;padding:6px 12px;border-radius:2px;}
.lb-learn-honor-card{display:block;padding:12px;flex:1;}
.lb-learn-honor-img{width:100%;height:100%;max-height:210px;object-fit:cover;border-radius:6px;display:block;background:#f3f3f3;}

@media (max-width: 992px){
  .lb-learn{flex-direction:column;}
  .lb-learn-aside{flex-basis:auto;padding:10px 0;}
  .lb-learn-aside-text{writing-mode:horizontal-tb;letter-spacing:0;}
  .lb-learn-main{grid-template-columns:1fr;}
  .lb-learn-honor{flex-basis:auto;}
}

/* 拥军代表：人物横向滚动 */
.lb-rep-wrap{margin:22px auto 0;}
.lb-rep-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px 0;}
.lb-rep-title{font-size:20px;font-weight:700;color:#fff;background:#d81e06;padding:6px 12px;border-radius:2px;}
.lb-rep-more{font-size:13px;color:#666;}
.lb-rep-more:hover{color:#d81e06;}

.lb-rep-slide{position:relative;overflow:hidden;border:1px solid #eee;border-radius:6px;background:#fff;padding:12px;}
.lb-rep-slide .bd{overflow:hidden;}
.lb-rep-slide .bd ul{display:flex;}
.lb-rep-slide .bd li{flex:0 0 auto;margin-right:14px;}

.lb-rep-card{display:block;width:118px;text-align:center;color:#333;}
.lb-rep-card:hover{color:#d81e06;}
.lb-rep-avatar{width:118px;height:150px;object-fit:cover;border-radius:4px;background:#1e88ff;display:block;}
.lb-rep-name{margin-top:8px;font-size:14px;line-height:1.2;}

@media (max-width: 992px){
  .lb-rep-slide{padding:10px;}
  .lb-rep-card{width:104px;}
  .lb-rep-avatar{width:104px;height:136px;}
}

/* 政策公告板块 */
.lb-policy-notice{
  padding:40px 0 30px;
  background:#fff;
}
.lb-pn-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 0 24px 0;
}
.lb-pn-title{
  font-size:24px;
  font-weight:700;
  color:#1a1a1a;
  position:relative;
  padding-left:12px;
}
.lb-pn-title:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:4px;
  height:24px;
  background:#1e3a8a;
  border-radius:2px;
}
.lb-pn-more{
  font-size:14px;
  color:#666;
  cursor:pointer;
  transition:color 0.3s;
}
.lb-pn-more:hover{
  color:#1e3a8a;
}

/* 表格样式 */
.lb-pn-table{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:8px;
  overflow:hidden;
}
.lb-pn-thead{
  display:flex;
  background:#f8f9fa;
  border-bottom:2px solid #e5e7eb;
  font-weight:600;
  color:#374151;
  font-size:15px;
}
.lb-pn-th{
  padding:16px 20px;
  text-align:left;
}
.lb-pn-tbody{
  background:#fff;
}
.lb-pn-row{
  display:flex;
  border-bottom:1px solid #f3f4f6;
  transition:background 0.2s;
}
.lb-pn-row:last-child{
  border-bottom:none;
}
.lb-pn-row:hover{
  background:#f9fafb;
}
.lb-pn-td{
  padding:18px 20px;
  display:flex;
  align-items:center;
  color:#4b5563;
  font-size:14px;
}

/* 列宽设置 */
.lb-pn-col-name{
  flex:1;
  min-width:0;
}
.lb-pn-col-date{
  flex:0 0 140px;
  justify-content:center;
}
.lb-pn-col-dept{
  flex:0 0 200px;
}
.lb-pn-col-action{
  flex:0 0 100px;
  justify-content:center;
}

/* 政策名称链接 */
.lb-pn-col-name a{
  color:#991b1b;
  font-weight:500;
  transition:color 0.3s;
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.lb-pn-col-name a:hover{
  color:#dc2626;
  text-decoration:underline;
}

/* 查看按钮 */
.lb-pn-view-btn{
  display:inline-block;
  padding:6px 20px;
  background:#1e3a8a;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  font-weight:500;
  transition:all 0.3s;
  text-align:center;
}
.lb-pn-view-btn:hover{
  background:#1e40af;
  transform:translateY(-1px);
  box-shadow:0 2px 8px rgba(30,58,138,0.3);
}

@media (max-width: 1240px){
  .lb-policy-notice{padding:30px 20px 20px;}
  .lb-pn-col-date{flex:0 0 120px;}
  .lb-pn-col-dept{flex:0 0 180px;}
}

@media (max-width: 768px){
  .lb-pn-table{border-radius:4px;}
  .lb-pn-thead{display:none;}
  .lb-pn-row{flex-direction:column;padding:16px;}
  .lb-pn-td{padding:8px 0;}
  .lb-pn-col-name,.lb-pn-col-date,.lb-pn-col-dept,.lb-pn-col-action{
    flex:1;
    width:100%;
  }
  .lb-pn-col-name:before{content:"政策名称：";font-weight:600;margin-right:8px;}
  .lb-pn-col-date:before{content:"发布日期：";font-weight:600;margin-right:8px;}
  .lb-pn-col-dept:before{content:"发布部门：";font-weight:600;margin-right:8px;}
  .lb-pn-col-action{justify-content:flex-start;margin-top:8px;}
}
