
.cxfwzx_card_box{
    margin-top: -215px;
}
.cxfwzx_card{
    height: 488px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    transform: translateY(0);
    /* 过渡属性和时间（可根据需求自行修改）*/
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}
.cxfwzx_card .cxfwzx_card_title{
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.cxfwzx_card .cxfwzx_card_title::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 3px;
    background: #ff4e00;
    margin-left: -12.5px;
}
.cxfwzx_card .ellipsis-4{
    height: 115px;
    color: #545454;
    font-size: 14px;
    line-height: 24px;
}
.cxfwzx_card .btn{
    width: 150px;
    /* background: #0173ee; */
}
.cxfwzx_card img {
    height: 155px;
}
.cxfwzx_card:hover {
    box-shadow: 0 0 16px 0 rgba(48,41,108,0.26);
    transform: translateY(-10px);
}