.bread-crumb[data-v-689bce35] {
    width: 1200px;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.bread-crumb .bread-name[data-v-689bce35] {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #99a1af;
    line-height: 19px;
    cursor: pointer
}

.bread-crumb .right-icon[data-v-689bce35] {
    width: 6px;
    height: 11px;
    margin-right: 16px
}

.bread-crumb .last-bread-name[data-v-689bce35] {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #53586c;
    line-height: 19px
}

.tab-content[data-v-6ea4a500] {
    width: 820px;
    overflow: hidden;
    position: relative
}

.tab-content .left-mask-box[data-v-6ea4a500] {
    position: absolute;
    top: 0;
    left: -20px;
    width: 80px;
    height: 60px;
    background-image: url(185f7b9987ad4a1ebb055cf62f5bab05.woff)
}

.tab-content .right-icon[data-v-6ea4a500]:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAABQUlEQVRIS63TO07DQBAG4JnEpMkJ0iNyCMuOnSIFCi4okWh9JuSOC0SicB2U5AYUiBPQINEgIUi8g3YVG7+9Lzcr2+tPM/96EM6XG0ZzOLGHEUzu9vvNe/5cdUX+gcCybEsEMwR8G8Ek1EWxjOXVmKDoeustAQX11nRR9LzbGYOfZwK4soGKDG2iArSJFuA/+sszneu2XwFtoA3QFG0FTdBOUBftBXXQQVAVlQJVUGlQFlUCORoE0eWRZa9E4LT8/AclcLW6n359f6YAtGhgiB9jGC+lQRlst3t6kQJlMV71IKiCDYKqWC+og3WCulgraII1QFOsAtrACtAWJkCbmABdf50S0XXXbPJxqr/ru0cvvFmwjKVEMM034nnQVbEiwzJqglVO2fcj/wTZowNOpFNZ0V05jziOL5IkOapkVt/7B1YpO5bOSsm9AAAAAElFTkSuQmCC)
}

.tab-content .right-icon-disable[data-v-6ea4a500],.tab-content .right-icon-disable[data-v-6ea4a500]:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAABNUlEQVRIS63WvWrDMBAHcF8dNS20nQIpZEiH1Bn8CIGQByjZvGfyQ/kV/EQ1IVumhkyFEiRZRU5k/BnrJHkRCPmH78z9EXi3Z7PZPVF6nofh+yFJEqr2sSvIFyTG+TkQgpPRyLsEwezbFIUqpr7GBoXVarsE4C/N0kxRiOOYZNlxyZg3doEWPXSJFqBLtARdoTXQBdoCbdFO0AbtBU3Ru6AJOghiUS0Qg2qDuigKVFHH2E/YlZOE+L8oMIoi/3S6LChtpxMhwCaT50wb1MHSNP3TAnUx2YZBEIMNgljsLmiC9YKmWCdog7VAW6wGusBK0BVWgC6xAlyvvz7zXLw1h13NphynriDo25NXkVff9xZ5zh/UIVOs7GEVtcFqf/mKwsd0+rjHllktvxYOQggAAIHpWfPsPzdTXmgaukIhAAAAAElFTkSuQmCC)
}

.tab-content .search-bar[data-v-6ea4a500] {
    margin-bottom: 20px
}

.tab[data-v-6ea4a500] {
    width: auto;
    max-width: 820px;
    white-space: nowrap;
    display: inline-block;
    transition: all .2s;
    flex: 1
}

.tab .tab-item[data-v-6ea4a500] {
    max-width: 144px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-right: 36px;
    height: 56px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: 400;
    color: #3a3d4b;
    cursor: pointer;
    line-height: 56px;
    display: inline-block
}

.tab .active[data-v-6ea4a500] {
    border-bottom: 3px solid #e10101;
    color: #e10101;
    font-weight: 700
}

.tab .tab-item[data-v-6ea4a500]:hover {
    color: #e10101;
    font-weight: 700
}

.tab .no-margin-tab-item[data-v-6ea4a500] {
    margin-right: 0
}

.move-tab[data-v-6ea4a500] {
    transform: translateX(-530px)
}

.tab-sub-content[data-v-6ea4a500] {
    margin-top: 8px;
    padding-bottom: 20px;
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap
}

.tab-sub-content .sub-tab-item[data-v-6ea4a500] {
    margin-top: 12px;
    padding: 6px 20px;
    margin-right: 12px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #3a3d4b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6fa
}

.tab-sub-content .sub-tab-item[data-v-6ea4a500]:hover {
    color: #ff2e30
}

.tab-sub-content .active[data-v-6ea4a500] {
    color: #ff2e30;
    background: #ffece8
}

.tab-sub-content .tab-item[data-v-6ea4a500]:hover {
    color: #ff2e30
}

.sub-tab-wrap[data-v-32d32a3c] {
    padding: 18px 24px 14px;
    width: 100%;
    min-height: 74px;
    box-sizing: border-box
}

.sub-tab-wrap .sub-tab-box[data-v-32d32a3c] {
    padding: 5px;
    width: auto;
    min-height: 42px;
    background: #fdfdff;
    border: 1px solid #e1e1e7;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.sub-tab-wrap .sub-tab-box .sub-tab-item[data-v-32d32a3c] {
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 14px;
    color: #3a3d4b;
    line-height: 14px
}

.sub-tab-wrap .sub-tab-box .sub-tab-item[data-v-32d32a3c]:hover {
    background: #f2f2f8
}

.sub-tab-wrap .sub-tab-box .active[data-v-32d32a3c] {
    background: #e3e3ed;
    font-weight: 700
}

.advertise-wrapper[data-v-92b4cb26] {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.advertise-wrapper .advertise-item[data-v-92b4cb26] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px
}

.advertise-wrapper .img[data-v-92b4cb26],.cert-circle-wrapper[data-v-5dcbcb11] {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.cert-circle-wrapper[data-v-5dcbcb11] {
    padding: 24px 16px;
    box-sizing: border-box;
    background: #fff
}

.cert-circle-wrapper .title-box[data-v-5dcbcb11] {
    margin-bottom: 28px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.cert-circle-wrapper .title-box .title-icon[data-v-5dcbcb11] {
    margin-right: 8px;
    width: 20px;
    height: 20px
}

.cert-circle-wrapper .title-box .title[data-v-5dcbcb11] {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #3a3d4b
}

.cert-circle-wrapper .cert-circle-item[data-v-5dcbcb11] {
    width: 328px;
    height: 44px;
    padding: 0 16px 0 12px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: #f5f8fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cert-circle-wrapper .cert-circle-item .cert-circle-text[data-v-5dcbcb11] {
    max-width: 196px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3a3d4b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cert-circle-wrapper .cert-circle-item .button-box[data-v-5dcbcb11] {
    width: 76px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 28px;
    background: linear-gradient(90deg,#ffc8c8,#ff6e6e);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 4px 0 #ff1919;
    position: relative;
    text-overflow: ellipsis
}

.cert-circle-wrapper .cert-circle-item .button-box:hover>.qr-code-box[data-v-5dcbcb11] {
    display: block
}

.cert-circle-wrapper .cert-circle-item .qr-code-box[data-v-5dcbcb11] {
    position: absolute;
    display: none;
    width: 176px;
    height: 202px;
    border-radius: 8px;
    z-index: 2;
    left: -48px;
    top: 38px;
    z-index: 1000
}

.cert-circle-wrapper .no-margin[data-v-5dcbcb11] {
    margin-bottom: 0
}

.empty-box[data-v-784be296] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.empty-box .error-img[data-v-784be296] {
    width: 260px;
    height: 180px;
    margin-bottom: 14px
}

.empty-box .error-text[data-v-784be296] {
    font-size: 14px;
    font-weight: 400;
    color: #3a3d4b;
    line-height: 19px
}

.empty-box .back-index[data-v-784be296] {
    margin-top: 40px;
    width: 136px;
    height: 38px;
    background: linear-gradient(90deg,#ff6870,#f8323c);
    border-radius: 29px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none
}

.empty-box[data-v-3c229edc] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.empty-box .error-img[data-v-3c229edc] {
    width: 260px;
    height: 180px;
    margin-bottom: 14px
}

.empty-box .error-text[data-v-3c229edc] {
    font-size: 14px;
    font-weight: 400;
    color: #3a3d4b;
    line-height: 19px
}

.empty-box .error-desc[data-v-3c229edc] {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #8d90aa;
    line-height: 12px
}

.empty-box .back-index[data-v-3c229edc] {
    margin-top: 20px;
    width: 136px;
    height: 38px;
    background: linear-gradient(90deg,#ff6870,#f8323c);
    border-radius: 29px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none
}

.article-item[data-v-98212d9e] {
    box-sizing: border-box;
    padding: 30px 40px 0
}

.article-item .article-content[data-v-98212d9e] {
    padding-bottom: 20px;
    border-bottom: 1px solid #ecedf1
}

.article-item .article-content a[data-v-98212d9e] {
    height: 22px
}

.article-item .no-bottom-border[data-v-98212d9e] {
    border-bottom: 1px solid transparent
}

.article-title[data-v-98212d9e] {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    align-items: center
}

.article-title .article-status[data-v-98212d9e] {
    display: inline-block;
    padding: 0 9px;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle
}

.article-title .top-status[data-v-98212d9e] {
    background: linear-gradient(90deg,#ff6870,#f8323c);
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    margin-right: 6px
}

.article-title .hot-status[data-v-98212d9e] {
    display: inline-block;
    width: 48px;
    height: 22px;
    background-image: url(hot-icon.0a223fd.png);
    background-size: 100% 100%;
    background-position: 50%;
    vertical-align: middle;
    margin-right: 6px
}

.article-title .area-status[data-v-98212d9e] {
    background: #eeeff6;
    border-radius: 4px;
    font-size: 13px;
    color: #53586c;
    margin-right: 8px
}

.article-desc[data-v-98212d9e] {
    margin-top: 8px;
    max-height: 44px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #77798d;
    line-height: 22px;
    word-break: break-all;
    letter-spacing: .4px;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

.article-time[data-v-98212d9e] {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #99a1af;
    line-height: 12px
}

.article-item[data-v-98212d9e]:hover {
    background: #fbfcfe
}

.article-item:hover .article-title[data-v-98212d9e] {
    color: #e10101
}

.info-box[data-v-98212d9e] {
    margin: 18px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #99a1af
}

.view-icon[data-v-98212d9e] {
    width: 12px;
    height: 12px
}

.article-list-container[data-v-387a6f26] {
    width: 100%
}

.reference-data[data-v-17bba0a6] {
    width: 360px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px 0 0px;
    margin-top: 10px
}

.reference-data .title[data-v-17bba0a6] {
    height: 18px;
    display: flex;
    width: 328px;
    padding: 0 16px;
    justify-content: space-between
}

.reference-data .title .select[data-v-17bba0a6] {
    font-size: 18px;
    font-weight: 700;
    color: #3d3e3f;
    line-height: 18px
}

.reference-data .title .more[data-v-17bba0a6] {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #77798d
}

.reference-data .title .more img[data-v-17bba0a6] {
    margin-left: 4px
}

.reference-data .list[data-v-17bba0a6] {
    padding: 1px 16px 4px;
   
}

.reference-data .list li[data-v-17bba0a6]:last-child {
    margin-bottom: 0
}

.reference-data .list li:last-child .item[data-v-17bba0a6] {
    border-bottom: 1px solid transparent
}

.reference-data .list .item[data-v-17bba0a6] {
    display: flex;
    height: 71px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 16px 0;
	    box-sizing: content-box;
}

.reference-data .list .item .img[data-v-17bba0a6] {
    width: 120px;
    height: 71px;
    margin-right: 10px
}

.reference-data .list .item .content[data-v-17bba0a6] {
    width: calc(100% - 70px);
    padding-top: 0px;
    box-sizing: border-box;
    height: 71px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.reference-data .list .item .name[data-v-17bba0a6] {
    font-size: 14px;
    font-weight: 500;
    color: #3d3e3f;
	line-height: 24px;
 
}

.reference-data .list .item .name[data-v-17bba0a6]:hover {
    color: #f8323c
}

.reference-data .list .item .download[data-v-17bba0a6] {
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.reference-data .list .item .download span[data-v-17bba0a6] {
    font-size: 12px;
    font-weight: 400;
    color: #99a1af
}

.reference-data .list .item .download p[data-v-17bba0a6] {
    width: 66px;
    height: 32px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #f8323c;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8323c;
    cursor: pointer
}

.pagination[data-v-8f046f96] {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999;
    user-select: none
}

.pagination .plugins[data-v-8f046f96] {
    height: 40px;
    margin-left: 10px;
    margin-right: 12px;
    display: flex;
    align-items: center
}

.pagination .size-box[data-v-8f046f96] {
    height: 40px
}

.pagination .size-box select[data-v-8f046f96] {
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
    color: #999;
    border: 1px solid #e9e9e9;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px
}

.pagination .items-box[data-v-8f046f96] {
    display: flex
}

.pagination .page-item[data-v-8f046f96] {
    min-width: 38px;
    height: 38px;
    margin-right: 10px;
    line-height: 38px;
    color: #999;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    cursor: pointer
}

.pagination .page-item.prev-next[data-v-8f046f96] {
    width: auto;
    padding: 0 10px
}

.pagination .page-item.active[data-v-8f046f96],.pagination .page-item[data-v-8f046f96]:hover {
    color: #fff;
    border: 1px solid #ff5959;
    background: linear-gradient(90deg,#ff6870,#f8323c)
}

.pagination .page-item.active a[data-v-8f046f96],.pagination .page-item:hover a[data-v-8f046f96] {
    color: #fff
}

.pagination .page-item.disabled[data-v-8f046f96] {
    color: #999;
    background: #fff;
    border: 1px solid #e9e9e9;
    opacity: .6;
    cursor: not-allowed
}

.pagination .input-jumper[data-v-8f046f96] {
    border: 1px solid #e9e9e9;
    line-height: 38px;
    outline: none;
    font-size: 16px;
    text-align: center;
    width: 38px;
    height: 38px;
    background: #fafafa;
    border-radius: 4px;
    margin: 0 6px;
    color: #999
}

strong[data-v-8f046f96] {
    border: 0;
    font-weight: 400
}

.article-list-wrap[data-v-38468a6f] {
    padding-bottom: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f6f9;
    background-image: url(article-bac.74337bb.png);
    background-size: 100% 480px;
    background-repeat: no-repeat
}

.book-mark-box[data-v-38468a6f] {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center
}

.tab-wrap[data-v-38468a6f] {
    width: 1200px;
    display: flex;
    justify-content: flex-start
}

.article-list-content[data-v-38468a6f] {
    margin-top: 13px;
    width: 1200px;
    display: flex;
    justify-content: space-between
}

.article-list-content .left-article-list[data-v-38468a6f] {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    border-radius: 12px;
    overflow: hidden
}

.article-box[data-v-38468a6f] {
    box-sizing: border-box;
    width: 820px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.article-box .article-item[data-v-38468a6f] {
    box-sizing: border-box;
    padding: 30px 40px 0
}

.article-box .article-item .article-content[data-v-38468a6f] {
    padding-bottom: 20px;
    border-bottom: 1px solid #ecedf1
}

.article-box .article-item .no-bottom-border[data-v-38468a6f] {
    border-bottom: 1px solid transparent
}

.article-box .article-title[data-v-38468a6f] {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.article-box .article-desc[data-v-38468a6f] {
    margin-top: 8px;
    max-height: 44px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #77798d;
    line-height: 22px;
    word-break: break-all;
    letter-spacing: .4px;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

.article-box .article-time[data-v-38468a6f] {
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #99a1af;
    line-height: 12px
}

.article-item[data-v-38468a6f]:hover {
    background: #f5f6fa
}

.article-item:hover .article-title[data-v-38468a6f] {
    color: #ff2e30
}

.empty-box[data-v-38468a6f] {
    width: 820px;
    height: 636px;
    border-radius: 8px;
    background-color: #fff
}

.right-ad[data-v-38468a6f] {
    width: 360px
}

.right-ad .free-live-box[data-v-38468a6f],.right-ad .history-question-box[data-v-38468a6f],.right-ad .img-section-box[data-v-38468a6f],.right-ad .recommend-course-box[data-v-38468a6f] {
    margin-bottom: 16px;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 8px
}

.right-ad .cert-circle-box[data-v-38468a6f] {
    margin-bottom: 16px;
    width: 360px;
    height: auto;
    border-radius: 8px
}

.pagination-box[data-v-38468a6f] {
    margin-top: 48px
}


.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}

.pagination li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none
}

.pagination .active,.pagination a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination-group {
    border-right: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination-group li {
    float: left;
    border-right: 0;
    border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.pagination-group li:first-child {
    border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
    border-radius: 0 4px 4px 0
}

.pagination-group .active,.pagination-group a:hover {
    background: #f5f5f5;
    border-radius: 0
}

.pagination-big a {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-small a {
    padding: 5px 10px;
    font-size: 12px
}

.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {
    color: #fff
}

.pager {
    list-style: none;
    padding: 0;
    text-align: center;
    clear: both
}

.pager li {
    display: inline-block
}

.pager li a {
    color: #333;
    border: solid 1px #EBEBEB;
    border-radius: 15px;
    padding: 5px 15px;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pager li a:hover {
    background-color: #f5f5f5;
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pager-prev,.pager .pager-prev,.pager-next,.pager .pager-next {
    font-size: 36px;
    padding: 0;
    color: #FFF;
    background-color: rgba(255,255,255,.3);
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.pager-prev:hover,.pager-next:hover {
    background-color: rgba(0,0,0,.6)
}

.pager-group li {
    float: left;
    display: inline-block
}

.pager-group li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.pager-group li a:first-child {
    border-radius: 4px 0 0 4px
}

.pager-group li a:last-child {
    border-radius: 0 4px 4px 0
}
.text-center {
    text-align: center;
}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/
