/* 了解更多 */
.ljgd {
    margin-bottom: 60px;
}

.ljgd_box {
    display: flex;
    justify-content: space-between;
}

.ljgd_box_item {
    position: relative;
    display: block;
    width: 540px;
    height: 124px;
    background-image: linear-gradient(180deg, #F5F7F9 0%, #FFFFFF 100%);
    box-shadow: 0 8px 20px 0 #3763aa1a, -8px -8px 20px 0 #FFFFFF;
}

.ljgd_box_item h3 {
    padding: 24px 0 0 32px;
    font-family: PingFangSC-Medium !important;
    font-weight: 500;
    font-size: 18px;
    color: #191818;
    letter-spacing: 0;
}

.ljgd_box_item p {
    padding-left: 32px;
    padding-top: 10px;
    width: 388px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #3D485D;
    letter-spacing: 0;
    text-align: justify;
    line-height: 21px;
    z-index: 999;
}

.ljgd_box_item:hover::before {
    content: "";
    position: absolute;
    width: 171px;
    height: 131px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0722-sczy/bg8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* top: 6px; */
    right: 6px;

}

.ljgd_box_item:hover::after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(https://files.yuanian.com/yuanian/page_image/ljgd_jt.gif);
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 32px;
    top: 48px;
}


/* 移动端 */
@media screen and (max-width: 1024px) {
    .ljgd_box_item{
        padding: 0 20px;
        width: 100%;

    }
    .ljgd_box_item{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .ljgd_box_item h3{
        padding: 24px 0 0 32px;
        height: auto;
    }
    .ljgd_box_item p{
        width: 300px;
    }
    .ljgd_box{
        flex-wrap: wrap;
    }
}