.blog-more-section {
    width: 100%;
    padding: 70px 0px 0px;
    box-sizing: border-box;
    background: #ffffff
}

.blog-more-section .blog__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto
}

.blog-more-section .blog-section__title {
    width: 100%;
    margin: 0 auto 40px;
    font-weight: bold;
    color: #01155A;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.blog-more-section .blog__list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.blog-more-section .blog__list-left {
    width: 55%;
    max-width: 800px;
}

.blog-more-section .blog__list-right {
    flex: 1;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-more-section .blog__item {
    width: 100%;
    box-sizing: border-box;
    min-height: 290px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #F5F5F5;
    gap: 25px;
    position: relative;
    padding-bottom: 20px;
}

.blog-more-section .blog__list-left .blog__item {
    height: 100%;
    min-height: 390px;
}

.blog-more-section .blog__item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-more-section .blog__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-more-section .blog__item-date {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 100px;
    background: #FF5E16;
    border-radius: 10px 0px 10px 10px;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-more-section .blog__item-day {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

.blog-more-section .blog__item-month-year {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.blog-more-section .blog__item-text {
    margin: 0 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(1, 21, 90, 0.8);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.blog-more-section .blog__list-right .blog__item-text {
    display: flex;
    gap: 15px;
}

.blog-more-section .blog__item-title {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px
}

.blog-more-section .blog__item-description {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.blog-more-section .blog__item-btn {
    width: 110px;
    height: 48px;
    line-height: 48px;
    background: #FF5E16;
    border-radius: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
}

.blog-more-section .pagination_container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-more-section .el-pager li:hover {
    color: #E0191E !important
}

.blog-more-section .el-pager li.is-active {
    background-color: #E0191E !important
}

.blog-more-section .blog-home-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blog-more-section .blog-home-button {
    margin-top: 40px;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #FF5E16;
    border-radius: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width:760px) {
    .blog-more-section .blog__list {
        flex-direction: column;
    }

    .blog-more-section .blog__list-left {
        width: 100%;
        max-width: initial;
    }

    .blog-more-section .blog__list-right {
        width: 100%;
        max-width: initial;
    }

    .blog-more-section .blog__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .blog-more-section .blog__list-left .blog__item {
        padding-top: 120px;
    }

    .blog-more-section .blog__item-img {
        width: 100%;
        height: auto;
    }

    .blog-more-section .blog__item-img img {
        position: relative;
        width: 100%;
        height: auto;
        top: initial;
        left: initial;
        object-fit: contain;
    }

    .blog-more-section .blog__item-text {
        width: 90%;
        padding: 20px;
        margin: 0 auto;
    }

    .blog-more-section .blog__list-right .blog__item-text {
        flex-direction: column;
        align-items: center
    }

    .blog-more-section .blog__item-title {
        margin-bottom: 15px
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .blog-more-section .blog__list {
        flex-direction: column;
    }

    .blog-more-section .blog__list-left {
        width: 100%;
        max-width: initial;
    }

    .blog-more-section .blog__list-right {
        width: 100%;
        max-width: initial;
    }

    .blog-more-section .blog__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .blog-more-section .blog__list-left .blog__item {
        padding-top: 120px;
    }

    .blog-more-section .blog__item-img img {
        position: relative;
        width: 100%;
        height: auto;
        top: initial;
        left: initial;
        object-fit: contain;
    }

    .blog-more-section .blog__item-text {
        width: 95%;
        padding: 20px;
        margin: 0 auto;
    }

    .blog-more-section .blog__list-right .blog__item-text {
        flex-direction: column;
        align-items: center;
    }

    .blog-more-section .blog__item-title {
        margin-bottom: 15px
    }
}