@charset "utf-8";
/****动态切换****/
.hd-2025 { height: auto; padding: 0.2rem; background: #f2f2f2; overflow: hidden;}
.hd-2025 li{ width: calc(100% / 2); float: left;}
.hd-2025 li a { width: auto; height: 100%; font-size: 0.32rem; line-height: 0.65rem; color: #333; text-align: center; display: block;}
.hd-2025 li.cur{ background-color: #2775cc;}
.hd-2025 li:hover a{ color: #2775cc; font-weight: bold;}
.hd-2025 li.cur a { height: 100%; color: #fff;}

.bd-2025 { margin-top: 0.2rem;}
.bd-2025 li { position: relative;}
.bd-2025 li a { max-width: 75%; font-size: 0.3rem; color: #444; line-height: 0.72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  display: block;}
.bd-2025 li a:hover { color: #2775cc;}
.bd-2025 li span { font-size: 0.3rem; color: #999; line-height: 0.72rem; position: absolute; top: 0; right: 0;}