/* ========== 重置 ========== */
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:14px;color:#333;background:#f5f7fa;line-height:1.6;}
a{color:#333;text-decoration:none;}
a:hover{color:#036eb8;}
ul,li{list-style:none;}
img{max-width:100%;border:0;vertical-align:middle;}
.lst-wrap{width:1200px;max-width:95%;margin:0 auto;}

/* ========== 头部 ========== */
.lst-top{background:#fff;padding:18px 0;border-bottom:1px solid #eee;}
.lst-top-in{display:flex;justify-content:space-between;align-items:center;}
.lst-logo{font-size:26px;font-weight:bold;color:#036eb8;letter-spacing:1px;}
.lst-tel{text-align:right;}
.lst-tel span{display:block;font-size:13px;color:#888;}
.lst-tel strong{font-size:26px;color:#ff6600;font-family:Arial;}
.lst-nav{background:#036eb8;}
.lst-nav ul{display:flex;justify-content:center;}
.lst-nav li a{display:block;padding:14px 32px;color:#fff;font-size:16px;}
.lst-nav li a:hover{background:#025a96;}

/* ========== 面包屑 ========== */
.lst-crumb{padding:14px 0;font-size:13px;color:#888;}
.lst-crumb a{color:#666;}
.lst-crumb a:hover{color:#036eb8;}

/* ========== 栏目H1 ========== */
.lst-h1{font-size:24px;color:#036eb8;padding:8px 0 18px;border-bottom:2px solid #036eb8;margin-bottom:24px;font-weight:bold;}

/* ========== 主体布局 ========== */
.lst-main{display:flex;gap:24px;padding-bottom:40px;align-items:flex-start;}
.lst-content{flex:1;min-width:0;}
.lst-side{width:320px;flex-shrink:0;}

/* ========== 文章列表项 ========== */
.lst-list{background:#fff;border-radius:6px;padding:6px 28px;}
.lst-item{padding:22px 0;border-bottom:1px dashed #e8e8e8;}
.lst-item:last-child{border-bottom:0;}
.lst-item h2{font-size:19px;font-weight:normal;line-height:1.5;margin-bottom:10px;}
.lst-item h2 a{color:#222;}
.lst-item h2 a:hover{color:#036eb8;}
.lst-desc{font-size:14px;color:#888;line-height:1.8;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.lst-info{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#aaa;}
.lst-more{color:#036eb8;font-size:13px;}
.lst-more:hover{color:#ff6600;}

/* ========== 分页 ========== */
.lst-page{text-align:center;padding:30px 0;}
.lst-page a,.lst-page span,.lst-page b{display:inline-block;min-width:36px;height:36px;line-height:36px;padding:0 12px;margin:0 4px;border:1px solid #ddd;border-radius:4px;color:#555;font-size:14px;background:#fff;}
.lst-page a:hover{border-color:#036eb8;color:#036eb8;}
.lst-page b,.lst-page .thisclass a{background:#036eb8;color:#fff;border-color:#036eb8;}
.lst-page span{border:0;background:transparent;}

/* ========== 右侧栏通用 ========== */
.side-box{background:#fff;border-radius:6px;padding:20px;margin-bottom:20px;}
.side-box h3{font-size:17px;color:#036eb8;padding-bottom:12px;margin-bottom:14px;border-bottom:2px solid #036eb8;}
.side-box p{margin:8px 0;color:#555;line-height:1.8;}

/* 咨询热线高亮模块 */
.side-hot{text-align:center;background:linear-gradient(135deg,#036eb8,#1aa3e0);color:#fff;}
.side-hot h3{color:#fff;border-bottom-color:rgba(255,255,255,.4);}
.hot-num{font-size:30px;font-weight:bold;color:#fff;font-family:Arial;margin:10px 0 4px;}
.hot-sub{font-size:13px;color:rgba(255,255,255,.85);margin-bottom:16px;}
.hot-btn{display:inline-block;background:#ff9023;color:#fff;padding:10px 28px;border-radius:24px;font-size:15px;}
.hot-btn:hover{background:#ff6600;color:#fff;}

/* 热门文章列表 */
.side-list li{padding:9px 0;border-bottom:1px dashed #eee;font-size:14px;}
.side-list li:last-child{border-bottom:0;}
.side-list li a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:14px;position:relative;}
.side-list li a:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;background:#036eb8;border-radius:50%;transform:translateY(-50%);}
.side-list li a:hover{color:#036eb8;padding-left:18px;transition:all .2s;}

/* ========== 底部 ========== */
.lst-footer{background:#0a3d6b;color:#cdd9e5;text-align:center;padding:24px 0;font-size:13px;}
.lst-footer a{color:#cdd9e5;}
.lst-footer a:hover{color:#fff;}

/* ========== 响应式 ========== */
@media(max-width:900px){
  .lst-main{flex-direction:column;}
  .lst-side{width:100%;}
  .lst-nav ul{flex-wrap:wrap;}
  .lst-nav li a{padding:10px 16px;font-size:14px;}
  .lst-list{padding:6px 16px;}
  .lst-item h2{font-size:17px;}
}