.learning_box {
    position: relative;
    width: 100%;
    height: 430px;
    margin: 10px 0;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.learning_ri {
    display: flex;
    width: 70%;
    height: 100%;
    margin: 10px auto;
    padding-top: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.learning_le {
    width: 50%;
    height: 280px;
    margin-right: 20px;
}

.learning_list {
    width: 45%;
}

.learning_ri .zxf_pagediv {
    position: absolute;
    bottom: 0;
    left: 0;
}

.learning_list ul {
    width: 100%;
    padding: 2px;
    overflow: hidden;
}

.learning_list ul li {
    width: 100%;
    height: 94px;
    margin: -2px 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 2px solid #cacaca;
}

.learning_list ul li:first-child {
    border-top: 2px solid #cacaca;
}

.learning_list .learning_img {
    float: left;
    width: 100px;
    height: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.learning_img img {
    height: 100%;
}

.learning_infor {
    height: 100%;
    overflow: hidden;
}

.learning_box .lelb_img {
    width: 90%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.lelb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learning_le {
    position: relative;
    overflow: hidden;
}

.learning_title {
    /* display: none; */
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    color: white;
    text-align: center;
    background: linear-gradient(to right,
            transparent 0%,
            transparent 5%,
            rgba(39, 41, 56, 0.6) 5%,
            rgba(39, 41, 56, 0.6) 95%,
            transparent 95%,
            transparent 100%);
    padding: 0 3%;
    box-sizing: border-box;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.learning_le .prev,
.learning_le .next {
    position: absolute;
    display: block;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
    top: 40%;
    color: #272938;
    cursor: pointer;
    z-index: 999;
}

.learning_le .prev {
    left: -5px;
}

.learning_le .next {
    right: -5px;
}

.lelb_con {
    position: absolute;
    display: flex;
}

.lelb_panel {
    width: 100%;
    float: left;
}

.learning_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learning_infor h1 {
    height: 3em;
    margin-bottom: 3px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.learning_infor .l_con {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .learning_box {
        height: auto;
        padding-bottom: 70px;
    }

    .learning_ri {
        width: 80%;
        flex-direction: column;
    }

    .learning_le {
        width: 100%;
    }

    .learning_list {
        width: 100%;
    }
}


.learning_box.scroll {
    height: fit-content;
    min-height: 430px;
}

.learning_box.scroll .learning_le {
    height: fit-content;
    min-height: 280px;
    /* height: 400px; */
    margin-bottom: 20px;
    /* overflow: visible; */
}

.learning_box.scroll .lelb_con {
    position: static;
    display: block;
}

.learning_box.scroll .learning_ri .img {
    width: 100%;
}

.learning_box.scroll .learning_ri .img a {
    display: block;
}

.learning_box.scroll .learning_ri .img img {
    height: auto;
    width: 100%;
    object-fit: scale-down;
}

.learning_box.scroll .learning_ri .learning_title {
    margin: 20px 0;
    position: static;
    background: transparent;
}

.learning_box.scroll .learning_list {
    /* height: 90%; */
    height: 560px;
    overflow: auto;
}