.tintucslide-wrap{border:1px solid #dbe6f6;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(9,55,115,.08)}
.tintucslide-body{display:flex;gap:16px;padding:14px}

.tintucslide-left{flex:0 0 64%;position:relative;min-width:0}
.ts-feature-card{position:relative;height:100%}
.ts-left-link{display:block;text-decoration:none}
.ts-left-thumb{position:relative;height:430px;overflow:hidden;background:#eef4fb;border-radius:12px}
.ts-left-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.ts-left-link:hover .ts-left-thumb img{transform:scale(1.03)}
.ts-overlay{position:absolute;left:0;right:0;bottom:0;padding:20px;background:linear-gradient(to top,rgba(0,0,0,.84),rgba(0,0,0,.36),transparent)}
.ts-badge{display:inline-block;margin-bottom:10px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:12px;font-weight:700;letter-spacing:.2px}
.ts-overlay-title{margin:0;color:#fff;font-size:22px;line-height:1.35;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.25)}
.ts-meta{margin-top:10px;color:rgba(255,255,255,.9);font-size:13px}
.ts-controls{position:absolute;top:14px;right:14px;display:flex;gap:8px;z-index:3}
.ts-controls button{width:38px;height:38px;border:none;background:rgba(255,255,255,.96);border-radius:10px;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:all .2s ease}
.ts-controls button:hover{transform:translateY(-1px);background:#fff}

.tintucslide-right{flex:1;min-width:0;display:flex;flex-direction:column}
.ts-right-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.ts-right-title{display:inline-flex;align-items:center;gap:8px;color:#0b4682;font-size:16px;font-weight:700}
.ts-right-title:before{content:"";width:5px;height:18px;border-radius:5px;background:#0b66c3}
.ts-right-viewport{height:430px;overflow:hidden;position:relative;border:1px solid #e4edf8;border-radius:12px;background:#fbfdff}
.ts-right-list{display:flex;flex-direction:column;will-change:transform}
.ts-item{display:flex;gap:12px;padding:10px 12px;align-items:center;text-decoration:none;border-bottom:1px dashed #e1eaf7;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.ts-item:last-child{border-bottom:none}
.ts-item-thumb-wrap{flex:0 0 96px;height:72px;border-radius:8px;overflow:hidden;background:#edf3fb;display:block}
.ts-item img{width:100%;height:100%;object-fit:cover;display:block}
.ts-item-content{display:flex;flex-direction:column;gap:6px;min-width:0}
.ts-item-title{font-size:14px;line-height:1.4;color:#0b355f;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ts-item-time{font-size:12px;color:#6a7f99}
.ts-item.active,.ts-item:hover{background:#f1f7ff}
.ts-item.active{border-left:4px solid #0b66c3;padding-left:8px}
.ts-item.active .ts-item-title,.ts-item:hover .ts-item-title{color:#0b66c3}

@media (max-width: 1200px){
  .ts-left-thumb,.ts-right-viewport{height:390px}
  .ts-overlay-title{font-size:20px}
}
@media (max-width: 992px){
  .tintucslide-body{flex-direction:column}
  .tintucslide-left{flex:1}
  .ts-left-thumb,.ts-right-viewport{height:320px}
}
@media (max-width: 576px){
  .tintucslide-body{padding:10px;gap:12px}
  .ts-left-thumb,.ts-right-viewport{height:260px}
  .ts-overlay{padding:14px}
  .ts-overlay-title{font-size:16px}
  .ts-item{padding:8px}
  .ts-item-thumb-wrap{flex-basis:84px;height:62px}
  .ts-controls button{width:34px;height:34px;font-size:20px}
}
