
.l-main:before, .l-main:after {
    content: "";
    display: block;
    width: 21.3%;
    padding-top: 11.927%;
    background-image: url(../img/ryzz/bodian.png);
    background-size: 100% 100%;
    position: absolute;
}
.l-main {
    background-color: #F5F7FA !important;
    padding-top: 1.62rem;
}
.l-item {
    height: 2.71rem;
    margin-bottom: 1rem;
}
.bxj-box {
    width: 50%;
    padding-top: 31.25%;
    position: relative;
    float: left;
    overflow: hidden;
}

.bxj-box img {
    width: 100%;
    height: 2.71rem;
}
.bxj-date {
    color: #1E51A2;
    font-size: 0.22rem;
}
.bxj-text {
    color: #313131;
    margin: 0.25rem 0px 0.77rem;
    font-size: .22rem;
}
.l-text {
    padding-top: 22%;
    background-color: #fff;
}
.l-more {
    color: #1E51A2 !important;
}
.btn-after {
 background-color: #1E51A2 !important;;
}

.btn-after:after {
    border-left: 0.25em solid #1E51A2;
}

.l-item:nth-child(2n) .l-text {
    text-align: left;
}

.l-item:nth-child(3n) .bxj-box {
    float: right;
}

.l-item:nth-child(3n) .l-text {
    text-align: right;
}

.l-item:last-child {
    margin-bottom: 1.29rem;
}


@media (max-width: 750px) {
    .l-item {
        height: auto !important;
        margin-bottom: 0.4rem;
        display: flex;
        flex-direction: column;
    }
    .bxj-box {
        width: 100%;
        padding-top: 0px !important;
        box-sizing: border-box;
    }
    .bxj-box img {
        height: auto;
    }
    .l-item:nth-child(3n) .l-text {
        text-align: left;
    }

    .l-text {
        padding-top: 0.4rem
    }
    .bxj-date {
        font-size: 0.3rem;
    }
}