:root {
    --icon-chevron-down: url("data:image/svg+xml;utf8,                        <svg viewBox='0 0 14.0078 7.5899' xmlns='http://www.w3.org/2000/svg' fill='none'>                            <path d='M6 0L0.707107 5.29289C0.316582 5.68342 0.316582 6.31658 0.707107 6.70711L6 12' stroke='rgb(56,57,58)' stroke-linecap='round' stroke-width='2' transform='matrix(0,-1,-1,0,13.0039,7.00409)'/>                        </svg>");
    --icon-chevron-right: url("data:image/svg+xml;utf8,                          <svg viewBox='0 0 7.5896 14.0082' xmlns='http://www.w3.org/2000/svg' fill='none'>                              <path d='M6 0L0.707107 5.29289C0.316582 5.68342 0.316582 6.31658 0.707107 6.70711L6 12' stroke='rgb(56,57,58)' stroke-linecap='round' stroke-width='2' transform='matrix(-1,0,0,1,7.00391,1.00409)'/>                          </svg>");
    --icon-check: url("data:image/svg+xml;utf8,                        <svg viewBox='0 0 7.00415 4.77069' xmlns='http://www.w3.org/2000/svg' width='7.004150' height='4.770691' fill='none'>	                        <path d='M0.501953 2.00201L2.62404 4.12411C2.82856 4.32862 3.16343 4.31747 3.35389 4.0998L6.50195 0.502014' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-width='1' />                        </svg>");
}
.layout-main {
    padding-bottom: 0;
    padding-top: 110px;
}
.topbanner {
    position: relative;
    margin-bottom: 0;
}
.media-banner {
    width: 100%;
    height: auto;
}
.media-banner-pos {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    height: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: calc((100% - 1340px) / 2);
    width: 42%;
}
.media-banner-title {
    color: #fff;
    width: 100%;
}
.media-banner-briefIntro {
    color: #fff;
    width: 100%;
}
@media screen and (min-width: 1301px) and (max-width: 1576px) {
    .media-banner-pos {
        left: 7.5%;
    }
}
@media screen and (max-width: 1300px) {
    .media-banner-pos {
        width: 52%;
        left: 5%;
    }
    .media-banner-pos-en {
        width: 72%;
    }
}
.page-loading {
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    z-index: 2;
}
.page-loading::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 3px solid #0038ff;
    border-top-color: transparent;
    border-radius: 100%;
    position: absolute;
    top: -58px;
    left: 45%;
    animation: circle infinite .75s linear;
}
.page-loading.show-loading {
    display: block;
}
.page-loading.show-loading~.training-main-container * {
    color: #b4b4b4!important;
}
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.media-div {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    padding-top: 70px;
    padding-bottom: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1300px) {
    .media-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
.media-first-div {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.media-sec-div {
    flex: 1;
    display: flex;
    gap: 28px;
}
.media-tab-item {
    padding: 1px 15px;
    font-size: 18px;
    line-height: 27px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 20px;
    margin-right: 24px;
    border: 1px solid rgba(153,153,153,1);
    margin-bottom: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.media-tab-item:hover, .media-tab-item.active {
    border: 1px solid rgba(0,104,182,1);
    background-color: rgba(0,104,182,1);
    color: #fff;
}
.media-tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
.media-tip-search {
    color: rgba(153,153,153,1);
}
.media-tip-clear {
    color: rgba(0,104,182,1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.media-tip-clear:focus, .media-tip-clear:hover {
    color: rgba(0,104,182,1);
    opacity: 70%;
}
.media-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.media-filter-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background-color: rgba(0,104,182,1);
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    cursor: default;
}
.media-filter-tag:hover {
    opacity: 70%;
}
.media-filte-close {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.media-article-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.media-article-item {
    display: flex;
    gap: 0;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    border-radius: 12px;
}
.media-article-img-div {
    width: 40%;
    display: flex;
    justify-content: center;
    border-radius: 12px;
}
.media-article-img-a {
    overflow: hidden;
    border-radius: 12px;
    will-change: transform;
    height: fit-content;
}
.media-article-img {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 9/5;
    height: fit-content;
    object-fit: cover;
}
.media-article-img:hover {
    transform: scale(1.05);
    transition: transform .6s ease;
}
.media-article-content {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.media-article-title {
    font-size: 18px;
    font-weight: 700;
    color: rgba(51,51,51,1);
    line-height: 27px;
}
.media-article-title:active, .media-article-title:focus {
    color: rgba(51,51,51,1);
}
.media-article-title:hover {
    text-decoration: underline;
    color: rgba(51,51,51,1);
    text-underline-offset: 3px;
}
.media-article-desc {
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 26px;
    margin-bottom: 9px;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
}
.media-article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: rgba(153,153,153,1);
    font-weight: 400;
}
.media-cal-div {
    display: flex;
    align-items: center;
}
.media-read-more:focus, .media-read-more {
    color: rgba(0,104,182,1);
    cursor: pointer;
    display: flex;
    flex-direction: row;
}
.media-read-more:hover {
    color: rgba(0,104,182,1);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.media-article-meta-cal {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.media-type-filter {
    width: 100%;
    border-radius: 12px;
    padding: 16px 18px 8px 24px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    transition: all .3s ease;
}
.media-type-filter-top {
    margin-top: 36px;
    transition: all .3s ease;
}
.panel-group {
    margin-bottom: 8px;
}
.panel {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
.panel-heading>a:before {
    display: none;
}
.panel-heading>a[data-toggle="collapse"] {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 24px;
}
.panel-heading>a[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--icon-chevron-down);
}
.panel-heading>a.collapsed[data-toggle="collapse"]::after {
    top: 8px;
    right: 0;
    width: 8px;
    height: 12px;
    background-image: var(--icon-chevron-right);
}
.panel-outer>.panel-heading {
    padding: 0 0;
    border-bottom: 0;
}
.panel-outer>.panel-heading a {
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
    color: rgba(65,65,65,1);
    font-weight: 700;
}
.panel-group .panel {
    margin-top: 6px;
}
.panel-outer-holder .panel-heading {
    padding: 0 0;
    border-bottom: 0;
}
input[type="checkbox"], input[type="checkbox"]:focus {
    position: relative;
    margin-right: 8px;
    margin-top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(102,102,102,1);
    border-radius: 2px;
    background: transparent;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.media-checkbox {
    margin-top: 2px;
}
.media-checkbox-label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    display: flex;
    margin-bottom: 0;
    line-height: 24px;
}
input[type="checkbox"]:checked, input[type="checkbox"]:indeterminate {
    background-color: rgba(102,102,102,1);
}
input[type="checkbox"]:checked::before, input[type="checkbox"]:indeterminate::before {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;
    top: 2px;
    left: 1px;
    background-image: var(--icon-check);
}
.panel-group .panel {
    border-radius: 0;
}
.media-hidden {
    display: none;
}
.training-pagination {
    margin-top: 40px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.training-pagination .pagination {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    row-gap: 6px;
    flex-wrap: wrap;
}
.training-pagination .pagination>li a, .training-pagination .pagination>li span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border: none;
    border-radius: 4px;
    color: #666;
    line-height: 28px;
    background-color: #fff;
    font-size: 16px;
}
.training-pagination .pagination>li.prev a, .training-pagination .pagination>li.next a {
    width: auto;
    background-color: #f4f6f7;
    border: 1px solid #eeeff1;
}
.training-pagination .pagination li.prev:not(.disabled) a:hover, .training-pagination .pagination li.next:not(.disabled) a:hover, .training-pagination .pagination li.active a {
    background-color: var(--rtk-theme-color);
    border: 1px solid var(--rtk-theme-color);
    color: #fff;
}
@media screen and (min-width: 993px) {
    .media-article-img-div {
        align-items: center;
        min-width: 330px;
    }
    .media-left-div {
        flex: 7;
    }
    .media-right-div {
        flex: 2;
    }
    .media-banner {
        min-height: 270px;
    }
    .media-banner-title {
        font-size: 48px;
        line-height: 72px;
    }
    .media-banner-briefIntro {
        margin-top: 18px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .media-article-desc {
        margin-top: 6px;
        margin-bottom: 8px;
        -webkit-line-clamp: 4;
    }
    .media-article-content {
        padding: 16px;
    }
    .media-article-img-div {
        width: 100%;
    }
    .media-article-img {
        border-radius: 12px;
        width: 100%;
        aspect-ratio: 26/15;
        height: fit-content;
    }
    .media-article-item {
        flex-direction: column;
        gap: 0;
    }
    .media-left-div {
        flex: 9;
    }
    .media-right-div {
        flex: 5;
    }
    .media-div {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .media-banner {
        min-height: 210px;
    }
    .media-banner-title {
        font-size: 38px;
        line-height: 57px;
    }
    .media-banner-briefIntro {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }
    .training-pagination {
        margin-top: 36px;
    }
}
@media screen and (max-width: 768px) {
    .training-pagination .pagination>li a, .training-pagination .pagination>li span {
        font-size: 14px;
    }
    .media-filter-tags {
        gap: 8px;
        margin-bottom: 20px;
    }
    .media-article-meta {
        font-size: 14px;
    }
    .media-article-title {
        font-size: 16px;
        line-height: 24px;
    }
    .media-type-filter-top {
        margin-top: 0;
    }
    .layout-main {
        padding-top: 84px;
    }
    .media-filter-tag {
        font-size: 14px;
        line-height: 20px;
    }
    .media-tip {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .media-type-filter {
        border-radius: 8px;
        padding: 16px 16px 8px 16px;
    }
    .panel-outer>.panel-heading a {
        line-height: 24px;
    }
    .media-checkbox-label {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
    .media-article-desc {
        font-size: 14px;
        line-height: 21px;
        margin-top: 6px;
        margin-bottom: 8px;
        -webkit-line-clamp: 4;
    }
    .media-article-content {
        padding: 14px 12px 14px 12px;
    }
    .media-article-img-div {
        width: 100%;
        border-radius: 8px;
    }
    .media-article-img {
        border-radius: 8px;
        width: 100%;
        aspect-ratio: 172/95;
    }
    .media-article-item {
        flex-direction: column;
        gap: 0;
        border-radius: 8px;
    }
    .media-sec-div {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .media-left-div, .media-right-div {
        flex: 1;
    }
    .media-first-div {
        padding-bottom: 10px;
    }
    .media-div {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .media-tab-item {
        padding: 1px 21px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .media-banner-pos {
        left: 0;
        padding-left: 5%;
        padding-right: 2%;
        width: 93%;
        height: 33%;
    }
    .media-banner-title {
        font-size: 22px;
        line-height: 32px;
    }
    .media-banner-briefIntro {
        margin-top: 7px;
        font-size: 14px;
        line-height: 24px;
    }
    .training-pagination {
        margin-top: 28px;
        margin-left: 0;
    }
    .training-pagination .pagination {
        column-gap: 10px;
    }
    .training-pagination .pagination>li a, .training-pagination .pagination>li span {
        width: 30px;
        height: 30px;
    }
    .training-pagination {
        margin-top: 36px;
    }
}