/*!
 * 默认前端样式表
 */
html, body, p, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #f5f5f5 url("https://xin-static.bj.bcebos.com/aiqicha-pc/index/sid-index-bg-new.jpg") no-repeat bottom;
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

a {
    cursor: pointer;
}

.clear {
    clear: both;
}

i, em {
    font-style: normal;
    color: #666;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.red {
    color: #e02d2d;
}

li {
    list-style: none;
}

.mr0 {
    margin: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pr20 {
    padding-right: 30px;
}

.more {
    color: #909399;
    font-size: 14px !important;
    float: right !important;
    margin-top: 5px !important;
}

.hidden {
    display: none;
}

.container {
    position: relative;
    overflow: hidden;
}

.pull-left {
    float: left;
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1200px;
    }
}

.clearfix {
    clear: both !important;
}

.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


h1,
h2,
h3 {
    font-size: 18px; /* 或者你希望的大小 */
    font-weight: bold;
    display: inline-block;
}


/*重构uk样式表*/
a, .uk-link {
    color: #333;
}

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link {
    text-decoration: none;
}

.uk-icon {
    display: inline-block;
    vertical-align: middle;
}

.uk-input {
    height: 38px;
    line-height: 38px;
}

.uk-input, .uk-select, .uk-textarea {
    border-radius: 3px;
    padding-right: 0 !important;
}

.uk-card {
    color: #666;
    --uk-inverse: dark;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-header {
    padding: 10px 12px 3px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
}

.uk-card-body {
    padding: 15px;
    overflow: hidden;
}

.uk-card-body p {
    line-height: 30px;
}

.uk-uppercase-list {
    overflow: hidden;
    line-height: 30px;
}

.uk-uppercase-list a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
}

.uk-uppercase-list a span.desc {
    font-size: 12px;
    color: #AAA;
}

.uk-uppercase-list a:hover span {
    color: #0f6ecd;
}

.uk-flex.uk-flex-center {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.uk-form-label {
    font-size: 15px;
    line-height: 36px;
    display: inline-block;
}

.uk-text-center {
    text-align: center; /* 文本居中 */
}

.uk-input-search {
    width: 360px; /* 输入框宽度适中 */
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
}

.uk-appendBtn, .uk-searchBtn {
    height: 38px;
    line-height: 38px;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
}

.uk-search-desc {
    margin: 0 auto;
    border-radius: 3px;
    max-width: 60%;
}

.uk-search-desc p {
    font-size: 14px;
}

.uk-notification {
    font-size: 12px;
    margin-bottom: 20px;
    color: #666;
    border-radius: 3px;
}

.uk-notification-top-center {
    top: 60px; /* 你可以根据需要调整这个值 */
}

.uk-notification-message {
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
}

.uk-notification-message-primary {
    background: #d8eafc;
    color: #1e87f0;
}

.uk-notification-message-success {
    background: #dff0d8;
    color: #5eb95e;
}

.uk-notification-message-warning {
    background: #fff3cd;
    color: #856404;
}

.uk-notification-message-danger {
    background: #f8d7da;
    color: #721c24;
}

.uk-card-header.uk-card-title h1,
.uk-card-header.uk-card-title h2,
.uk-card-header.uk-card-title h3 {
    font-size: 18px; /* 或者你希望的大小 */
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    /*width: 100%;*/
    text-overflow: ellipsis;
}

.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
    margin-top: 10px;
}

.uk-input-blue-border {
    border: 2px solid #1e87f0; /* 蓝色边框 */
}

.uk-table {
    border-top: 1px solid #e5e5e5;
}

.uk-table-grey thead tr {
    background: #f5f5f5;
}

.uk-table thead tr th {
    color: #0a0e14;
}

.uk-table th, .uk-table td {
    border: 1px solid #e5e5e5;
}

.uk-table thead tr:first-child th {
    border-top: none;
}

.uk-table td li {
    display: inline-block;
}

.uk-table td li a {
    padding: 3px 8px;
}

/* 确保 th 和 td 都垂直居中 */
.uk-table tr th, .uk-table tr td {
    vertical-align: middle;
}

.uk-table .uk-thead {
    background: #eee;
}

.uk-table .uk-thead th {
    vertical-align: middle;
    text-align: center;
}

/* 去除最后一列的右边框 */
.uk-table tbody.uk-tbody tr td:last-child {
    border-right: none;
}

.uk-border-bottom-remove {
    border-bottom: none;
}

.uk-padding-tb-remove {
    padding-top: 0;
    padding-bottom: 0;
}

/*.uk-button {*/
/*    height: 38px;*/
/*    line-height: 38px;*/
/*}*/

.uk-tab li a {
    font-size: 16px;
}

@media (max-width: 767px) {

    .uk-form-label {
        margin-right: 0;
    }

    .uk-input-search {
        width: 230px;
    }

    .uk-search-desc {
        max-width: 100%;
    }

    .uk-button {
        padding: 0 10px; /* 调整按钮的宽度 */
    }
}


@media screen and (max-width: 767px) {
    .hide-xs {
        display: none !important
    }

    .uk-button-small {
        padding: 0 10px;
    }
}

#header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    overflow: hidden;
}

#header .top {
    height: 33px;
    margin: 0 auto;
    position: relative;
    background: #d3eeff;
    font-size: 0;
    border-bottom: 1px solid #bad8ed;
}

#header .top-bar {
    height: 100%;
    margin: 0 auto;
    max-width: 1120px;
    background: #d3eeff;
    position: relative;
}

#header .control {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#header .control li {
    font-size: 12px;
    float: left;
    line-height: 33px;
}

#header .control .link {
    padding: 0 10px;
    font-size: 12px;
    border-right: 1px solid #c6c6c6;
}

#header .control .last.link {
    border: 0;
}

#header .header {
    padding: 20px 0;
}

#header .header .logo {
    width: 200px;
    height: 53px;
    margin-top: 2px;
    display: inline-block;
}

#header .header .plApp {
    display: none;
}

#header .time-bar {
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

#header .time-bar .right-li {
    font-size: 12px;
    float: left;
    height: 33px;
}

#header .time-bar li a {
    padding: 0 10px;
    line-height: 33px;
    color: #1e87f0;
    font-size: 12px;
}

#header .banner {
}

#header .nav {
    height: 38px;
    background-color: #3a3a3a;
}

#header .sub-nav {
    margin: 0 auto;
    white-space: nowrap;
    overflow: auto;
}

#header .sub-nav a {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    border-right: 1px solid #5b5b5b;
}

#header .sub-nav a:hover, #header .sub-nav a.active {
    color: #fff !important;
    border-right: 1px solid rgba(227, 90, 15, 0.97);
    background: #f35e52;
}

#header .sub-nav::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 767px) {
    #header .header {
        padding: 10px 0 0;
    }

    #header .header .logo {
        width: 150px;
        height: auto;
        margin-top: 8px;
    }

    #header .header .plApp {
        display: block;
        float: right;
        width: 58% !important;
    }

    #header .nav {
        height: 30px;
    }

    #header .sub-nav a {
        width: 60px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    #header .sub-nav a:hover, #header .sub-nav a.active {
        width: 60px;
        border-right: 1px solid rgba(227, 90, 15, 0.97);
        font-size: 13px;
    }
}

#content {
    overflow: hidden;
    margin-bottom: 10px;
    min-height: calc(100vh - 355px);
}

#content .search-index {
    text-align: center;
    padding-top: 30px;
}

.search-index .uk-flex li {
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline; /* 或者使用 border-bottom */
    display: inline-block; /* 确保下划线只在文字下方 */
    margin-bottom: 5px; /* 可选，为每个元素添加底部间隔 */
}

.search-index .uk-flex li.uk-active {
    color: #4285f4 !important;
}

#content #search-index-btn {
    margin-left: -8px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    height: 38px;
    line-height: 38px;
}

#content .panel-card {
    padding: 30px 15px;
    background-color: #fff;
}

#content .panel-card h1 {
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

#content .panel-card .h1Logo {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

#content .panel-card .uk-button {
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    #content .panel-card {
        padding: 20px 15px;
    }

    #content .panel-card h1 {
        font-size: 1.3em;
    }
}

#content .search-card {
    text-align: center;
    padding: 30px 25px 30px 25px;
    background-color: #fff;
}

#content .uk-card-header h1, #content .search-card h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

#content .uk-card-header h1 img, #content .search-card .h1Logo {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    /*margin-bottom: 5px;*/
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #content .search-card {
        padding: 20px 15px;
    }

    #content .search-card h1 {
        font-size: 1.3em;
    }
}

#content .search-box {

}

#content .search-boxItem {
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

#content .search-boxItem a {
    color: #919191;
    font-size: 14px;
}

#content .search-boxItem a:hover {
    color: #4285f4;
}

#content .search-boxItem > a:not(:last-child)::after {
    content: "|";
    padding: 0 5px;
    color: #E5E5E5;
    display: inline-block;
}

#content .intro {
    line-height: 30px;
}

#content .intro p {
    line-height: 30px;
}

#content .notice {
    padding: 20px 15px;
    margin-bottom: 10px;
    background: #fcf8e3;
    color: #cb1100;
    text-align: center;
    opacity: .6;
    font-size: 14px;
    border: 1px solid #ef9f28;
    border-radius: 3px;
}

#content .notice h1 {
    font-size: 18px;
    margin-bottom: 15px;
}

#content .project-title {
    width: 50%;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

#content .project-title img {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
    height: 28px;
    vertical-align: middle;
}

#content .project-title h1 {
    display: inline-block;
    font-size: 22px;
}

#content .project-list {
    overflow: hidden;
}

#content .project-list .project-list-item {
    padding: 20px 10px;
    overflow: hidden;
    display: block;
}

#content .project-list .project-list-item .image {
    display: block;
    float: left;
    width: 32%;
    overflow: hidden;
}

#content .project-list .project-list-item .image img {
    vertical-align: middle;
    height: 50px;
    width: 50px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#content .project-list .project-list-item .desc {
    display: block;
    float: left;
    width: 65%;
    margin-left: 3%;
    overflow: hidden;
}

#content .project-list .project-list-item .desc span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .project-list .project-list-item .desc .title {
    font-size: 14px;
    font-weight: 600;

}

#content .project-list .project-list-item .desc .text {
    color: #a5a5a5;
    font-size: 12px;
}

#content .project-list .project-list-item:hover {
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    background-color: #eefbff;
}

#content .tools-list, #content .link-list {
    padding: 10px;
    overflow: hidden;
}

#content .tools-list a, #content .link-list a {
    padding: 5px 15px;
    display: block;
    float: left;
    margin: 0 8px 10px 0;
    border-radius: 3px;
    background: #fafafa;
    color: #333;
}

#content .tools-list a:hover, #content .link-list a:hover {
    text-decoration: none;
    color: #1e87f0 !important;
    background-color: #d9e5ff;
}

#content .search-main {
    margin: 20px auto 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #content .notice, #content .infos {
        padding: 10px;
    }

    #content #search-index .uk-inline input, #content #search-index .uk-inline button {
        float: left;
        display: inline-block;
    }

    #content #search-index .uk-inline input {
        width: 268px;
    }

    #content #search-index .uk-inline #search-index-btn {
        font-size: 13px;
        padding: 0 5px;
    }

}

#content .char-list {
    display: flex;
    flex-wrap: wrap;
}

#content .char-list li {
    white-space: nowrap;
    overflow: hidden;
    flex-direction: column;
}

#content .char-list li:not(.divide) {
    position: relative;
    text-align: center;
    margin: 6px;
    padding: 8px 3.3px;
    border-radius: 0.3rem;
    border: 1px solid rgba(111, 66, 193, 0.1);
    background-color: #fbfbfb;
    color: #6f42c1;
    font-size: .9375rem;
    width: calc(14.666667% - 4px);
}

#content .char-list li:hover {
    border-color: #0f6ecd;
}

#content .sidebar-tag {
    overflow: hidden;
    display: inline-block;
}

#content .sidebar-tag li {
    overflow: hidden;
    display: inline-block;
}

#content .sidebar-tag a {
    float: left;
    width: 115px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #DAD9D1;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px 7px 4px 3px;
}

#content .sidebar-dict a {
    float: left;
    width: calc(29.888% - 4px);
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #DAD9D1;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px 4px 5px 5px;
}

#content .sidebar-dict a:hover {
    color: #0f6ecd;
    border-color: #067feb;
}

@media screen and (max-width: 768px) {
    #content .sidebar-tag a {
        width: 150px;
    }

    #content .char-list li {
        width: calc(27.888% - 4px);
    }

}

/**
 尾部样式开始
 */
#footer {
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
    margin-top: 28px;
    position: relative;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-top: 2px solid #bad8ed;
}

#footer .pages {
    line-height: 33px;
}

#footer .pages em {
    margin: 0 5px 0 3px;
    color: #666;
}

#footer a {
    color: #666;
}

#footer .icp {
    margin-bottom: 5px;
}

#footer .icp p {
    margin-right: 10px;
}

#footer .icp span {
    margin-right: 10px;
}

#footer .icoImg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
}

#footer p {
    margin-bottom: 5px;
}

#footer .footer-r {
    position: absolute;
    right: 10px;
    top: 20px;
}

#footer .footer-r img {
    width: 126px;
    height: 125px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #footer {
        padding-top: 10px;
    }

    #footer .logo img {
        width: 100px !important;

    }

    #footer p, #footer a {
        font-size: 14px;
    }
}

#go-Top {
    z-index: 99999 !important;
    opacity: 0.8;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
    color: #fff;
    position: fixed;
    right: 8%;
    width: 40px;
    padding: 10px 0;
    bottom: 20%;
    background-color: #5d9be8;
}


#go-Top:hover {
    cursor: pointer;
    background: #2b81e0;
}

@media screen and (max-width: 767px) {
    #go-Top {
        right: 5%;
        width: 30px;
        padding: 5px 0;
    }
}


.archive-list {
    overflow: hidden
}

.archive-list li.archive-list-item {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #f4f4f4
}

.archive-list li.archive-list-item .archive-cover {
    height: 116px;
    background: #241b3d;
    border-radius: 4px;
    margin-top: 3px;
    overflow: hidden;
    display: inline-block;
    width: 22%;
    float: left
}

.archive-list li.archive-list-item .archive-cover a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.archive-list li.archive-list-item .show-video a:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    background-image: url(/static/theme/video_play.png);
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: .8;
    border-radius: 50%;
    background-size: 32px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s ease-out 0s;
    box-sizing: border-box;
    content: ""
}

.archive-list li.archive-list-item .archive-cover img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.archive-list li.archive-list-item .archive-cover:hover img {
    zoom: 1;
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.archive-list li.archive-list-item .archive-intro {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    position: relative;
    margin-left: 26px;
    display: inline-block;
    width: 73%;
    height: 110px;
    margin-top: 10px
}

.archive-list li.archive-list-item .archive-intro .archive-intro-box {
    max-height: 78px;
    overflow: hidden
}

.archive-list li.archive-list-item .archive-intro .archive-intro-box .archive-intro-title a {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    white-space: nowrap;
    max-width: 550px
}

.archive-list li.archive-list-item .archive-intro .archive-intro-box .archive-intro-title a:hover {
    color: #0b96f5
}

.archive-list li.archive-list-item .archive-intro .archive-intro-attribute {
    display: inline-block;
    height: 18px;
    border-radius: 4px 1px 4px 1px;
    border: 1px solid #0b96f5;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 400;
    color: #0b96f5;
    box-sizing: border-box;
    line-height: 12px;
    position: relative;
    bottom: 4px
}

.archive-list li.archive-list-item .archive-intro .archive-intro-abstract {
    color: #acacac;
    font-size: 14px;
    margin-top: 5px
}

.archive-list li.archive-list-item .archive-intro .archive-intro-desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.archive-list li.archive-list-item .archive-intro .archive-intro-time {
    font-size: 14px;
    line-height: 1
}

.archive-list li.archive-list-item .archive-intro .archive-intro-tag {
    display: flex
}

.archive-list li.archive-list-item .archive-intro .archive-intro-tag a {
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    padding: 1px 10px;
    box-sizing: border-box;
    line-height: 23px;
    margin-left: 8px;
    white-space: nowrap
}

.archive-list li.archive-list-item .archive-intro .archive-intro-tag a:hover {
    color: #0b96f5
}

.pages {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right
}

.pages a, .pages em, .pages span {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #0b96f5;
    padding: 3px 10px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    font-style: normal
}

.pages em {
    color: #999
}

.pages a:hover, .pages .active, .pages span {
    background: #0b96f5;
    color: #fff;
    border: 1px solid #0b96f5
}

.article-detail {
    overflow: hidden;
    padding: 20px;
}

.article-detail .article-title {
    font-size: 36px;
    font-weight: 600;
    color: #f80;
    line-height: 48px
}

.article-detail .article-title h1 {
    font-size: 20px;
    font-weight: bold
}

.article-detail .article-info {
    display: flex;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: auto
}

.article-detail .article-info .author {
    margin-right: 50px
}

.article-detail .article-info .author, .article-detail .article-info .reader, .article-detail .article-info .time {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 25px;
    margin-right: 15px
}

.article-detail .article-info a {
    color: #999
}

.article-detail .article-tags {
    display: flex;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: auto
}

.article-detail .article-tags .tag-item {
    height: 24px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #ffecec);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 8px;
    margin-right: 5px;
    white-space: nowrap
}

.article-detail .article-tags .tag-item i {
    width: 17px;
    height: 17px;
    background: linear-gradient(323deg, #f80, #f9602c);
    box-shadow: 0 1px 2px 0 rgba(240, 37, 15, .1);
    border-radius: 8px 8px 8px 0;
    font-size: 12px;
    font-style: inherit;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-detail .article-tags .tag-item span {
    font-size: 14px;
    font-weight: 400;
    color: #f9602c;
    padding-left: 9px;
    cursor: pointer
}

.article-detail .article-tags .tag-item span:hover {
    opacity: 0.8
}

.article-detail .article-desc {
    width: 100%;
    border-radius: 4px;
    min-height: 62px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    box-sizing: border-box;
    background-size: 20px auto;
    background-color: #f7f7f7;
    margin-bottom: 20px
}

.article-detail .article-content {
    word-wrap: break-word;
    font-size: 16px
}

.article-detail .article-content .summary {
    font-size: 14px;
    line-height: 1.8;
    color: #727272;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.article-detail .article-content table {
    margin: 10px auto
}

.article-detail .article-content table {
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word
}

.article-detail .article-content tbody tr:nth-child(odd) {
    background: #f9f9f9
}

.article-detail .article-content table td, table td, .article-content table th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 1px solid #e6e6e6
}

.article-detail .article-content h2, .article-detail .article-content h3, .article-detail .article-content h4, .article-detail .article-content h5, .article-detail .article-content h6 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative
}

.article-detail .am-engine p, .article-detail .article-content p, .article-detail .article-content li {
    line-height: 30px;
    font-size: 16px;
    color: #2D3037;
    margin: 15px 0;
    word-break: break-all
}

.article-detail .article-content iframe {
    display: block;
    margin: 0 auto
}

.article-detail .article-content h1, .article-detail .article-content h2 {
    margin-bottom: 10px
}

.article-detail .article-content li {
    line-height: 20px
}

.article-detail .article-content img {
    max-width: 80%;
    display: block;
    border-radius: 5px;
    margin: 0 auto 10px
}

.article-detail blockquote {
    line-height: 24px;
    font-size: 14px;
    color: #2D3037;
    background: #F0F2F5;
    padding: 10px 10px 10px 20px;
    border-left: 4px solid #e90505;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0;
    word-wrap: break-word;
    word-break: break-all
}

.article-detail .article-explain {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DBE1E8
}

.article-detail .article-explain p {
    line-height: 26px;
    font-size: 14px;
    color: #9EA7B3
}

.article-detail .detail-prev-next div {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.article-detail .detail-prev-next div.fr {
    text-align: right
}

.about {
    position: relative;
    min-height: 402px;
    margin-bottom: 50px
}

.about .ab-nav {
    background: #f3f3f3;
    width: 160px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.about .ab-nav li {
    line-height: 50px;
    height: 50px;
    font-size: 0
}

.about .ab-nav li a {
    color: #333;
    display: block;
    cursor: pointer
}

.about .ab-nav li.on a {
    color: #2371f3;
    font-weight: bold;
    border-left: 4px solid #2371f3;
    background: #fff;
    width: 157px
}

.about .ab-nav li:hover a {
    color: #2371f3
}

.about .ab-nav li i, .about .ab-nav li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.about .ab-con {
    width: 1000px;
    padding: 20px 20px 0 10px
}

.about .title {
    line-height: 23px;
    border-bottom: 1px solid #efefef;
    height: 30px
}

.about .title h2, .about .title h1 {
    font-size: 18px;
    color: #333
}

.about .service-con {
    padding-left: 10px;
    margin-top: 20px;
    line-height: 24px;
    color: #666
}

.about .service-con p {
    line-height: 32px;
    font-size: 15px
}
