.learning_center_container {
    /* width: 1399px; */
}

.learning_center_container .learning_center_body {
    width: 100%;
    margin: 0;
    padding: 0;
}

.learning_center_container .learning_center_header {
    width: 100%;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-weight: 800;
    font-size: 38px;
    color: #ffffff;
    font-style: normal;
    background: #00398c;
}

.learning_center_container .learning_center_tab {
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #666666;
    text-align: left;
    font-style: normal;
    padding-left: 100px;
    background: #f7f8fa;
}

.learning_center_container .learning_center_tab .span1 {
    cursor: pointer;
}

.learning_center_container .learning_center_tab .span2 {
    color: #0a5db1;
    cursor: pointer;
}

.learning_center_container .tabs_mobile {
    display: none;
}

.learning_center_container .tabs_pc {
    display: block;
}

.learning_center_container .learning_center_center {
    width: 1200px;
    background: #ffffff;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
}

.learning_center_container .learning_center_center .left_menu {
    display: inline-block;
    width: 244px;
    height: 556px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
}

.learning_center_container .learning_center_center .right_content {
    display: inline-block;
    flex: 1;
    width: 926px;
    margin-left: 30px;
}

.learning_center_container .learning_center_center .right_content .banner {
    position: relative;
    background: #F8F8FA;
}

.learning_center_container .learning_center_center .right_content .banner img {
    width: 100%;
    display: block;
    min-height: 80px;
}

.learning_center_container .learning_center_center .right_content .banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-bottom: 0;
}

.learning_center_container .learning_center_center .right_content .banner .title span {
    display: block;
    font-weight: bold;
    font-size: 33px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.learning_center_container .learning_center_center .right_content .banner .title span:last-child {
    font-weight: normal;
    margin-top: 6px;
    font-size: 16px;
    line-height: 20px;
}

.learning_center_container .learning_center_center .right_content .content {
    background: #F8F8FA;
    padding: 14px;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.learning_center_container .learning_center_center .right_content .content a {
    color: #1468BF;
}

.center_content_box {
    margin-bottom: 40px;
}

.center_content_box .center_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.center_content_box .center_title_box .center_title {
    width: 64px;
    height: 26px;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    font-size: 16px;
    color: #1468bf;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.center_content_box .center_title_box .center_title .line {
    width: 32px;
    height: 3px;
    background: #1468bf;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 5px;
}

.center_content_box .right_content_item {
    margin-top: 0;
}

.center_content_box .right_content_item > a {
    margin-bottom: 20px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.center_content_box .right_content_item > a:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.center_content_box .right_content_item a .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.center_content_box .right_content_item a .other {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.center_content_box .right_content_item a .other .orgin {
}

.center_content_box .right_content_item a .other .date {
}

.before_works .swiper-father {
    position: relative;
}

.before_works .swiper-father .activity_item_box {
    box-sizing: border-box;
    width: calc(100% - 100px);
    height: 210px;
    display: block;
    overflow: hidden;
}

.before_works .swiper-father .activity_item_box .swiper-wrapper {
    height: 210px;
}

.before_works .swiper-father .swiper-button-prev, .before_works .swiper-father .swiper-button-next {
    color: #1468BF;
    width: 50px;
    height: 50px;
    background: #F7F8FA;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    user-select: none;
}

.before_works .swiper-father .swiper-button-prev {
    left: -10px;
}

.before_works .swiper-father .swiper-button-next {
    right: -10px;
}

.before_works .swiper-father .activity_item_box .activity_item {
    float: left;
    /* width: 246px; */
    /* height: 210px; */
}

.before_works .swiper-father .activity_item_box .activity_item .item {
    height: 160px;
    margin: 0 auto;
    position: relative;
}

.before_works .swiper-father .activity_item_box .activity_item .item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    cursor: pointer;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    border-radius: 6px;
}

.before_works .swiper-father .activity_item_box .activity_item .item_title {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    margin-top: 14px;
}

.before_works {
    display: none;
}

.section_box {
    display: block;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .learning_list_item {
    width: 287px;
    margin-bottom: 30px;
    margin-right: 32px;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .learning_list_item:nth-child(3n+3) {
    margin-right: 0;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .img {
    width: 287px;
    height: 186px;
    position: relative;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .img div {
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0.2) 27%, rgba(0,0,0,0.29) 36%, rgba(0,0,0,0.57) 60%, rgba(0,0,0,0.8) 100%);
    border-radius: 0px 0px 4px 4px;
    width: 287px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .img div a {
    position: absolute;
    bottom: 10px;
    right: 34px;
    color: #FFFFFF;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .img div a img {
    position: absolute;
    bottom: 1px;
    right: -20px;
    color: #FFFFFF;
    width: 16px;
    height: auto;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .img img {
    width: 100%;
    height: 100%;
}

.learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.learning_center_container .el-tabs__item {
    color: #333333;
    font-size: 16px;
}

.learning_center_container .el-tabs__item.is-active {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.learning_center_container .el-tabs__active-bar {
    height: 3px;
    background-color: #1468BF;
}

@media all and (max-width: 768px) {
    .learning_center_container {
        width: 100%;
    }

    .learning_center_container .learning_center_header {
        height: 120px;
        line-height: 120px;
        font-weight: 600;
    }

    .learning_center_container .learning_center_tab {
        display: none;
    }

    .learning_center_container .tabs_pc {
        /* display: none; */
    }

    .learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .learning_list_item {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .learning_center_container .learning_center_center .right_content .learning_list .learning_list_flex .img {
        width: 100%;
        height: auto;
    }

    .learning_center_container .tabs_mobile {
        display: block;
    }

    .learning_center_container .form {
        display: none;
    }

    .learning_center_container .learning_center_center {
        padding: 15px;
        width: 100%;
    }

    .learning_center_container .learning_center_center .left_menu {
        display: none;
    }

    .learning_center_container .learning_center_center .right_content {
        width: 100%;
        margin: 0;
    }

    .learning_center_container .learning_center_center .right_content .title {
        font-weight: bold;
        color: #333333;
        font-size: 16px;
        padding-bottom: 15px;
    }

    .learning_center_container .learning_center_center .right_content .tab {
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
    }

    .learning_center_container .learning_center_center .right_content .tab_item {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        font-family: MicrosoftYaHeiUI;
        margin-right: 30px;
        cursor: pointer;
    }

    .learning_center_container .learning_center_center .right_content .tab_item:last-child {
        margin-right: 0px;
    }

    .learning_center_container .learning_center_center .right_content .tab_item_active {
        font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
        font-weight: bold;
        border-bottom: 2px solid #1468bf;
    }

    .learning_center_container .learning_center_center .right_content .tab.tab_two {
        margin-top: 15px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .learning_center_container .learning_center_center .right_content .tab_content {
        margin-top: 15px;
    }

    .learning_center_container .learning_center_center .right_content .tab_content .list_item {
        width: calc(100%);
        margin: 0 auto 24px;
    }

    .learning_center_container .learning_center_center .right_content .tab_content .list_item .list_item_img {
        height: 223px;
        width: calc(100%);
    }

    .learning_center_container .learning_center_center .right_content .tab_content .list_item .list_item_img img {
        width: 100%;
        height: 100%;
    }

    .learning_center_container .learning_center_center .right_content .tab_content .list_item .list_item_text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-top: 12px;
    }

    .learning_center_container .learning_center_center .right_content #page {
        display: none;
    }

    .learning_center_container .learning_center_center .right_content #pageMobile {
        display: block;
        text-align: center;
    }

    .before_works {
        display: block;
    }

    .section_box {
        display: none;
    }

    .before_works .swiper-father .activity_item_box_m {
        box-sizing: border-box;
        width: calc(100% - 0.46rem);
        height: 1.2rem;
        display: block;
        overflow: hidden;
    }

    .before_works .swiper-father .activity_item_box_m .swiper-wrapper {
        height: 1.2rem;
    }

    .before_works .swiper-father .activity_item_box_m .activity_item {
        float: left;
        width: 100%;
        height: 1.2rem;
    }

    .before_works .swiper-father .activity_item_box_m .activity_item .item {
        width: 100%;
        height: 0.73rem;
        margin: 0 auto;
        position: relative;
    }

    .before_works .swiper-father .activity_item_box_m .activity_item .item img {
        width: 100%;
        height: 0.73rem;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .before_works .swiper-father .activity_item_box_m .activity_item .item_title {
        line-height: 0.19rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.14rem;
        color: #333333;
        text-align: center;
        font-weight: 400;
        margin-top: 0.06rem;
    }

    .learning_center_container .learning_center_center .right_content .banner .title span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        text-align: center;
        font-style: normal;
    }

    .learning_center_container .learning_center_center .right_content .banner .title span:last-child {
        font-weight: normal;
        margin-top: 6px;
        font-size: 14px;
        line-height: 16px;
    }
}

/*# sourceMappingURL=learningCenterAll.css.map */
<!--ºÄÊ±1751469706.6606Ãë-->