@charset "UTF-8";

[v-cloak] { display: none; }
body { background: #f3f3f3; }
.ellipsis { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.multi-ellipsis-l2 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.multi-ellipsis-l3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.header-mobile-item { display: none; }

#wrapper { overflow: visible; }
/* .wrap-shadow { box-shadow: 0px 0px 8px rgba(201, 219, 255, 0.5); } */
.ellip { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.multi-line-eliip { display: -webkit-box }
.flex-layout-wrap { display: -webkit-flex; display: flex; }

.bread-nav .current-position { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; }
.bread-nav .current-position img { width: 20px; height: 18px; margin-right: 5px; }
.bread-nav .current-position, .bread-nav .current-position a, .bread-nav .current-position span { color: #808080; }

.article-list-wrap { flex: 1; background: #fff; border-radius: 4px; overflow: hidden; margin-right: 25px; }
.article-list-wrap .article-list-type { font-size: 14px; color: #666666; border-bottom: 1px solid #ebebeb; }
.article-list-wrap .article-list-type span, .article-list-wrap .article-list-type a { display: inline-block; padding: 13px 41px; box-sizing: border-box; transition: all 0.14s linear; color: #9199A1; cursor: pointer; }
.article-list-wrap .article-list-type a:hover { color: #F06C27; }
.article-list-wrap .article-list-type .current-type { color: #F06C27; border-bottom: 2px solid #F06C27; }
.article-list-wrap .article-list-package { display: -webkit-flex; display: flex; flex-direction: column; padding: 0 25px; }
.list-option-main { border-bottom: 1px solid #F5F5F5; padding: 20px 0; color: #222222; }
.article-list-title { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; font-size: 20px; margin-bottom: 12px; }
.article-list-title a { flex: 1; color: #222222; }
.article-list-title a:hover { color: #F06C27; }
.activity-mark { background-color: #ff0015; border-radius: 8px; color: #fff; font-size: 14px; padding: 2px 22px; margin-right: 8px; }
.article-list-container { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; }
.article-list-cover { flex-shrink: 0; background-position: center; background-repeat: no-repeat; background-size: 100%; margin-right: 15px; width: 155px; min-height: 86px; border-radius: 4px; }
.article-list-info { flex: 1; }
.article-list-text { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 45px; line-height: 22px; font-size: 14px; color: #858585; margin-bottom: 16px; }
.article-list-bottom, .bottom-fr { display: -webkit-flex; -wekit-align-items: center; display: flex; align-items: center; }
.article-list-bottom { -webkit-justify-content: space-between; justify-content: space-between; }
.bottom-fr { font-size: 12px; color: #999999; }
.label-tag { padding: 3px 10px; color: #8D8D8D; background-color: #f5f5f5; border-radius: 2px; margin-right: 10px; transition: background-color 0.14s linear, color 0.14s linear; }
.label-tag:hover { background-color: rgba(255, 181, 128, .4); }
.option-bottom-fr { margin-left: 20px; }
.option-bottom-fr, .option-bottom-fl { display: -webkit-flex; -webkit-align-items: baseline; display: flex; align-items: baseline; }
.option-bottom-fr i, .option-bottom-fl i { margin-right: 4px; }
.option-bottom-fr i { font-size: 14px; }
.bottom-fl { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; }

.sidebar-wrap { max-width: 320px; }
.aside-hotManual-group, .aside-newCourse-wrap { margin-top: 30px; width: 100%; }
.aside-head { display: -webkit-flex; -webkit-justify-content: space-between; -webkit-align-items: baseline; display: flex; justify-content: space-between; align-items: baseline; font-size: 20px; color: #333333; padding: 10px 8px 12px; border-bottom: 1px solid #222222; }
.relevant-head-more { font-size: 12px; color: #666666; cursor: pointer; transition: all 0.14s linear; }
.selected-title { color: #FE6A00; }
.wrap-fixed { position: fixed; top: 5px; width: 320px; }
.wrap-absolute { position: absolute; bottom: 0; }

.aside-head .aside-article-chapter { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; }
.aside-head .aside-article-chapter h2 { margin-right: 16px; font-size: 18px; font-weight: bold; color: #222222; }
.aside-article-group .aside-article-main { padding: 0px 0px 10px 10px; overflow: hidden; margin-top: 15px; }
.aside-article-content { position: relative; display: inline-block; color: #666666; margin-bottom: 10px; width: 100%; cursor: pointer; padding-left: 4px; }
.aside-article-content:last-child { margin-bottom: 0; }
.aside-article-content span { width: 100%; }
.aside-article-content:before { position: absolute; top: 50%; left: -9px; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #D1D1D1; content: ''; }
.aside-article-content:nth-of-type(1):before { background: #F13939; }
.aside-article-content:nth-of-type(2):before { background: #FB9E15; }
.aside-article-content:nth-of-type(3):before { background: #F8D95F; }
.aside-hotManual-group .aside-hotCourse-main { display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; margin-top: 15px; }
.aside-hotManual-group .aside-hotCourse-main .hotCourse-option-wrap { width: 33.333333%; padding: 7px 5px; cursor: pointer; }
.aside-hotManual-group .aside-hotCourse-main .hotCourse-option-wrap .hotCourse-option { background: transparent; border: 1px solid #cccccc; border-radius: 4px; font-size: 12px; color: #222222; text-align: center; padding: 8px 10px;}
/* .aside-newCourse-wrap .aside-newCourse-main { padding: 0px 20px; } */
.newCourse-main-wrap { display: -webkit-flex; -webkit-align-items: center;display: flex; align-items: center; margin-top: 20px; cursor: pointer; }
.newCourse-main-wrap:last-child { margin-bottom: 0; }
.newCourse-main-wrap .newCourse-main-cover { flex-shrink: 0; -webkit-flex-shrink: 0; }
.newCourse-main-wrap .newCourse-main-cover img { border-radius: 4px; max-width: 100%; max-height: 100%; }
.newCourse-main-wrap .newCourse-main-content { margin-left: 12px; }
.newCourse-main-wrap .newCourse-main-content h3 { color: #222222; font-size: 14px; height: 35px; line-height: 18px; font-weight: normal; }
.newCourse-main-wrap .newCourse-main-content span { color: #999999; font-size: 12px; }

.inner-power { flex: none !important; font-size: 14px!important; padding: 2px 5px!important; background: #fe6a00; border-radius: 4px; color: #fff!important; margin-left: 10px; cursor: pointer; }
.inner-power:hover { color: #fff; }
.article-list-type .inner-power { position: relative; left: 45%; }

.hotCourse-option span, .aside-article-content span, .newCourse-main-content h3 { transition: color 0.14s linear; }
.hotCourse-option span:hover, .aside-article-content span:hover, .newCourse-main-content h3:hover { color: #FE6A00; }

@media (max-width: 1200px) {
    #wrapper { width: 96.4%; }
    .sidebar-wrap { display: none; }
    .article-list-wrap { margin-right: 0; }
    .article-list-wrap .article-list-package { margin-right: 0; }
}

@media (max-width: 1024px) {
    #wrapper { width: 100%; margin: 0 auto; }
    .header-mobile-item { display: block; }
    .bread-nav, #header_index, #footer_item { display: none; }
    .wrap-shadow { box-shadow: none; }
    .article-list-wrap .article-list-package { border-radius: 0; }
}

@media (max-width: 768px) {
    .article-list-wrap .article-list-type span, .article-list-wrap .article-list-type a { padding: 9px 37px; }
    .article-list-wrap .article-list-type { margin-bottom: 10px; }
    .list-option-main { padding: 16px 0; }
    .article-list-wrap .article-list-type { margin-bottom: 15px; }
    .article-list-wrap .article-list-package { padding: 0 15px; }
    .article-list-wrap .article-list-package .article-list-option .list-option-main .article-list-content { width: 62%; }
    .article-list-wrap .article-list-package .article-list-option .article-list-cover { width: 38% }
    .article-list-wrap .article-list-package .article-list-option .list-option-main { align-items: flex-start; -webkit-align-items: flex-start; }
    .article-list-wrap .article-list-package .article-list-option .article-list-title { font-size: 16px; }
    .pagination em, .pagination strong, .pagination a { min-width: 20px; height: unset; line-height: 20px; }
    .pagination a:nth-of-type(7), .pagination a:nth-of-type(8), .pagination a:nth-of-type(9) { display: none; }
    .article-list-wrap .article-list-package .article-list-option .article-list-title .activity-mark { font-size: 12px; padding: 2px 12px; }
}

@media (max-width: 767px) {
    .article-list-title { font-size: 16px; }
    .article-list-cover { width: 117px; min-height: 73px; }
    .article-list-info { flex: none; width: 100%; overflow: hidden; }
    .list-info-adapt { flex: none; width: calc(100% - 132px); overflow: hidden; }
    .article-list-text { -webkit-line-clamp: 2; height: 42px; line-height: 22px; }
    .bottom-fr { display: none; }
    .label-tag { margin-right: 8px; }
}

#newCourse {
    background-color: #F3F3F3;
}

.sidebar-wrap .abox {
    padding: 0;
}