@charset "utf-8";

/* ===== 邦赢动态及行业新闻（深色底图保留） ===== */
#contact{padding:150px 0;background:linear-gradient(rgba(245,249,253,0.92),rgba(228,238,250,0.85) 55%,rgba(245,249,253,0.95)),url(../../img/main/news_bg_light.jpg) no-repeat center/cover;box-sizing:border-box}
#contact *{box-sizing:border-box}
#contact .sub_inner{max-width:1440px;width:100%;margin:0 auto;padding:0 20px}

/* 顶部行：左标题组 + 右侧分类 */
#contact .news_head{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid rgba(23,28,97,.14);margin-bottom:45px}
#contact .news_flag{display:flex;align-items:center;margin:0 0 14px;font-size:16px;color:#5a6b8c}
#contact .news_flag i{display:inline-block;width:4px;height:14px;margin-right:5px;transform:skewX(-25deg)}
#contact .news_flag i:first-child{background:#e53935}
#contact .news_flag i:nth-child(2){background:#1e88e5}
#contact .news_tit{margin:0;font-size:40px;font-weight:700;line-height:1.2;color:#141a3c}
#contact .news_nav{display:flex;gap:55px;padding-bottom:6px}
#contact .news_nav span{font-size:16px;color:rgba(20,26,60,.5)}
#contact .news_nav .on{color:#141a3c}

/* 图文卡 3 列 */
#contact .news_list{display:grid;grid-template-columns:repeat(3,1fr);column-gap:30px}
#contact .news_list .aos_box{height:100%}
#contact .news_list a{display:block;height:100%;padding-bottom:30px;border-bottom:1px dashed rgba(23,28,97,.14)}
#contact .news_img{aspect-ratio:16/9;overflow:hidden;margin-bottom:22px}
#contact .news_img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
#contact .news_list a:hover .news_img img{transform:scale(1.05)}
#contact .news_list h4{margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.5;color:#141a3c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:opacity .3s}
#contact .news_list a:hover h4{opacity:.75}
#contact .news_sum{margin:0 0 18px;font-size:15px;line-height:1.7;color:#5a6b8c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#contact .news_meta{margin:0;font-size:14px;color:#8a97b5}

/* 底部文字行 2 条 */
#contact .news_rows{display:grid;grid-template-columns:repeat(3,1fr);column-gap:30px;margin-top:12px}
#contact .news_rows a{display:block;padding:28px 0;border-bottom:1px dashed rgba(23,28,97,.14)}
#contact .news_rows .news_meta{margin-bottom:10px}
#contact .news_rows h4{margin:0;font-size:20px;font-weight:600;line-height:1.5;color:#141a3c;transition:opacity .3s}
#contact .news_rows a:hover h4{opacity:.75}

@media(max-width:1024px){
#contact{padding:100px 0}
#contact .news_tit{font-size:32px}
#contact .news_list{grid-template-columns:repeat(2,1fr);column-gap:24px}
#contact .news_rows{grid-template-columns:repeat(2,1fr);column-gap:24px}
}
@media(max-width:767px){
#contact{padding:80px 0}
#contact .news_head{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px}
#contact .news_tit{font-size:26px}
#contact .news_nav{gap:30px;padding-bottom:0}
#contact .news_list{grid-template-columns:1fr}
#contact .news_img{margin-bottom:16px}
#contact .news_list h4{font-size:18px}
#contact .news_rows{grid-template-columns:1fr;margin-top:0}
#contact .news_rows h4{font-size:18px}
}
