body {background-color:#eee;}


.posts-nav {
    font-size: 14px;
    color: rgba(0,0,0,.44);
    padding: 10px 0;
    text-align: center
}

    .posts-nav .page-numbers {
        position: relative;
        min-width: 35px;
        height: 35px;
        padding: 0 5px;
        line-height: 35px;
        display: inline-block;
        background-color: rgba(150,150,150,.16);
        margin: 0 2px;
        border-radius: .2rem;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out
    }

        .posts-nav .page-numbers.current, .posts-nav .page-numbers:not(.dots):hover {
            color: #fff !important;
            background-color: #f1404b;
            box-shadow: 0px 5px 20px -3px rgba(249,100,90,.6)
        }

        .posts-nav .page-numbers.dots {
            border-color: rgba(0,0,0,0)
        }

.icon_img img {
    width: 4.0625rem;
    height: 1.25rem;
}
.posi_flex {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff !important;
    z-index: 11;
}

.mr-top {
    /* margin-top: 0; */
    padding-top: .75rem;
}

.posi_flex_top {
    position: fixed;
    top: 2.75rem;
}

.posi {
    position: relative;
    top: 0;
}
.comm-header {
    width: 100%;
    height: 2.75rem;
    background-color: #ffffff;
    /* position: fixed;
    top: 0; */
    z-index: 4;
}

.c-heaedr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
    padding: 0 0.75rem;
}

.icon-back {
    width: 2.75rem;
}
    .icon-back img {
        width: 1.125rem;
        vertical-align: top;
    }


.icon_list_box {
    display: flex;
    width: 2.75rem;
    justify-content: flex-end;
}

.icon_list {
    margin-left: 0.75rem;
}

.icon_list_box .icon_list:first-child {
    margin-left: 0;
}


.icon_list img {
    height: 1rem;
    width: 1rem;
}

.icon-title {
    background-color: #ffffff;
    width: 100%;
    /* padding-top: 0.75rem;
    margin-top: 2.75rem; */
}

.icon-title_box {
    display: flex;
    justify-content: center;
    padding-bottom: 0.625rem;
}

.icon_sm {
    display: flex;
    margin-top: 0.125rem;
    align-items: center;
}

.icon-title_left {
    width: 3rem;
    height: 3rem;
    margin-right: 0.8125rem;
}

    .icon-title_left img {
        width: 3rem;
        height: 3rem;
    }

.icon-title_right .ic-title_text {
    display: block;
    font-size: 1.5rem;
    color: #222222;
    height: 1.9375rem;
    line-height: 1.9375rem;
    overflow: hidden;
}

.icon-title_right .ic-title_summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    autoprefixer: on;
    -webkit-line-clamp: 1;
    font-size: 0.75rem;
    color: #A6A8AB;
    margin-top: 0.25rem;
}

.icon-title_search {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0.625rem 0;
}

.ic-input_box {
    width: 21.9375rem;
    height: 2rem;
    background-color: #F4F6F8;
    border-radius: 0.875rem;
    display: flex;
    margin: 0 auto;
    font-size: 1rem !important;
}

.input_val:only-child::before {
    display: none;
}


.comm-list_box {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
    color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
}

 

.c-header {
    width: 100%;
    z-index: 3;
    height: 2.75rem;
}

.c-heaedr_content {
    height: 2rem;
    width: 100%;
    padding: 1.25rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-heaedr_content_input {
    height: 100%;
    width: 20.125rem;
    background: #000000;
    border-radius: 0.875rem;
    box-sizing: border-box;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.875rem 0.25rem 0.875rem;
}

    .c-heaedr_content_input input {
        width: 100%;
        color: #8A8A8D;
        font-size: 0.875rem;
        box-sizing: border-box;
    }

    .c-heaedr_content_input a {
        width: 1rem;
        height: 1rem;
    }

        .c-heaedr_content_input a img {
            width: 100%;
            height: 100%;
        }

.c-arrive {
    width: 100%;
    margin-top: 1.25rem;
    padding: 0 0.75rem;
    color: #FFFFFF;
}

.c-history-apply-title {
    color: #FFFFFF;
}

.c-arrive-list {
    margin-top: 1.25rem;
    display: flex;
}

.c-arrive-list-item {
    display: flex;
    width: 2.75rem;
    height: 4.2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
    margin-right: 1.25rem;
}

    .c-arrive-list-item a {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

.c-arrive-list-item-img {
    width: 2.75rem;
    height: 2.75rem;
    background: rgba(0, 0, 0, 1);
    border-radius: 0.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-arrive-list-item span {
    color: #FFFFFF;
    font-weight: 100;
}

.c-arrive-list:not(:last-child) {
    margin-right: 1.25rem;
}

.c-arrive-list-item img {
    width: 2.75rem;
    height: 2.75rem;
}

.c-arrive-list-item-img > img {
    width: 1rem;
    height: 1rem;
}

.c-history-apply,
.c-recommend-tool {
    margin-top: 0.875rem;
    padding: 0 0.75rem;
}


.c-history-list {
    margin-top: 1.25rem;
    display: flex;
    overflow-x: scroll;
}

    .c-history-list::-webkit-scrollbar {
        display: none
    }

.c-history-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 3.4375rem;
    margin-right: 0.625rem;
    font-size: 0.875rem;
}

    .c-history-list-item img {
        width: 2.75rem;
        height: 2.75rem;
    }

    .c-history-list-item span {
        padding-top: 0.5rem;
        font-size: 0.875rem;
        display: inline-block;
        width: 3.5rem;
        height: 1rem;
        line-height: 1rem;
        overflow: hidden;
        color: #FFFFFF;
        font-weight: 100;
    }

.c-recommend-tool-content {
    margin-top: 1.25rem;
}

    .c-recommend-tool-content ul {
        display: flex;
        flex-wrap: wrap;
    }

        .c-recommend-tool-content ul li {
            text-align: center;
            width: 6.25rem;
            height: 1.75rem;
            line-height: 1.75rem;
            font-size: 0.875rem;
            background: #1C1C1C;
            opacity: 0.8;
            margin-bottom: 1.125rem;
            color: #FFFFFF;
            border-radius: 0.875rem;
            padding: 0 0.3125rem;
            overflow: hidden;
            box-sizing: border-box;
            margin-right: 1.5625rem;
        }

            .c-recommend-tool-content ul li a {
                color: #ffffff;
            }

            .c-recommend-tool-content ul li:nth-of-type(3n) {
                margin-right: 0;
            }

.c-recommend-tool-item:nth-child(3n+2) {
    margin: 0 1.5rem;
}

.modal-open {
    position: fixed;
    width: 100%;
}

.img_open_box {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
}

.img_open_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.img_open {
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 31.25rem;
}

    .img_open img {
        display: block;
        max-width: 100%;
        border-radius: 0.75rem;
        display: block;
        align-self: center;
    }

.lianxiwomen {
    width: 14.375rem;
    margin: 0.375rem auto;
    line-height: 1.5em;
    box-sizing: border-box;
    font-size: 0.75rem;
    color: #222222;
}

 


.cdl-mohu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../img/test.png');
    background-size: 100%;
    z-index: 10;
    display: none;
}


    .cdl-mohu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 4;
        background: inherit;
        margin-top: -10rem;
        filter: blur(0.9375rem);
    }

.cdl-mohu-zzc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    opacity: 0.8;
    display: none;
    z-index: 13;
}

.cdl-avtive {
    display: block;
}

.cdl-hide {
    display: none;
}

 

/*mobile*/
#tool_page,.content_m,.content_right {margin:0px auto;background-color: #fff;max-width:640px; min-width:320px;font-size:14px;line-height:28px;}
.crumbs h1 {font-size:20px;font-weight:bold;color:#333;margin:0px auto;text-align:center;line-height:25px;height:25px;padding-top: 10px}
.content_m,.content_right h1 {width:100%;height:25px;line-height:25px;font-size:14px;color:#666;clear:both;font-weight:800;}
.content_m,.content_right h3 {width:100%;height:22px;line-height:22px;padding-top:5px;font-size:14px;color:#666;clear:both;font-weight:800;border-bottom:1px #ddd solid;margin-bottom:5px;text-indent:0.5em;padding-bottom:5px;}
.content_m, .content_right h3 {
    border-left: 4px #337ab7 solid;
    font-size: 18px;
}
.content_m,.content_right  p {font-size:14px;line-height:25px;text-indent:5px;padding:5px;text-align:left;}
.content_m,.content_right img {width:98%;}
.content_m,.content_right ul {text-align:left;line-height:26px;width:100%}
.content_m,.content_right ul li {width:100%;float:left;margin:0px 0px;padding:5px 0px;border-bottom:1px solid #CCC;background:none;}
.tool_block {
    border-radius: 6px;
    float: left;
    background-color: #fff;
    max-width: 640px;
    width: 98%;
    font-size: 14px;
    line-height: 28px;
    padding: 5px;
    border-top: 1px #ddd solid;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}
    .tool_block h3 {
        border-left: 4px #337ab7 solid;
        font-size: 18px;
        width: 100%;
        height: 22px;
        line-height: 22px;
        padding-top: 5px;
        font-size: 14px;
        color: #666;
        clear: both;
        font-weight: 800;
        border-bottom: 1px #ddd solid;
        margin-bottom: 5px;
        text-indent: 0.5em;
        padding-bottom: 5px;
    }
.tool_block p{margin-left:0px;}

.container {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    border: 0.0625rem solid #c6c6c6;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.container select {width:100px;border:none;text-align:center;text-align-last:center;}

.panel-content-text{font-size:16px;line-height:24px;padding:2px;}
.panel-content-text p{font-size:16px;line-height:24px;text-indent:2em;padding:5px;}
    .panel-content-txt p {
        font-size: 16px;
        line-height: 24px;
        text-indent: 2em;
        padding: 5px 15px 5px 5px;
    }
.panel-content-text font {color:#8F4D06;}
 

.panel-content-text ul{margin:0;padding:0;width:100%;}
.panel-content-text ul li{float:left;border-bottom:1px #ddd solid;width:50%;line-height:24px;padding:7px 0px;text-indent:0em;background:none;}
.panel-content-text ul li em{padding-left:10px;color:#333;}



.panel-content-txtInfo {
    font-size: 16px;
    line-height: 24px;
    padding: 2px;
}

    .panel-content-txtInfo p {
        font-size: 16px;
        line-height: 24px;
        text-indent: 2em;
        padding: 5px;
    }

    .panel-content-txtInfo p {
        font-size: 16px;
        line-height: 24px;
        text-indent: 0em;
        padding: 5px 15px 5px 5px;
    }

    .panel-content-txtInfo font {
        color: #8F4D06;
    }


    .panel-content-txtInfo ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .panel-content-txtInfo ul li {
            float: left;
            border-bottom: 1px #ddd solid;
            width: 100%;
            line-height: 24px;
            padding: 7px 0px;
            text-indent: 0em;
            background: none;
        }

            .panel-content-txtInfo ul li em {
                padding-left: 10px;
                color: #0085ff;
            }

.content_right ul a {color:#03c;font-size:16px;}
.content_right ul a:link {color:#03c;font-size:16px;}
.content_right ul a:visited {color:#00c;font-size:16px;}
.content_right ul a:hover {color:#f00;font-size:16px;}

/*·µ»Ø¶¥²¿*/
.gotop {
    position: fixed;
    display: none;
    background: #5B77B0;
    padding: 12px 8px;
    border-radius: 3px;
    vertical-align: top;
    text-align: center;
    bottom: 60px;
    right: 18px;
    z-index: 888
}

    .gotop .arrow {
        width: 0;
        height: 0;
        display: block;
        border-radius: 3px;
        border-width: 0 12px 15px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #fff
    }

        .gotop .arrow.lit {
            position: absolute;
            bottom: 8px;
            right: 8px;
            border-color: transparent transparent #5B77B0
        }

    .gotop:hover .arrow.lit {
        border-color: transparent transparent #5B77B0
    }



.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nlcontainer {
    width: 90%;
    height: 30px;
    background-color: #ddd;
    border-radius: 5px;
}

    .nlcontainer .skills {
        line-height: 30px;
        color: white;
        border-radius: 5px;
        text-align: center;
        background-color: #337ab7;
        float: left;
    }

.fb {
    font-weight: bold;
    margin-left: 10px;
}
.f20 {
    font-size: 20px;
}

.green {
    color: #337ab7;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table td, .table th {
    border: 1px solid #e2e2e2 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.breadcrumb-wrap {
    margin: 10px 0;
}

.scroll-wrap,
.breadcrumb-scroll,
.sub-nav-scroll {
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    /*word-break: keep-all;*/
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .scroll-wrap::-webkit-scrollbar,
    .breadcrumb-scroll::-webkit-scrollbar,
    .sub-nav-scroll::-webkit-scrollbar {
        display: none;
    }

.breadcrumb {
    background: transparent none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
    flex-wrap: nowrap;
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "?";
        font-family: "Courier New", Courier, monospace;
        vertical-align: middle;
    }

    .breadcrumb li {
        list-style: none;
        display: inline-block;
        white-space: nowrap;
        word-break: keep-all;
    }

    .breadcrumb:before,
    .breadcrumb:after {
        display: table;
        content: " ";
    }

    .breadcrumb:after {
        clear: both;
    }



.comm-bottom {
    border-top: 0.0625rem solid #666666;
    margin-top: 0.625rem;
    text-align: center;
    padding-top: 1rem;
}

.comm-link {
    color: #DDDDDD;
    font-size: 0.6875rem;
    margin-bottom: 0.375rem;
}

    .comm-link .ff-line {
        color: #DDDDDD;
        margin: 0 0.3125rem;
        font-size: 0.8125rem;
    }



.jinyicishow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

    .jinyicishow .jinyicishow-1 {
        border-bottom: 1px dashed #e9e9e9;
        padding-bottom: 12px;
    }

        .jinyicishow .jinyicishow-1:last-of-type {
            border-bottom: none;
            padding-bottom: 0;
        }

.jinyicishow-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

    .jinyicishow-1 p {
        color: #8A8A8D;
        font-size: 14px;
        overflow: hidden;
        display: inline-block;
        margin-right: 24px;
        margin-top: 20px;
    }


    .jinyicishow-1 ul {
        flex: 1;
        overflow: hidden;
        display: inline-block;
    }

        .jinyicishow-1 ul li {
            float: left;
          /*  width: 14.2%;*/
            overflow: hidden;
            margin-top: 20px;
            font-size: 14px;
        }

            .jinyicishow-1 ul li span {
                display: inline-block;
                height: 16px;
                line-height: 16px;
                overflow: hidden;
                max-width: 90%;
                color: #222222;
                font-size: 14px;
            }

            .jinyicishow-1 ul li a {
                display: inline-block;
                height: 16px;
                line-height: 16px;
                overflow: hidden;
                max-width: 90%;
                color: #222222;
                font-size: 14px;
            }

                .jinyicishow-1 ul li a:hover {
                    color: #0085ff;
                }

.xiangguan ul li span {
    float: left;
    display: inline-block;
    color: #fff;
    background: #999;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    font-size: 16px;
}


.list-group {
    list-style-type: none;
    margin-left: 30px;
    display: flex;
    direction: row;
    flex-wrap: wrap;
    border-bottom: 1px #ddd solid;
}

.xgj100 {
    background: rgba(255, 255, 255, 1);
    margin: 1.0625rem auto;
    padding: 0 0.625rem;
}

    .xgj100 .p1 {
        height: 3.4375rem;
        font-size: 1rem;
        line-height: 3.4375rem;
        margin: 0 auto;
        color: #222222;
        font-weight: bold;
        border-bottom: 1px solid rgba(198, 198, 200, 1);
    }

        .xgj100 .p1 span {
            color: #222222;
        }

    .xgj100 img {
        width: 3rem;
        height: 3rem;
    }

    .xgj100 .ul-li {
        margin: 10px auto;
    }

        .xgj100 .ul-li ul {
            margin: 10px auto;
            list-style: none;
            display: flex;
            font-size: 14px;
            flex-wrap: wrap;
        }

            .xgj100 .ul-li ul p {
                margin-top: 5px;
                height: 24px;
                color: #222;
                overflow: hidden;
                font-size: .875rem;
            }

            .xgj100 .ul-li ul li {
                width: 25%;
                text-align: center;
                margin: 0.625rem 0;
                justify-content: center;
            }


                .xgj100 .ul-li ul li:nth-child(4n+0) {
                    margin-right: 0rem;
                }

                .xgj100 .ul-li ul li:last-child p {
                    margin-bottom: 12px;
                }

    .xgj100 .p1 a {
        font-size: 1rem;
        color: #222222;
        font-weight: bold;
    }

    .xgj100 .p1 img {
        display: block;
        width: 15px;
        height: 15px;
    }


.chengyu-top {
    width: 100%;
    overflow: hidden;
    background-color: #f4f6f8;
}

.chengyu-asd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff;
    padding-bottom: 12px;
}

.ada {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 10px;
}

.ada-top p {
    color: #222222;
    margin-bottom: 4px;
    font-size: 24px;
    text-align: center;
}

.ada-bottom {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/static/images/chengyu/tianzi.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

    .ada-bottom p {
        color: #222222;
        font-family: KaiTi;
        display: inline-block;
        height: 66px;
        line-height: 72px;
        font-size: 60px;
        text-align: center;
    }


.model-warpper {
    width: 100%;
    background-color: #ffffff;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
}


.model-za {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    line-height: 2em;
    width: 800px;
    height: 48px;
}

    .model-za span {
        color: #222222;
        font-weight: bold;
    }

.marl12 {
    margin-left: 12px;
}

.icon_ad {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/static/chengyu/img/mp3.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
}

.model-warpper .title {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
}

    .model-warpper .title a {
        font-weight: 700 !important;
        color: #222
    }

    .model-warpper .title span {
        font-weight: 600;
    }

    .model-warpper .title::after {
        content: '';
        width: 76.8px;
        height: 2px;
        border-radius: 5px;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.model-warpper .content {
    /* margin-top: 25px; */
}

.model-warpper .content-info {
    display: flex;
    flex-wrap: wrap;
}

.model-warpper .content .item {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.model-warpper .content .item-info {
    width: 100%;
    margin-left: -8px;
}

.model-warpper .content .item > span {
    font-size: 16px;
    max-width: 116px;
    min-width: 60px;
}

.model-warpper .content .item > p {
    font-size: 16px;
    width: 0;
    flex: 1;
}

.model-warpper .content .item-expain {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
}

    .model-warpper .content .item-expain p {
        text-indent: 2em;
        font-size: 16px;
    }

.model-warpper .content .item h3 {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

.model-warpper .content .item .expain-p, .model-warpper .content .item .expain-p span {
    font-size: 16px;
    color: #666;
}

    .model-warpper .content .item .expain-p a {
        /*color: #0085FF;*/
        text-decoration: underline;
    }

        .model-warpper .content .item .expain-p a:hover {
            color: #0085FF;
            text-decoration: none;
        }

.model-warpper .concat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
    padding-bottom: 10px;
}

    .model-warpper .concat .cy {
        font-size: 16px;
        padding: 5px 0;
        color: #3399ff;
        cursor: pointer;
    }

        .model-warpper .concat .cy:first-child {
            color: #000000;
        }

    .model-warpper .concat img {
        height: 16px;
        margin: 0 13px;
    }

    .model-warpper .concat .about {
        padding: 0 7px;
    }

        .model-warpper .concat .about a {
            font-size: 14px;
        }

.model-warpper .content .item .word {
    display: flex;
    flex-direction: column;
    padding: 0;
    /*width: 100px;*/
    border: none;
}

    .model-warpper .content .item .word span {
        font-size: 16px;
        line-height: 40px;
    }

    .model-warpper .content .item .word a {
        font-size: 50px;
        width: 60px;
        height: 60px;
        background: url(../img/tianzi.png) no-repeat center center;
        background-size: 60px 60px;
        text-align: center;
        line-height: 60px;
        color: #000000;
    }

.model-warpper .content .hr {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
}

    .model-warpper .content .hr:last-child {
        padding-bottom: 0;
    }

    .model-warpper .content .hr .zi-content {
        width: 100%;
        /* cursor: pointer; */
    }

    .model-warpper .content .hr .zi-about {
        display: flex;
        width: 100%;
        margin-top: 20px;
    }

        .model-warpper .content .hr .zi-about li a {
            width: 100%;
            height: 35px;
            line-height: 35px;
            background-color: #f5f5f5;
            font-size: 14px;
            text-align: center;
            border-radius: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 8px;
            cursor: pointer;
            display: inline-block;
        }

        .model-warpper .content .hr .zi-about li {
            margin-right: 30px;
            width: 21.6%;
        }

            .model-warpper .content .hr .zi-about li:nth-child(4) {
                margin-right: 0;
            }

            .model-warpper .content .hr .zi-about li a:hover {
                background-color: #0c8afd;
                color: #fff;
            }

.hr-expain {
    font-size: 14px;
}

.model-warpper .content .hr .zidianinfo {
    /*   box-sizing: border-box;
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
}

    .model-warpper .content .hr .zidianinfo p {
        font-size: 16px;
        line-height: 30px;
    }

    .model-warpper .content .hr .zidianinfo .pinyin {
        font-weight: bold;
        font-size: 16px;
    }

.main_conter_right_one_1 p {
    background: none;
    border-left: 4px solid #0085FF;
    padding-left: 15px;
}

.comm-content-right .top20 {
    padding-top: 15px !important;
}

.related a {
    font-size: 16px;
    margin-right: 10px;
    text-decoration: underline;
}

    .related a:hover {
        color: #0085FF;
        text-decoration: none;
    }

.tab_wrap, .section, .yemian-right1 {
    background-color: #ffffff;
}

.tab_wrap {
    margin-bottom: 20px !important;
}


.pycc {
    float: left;
    padding: 15px;
}

    .pycc li {
        float: left;
        margin-right: 8px;
        display: block;
        margin-bottom: 8px;
    }

    .pycc a {
        border-radius: 4px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ebebeb;
        display: block;
        font-size: 15px;
    }

        .pycc a:hover {
            background-color: #0c8afd;
            color: #fff;
            border: 1px solid #0c8afd;
        }

    .pycc li:nth-child(8n) {
        margin-right: 0 !important;
    }

.main_one_1_qie_2 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pages a, .section-tit > strong {
    color: #000000;
}

.main_one_1_qie_2 a {
    line-height: 40px;
    background: none;
}

.main_one_1_qie_2 a {
    color: #666;
    font-size: 16px;
    width: 30%;
    font-family: "Î¢ÈíÑÅºÚ";
    overflow: hidden;
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    _margin-left: 2px;
    padding-right: 1px;
    height: 40px;
    display: block;
}

.main_one_1_qie_2 p {
    float: left;
    border-left: 4px solid #0c8afd;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-indent: 10px;
    height: 30px
}

.qie_2_a {
    background-position: 104px -568px;
    overflow: hidden
}

.main_one_1_qie_2 a:hover {
    color: #0c8afd;
}

.main_one_1_qie_2_1 {
    display: block;
    width: 330px;
    margin: 0 auto;
    line-height: 40px;
}

.main_one_1_qie_2_1 {
    color: #d8d5d5;
}

.bottom_b {
    border-bottom: 1px dotted #d9d9d9;
}

.main_one_1_qie_2 {
    float: left;
    width: 100%;
}

.main_conter_right_one_1_qie2 {
    float: right;
    border-top: 0;
    margin-top: 10px
}

.main_yiq {
    width: 336px;
    float: left;
}

.font-s {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #ebebeb;
}

    .font-s i {
        font-weight: 700;
        color: #0c8afd;
        margin-right: 10px;
    }

    .font-s a {
        margin-right: 10px;
        text-decoration: underline;
        display: inline-block;
    }



.ci ul {
    display: inline-block;
    width: 100%;
}

    .ci ul li a {
        padding: 15px;
        display: block;
    }

        .ci ul li a, .ci ul li a p {
            font-size: 14px
        }

            .ci ul li a p, .ci ul li a p em.red {
                font-weight: 700;
            }

            .ci ul li a:hover p {
                color: #0085FF;
            }

            .ci ul li a .em {
                color: #999
            }

    .ci ul li {
        border-bottom: 1px solid #ebebeb;
    }

        .ci ul li a:hover {
            background-color: #f4f6f8;
            text-decoration: none;
        }

.main_conter_Article {
    width: 100%;
    background-color: #fff;
}

.float-xl-right {
    float: right !important;
}

.float-lg-right {
    float: right !important;
}

.text-nowrap {
    white-space: nowrap !important;
}




.jyccontent {
    width: 100%;
    padding: 20px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .jyccontent li {
        width: 16.6%;
        float: left;
        height: 26px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .jyccontent li a {
            display: inline-block;
            max-width: 114px;
            height: 16px;
            color: #222222;
            overflow: hidden;
            font-size: 14px;
            line-height: 16px;
        }

            .jyccontent li a:hover {
                color: #0085ff;
            }

.jyccontent_p {
    color: #999999 !important;
    font-size: 14px;
    float: right;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.main_conter_left_nav_a {
    width: 100%;
    display: flex;
    margin: 0 15px;
    padding-bottom: 10px;
}

    .main_conter_left_nav_a p {
        float: left;
        font-family: "Î¢ÈíÑÅºÚ";
        font-size: 16px;
        color: #333;
        line-height: 45px;
    }

    .main_conter_left_nav_a ul li {
        float: left;
        list-style: none;
    }

        .main_conter_left_nav_a ul li a {
            float: left;
            padding: 0 10px;
            color: #666;
            font-family: "Î¢ÈíÑÅºÚ";
            line-height: 45px;
            font-size: 14px;
        }

            .main_conter_left_nav_a ul li a:hover {
                color: #0c8afd;
            }