﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    background: #efefef
}

ol, ul, li, dl, dd, dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.hide {
    display: none;
}

.red {
    color: #f73131;
}

.btn, .submit {
    padding: 6px 12px;
    margin-right: 5px;
    border: 1px solid #c4c7ce;
    border-radius: 3px;
    background-color: #f1f1f1;
    cursor: pointer;
    vertical-align: middle;
}

.btnchk {
    background: #029948;
    color: #ffffff;
    border: 1px solid #02823d;
}

.btn:hover, .submit:hover {
    background: #fbfbfb;
}

.btnchk:hover {
    background: #02823d;
    color: #ffffff;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ft26 {
    font-size: 26px;
}

.ft20 {
    font-size: 20px;
}

.ft18 {
    font-size: 18px;
}

.ft16 {
    font-size: 16px;
}

.ft14 {
    font-size: 14px;
}

.ft12 {
    font-size: 12px;
}

.h15 {
    height: 15px;
}

.is-active {
    display: block;
}

textarea {
    margin-bottom: 15px;
}

textarea {
    padding: 10px;
}

    textarea.json_input {
        width: 936px;
        border-radius: 3px;
        border: 2px solid #c4c7ce;
    }

textarea, input, select {
    vertical-align: middle;
    outline: none;
    border: 1px solid #c4c7ce;
    border-radius: 3px;
}

    input.json_input {
        line-height: 29px;
        height: 29px;
        vertical-align: middle;
        margin-right: 5px;
    }

.underline {
    text-decoration: underline;
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .table-bordered tr:nth-child(odd) {
        background-color: #F6F4F0;
    }

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.line {
    border-bottom: 1px solid #ececec;
}

.pc-hidden {
    display: none;
}

.inner {
    min-width: 1100px;
    height: 60px;
    font-size: 25px;
    font-weight: 100;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5; /*background-color: #f3f3f3;box-shadow: 0 2px 4px rgba(52, 73, 94, 0.2), inset 0 -1px 0 0 #f3f3f3;-moz-box-shadow: 0 2px 4px rgba(52, 73, 94, 0.2),inset 0 -1px 0 0 #f3f3f3;-webkit-box-shadow: 0 2px 4px rgba(52, 73, 94, 0.2), inset 0 -1px 0 0 #f3f3f3;border-top: 1px solid #f3f3f3;border-bottom:2px solid #f3f3f3;*/
}

.close-subNav {
    display: none;
}

.logo {
    max-width: 1120px;
    padding: 14px 0;
    margin: auto;
}

    .logo a {
        display: block;
        width: 176px;
        height: 32px;
        overflow: hidden;
        text-decoration: none;
        /* background:url(../image/logo.png) no-repeat; */
        background-size: auto 100%;
        background: url(../image/logo_v1_ie.jpg) no-repeat\9;
    }

        .logo a strong {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            border: 0;
            clip: rect(0 0 0 0);
            overflow: hidden;
        }

.inner-box {
    max-width: 1120px;
    margin: auto;
}

.inner-logo {
    display: flex;
    width: 270px;
    height: 32px;
    margin-top: 15px;
    float: left;
    overflow: hidden;
    text-decoration: none;
}

    .inner-logo a {
        position: relative;
        display: inline-flex;
        width: 145px;
        height: 32px;
        /* background: url(../image/logo.png) no-repeat; */
        background-size: auto 100%;
        font-size: 16px;
        color: #000;
        line-height: 40px;
        text-decoration: none;
    }

        .inner-logo a strong {
            position: absolute;
            left: 0;
            top: -30px;
            color: #ffffff;
            font-weight: 100;
            font-size: 12px;
            height: 0;
            overflow: hidden;
        }

    .inner-logo h1,
    .inner-logo h3 {
        display: inline-flex;
        font-size: 16px;
        background: #ff9e9e;
        border-radius: 4px;
        line-height: 26px;
        color: #ffffff;
        padding: 0 5px;
        height: 26px;
        width: auto;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        margin-top: 3px;
        margin-left: 10px
    }

        .inner-logo h1 a,
        .inner-logo h3 a {
            display: inline;
            background: none;
            width: auto;
            height: auto;
            color: #ffffff;
            line-height: inherit;
        }

    .inner-logo a.chashebao {
        background: none;
    }

.inner-nav {
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
}

    .inner-nav li {
        line-height: 56px;
        display: table-cell;
        padding: 0 7px;
        position: relative;
    }

        .inner-nav li:before {
            content: " ";
            position: absolute;
            height: 12px;
            top: 44%;
            left: 1px;
            border: none;
            border-left: 1px solid #999999;
        }

        .inner-nav li:first-child::before {
            content: "";
            display: none;
        }

        .inner-nav li a {
            color: #252525;
            font-size: 14px;
            text-decoration: none;
        }

            .inner-nav li a:hover {
                color: #f73131
            }

h1 {
    margin: 20px auto 20px;
    text-align: center;
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    position: relative;
    clear: both;
}

.author-info {
    font-size: 14px;
    line-height: inherit;
    color: #707070;
    margin: 0 0 30px 0;
    text-align: center;
}

    .author-info label {
        width: 26px;
        height: 26px;
        border-radius: 26px;
        background: url(../image/author-info.jpg) no-repeat #f0f0f0;
        float: left;
        background-size: 100% 100%;
        display: none;
    }

    .author-info span {
        margin-right: 10px;
    }

        .author-info span.original-tag {
            margin: 1px 8px 1px 0;
            border-radius: 3px;
            padding: 1px 4px;
            font-size: 12px;
            line-height: 16px;
            color: #707070;
            background: #f2f2f2;
        }

    .author-info a {
        color: #707070;
        text-decoration: none;
    }

.container {
    width: 1020px;
    margin: 0 auto 20px;
    padding-top: 4px; /*border-left: 1px solid #ececec;border-right: 1px solid #ececec;border-bottom: 1px solid #ececec;*/
}

.toolnav {
    padding: 0px 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
}

    .toolnav a {
        text-decoration: none;
        margin-right: 15px;
        border-radius: 15px;
        padding: 2px 6px;
        border: 1px solid #efefef;
        color: #999999;
        display: inline-block;
        margin: 4px 0;
    }

        .toolnav a.chk {
            background: #029948;
            color: #fff;
            border: 1px solid #029948;
        }

            .toolnav a.chk:hover {
                color: #fff;
            }

        .toolnav a:hover {
            background: #029948;
            color: #fff;
            border: 1px solid #029948;
        }

.main {
    padding: 0 30px 0px 30px;
    clear: both;
}

    .main p {
        line-height: 22px;
        margin: 5px 0 10px 0;
        color: #222222;
        word-break: break-word;
        word-wrap: break-word;
    }

    .main a {
        color: #333333;
        text-decoration: none;
    }

        .main a.underline {
            text-decoration: underline;
        }

            .main a.underline:hover {
                text-decoration: none;
            }

        .main a.green {
            color: #02823d
        }

            .main a.green:hover {
                text-decoration: underline;
            }

    .main form, .contbox {
        padding: 10px 15px 25px 15px;
        border: 1px solid #efefef;
        background-color: #ffffff;
        border-radius: 6px;
        margin-bottom: 10px;
    }

        .main form.bg-form {
            background: #efefef !important;
        }

h3 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: normal; /*border-bottom: 1px solid #ececec;background-color: #f3f3f3;padding: 5px 10px;*/
}

    h3 span {
        font-size: 12px;
        font-weight: 100;
        float: right;
        color: #999;
        line-height: 20px;
    }

hr {
    border: none;
    border-bottom: 1px solid #aaa;
    margin: 0;
    padding: 0;
    display: none;
}

.text {
    width: 300px;
    padding: 4px 3px
}

select.text {
    width: 310px;
}

.result {
    padding: 15px 0;
    word-break: break-all;
}

label {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.mainbox {
    border: 1px solid #ebebeb;
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
}

.content p {
    margin-bottom: 25px;
}

.content h2 {
    font-size: 20px;
}
/*.content code {border:none !important;line-height:18px;text-indent:0px;padding:0.2em 0.6em!important;font-size:100% !important;color:#c7254e;background:#f9f2f4 !important;margin:0;font-weight:normal;font-family:auto;border-radius:3px !important;vertical-align:middle;display:inline-block;overflow-x:auto;}
*/ .content code {
    line-height: 18px;
    text-indent: 0px;
    padding: 0.2em 0.6em !important;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    border-radius: 3px !important;
    vertical-align: middle;
    overflow-x: auto;
    background: #efefef;
    color: black;
    display: block;
    font-family: "Courier New", sans-serif;
    border: 1px solid #ccc;
    padding: 5px;
    overflow-x: auto;
}

.h3title {
    margin: 10px 0 0 0;
    line-height: 40px;
    font-size: 15px;
    color: #555;
    font-weight: bold;
    padding: 0;
    background: none;
    border: none;
}

    .h3title:first-child { /*border-top: 1px solid #ececec;*/
        padding-bottom: 10px;
        padding-top: 10px;
    }

.content .h3title {
    font-size: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.subnavlist a,
.subnav a {
    text-decoration: none;
    width: 16%; /* text-indent: 1em; */
    display: inline-block;
    color: #888;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    word-break: break-all;
}

    .subnavlist a:hover,
    .subnav a:hover {
        color: #029948;
    }

.word-count {
    font-size: 12px;
    color: #666;
    text-align: right;
}

.subnavlist a.pc-hidden,
.subnav a.pc-hidden {
    display: none;
}

.relatedList img {
    width: 160px;
    height: 107px;
    float: left;
    margin-right: 20px;
    transition: transform .5s ease-in;
    border-radius: 3px;
}

    .relatedList img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.relatedList li {
    width: 700px;
    height: 150px
}

    .relatedList li a {
        color: #000000;
    }

        .relatedList li a:hover {
            color: #f83131
        }

    .relatedList li strong {
        width: 518px;
        font-size: 16px;
    }

    .relatedList li p {
        font-size: 14px !important;
        color: rgb(0, 0, 0);
        width: 518px;
        line-height: 18px !important;
        overflow: hidden;
        padding-top: 10px;
    }

        .relatedList li p span.related-date {
            color: #b4b4b4;
            display: block;
        }

        .relatedList li p span.related-info {
            color: #333;
            margin-top: 6px;
            display: inline-block;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }

.manual {
    padding: 0;
    padding-bottom: 14px;
}

    .manual li {
        margin-top: 5px;
        list-style: none;
        color: #c3c3c3;
        font-size: 14px;
    }

        .manual li span {
            float: right;
            color: #f83131;
            margin-left: 30px;
            margin-right: 10px;
            min-width: 330px;
        }

            .manual li span a {
                color: #f83131;
                text-decoration: none;
            }

                .manual li span a:hover {
                    color: #029948;
                    text-decoration: underline;
                }

        .manual li b {
            font-weight: bold;
        }

.sendMsgBox {
    width: 550px;
    float: left;
}

.sendMsgMoreBox {
    width: 350px;
    float: right;
    background: #f9f9f9;
}

.sendMsgMore {
    padding: 0 30px;
}

    .sendMsgMore .text {
        width: 180px;
    }

    .sendMsgMore select.text {
        width: 190px;
    }

    .sendMsgMore .w75 {
        width: 75px;
    }

    .sendMsgMore .submit {
        margin-left: 30px;
    }

.resultMore {
    height: 410px;
    margin: 40px 0 20px;
    font-size: 12px;
    overflow-y: scroll;
}

.footer {
    text-align: center;
    line-height: 22px;
    color: #666666;
    font-size: 12px;
    padding: 20px 0;
    background: #efefef;
}

.footer-nav {
    line-height: 2;
    padding-top: 1em;
}

    .footer-nav span {
        padding: 0 5px;
    }

.footer a {
    color: #666666;
    text-decoration: none;
}

.index960 {
    width: 960px;
    margin: auto;
    height: auto;
}

.fuhao {
    line-height: 1.8;
}

.fuhaonav {
    padding: 15px 0;
}

    .fuhaonav a {
        text-decoration: none;
        margin: 0 5px;
        color: #1c61ba;
    }

        .fuhaonav a:hover, .fuhaonav a.chk {
            color: #f73131;
        }

.box, .danwei {
    min-width: 260px;
    max-width: 600px;
    margin: 10px auto;
}

    .box input, .box select,
    .danwei input, .danwei select {
        border-radius: 3px;
        border: 1px solid darkgrey;
    }

        .box input[type="button"],
        .box input[type="reset"],
        .box input[type="submit"],
        .danwei input[type="button"],
        .danwei input[type="reset"],
        .danwei input[type="submit"] {
            border: 1px solid #bebebe;
            border-radius: 3px;
            box-shadow: 0 1px 1px #f3f3f3;
            background-color: #f1f1f1;
            background: -webkit-gradient(linear,left top,left bottom,from(#fbf9f9),to(#eaeaea),color-stop(0.1,#f1f1f1),color-stop(0.5,#f3f3f3),color-stop(0.9,#f1f1f1),color-stop(1,#f3f3f3));
            cursor: pointer;
            vertical-align: middle;
        }

            .box input[type="button"]:hover,
            .box input[type="reset"]:hover,
            .danwei input[type="button"]:hover,
            .danwei input[type="reset"]:hover,
            .danwei input[type="submit"]:hover {
                background: #fbfbfb;
            }

            .box input[type="button"].btnchk,
            .box input[type="reset"].btnchk,
            .box input[type="submit"].btnchk,
            .danwei input[type="button"].btnchk,
            .danwei input[type="reset"].btnchk,
            .danwei input[type="submit"].btnchk {
                background: #029948;
                color: #ffffff;
                border: 1px solid #029948;
            }

            .box input[type="button"].btn:hover,
            .box input[type="button"].submit:hover {
                background: #fbfbfb;
            }

            .box input[type="button"].btnchk:hover {
                background: #0bb149;
                color: #ffffff;
            }

.boxleft, .boxright {
    width: 49%;
}

.box .item_box {
    clear: both;
    margin-bottom: 4px;
}

.box .item_title {
    width: 37%;
    margin-right: 3%;
    float: left;
    text-align: right;
}

.box .item_input {
    width: 60%;
    display: inline-block;
}

.pages_table {
    width: 100%;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-collapse: collapse;
}

    .pages_table td {
        padding: 4px 5px;
        border-left: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        background: #ffffff
    }

    .pages_table th {
        padding: 4px 5px;
    }

    .pages_table tr:hover {
        background: #dddddd;
    }

caption {
    padding: 10px;
}

.gerenshui {
    max-width: 720px;
}

.gerenshui_type {
    max-width: 180px;
}

.language {
    margin-right: 10px;
    display: inline-block;
    float: left;
}

    .language label input {
        overflow: hidden;
        height: 0;
        width: 0;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }

    .language label {
        float: left;
        margin: 0;
        padding: 5px 12px;
        background-color: #f1f1f1;
        border: 1px solid #029948;
        cursor: pointer;
        vertical-align: middle;
    }

        .language label.check {
            background: #029948;
            color: #fff;
        }

        .language label:first-child {
            border-radius: 3px 0 0 3px;
        }

        .language label:last-child {
            border-radius: 0 3px 3px 0;
        }

.article .content {
    font-size: 17px;
}

    .article .content p,
    .article .content div {
        font-size: 17px;
        text-align: left;
        line-height: 1.7;
    }

    .article .content .box p,
    .article .content .box div {
        font-size: 14px;
    }
/*.content p:nth-child(even) {color: #8B5A00;}*/
.article .article-link {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 0;
}

    .article .article-link li {
        width: 48%;
        text-align: center;
        display: inline-block;
    }

.article .pagelist {
    text-align: center;
    clear: both;
    padding: 15px 0;
}

    .article .pagelist li {
        display: inline-block;
        margin: 8px;
    }

        .article .pagelist li a {
            text-decoration: none;
            border: 1px solid #999999;
            padding: 4px 8px;
        }

        .article .pagelist li.thisclass a {
            background: #999999;
            color: #ffffff;
        }

.article table.tbl {
    border-collapse: collapse;
}

    .article table.tbl th {
        background: #f3f3f3;
    }

    .article table.tbl tr:nth-child(2n) td {
        background: #f9f9f9;
    }

    .article table.tbl td, table.tbl th {
        border: 1px solid #e6e6e6;
        padding: 5px 8px;
        word-break: normal;
    }

.art-normal .content p,
.art-normal .content div {
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
}

.art-normal .article-link {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

    .art-normal .article-link li {
        width: 48%;
        text-align: center;
        display: inline-block;
    }

.art-normal .pagelist {
    text-align: center;
    clear: both;
    padding: 15px 0;
}

    .art-normal .pagelist li {
        display: inline-block;
        margin: 8px;
    }

        .art-normal .pagelist li a {
            text-decoration: none;
            border: 1px solid #999999;
            padding: 4px 8px;
        }

        .art-normal .pagelist li.thisclass a {
            background: #999999;
            color: #ffffff;
        }

.art-normal table.tbl {
    border-collapse: collapse;
}

    .art-normal table.tbl th {
        background: #f3f3f3;
    }

    .art-normal table.tbl tr:nth-child(2n) td {
        background: #f9f9f9;
    }

    .art-normal table.tbl td, table.tbl th {
        border: 1px solid #e6e6e6;
        padding: 5px 8px;
        word-break: normal;
    }

.article_list {
    background: #ffffff;
}

.fixed-navbox {
    width: auto;
    margin: 20px 0;
}

    .fixed-navbox .guidebox {
        margin: 20px 10px 20px 0;
        padding: 6px 10px;
        background: #eeeeee;
        border-radius: 4px;
    }

        .fixed-navbox .guidebox:hover {
            background: #fb6c4d;
            color: #ffffff
        }

        .fixed-navbox .guidebox span {
            font-size: 16px;
            padding: 0;
        }

.list-art-h1 {
    background: #414352; /*background-image: url(../image/banner.jpg);*/
    margin: 0 auto;
    padding: 40px 0;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
}

.list-art .toolnav {
    display: none;
}

.list-art {
    width: 1120px;
    border-bottom: 1px solid rgb(240 240 240);
}

    .list-art .main {
        padding: 0;
        border-radius: 6px;
    }

    .list-art .content {
        width: 700px;
        float: left;
        padding-top: 0;
        padding-left: 0px;
        padding-right: 60px;
        border-right: 1px solid rgb(240 240 240);
    }

        .list-art .content p {
            font-size: 16px;
            text-align: left;
            line-height: 30px;
            margin: 14px 0 10px 0;
            padding: 0;
            padding-bottom: 14px;
        }

            .list-art .content p a {
                text-decoration: none;
                font-size: 22px;
                padding-bottom: 10px;
                display: block;
            }

.piclist {
    margin: 0px -10px 20px;
    position: relative;
    padding-top: 20px;
}

    .piclist .li {
        width: 265px;
        margin: 0 10px 20px;
        float: left;
        background: rgba(0,0,0,0.035); /* box-shadow:0 0 15px rgba(0,0,0,0.075); */
        position: relative;
        border-radius: 3px;
        background-size: cover;
        background-position: center;
        transition: all .3s ease 0s;
    }

        .piclist .li:hover {
            box-shadow: 0 0 15px rgba(0,0,0,0.15);
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
        }

        .piclist .li .img {
            overflow: hidden;
            border-radius: 3px 3px 0 0;
            position: relative;
            height: 180px;
        }

            .piclist .li .img a {
                display: block;
                height: 100%
            }

        .piclist .li img {
            width: 100%;
            height: 100%;
            border-radius: 3px 3px 0 0;
            transition: all .3s ease-out 0s;
            object-fit: cover;
            background: #f0f0f0;
            display: block;
            font-size: 0;
        }

            .piclist .li img:hover {
                -webkit-transform: scale(1.03);
                transform: scale(1.03);
                transition: all .3s ease-out 0s;
            }

        .piclist .li h3 {
            font-size: 15px;
            font-weight: normal;
            margin: 5px 15px 10px;
            position: relative;
        }

            .piclist .li h3 a {
                color: #062743;
                line-height: 20px;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                height: 20px
            }

                .piclist .li h3 a:hover {
                    color: #ff5f33
                }

        .piclist .li .cat {
            padding: 15px 15px 0 15px;
            display: block;
            font-size: 12px;
            color: #8a92a9;
            margin-left: 18px;
            position: relative;
        }

            .piclist .li .cat:after {
                content: " ";
                width: 4px;
                height: 4px;
                display: block;
                border-radius: 15px;
                position: relative;
                left: -18px;
                top: -13px;
                border: 2px solid #ff5f33;
            }

        .piclist .li .meta {
            color: #8a92a9;
            padding: 0 15px 8px 15px;
            font-size: 12px;
            height: 26px;
            overflow: hidden;
        }

            .piclist .li .meta .time, .piclist .li .meta .views {
                margin-right: 8px;
                position: relative;
            }

                .piclist .li .meta .time i, .piclist .li .meta .views i {
                    font-size: 10px;
                    margin-right: 5px
                }

            .piclist .li .meta .video {
                color: #ff5f33;
                position: absolute;
                right: 15px;
                top: 8px;
                z-index: 9;
            }

                .piclist .li .meta .video .iconfont {
                    font-size: 20px
                }





/*.list-art .content p:nth-child(even) {color: #8B5A00;}*/
.list-art .content p a:hover {
    color: #f73131
}

.list-art .content p:last-child {
    border-bottom: none;
}

.list-art .content p span {
    display: flex;
    font-size: 15px;
    color: #666666;
    flex-direction: space-around;
    justify-content: space-between;
    line-height: 24px;
}

    .list-art .content p span img {
        margin-left: 20px;
        border-radius: 4px;
        width: 160px;
        height: 107px;
        margin-top: -30px;
    }

.list-art .article-link {
    clear: both;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ececec;
}

    .list-art .article-link li {
        margin: 0 5px;
        display: inline-block;
    }

.list-art .right-sidebar {
    width: 315px;
    float: right;
}
/* -- shebao-- */
.shebao-container .pagelist {
    display: none;
}

.shebao-container .list_content {
    border-radius: 4px;
    margin: 0 -20px;
    padding: 15px 0px 20px 20px;
}

    .shebao-container .list_content .btn {
        display: block;
        width: 40%;
        margin: auto;
        text-align: center;
        text-decoration: none;
    }

.shebao-container .traf_box {
    margin-bottom: 10px;
}

    .shebao-container .traf_box .t_b_bd dt {
        float: left;
        width: 10%;
        border-radius: 4px;
        color: #006ead;
        text-align: left;
        display: block;
        text-align: left;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #006ead;
    }

    .shebao-container .traf_box .t_b_bd dd {
        width: 90%;
        float: right;
    }

        .shebao-container .traf_box .t_b_bd dd a {
            width: 10%;
            margin: 0 1% 5px 0;
            border: none;
            font-size: 14px;
            line-height: 26px;
            background: #fff;
            display: inline-block;
            border-radius: 4px;
            margin: 0 5px 5px 0;
            text-align: center;
            border: 0;
            text-decoration: none;
            color: #333;
        }

.shebao-container div.gotocha img {
    border: 2px solid #eaeaea;
    border-radius: 4px !important;
    max-width: 374px;
}

    .shebao-container div.gotocha img:hover {
        border: 2px solid #029948
    }

.shebao-container h1 {
    margin: 30px 145px;
    font-size: 30px;
    text-align: center;
}

.shebao-container h3 span {
    font-size: initial;
    font-weight: 100;
    float: initial;
    color: initial;
    line-height: initial;
}
/* article_zhuanti */
.article_zhuanti {
    background: #ffffff;
}

    .article_zhuanti .container {
        width: 1120px;
        border-bottom: 1px solid rgb(240 240 240);
    }

    .article_zhuanti .main {
        padding: 0;
        border-radius: 6px;
        background: #ffffff;
    }

    .article_zhuanti .content {
        width: 700px;
        float: left;
        padding-top: 0;
        padding-left: 0px;
        padding-right: 60px;
        border-right: 1px solid rgb(240 240 240);
    }

        .article_zhuanti .content h2 {
            background: #f8f8f8;
            font-size: 18px;
            font-weight: 700;
            color: #333;
            letter-spacing: 1px;
            margin: 20px 0;
            border-left: 5px solid #fb6c4d;
            padding: 6px 10px;
        }

        .article_zhuanti .content .thumbnail {
            margin-bottom: 10px;
            text-align: center;
        }

            .article_zhuanti .content .thumbnail img {
                min-width: 698px;
                margin-top: 0px;
                border-radius: 6px;
                border: 1px solid #f0f0f0;
            }

        .article_zhuanti .content .article-type-tags {
            margin: 8px 8px 0 0;
            border-radius: 3px;
            padding: 6px 8px;
            line-height: 12px;
            color: #707070;
            background: #f2f2f2;
            display: inline-block;
            font-size: 14px;
        }

            .article_zhuanti .content .article-type-tags:hover {
                background: #fb6c4d;
                color: #ffffff;
            }

    .article_zhuanti .author-info {
        text-align: left;
    }

    .article_zhuanti .advertContentTop {
        border-top: 1px solid #f0f0f0;
        padding-top: 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    .article_zhuanti .article h1 {
        text-align: left;
        font-size: 32px;
        padding-right: 400px;
        margin: 30px auto 20px;
        color: #000;
        line-height: 40px;
    }

    .article_zhuanti .article .article-body a {
        color: #f83131;
        text-decoration: underline;
    }

        .article_zhuanti .article .article-body a:hover {
            color: #fb6c4d;
            text-decoration: none;
        }

    .article_zhuanti .content p img { /*min-width:700px;*/
        max-width: 700px;
        height: auto !important;
        border-radius: 6px;
    }

    .article_zhuanti .right-sidebar {
        width: 315px;
        float: right;
    }

    .article_zhuanti .inner,
    .article_article .inner {
        background: #efefef;
    }

.article_list .left-content-title {
    top: 520px;
}

.left-content-title {
    width: 305px;
    position: absolute;
    top: 210px;
    padding-top: 0;
    background: #ffffff;
}

    .left-content-title li {
        line-height: 44px;
        height: 44px;
        position: relative;
    }

        .left-content-title li a {
            font-size: 16px;
            padding-left: 10px;
            display: inline-block;
            overflow: hidden;
            max-height: 44px;
            width: calc(100% - 36px);
        }

            .left-content-title li a:hover {
                color: #f83131
            }
        /*.left-content-title li:hover a {color:#1c61ba}*/
        .left-content-title li.chk a {
            color: #f83131; /*background: #1c61ba;color: #fff;display: block;*/
        }

        .left-content-title li span {
            float: left;
            width: 20px;
            display: inline-block;
            height: 44px;
            font-size: 18px;
            color: #9195a3;
            font-family: Arial,sans-serif;
        }

        .left-content-title li:first-child span {
            color: #F60;
        }

        .left-content-title li:nth-child(2) span {
            color: #FAA90E;
        }
/*
.left-content-title li:hover a span,
.left-content-title li.chk span {position: absolute;left: -44px;top: 0;display: block;height: 0;width: 0;border: 24px solid #1c61ba;border-color: transparent #1c61ba transparent transparent;}
*/


.tool-box {
    clear: both;
    margin: 0 -0.5rem;
}

    .tool-box li {
        width: 33.33%;
        display: block;
        float: left;
    }

        .tool-box li > a {
            display: block;
        }

.tool-card {
    background: #efefef;
    margin-bottom: 0.8rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    padding: 0.5rem 0.7rem;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    transition: ease-in-out .2s; /*box-shadow:0 1px 2px rgb(0 0 0 / 7%);*/
}

    .tool-card dt {
        color: #029948;
        height: 1.4rem;
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
    }

        .tool-card dt strong {
            color: #4caf50;
            font-weight: 700;
            font-size: .95rem;
            line-height: 1.5rem;
            display: inline-block;
            float: left;
            padding-left: .3rem;
        }

    .tool-card dd {
        font-size: .8rem;
        color: #666;
        padding-top: .2rem;
        color: #999;
        height: 1.2rem;
        overflow: hidden;
        margin-bottom: 0;
    }

.tool-box .tool-card:hover {
    cursor: pointer;
    border-color: #07cd5a;
    transform: translate3d(0,-2px,0);
}

    .tool-box .tool-card:hover .tool-card dt {
        color: #4caf50;
    }

.othertoolscontent {
    border: none;
    margin-top: 10px;
    min-height: 260px;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 20px;
}

.othertoolstitle {
    line-height: 30px;
    height: 30px;
}

    .othertoolstitle li {
        display: inline-block;
        padding: 0 20px;
        cursor: pointer;
        float: left;
        font-size: 16px;
    }

        .othertoolstitle li.active {
            background: #d3d3d3;
            border-radius: 30px;
        }

        .othertoolstitle li a {
            color: #222222;
            text-decoration: none;
        }

.othertoolscontent .subnav {
    margin: 20px;
    display: none;
}

.othertools {
    background: #ffffff;
    padding-top: 30px;
}

/* header-black */
.header-black {
    background: #ffffff;
}

    .header-black .inner {
        background: #efefef;
        border-bottom: 1px solid #f0f0f0;
    }

@media screen and (min-width:481px) and (max-width:769px) {
    .container {
        width: 96%;
        border: none;
    }

    .inner-logo {
        margin-left: 10px;
    }

    .index-main {
        width: 100% !important;
    }

    .inner-nav li.wxxcxbox {
        display: none;
    }

    .sendMsgMoreBox {
        float: left;
    }

    textarea.json_input {
        width: 93%;
    }

    .index960 {
        width: auto;
        margin: 10px auto 20px;
        overflow: hidden;
    }

    .manual {
        display: none;
    }

    .inner-nav li {
        line-height: 54px;
        padding: 0px 0 0 10px;
    }

    .inner-nav {
        width: 520px;
    }

    .article_zhuanti .container {
        width: 95%;
    }

    .article_zhuanti .right-sidebar {
        display: none;
    }

    .article_zhuanti .article h1 {
        padding-right: 0;
    }

    .othertoolstitle li {
        padding: 0 15px;
        float: inherit;
    }
}

@media screen and (max-width:481px) {
    body {
        margin: 0;
        padding: 0;
        font-family: PingFang SC,STHeiti,Microsoft YaHei,Helvetica,Arial,sans-serif;
        font-size: 14px;
        color: #333;
    }

    .clear { /*height:0px;*/
    }

    .mobile-hidden {
        display: none !important;
    }

    .pc-hidden {
        display: block !important;
    }

    .navbar-burger {
        cursor: pointer;
        display: block;
        height: 46px;
        position: absolute;
        width: 4rem;
        margin-left: auto;
        right: 0;
        top: 0;
    }

        .navbar-burger span {
            background-color: currentColor;
            display: block;
            height: 1px;
            left: calc(50% - 8px);
            position: absolute;
            transform-origin: center;
            transition-duration: 86ms;
            transition-property: background-color,opacity,transform;
            transition-timing-function: ease-out;
            width: 16px
        }

            .navbar-burger span:nth-child(1) {
                top: calc(40% + 2px)
            }

            .navbar-burger span:nth-child(2) {
                top: calc(40% + 7px)
            }

            .navbar-burger span:nth-child(3) {
                top: calc(40% + 12px)
            }

        .navbar-burger:hover {
            background-color: #f9f9f9
        }

    .language label {
        padding: 5px 12px;
    }

    .manual {
        display: none;
    }

    .inner {
        min-width: auto;
        height: 46px;
        line-height: 46px;
        position: relative;
        background: none;
        border-bottom: none;
        background: #ffffff;
    }

    .author-info {
        display: block; /*border-bottom: 1px solid #eeeeee;*/
        padding-bottom: 6px;
        margin-bottom: 10px;
        padding-left: 20px;
        text-align: left;
    }

    .container {
        width: 100%;
        margin: 10px auto;
        border: none;
        padding: 0;
    }

        .container .toolnav {
            padding: 0 10px;
            display: none;
        }

        .container .is-active {
            display: flex
        }

        .container .toolnav {
            justify-content: space-between;
            align-items: flex-start;
            width: calc(100% - 40px);
            align-content: stretch;
            flex-wrap: wrap;
            margin: auto;
        }

    .toolnav a {
        text-decoration: none;
        padding: 5px 0;
        border-radius: 0;
        border: 1px solid #ebebeb;
        color: #999999;
        display: inline-block;
        margin: 0px 0 10px 0;
        width: 47%;
        border-radius: 6px;
        background: #ffffff;
    }

    .logo {
        width: auto;
        padding: 9px 0;
        margin-left: 15px;
    }

        .logo a, .inner-logo a {
            display: block;
            width: 118px;
            height: 24.45px;
            line-height: 24px;
        }

        .logo h3, .inner-logo h3 {
            font-size: 14px;
            width: auto;
            height: 22px;
            line-height: 22px;
            margin: 0;
        }

    .inner-logo a.inner-nologo {
        background: none
    }

        .inner-logo a.inner-nologo img {
            width: 118px;
            height: 24.45px;
        }

    .inner-logo {
        margin-left: 20px;
        margin-top: 12px;
    }

    .inner-nav {
        display: none;
    }

    h1 {
        margin: 15px 20px 10px 20px;
        font-size: 20px;
        text-align: left;
        font-weight: 700;
    }

    h3 {
        padding: 0
    }

    .content h2 {
        font-size: 18px;
    }

    .article .content p,
    .article .content div,
    .art-normal .content p,
    .art-normal .content div {
        font-size: 16px;
        text-align: left;
        word-break: break-word;
    }

    .main {
        padding: 0 20px;
    }

        .main form, .contbox {
            padding: 0;
        }

    dl dd {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .content p {
        margin-bottom: 10px;
    }

        .content p img {
            width: 100% !important;
            height: auto !important;
            border-radius: 6px;
        }

    .article .content p, .article .content div {
        font-size: 16px;
        line-height: 1.765;
    }

    .article .article-link,
    .art-normal .article-link {
        padding: 10px 0
    }

        .article .article-link li,
        .art-normal .article-link li {
            width: 100%;
            padding: 6px 0;
            text-align: left;
            display: inline-block;
        }

            .article .article-link li a,
            .art-normal .article-link li a {
                display: inline-flex;
                width: 82%;
                text-decoration: none;
            }

    .article_list {
        background: #efefef;
    }

    .list-art-h1 {
        font-size: 18px;
        padding: 14px 0;
    }

    .fixed-navbox {
        width: auto;
        margin: 20px 0 0;
    }

        .fixed-navbox .guidebox {
            margin: 4px 10px 4px 0;
            padding: 4px 8px;
            background: #eeeeee;
            border-radius: 4px;
            display: inline-block;
        }

            .fixed-navbox .guidebox:hover {
                background: #fb6c4d;
                color: #ffffff
            }

            .fixed-navbox .guidebox span {
                font-size: 14px;
                padding: 0;
            }

    .piclist .li {
        width: 44%;
        background: #ffffff;
    }

        .piclist .li .img {
            height: 100px;
        }

    .list-art .main {
        padding: 0 10px;
    }

    .list-art .content {
        width: 100%;
        padding: 0;
    }

        .list-art .content p {
            line-height: 1.5;
            border: none;
            background: #fff;
            padding: 10px;
            border-radius: 4px;
        }

            .list-art .content p:last-child {
                border: none;
            }

            .list-art .content p a {
                font-size: 18px;
                padding-bottom: 6px;
                font-weight: 500;
            }

            .list-art .content p span {
                font-size: 14px;
                color: #666666;
                max-height: 80px;
                overflow: hidden;
                line-height: 26px;
            }

                .list-art .content p span img {
                    width: 120px !important;
                    height: 80px !important;
                    margin-left: 20px;
                    margin-right: 0;
                    margin-top: 0;
                    border-radius: 4px;
                    align-items: flex-end;
                }

    .list-art .article-link {
        border: none;
        padding: 10px 0;
    }

    .list-art .right-sidebar {
        width: 100%;
        float: inherit;
    }

    .text, #msgDetail {
        width: 200px;
    }

    select.text {
        width: 210px;
    }

    .sendMsgMoreBox {
        float: left;
        width: 100%;
    }

    h1 span {
        width: auto;
        font-size: 16px;
        text-align: center;
    }

    .sendMsgBox {
        width: auto;
    }

    textarea.json_input {
        width: 93%;
    }

    .index960 {
        width: auto;
        margin: 10px auto 20px;
        overflow: hidden;
        height: auto;
    }

    .footer {
        padding: 20px;
    }

    .btn {
        margin-bottom: 8px;
        padding: 4px 6px;
    }

    .jiankang input, .jiankang select {
        margin-bottom: 5px;
    }
    /*健康*/
    .danwei input, .danwei select {
        margin-bottom: 5px;
    }
    /*单位*/
    ul.daxielist li img {
        width: 90%;
    }
    /*人民币转大写*/
    .toolInput {
        width: 70%;
    }
    /*在线进制转换*/
    .boxleft, .boxright {
        width: auto;
        padding-left: 20px;
        float: inherit;
    }

    .gerenshui h3 {
        margin: 0 0 10px 0
    }

    .box .item_box {
        margin-bottom: 0px;
    }

    .box .item_title, .box .item_input {
        height: 30px;
        overflow: hidden;
    }

    .box .item_title {
        width: 28%;
        font-size: 12px;
    }

    .box .item_input {
        margin-bottom: 0px;
        width: 68%;
    }

        .box .item_input input {
            max-width: 130px;
        }

    .danwei .boxleft {
        width: 100px !important;
        padding-left: 0;
        font-size: 14px;
    }

    .danwei .boxright {
        padding-left: 0;
    }

    .othertools {
        margin-top: 10px;
        border-top: 1px solid #ececec;
        padding-top: 4px;
        background: none;
    }

    .othertoolscontent {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #f1f1f1;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        border: none !important;
    }

        .othertoolscontent .h3title {
            text-align: center;
        }

            .othertoolscontent .h3title:first-child {
                margin-top: 20px;
                border-top: 0;
                background: #ffffff;
            }

    #otherTools {
        position: relative;
        height: 82%;
    }

    .h3title {
        width: 28%;
        margin-left: 0;
        text-align: left;
        border: 0;
        padding: 8px 0;
        cursor: pointer;
        margin: 0;
        border-bottom: none !important;
    }

        .h3title a {
            background: #ffffff;
        }

    .othertools .subnav {
        left: 100px;
        top: 0;
        width: 74%;
        position: absolute;
        margin: 0 !important;
        border: 0;
        overflow: auto;
        border-radius: 3px;
        background: #ffffff;
        padding-top: 10px;
        height: calc(100% - 10px);
    }

        .othertools .subnav:first-child {
            display: inline-block;
        }

    .othertoolstitle {
        width: 28%;
        height: auto;
        border-right: 0;
        line-height: 40px;
    }

    .subnav a {
        width: auto;
        line-height: initial;
        overflow: inherit;
        height: initial;
        padding: 4px 0;
        font-size: 15px;
        display: block;
        padding-left: 20px;
    }

        .subnav a.line {
            border-bottom: 1px solid #f1f1f1;
            margin-bottom: 4px;
            margin-right: 20px;
            width: auto;
        }

        .subnavlist a.pc-hidden,
        .subnav a.pc-hidden {
            display: block !important;
        }

    .subnav-type a {
        width: 40% !important;
        display: inline-block;
    }

    .otherTools .subnav a {
        width: 98%;
        display: inline-block;
        color: #888;
        line-height: inherit;
        overflow: inherit;
        height: inherit;
        padding: 4px 0;
    }

    .subnav dl dd {
        width: inherit;
        padding: 10px 0 20px 20px;
    }

    .close-subNav {
        display: block;
        width: 30px;
        height: 30px;
        background: #bfc1ca;
        border-radius: 30px;
        text-align: center;
        line-height: 26px;
        text-decoration: none;
        margin: 20px 0 20px 10%;
        clear: both;
        font-size: 26px;
        background: #fafdfa;
        color: #029948;
        border: 1px solid #dde9e1;
    }

    .subnavlist a {
        width: 49%;
        display: inline-block;
        padding: 5px 0;
        background: #f8f8f8;
        text-indent: 8px;
        color: #222;
        border-radius: 6px;
    }

    .relatedList {
        border-bottom: 1px dotted #ececec;
    }

        .relatedList img {
            width: 120px;
            height: 60px;
            float: right;
            margin-right: 0;
            transition: transform .5s ease-in;
        }

            .relatedList img:hover {
                transform: scale(1.1);
            }

        .relatedList li {
            width: 100%;
            height: 80px
        }

            .relatedList li:nth-child(3) {
                border-bottom: 1px dotted #ececec;
                margin-bottom: 20px;
            }

            .relatedList li a {
                color: #222222;
            }

                .relatedList li a:hover {
                    color: #f83131
                }

            .relatedList li strong {
                width: 182px;
                font-size: 16px;
                font-family: Microsoft YaHei;
                line-height: 18px;
                display: inline-block;
                font-weight: inherit;
            }

            .relatedList li p {
                font-size: 12px !important;
                color: #b8b8b8;
                width: 170px;
                line-height: 18px !important;
                height: 18px;
                overflow: hidden;
                padding-top: 0px;
                font-family: Microsoft YaHei;
            }

                .relatedList li p span {
                    float: left;
                    margin-right: 10px;
                }

    .othertoolstitle li {
        display: block;
        width: 100%;
        border-right: none;
        float: inherit;
        line-height: 40px !important;
        height: 40px !important;
    }

        .othertoolstitle li.active {
            background: #ffffff !important;
        }

    .shebao-container .container {
        margin: 0px auto;
    }

    .shebao-container h1 {
        margin: 35px 20px 20px 20px;
        font-size: 20px;
        text-align: center;
        color: #006ead;
    }

    .shebao-container .inner {
        background: #efefef;
        border-bottom: 1px solid #f0f0f0;
    }

    .shebao-container .inner-logo a.chashebao {
        background: none;
        color: #c4c7ce;
    }

    .shebao-container .navbar-burger span {
        background-color: #222222
    }

    .shebao-container .content h3 {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }

        .shebao-container .content h3 span {
            font-size: initial;
            font-weight: 100;
            float: initial;
            color: initial;
            line-height: initial;
        }

    .shebao-container .content a {
        color: #1c61ba;
        text-decoration: none;
    }

    .shebao-container .pagelist {
        display: none;
    }

    .shebao-container .list_content {
        border-radius: 0;
    }

    .shebao-container .traf_box .t_b_bd dt {
        width: 30px;
        font-weight: 700;
    }

    .shebao-container .traf_box .t_b_bd dd {
        width: 90%;
    }

        .shebao-container .traf_box .t_b_bd dd a {
            background: #efefef;
            width: 18%;
            float: left;
            margin: 0 3px 3px 0;
            text-align: center;
        }

    .shebao-container div.gotocha {
        margin-top: 16px;
        text-align: center !important;
        display: block;
    }

        .shebao-container div.gotocha a {
            border: 2px solid #eaeaea;
            border-radius: 6px !important;
            display: inline-flex;
            line-height: inherit;
        }

            .shebao-container div.gotocha a:hover {
                border: 2px solid #029948
            }

        .shebao-container div.gotocha img {
            max-width: 100%;
            border: none;
            width: 100%;
        }

            .shebao-container div.gotocha img:hover {
                border: none;
            }


    /* article_zhuanti */
    .article_zhuanti .container {
        width: 100%;
        border-bottom: none;
    }

    .article_zhuanti .othertools {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .article_zhuanti .main {
        padding: 0 20px;
        background: none;
    }
    /*.article_zhuanti .main .clear {height:0;}*/
    .article_zhuanti .article h1 {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: inherit;
    }

    .article_zhuanti .content {
        width: initial;
        float: initial;
        padding-right: initial;
        border-right: none;
        border-top: none;
        margin-bottom: 10px;
        padding: 0;
    }

        .article_zhuanti .content p img {
            min-width: auto;
            max-width: auto;
        }

        .article_zhuanti .content .thumbnail {
            border-top: none;
        }

            .article_zhuanti .content .thumbnail img {
                min-width: auto;
                margin-top: 0;
                margin-bottom: auto;
            }

        .article_zhuanti .content ._to2aa4kwx2 {
            border-top: 1px solid #ececec;
            margin-top: 10px;
            display: inline-block;
        }

    .article_zhuanti .right-sidebar h3 {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin: 20px 0 0 0;
    }

    .article_zhuanti .right-sidebar {
        width: 100%;
        float: initial;
        position: initial;
    }

    .article_article {
        background: #ffffff;
    }

        .article_zhuanti .inner,
        .article_article .inner {
            border-bottom: 6px solid #efefef;
            background: #ffffff;
        }

    .left-content-title {
        width: 100%;
        float: initial;
        padding-top: 6px;
        position: initial;
        clear: both;
        overflow: hidden;
        margin-top: 10px;
    }

        .left-content-title ul {
            border-left: none;
            border-top: none;
            width: 102%;
        }

        .left-content-title li {
            line-height: 38px;
            height: 30px;
            border-bottom: none;
            position: relative;
            width: 48%;
            float: left;
            margin-right: 0;
            margin-bottom: 8px;
            display: inline-block;
            color: #222;
            border-radius: 6px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .left-content-title li:last-child {
                border-bottom: none;
            }

            .left-content-title li:nth-child(2n+0) {
                margin-left: 4%;
            }

            .left-content-title li:after {
                border-right: 1px solid #9999;
                content: " ";
                position: absolute;
                right: 0px;
                top: 12px;
                height: 14px;
            }

            .left-content-title li a {
                font-size: 14px;
                padding-left: 0;
                padding-right: 10px;
                display: initial;
                overflow: initial;
                font-family: 微软雅黑;
                color: #333333;
            }

                .left-content-title li a:hover {
                    color: #ffffff
                }

            .left-content-title li.chk a {
                background: none;
                color: #222;
                display: block;
            }

                .left-content-title li.chk a:hover {
                    color: #1c61ba;
                }

            .left-content-title li:hover a span,
            .left-content-title li.chk span,
            .left-content-title li span {
                position: absolute;
                right: 0px;
                top: 15px;
                display: none;
                height: 0;
                width: 0;
                border: 4px solid #dddddd;
                border-color: transparent transparent transparent #dddddd;
            }

    .tool-box li {
        width: 50%;
    }
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
