
.tmk-news-ticker-section{padding:80px 0;background:#f4f7fc;overflow:hidden}
.tmk-news-ticker-head{max-width:1240px;margin:0 auto 35px;padding:0 22px;display:flex;align-items:end;justify-content:space-between;gap:20px}
.tmk-news-ticker-head span{color:#b40019;background:#fff0f2;border-radius:999px;padding:8px 15px;font-weight:900;font-size:13px}
.tmk-news-ticker-head h2{margin:12px 0 0;font-size:46px;color:#071326;line-height:1.1}
.tmk-news-ticker-head a{color:#b40019;font-weight:900;text-decoration:none;font-size:18px}
.tmk-news-ticker{width:100%;overflow:hidden}
.tmk-news-track{display:flex;gap:30px;width:max-content;animation:tmkNewsMarquee 42s linear infinite;padding:10px 0 35px}
.tmk-news-ticker:hover .tmk-news-track{animation-play-state:paused}
.tmk-news-slide{width:460px;flex:0 0 460px;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 25px 65px rgba(7,19,38,.14)}
.tmk-news-img{height:240px;background:#fff0f2}
.tmk-news-img img{width:100%;height:100%;object-fit:cover;display:block}
.tmk-news-body{padding:28px}
.tmk-news-date{color:#b40019;font-size:14px;font-weight:900;margin-bottom:10px}
.tmk-news-body h3{margin:0 0 14px;color:#071326;font-size:25px;line-height:1.32}
.tmk-news-body p{color:#5d6a7c;line-height:1.65;margin:0 0 20px;font-size:16px}
.tmk-news-btn{color:#b40019;font-weight:900;text-decoration:none}
@keyframes tmkNewsMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:768px){.tmk-news-ticker-head{display:block}.tmk-news-ticker-head h2{font-size:34px}.tmk-news-slide{width:320px;flex-basis:320px}.tmk-news-img{height:175px}}
