#rmzcId{position:relative;}


/*热门政策*/
.cydtL{width:778px;}
.cydtR{width:402px;}
.tab-buttons{display:flex;gap:12px;position:absolute;right: 70px;top: -4px;}
.tab-btn{padding:4px 12px;border:1px solid #ccc;border-radius:2px;background:#fff;font-size:14px;cursor:pointer;transition:all 0.3s;color:#999;}
.tab-btn.active{border-color:#bd1a2d;color:#bd1a2d;}
.policy-swiper{width:100%;height:460px;overflow:hidden;position:relative;}
.policy-scroll-list{position:absolute;top:0;left:0;width:100%;animation: scroll-up 25s linear infinite;}
.policy-swiper:hover .policy-scroll-list{animation-play-state:paused;}
.policy-item{height:42px;line-height:42px;display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#333;}
.policy-item:last-child{border-bottom:none;}
.policy-time{font-size: 16px;color: #999;float:right;}
.policy-item a{font-size: 16px;color: #404040;float:left;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 78%; display: block;}
.tab-content{display:none;}
.tab-content.active{display:block;}
/* 持续滚动动画 */
@keyframes scroll-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}


/*政策匹配*/
.zcpp_box{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 16px;background: #f7f7f7;box-sizing: border-box;margin-bottom:20px;}
.zcpp_box .img{}
.zcpp_box .img img{width:122px;}
.zcpp_box .tit{margin: 16px 0;font-size: 20px;color: #404040;}
.zcpp_box .sum{font-size: 16px;color: #666;line-height: 26px;text-align: center;}





/*更多*/
.zcfuMore{position: absolute;top: -48px;right: 0; z-index: 10;}
.zcfuMore a{font-size: 16px;color: #404040;}





/*政策匹配*/


@media screen and (max-width:1200px) {
.cydtL{width:65%;}
.cydtR{width:33%;}
}

@media screen and (max-width:768px) {
.cydtL,
.cydtR{width:100%;}
.cydtR{margin-top:20px;}

.zcfuMore{top:-9rem;}



#rmzcId{ padding-bottom: 44px;}
.tab-buttons{top: 40px;}

.policy-item a{font-size:14px;max-width: 72%;}
.policy-time{font-size:14px;}

}