.sjfxj{
    padding: 28px 36px;
    margin: 12px auto;
    background: #FFFFFF;
    padding-bottom: 80px;
}
.sjfxj_top{
    display: flex;
    width: 100%;
    justify-content: end;
}
.sjfxj_box1{
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.sjfxj_box1_img{
    width: 424px;
    height: 296px;
    flex: none;
}
.sjfxj_box1_img img{
    width: 100%;
    height: 100%;
}
.sjfxj_box1_R_name{
    font-weight: 500;
    font-size: 24px;
    color: #C7282E;
}
.sjfxj_box1_btn{
    width: 181px;
    height: 36px;
    border-radius: 27px;
    background: #C7282E33;
    border: 1px solid #C7282E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #C7282E; 
    margin-top: 48px;
}
.sjfxj_box1_R{
    flex: 1;
}
.sjfxj_box1_js{
    margin-top: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #000000;

}
/* 添加底部10px底色，支持换行 */
.highlight-bottom {
    background: linear-gradient(transparent calc(100% - 10px), #C7282E33 calc(100% - 10px));
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* 增强兼容性 */
    display: inline; /* 确保内联特性 */
}
@media screen and (max-width:1024px) {
    .sjfxj {
        padding: 1rem 1rem;
        margin: 1rem auto;
        padding-bottom: 3.3333rem;
    }
    .sjfxj_box1 {
        margin-top: 0.75rem;
        gap: 0;
        flex-wrap: wrap;
    }
    .sjfxj_box1_img {
        width: 100%;
        height: auto;
    }
    .sjfxj_box1_img img{
        height: auto;
    }
    .sjfxj_box1_R_name {
        font-size: 0.8rem;
    }
    .sjfxj_box1_js {
        margin-top: 0.6667rem;
        font-size: 0.65rem;
    }
    .sjfxj_box1_btn {
        width: 7.5417rem;
        height: 1.5rem;
        border-radius: 1.125rem;
        border: 0.0417rem solid #C7282E;
        font-size: 0.6667rem;
        margin: 0 auto;
        margin-top: 2rem;
    }
}