@charset "utf-8";

/* ==================== Reset & Base ==================== */
* { margin: 0; padding: 0; box-sizing: content-box; }
html, body { height: 100%; }
body {
    background: #f9f9f9;
    color: #3b3b3b;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "Hiragino Sans GB", sans-serif;
    font-size: 14px;
}
ul { list-style: none; }
a { color: #333; text-decoration: none; }
a:hover { color: #38a1e1; }
img { border: 0; vertical-align: middle; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.f_l { float: left; }
.f_r { float: right; }
.wall { width: 1190px; margin: 0 auto; }

/* ==================== Top Bar ==================== */
.site-nav-top {
    line-height: 40px;
    font-size: 13px;
    background: #f3f6f9;
    border-bottom: 1px solid #e3e7ec;
    height: 40px;
    min-width: 1190px;
}
.site-nav-top .t_c { width: 1190px; margin: 0 auto; }
.site-nav-top .login li { float: left; }
.site-nav-top .login li a {
    display: block;
    color: #8b8c8b;
    padding: 0 12px;
    line-height: 40px;
}
.site-nav-top .login li a:hover { color: #38a1e1; }
.site-nav-top .top-date { color: #8b8c8b; }

/* ==================== Header ==================== */
.site-header { width: 1190px; margin: 0 auto; height: 100px; }
.site-header .header-m { position: relative; }
.site-logo {
    float: left;
    margin: 20px 10px;
    height: 60px;
    line-height: 60px;
}
.site-logo a {
    font-size: 26px;
    font-weight: bold;
    color: #38a1e1;
    letter-spacing: 1px;
}
.site-logo .logo-text { color: #38a1e1; }

/* Search */
.search {
    float: right;
    width: 500px;
    height: 36px;
    margin: 32px 50px 0 0;
    display: inline;
    border: 2px solid #38a1e1;
    border-radius: 4px;
    overflow: hidden;
}
.search .so_text {
    width: 420px;
    height: 36px;
    border: none;
    float: left;
    text-indent: 1em;
    font-size: 14px;
    line-height: 36px;
    outline: none;
    font-family: "Microsoft YaHei";
}
.search .so_input {
    width: 76px;
    height: 36px;
    border: none;
    color: #fff;
    font-size: 14px;
    float: right;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: #38a1e1;
}
.search .so_input:hover { background: #1b90d8; }

/* ==================== Navigation ==================== */
.site-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: "Microsoft YaHei";
    height: 50px;
    width: 100%;
    min-width: 1190px;
    background: #38a1e1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.site-nav .menu-box {
    width: 1190px;
    margin: 0 auto;
    position: relative;
}
.site-nav .nav-menu-list li {
    float: left;
    position: relative;
    height: 50px;
}
.site-nav .nav-menu-list li:hover { background: #1b90d8; }
.site-nav .nav-menu-list li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.site-nav .nav-menu-list li > a:hover { color: #fff; }
.site-nav .nav-menu-list .nav-sel { background: #1b90d8; }
.site-nav .nav-menu-list .nav-home { font-weight: bold; }

/* ==================== Breadcrumb ==================== */
.mainBody {
    margin: 0 auto;
    width: 1190px;
    overflow: hidden;
}
.mainBody .bread_txt {
    font: normal 12px/40px "Microsoft YaHei";
    height: 40px;
    line-height: 40px;
    color: #999;
    margin: 0 auto;
    width: 1188px;
}
.mainBody .bread_txt a { color: #999; }
.mainBody .bread_txt a:hover { color: #38a1e1; }
.mainBody .bread_txt span { margin: 0 12px; color: #aaa; }

/* ==================== Main Body Layout ==================== */
.mainBody-left {
    float: left;
    width: 240px;
}
.mainBody-right {
    float: right;
    margin-bottom: 20px;
    padding: 18px;
    width: 890px;
    background: #fff;
    box-shadow: 0 1px 1px 1px #f0f0f0;
    min-height: 500px;
}

/* ==================== Left Sidebar ==================== */
.mainBody-left .box_other {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
}
.mainBody-left .box_other .navs,
.mainBody-left .box_other .navcon {
    height: 42px;
    overflow: hidden;
    padding-left: 12px;
    line-height: 42px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    background: #fafafa;
}
.mainBody-left .box_other .navs i,
.mainBody-left .box_other .navcon i {
    display: inline-block;
    background-color: #38a1e1;
    width: 4px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
}
.mainBody-left .box_other .navs h2,
.mainBody-left .box_other .navcon h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 6px;
}
.mainBody-left .box_other .content {
    width: 238px;
    margin: 0 auto;
    clear: both;
}
.mainBody-left .box_other .content ul {
    list-style-type: none;
    text-align: left;
    padding: 10px 0;
}
.mainBody-left .box_other .content ul li {
    overflow: hidden;
    padding: 0 8px;
}
.mainBody-left .box_other .content ul li a {
    color: #495056;
    line-height: 34px;
    height: 34px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.mainBody-left .box_other .content ul li a:hover { color: #f00; }

/* 咨询简讯 */
.mainBody-left .box_other .content ul.zxjx-list { padding: 4px 0; }
.mainBody-left .box_other .content ul.zxjx-list li.zxjx-item {
    padding: 9px 10px;
    overflow: visible;
    border-bottom: 1px dashed #e2e2e2;
}
.mainBody-left .box_other .content ul.zxjx-list li.zxjx-item:last-child { border-bottom: none; }
.mainBody-left .box_other .content ul.zxjx-list li.zxjx-item a.zxjx-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    max-height: 60px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #495056;
    word-break: break-all;
}
.mainBody-left .box_other .content ul.zxjx-list li.zxjx-item a.zxjx-link:hover { color: #f00; }
.mainBody-left .box_other .content ul.zxjx-list li.zxjx-item a.zxjx-link .zxjx-date {
    color: #38a1e1;
    font-weight: bold;
    margin-right: 5px;
}
.mainBody-left .box_other .content ul.zxjx-list li.zxjx-empty {
    padding: 16px 10px;
    color: #999;
    font-size: 13px;
}

/* Tree menu */
.mainBody-left .treemenu .text-ul { margin: 12px 16px 18px; }
.mainBody-left .treemenu li {
    list-style: none;
    padding: 0;
    height: 40px;
    line-height: 40px;
}
.mainBody-left .treemenu li .node {
    position: relative;
    padding-left: 35px;
    background: #fff;
}
.mainBody-left .treemenu li .node i {
    width: 22px;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;
    background: #38a1e1;
    border-radius: 3px;
    top: 9px;
    left: 8px;
    position: absolute;
    opacity: 0.6;
}
.mainBody-left .treemenu li .node a {
    display: block;
    overflow: hidden;
    margin-left: -8px;
    padding-left: 12px;
    border-left: 1px dashed #ccc;
    font-size: 14px;
}
.mainBody-left .treemenu li .node a:hover { color: #38a1e1; }

/* ==================== Right Main - Filter Area ==================== */
.mainBody-right #screen-area-container {
    margin: 0 auto 30px;
}
.mainBody-right #select-area {
    text-align: left;
    font-family: "Microsoft YaHei";
    border: 1px solid #efefef;
}
.mainBody-right #select-area a { color: #495056; }
.mainBody-right #select-area a:hover { text-decoration: none; }

.mainBody-right .sel-area {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 55px;
    border-bottom: 1px solid #efefef;
}
.mainBody-right .sel-area:last-child { border-bottom: none; }
.mainBody-right .tit-left {
    flex: 0 0 75px;
    background: #fbfbfb;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #efefef;
    font-weight: bold;
    color: #666;
}
.mainBody-right .sel-right {
    position: relative;
    flex: 1 1 auto;
    overflow: visible;
    padding: 8px 0;
}
.mainBody-right .sel-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
    vertical-align: middle;
}
.mainBody-right .sel-list a {
    padding: 4px 12px;
    border-radius: 6px;
    margin: 0 2px;
    line-height: 32px;
    display: inline-block;
}
.mainBody-right .sel-list a:hover { background: #38a1e1; color: #fff !important; }
.mainBody-right .sel-list a.selected { background: #38a1e1; color: #fff !important; }
/* “全部”按钮：蓝色底高度更小，左侧留出约2个空格宽度 */
.mainBody-right .sel-list a.sel-all { margin-left: 16px; padding: 2px 10px; line-height: 22px; }

/* ==================== Right Main - Results Area ==================== */
.mainBody-right .screen-hd-wrap .tm_nav .m-nav-mn {
    border-bottom: 1px solid #ddd;
    height: 30px;
    margin-bottom: 10px;
}
.mainBody-right .screen-hd-wrap .tm_nav .m-tab {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.mainBody-right .screen-hd-wrap .tm_nav .m-tab b {
    font-size: 14px;
    font-weight: bold;
    color: #38a1e1;
}
.mainBody-right .screen-hd-wrap .tm_nav .m-type {
    float: right;
    margin-top: 5px;
    height: 25px;
}
.mainBody-right .screen-hd-wrap .m-type a,
.m-type label {
    margin: 0 8px;
    font-size: 12px;
    float: left;
    line-height: 25px;
}
.mainBody-right .screen-hd-wrap .m-type a:hover,
.m-type a.z-sel {
    border-bottom: 2px solid #38a1e1;
    color: #38a1e1;
}

/* ==================== Article Cards ==================== */

/* Search result list (search.php) */
.search-result-list {
    margin-left: 30px;
}
.search-result-list .search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 60px;
    min-height: 60px;
    border-bottom: 1px solid #f0f0f0;
}
.search-result-list .search-row:hover { background: #fafdff; }
.search-result-list .search-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    min-width: 0;
}
.search-result-list .search-cat {
    flex: 0 0 auto;
    font-size: 13px;
    color: #38a1e1;
    font-weight: bold;
}
.search-result-list .search-title {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-list .search-title:hover { color: #38a1e1; }
.search-result-list .search-date {
    flex: 0 0 auto;
    font-size: 13px;
    color: #999;
    white-space: nowrap;
}

.mainBody-right .m-grid .m-site-nav {
    display: block;
    width: 850px;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 10px;
    background: #fff;
    transition: background 0.2s;
}
.mainBody-right .m-grid .m-site-nav:hover { background: #fafdff; }
.mainBody-right .m-grid .nav-tit-box { width: 100%; overflow: hidden; }
.mainBody-right .m-grid .nav-tit-box .z-title {
    line-height: 28px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}
.mainBody-right .m-grid .nav-tit-box .z-title:hover { color: #38a1e1; }
.mainBody-right .m-grid .card-meta {
    margin: 5px 0 8px 0;
    line-height: 22px;
}
.mainBody-right .m-grid .card-meta .meta-date,
.mainBody-right .m-grid .card-meta .meta-cat {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}
.mainBody-right .m-grid .card-intro {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

/* ==================== Tags ==================== */
.tag {
    display: inline-block;
    padding: 1px 8px;
    margin-right: 6px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
}
.tag-zf { background: #e8f4fd; color: #1b90d8; border: 1px solid #b3d9f2; }
.tag-fund { background: #e8f9f0; color: #2d9e4e; border: 1px solid #b3e6c4; }
.tag-area { background: #fff4e8; color: #d97817; border: 1px solid #ffd9b3; }
.tag-city { background: #f3ecfd; color: #7a3fd1; border: 1px solid #d9c2f2; }

/* Article detail tags */
.article-tags .tag-group {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
    line-height: 26px;
}
.article-tags .tag-group b { color: #555; font-size: 13px; margin-right: 4px; }

/* ==================== Pagination ==================== */
.pagination {
    text-align: center;
    padding: 30px 0 10px;
    clear: both;
}
.pagination .page-btn {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    background: #fff;
}
.pagination .page-btn:hover {
    border-color: #38a1e1;
    color: #38a1e1;
    background: #f0f8ff;
}
.pagination .page-current {
    background: #38a1e1;
    border-color: #38a1e1;
    color: #fff !important;
}
.pagination .page-ellipsis {
    display: inline-block;
    padding: 0 5px;
    color: #999;
    line-height: 36px;
}

/* ==================== Article Detail ==================== */
.article-detail { padding: 10px; }
.article-detail .article-title {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #38a1e1;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-detail .article-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background: #fafafa;
}
.article-detail .article-info .info-meta {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}
.article-detail .article-info .info-copy {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
    background: #38a1e1;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
}
.article-detail .article-info .info-copy:hover { background: #1b90d8; }
.article-detail .article-info span {
    margin: 0 12px;
    color: #999;
    font-size: 13px;
}
.article-detail .article-tags {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
}
.article-detail .article-content {
    line-height: 1.8;
    font-size: 15px;
    color: #444;
    padding: 10px 20px;
    min-height: 200px;
}
.article-detail .article-content p { margin-bottom: 15px; }
.article-detail .article-content img { max-width: 100%; height: auto; }
.article-detail .article-nav {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.article-detail .article-nav .prev { float: left; width: 48%; }
.article-detail .article-nav .next { float: right; width: 48%; text-align: right; }
.article-detail .article-nav a { color: #38a1e1; }
.article-detail .article-nav a:hover { text-decoration: underline; }

/* ==================== Comments ==================== */
.comment-wrap { margin-top: 30px; }
.comment-head {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.comment-head i {
    display: inline-block;
    background: #38a1e1;
    width: 4px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
}
.comment-head h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 6px;
}
.comment-head .comment-count {
    float: right;
    font-size: 13px;
    color: #999;
}
.comment-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.comment-item .comment-avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.comment-item .comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.comment-item .comment-avatar .avatar-text {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #38a1e1;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}
.comment-item .comment-body { overflow: hidden; }
.comment-item .comment-header { margin-bottom: 5px; }
.comment-item .comment-name {
    font-weight: bold;
    color: #38a1e1;
    margin-right: 12px;
}
.comment-item .comment-date { font-size: 12px; color: #999; }
.comment-item .comment-content {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

/* Comment form */
.comment-form-wrap { margin-top: 30px; }
.form-row { margin-bottom: 12px; }
.form-field {
    width: 33%;
    padding-right: 10px;
}
.form-field label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-size: 13px;
}
.form-input {
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
}
.form-input:focus { border-color: #38a1e1; }
.form-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    outline: none;
    resize: vertical;
}
.form-textarea:focus { border-color: #38a1e1; }
.form-submit { text-align: left; }
.btn-submit {
    display: inline-block;
    padding: 8px 30px;
    background: #38a1e1;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.btn-submit:hover { background: #1b90d8; }

/* ==================== Footer ==================== */
.box-footer {
    background: #2d3e50;
    padding: 30px 0;
    width: 1190px;
    margin: 0 auto;
}
.box-footer .footer-width { width: 1190px; margin: 0 auto; }
.box-footer .footer-list { overflow: hidden; }
.box-footer .col-list {
    float: left;
    width: 138px;
    color: #b0b8c4;
}
.box-footer .col-list dt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}
.box-footer .col-list dd { margin-bottom: 8px; }
.box-footer .col-list dd a {
    color: #b0b8c4;
    font-size: 12px;
}
.box-footer .col-list dd a:hover { color: #38a1e1; }
.box-footer .col-contact {
    float: right;
    color: #b0b8c4;
}
.box-footer .col-contact .text { font-size: 13px; }
.box-footer .col-contact .phone {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0;
}
.box-footer .col-contact p { font-size: 12px; line-height: 1.8; }

.site-footer {
    background: #252f3d;
    padding: 20px 0;
    width: 1190px;
    margin: 0 auto;
}
.site-footer .fot-text {
    text-align: center;
    color: #6b7785;
    font-size: 12px;
}
.site-footer .fot-text p { margin-bottom: 5px; }
.site-footer .fot-text a { color: #6b7785; }
.site-footer .fot-text a:hover { color: #38a1e1; }

/* ==================== No Results ==================== */
.no-results {
    padding: 60px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* ==================== Pinned/Top Article Badge ==================== */
.post-istop { border-left: 3px solid #38a1e1; }
.istop-badge {
    display: inline-block;
    background: #e4393c;
    color: #fff;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
}

/* ==================== Content Page (single.php) Layout ==================== */
.content-wrapper {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.content-main {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 2px #eee;
    margin-bottom: 20px;
    padding: 25px 30px;
}
.content-side {
    float: right;
    width: 270px;
    margin-bottom: 20px;
}

/* Article detail enhanced */
.article-detail { padding: 0; }
.article-detail .article-title {
    font-size: 14px;
    font-weight: bold;
    color: #38a1e1;
    text-align: left;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 1.4;
}
.article-detail .article-info {
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background: #fafafa;
}
.article-detail .article-info .info-item {
    color: #888;
    font-size: 13px;
    margin: 0 6px;
}
.article-detail .article-info .info-divider {
    color: #ddd;
    margin: 0 2px;
}

/* Article tags on detail page */
.article-detail .article-tags {
    padding: 15px 0;
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 1px dashed #eee;
}
.article-detail .article-tags .tag-group {
    display: block;
    margin-bottom: 10px;
    line-height: 28px;
}
.article-detail .article-tags .tag-group b {
    color: #555;
    font-size: 13px;
    margin-right: 6px;
}

/* Article content typography */
.article-content {
    line-height: 1.9;
    font-size: 15px;
    color: #3f3f3f;
    padding: 5px 0;
    min-height: 200px;
    word-wrap: break-word;
}
.article-content p { margin-bottom: 18px; text-indent: 2em; }
.article-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 28px 0 15px;
    padding-left: 12px;
    border-left: 4px solid #38a1e1;
    line-height: 1.4;
}
.article-content h3 {
    font-size: 17px;
    font-weight: bold;
    color: #2c2c2c;
    margin: 24px 0 12px;
    line-height: 1.4;
}
.article-content h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 10px;
}
.article-content h5, .article-content h6 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin: 16px 0 8px;
}
.article-content img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: block;
    border-radius: 4px;
}
.article-content a { color: #38a1e1; text-decoration: underline; }
.article-content a:hover { color: #1b90d8; }
.article-content blockquote {
    margin: 18px 0;
    padding: 15px 20px;
    background: #f6f9fc;
    border-left: 4px solid #38a1e1;
    color: #5a6a7a;
    font-size: 14px;
    line-height: 1.7;
}
.article-content ul, .article-content ol {
    margin: 15px 0 15px 2em;
    line-height: 1.8;
}
.article-content ul li { list-style: disc; margin-bottom: 6px; }
.article-content ol li { list-style: decimal; margin-bottom: 6px; }
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    font-size: 14px;
}
.article-content table th,
.article-content table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}
.article-content table th {
    background: #38a1e1;
    color: #fff;
    font-weight: bold;
}
.article-content table tr:nth-child(even) td {
    background: #f8fafc;
}
.article-content code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-family: Consolas, Monaco, monospace;
}
.article-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 15px 20px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 15px 0;
    font-size: 13px;
    line-height: 1.6;
}
.article-content pre code {
    background: none;
    padding: 0;
    color: inherit;
}

/* Prev/Next navigation */
.article-nav {
    margin-top: 35px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.article-nav .nav-prev {
    float: left;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-nav .nav-next {
    float: right;
    width: 48%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-nav .nav-label {
    color: #999;
    font-size: 13px;
}
.article-nav a {
    color: #38a1e1;
    font-size: 14px;
}
.article-nav a:hover { text-decoration: underline; }
.article-nav .nav-none {
    color: #ccc;
    font-size: 13px;
}

/* ==================== Content Sidebar (content-sidebar.php) ==================== */
.content-side .side-box {
    background: #fff;
    box-shadow: 0 1px 2px #eee;
    margin-bottom: 15px;
}
.content-side .side-hd {
    height: 44px;
    line-height: 44px;
    padding-left: 14px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    position: relative;
}
.content-side .side-hd i {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #38a1e1;
    vertical-align: middle;
    margin-top: -3px;
}
.content-side .side-hd h2 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding-left: 6px;
    color: #333;
}
.content-side .side-bd {
    padding: 10px 12px;
}
.content-side .side-list {
    list-style: none;
}
.content-side .side-list .rank-item {
    overflow: hidden;
    padding: 7px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.content-side .side-list .rank-item:last-child {
    border-bottom: none;
}
.content-side .side-list .rank-item a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #495056;
    font-size: 13px;
    line-height: 24px;
    padding-left: 28px;
    position: relative;
}
.content-side .side-list .rank-item a:hover {
    color: #38a1e1;
}
.content-side .side-list .rank-num {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}
.content-side .side-list .rank-num-1 { background: #e4393c; }
.content-side .side-list .rank-num-2 { background: #f06030; }
.content-side .side-list .rank-num-3 { background: #f0a020; }
.content-side .side-list .rank-num-normal { background: #bbb; }
.content-side .side-list .empty-tip {
    text-align: center;
    color: #aaa;
    padding: 20px 0;
    font-size: 13px;
}

/* ==================== Catalog Page (catalog.php) ==================== */
/* Category header bar */
.cat-header {
    margin-bottom: 15px;
}
.cat-title-bar {
    height: 42px;
    line-height: 42px;
    background: linear-gradient(to right, #38a1e1, #5bb5ee);
    border-radius: 4px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
}
.cat-title-bar .cat-icon {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #fff;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    border-radius: 2px;
}
.cat-title-bar .cat-name {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
.cat-title-bar .cat-count {
    float: right;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    margin-right: 18px;
}
.cat-title-bar .cat-count b {
    font-size: 15px;
    color: #fff;
}

/* Catalog filter area */
/* Catalog sort bar */
.cat-sort-bar {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #38a1e1;
    margin-bottom: 0;
    background: #f5f7fa;
    border-radius: 4px 4px 0 0;
}
.cat-sort-bar .sort-tabs .sort-tab {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    border-right: 1px solid #e8e8e8;
    transition: all 0.2s;
}
.cat-sort-bar .sort-tabs .sort-tab:hover {
    color: #38a1e1;
    background: #eef6fc;
}
.cat-sort-bar .sort-tabs .sort-active {
    color: #fff;
    background: #38a1e1;
    font-weight: bold;
}
.cat-sort-bar .result-count {
    margin-right: 15px;
    font-size: 13px;
    color: #888;
}
.cat-sort-bar .result-count b {
    color: #38a1e1;
    font-size: 15px;
}

/* Catalog article list - make sure it connects to sort bar */
.cat-sort-bar + .m-grid .m-site-nav:first-child {
    border-top: none;
}

/* ==================== Responsive (basic) ==================== */
@media screen and (max-width: 1200px) {
    .wall, .site-header, .mainBody .bread_txt { width: 96%; }
    .site-nav-top .t_c { width: 96%; }
    .mainBody { width: 96%; }
    .mainBody-right { width: 70%; }
    .mainBody-left { width: 26%; }
    .content-wrapper { width: 96%; }
    .content-main { width: 100%; }
    .site-nav-top, .site-nav { min-width: 100%; }
    .site-nav .menu-box { width: 96%; }
    .box-footer, .site-footer { width: 96%; }
    .box-footer .footer-width { width: 96%; }
}
