html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, input {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
}

img, fieldset {
    border: 0;
}
/* set image max width to 100%*/
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8*/
}
/* reset webkit search input styles*/
input[type=search] {
    -webkit-appearance: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    zoom: 1;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background: #fff;
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
    font-size: 16px;
    color: #222;
}

::-moz-selection {
    background: #a3d046;
    color: #fff;
}

::selection {
    background: #a3d046;
    color: #fff;
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #d00;
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

.f-my {
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53" !important;
}

.f-my2 {
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53" !important;
}

.topbar-baby {
    margin: 0 auto;
    width: 1000px;
    height: 90px;
}

.sidebar-baby {
    float: left;
    width: 336px;
    height: auto;
}

.mt {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15pxt;
}

.mt5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: -10px;
}

.mb {
    margin-bottom: 20px;
}
/************************************************************************************ TOP STRUCTURE
*************************************************************************************/
/**************************************Header**************************************/
#sidr-right {
    display: none;
}

.header-wrap {
    margin: 0 auto;
    width: 980px;
    padding: 0 10px;
    position: relative;
    height: 90px;
}

.logo-area {
    float: left;
}

.logo-font {
    float: left;
    font-size: 30px;
    margin-top: 22px;
}

    .logo-area img {
        float: left;
        margin-top: 28px;
        height: 35px;
        width: 162px;
        text-indent: -9999em;
        cursor: pointer;
    }

    .logo-area h1 {
        float: left;
        margin-top: 28px;
        background: url("../images/logo.png") no-repeat;
        _background: url("../images/logo.png") no-repeat;
        height: 35px;
        width: 162px;
        text-indent: -9999em;
        cursor: pointer;
    }

    .logo-area span {
        float: left;
        display: block;
        margin: 30px 0 0 28px;
        background: url("../images/slug.png") no-repeat;
        height: 30px;
        width: 190px;
        text-indent: -9999em;
    }

.search-area {
    float: right;
    /*height:80px;*/
}

.searchform {
    float: left;
    margin-top: 28px;
    margin-right: 0px;
    _width: 300px;
}

    .searchform .s {
        background: #fff;
        float: left;
        border: 1px solid #ccc;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-right: none;
        color: #777;
        font-size: 15px;
        font-style: italic;
        line-height: 26px;
        _height: 26px;
        width: 250px;
        _width: 251px;
        padding: 3px 7px;
        height: 26px\0;
        font-family: "\5FAE\8F6F\96C5\9ED1";
        transition: all 0.7s ease 0s;
    }

        .searchform .s:focus {
            font-style: normal;
            background: #fff;
            width: 280px;
            font-family: "\5FAE\8F6F\96C5\9ED1";
        }

    .searchform .submit {
        float: right;
        background: #fff url("../images/search.png") no-repeat 0 0px;
        width: 34px;
        height: 34px;
        _height: 34px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border: 1px solid #ccc;
        border-left: none;
        cursor: pointer;
        text-indent: -9999em;
    }

.passport-entry {
    display: none;
    float: left;
    margin-top: 28px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}

    .passport-entry span {
        float: left;
        margin: 0 5px;
        _margin: 0 2px;
    }

        .passport-entry span a, .passport-entry span {
            color: #777;
            font-size: 14px;
        }

            .passport-entry span a:hover {
                color: #555;
            }

#simple-menu {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}

    #simple-menu:before {
        display: inline-block;
        font: bold 50px/50px "Times New Roman";
        vertical-align: text-bottom;
        content: "\2261";
        color: #666;
    }

.sidr-open #simple-menu:before {
    display: inline-block;
    font: bold 50px/50px "Times New Roman", Arial;
    vertical-align: text-bottom;
    content: "\00D7";
    color: #666;
}
/**************************************Menu**************************************/
.lbw-menu {
    /*background: #fdfdfd;*/
    background: linear-gradient(to right,#fc0e50 0,#e97360 100%);
    height: 60px;
    width: 100%;
   /* border-top: 3px solid #d00;
    border-bottom: 1px solid #ccc;*/
}

.lbw-menudef {
    background: #fdfdfd;
    height: 0;
    width: 100%;
    border-top: 3px solid #d00;
}

.menu-wrap {
    margin: 0 auto;
    height: 58px;
    width: 1000px;
}

    .menu-wrap ul {
        padding: 0 10px
    }

        .menu-wrap ul li {
            line-height: 58px;
            float: left;
            font-size: 18px;
            position: relative;
        }

        .menu-wrap ul .moreli ul {
            display: none;
            height: auto;
            padding: 0;
            width: 85px;
        }

    .menu-wrap ul {
        display: block;
        float: left;
        height: 58px;
        _overflow: hidden;
    }

        .menu-wrap ul li {
            display: block;
            float: left;
            height: 58px;
            /*padding-right: 10px;*/
            width: auto;
        }
            .menu-wrap ul li a {
                color:#fff;
            }
        .menu-wrap ul .moreli {
            height: auto;
            padding: 0 0 0 30px;
            position: relative;
            /*width: 90px;*/
        }

        .menu-wrap ul .moreliover {
            height: auto;
            padding: 0 0 0 30px;
            position: relative;
           /* width: 90px;*/
            text-decoration: underline;
          /* border-bottom:2px solid #fff;*/
            z-index: 9999;
            /*background: #fff;*/
            /*border: 1px solid #ccc;
	border-top:none;*/
        }
            /*
.menu-wrap ul .moreli:after {
	display:inline-block;
	font:bold 28px/20px "Times New Roman", Arial;
	vertical-align:text-bottom;
	content:"\2261";
	color:#888;
	padding-left:2px;
}
.menu-wrap ul .moreliover:after {
	display:inline-block;
	font:bold 28px/20px "Times New Roman", Arial;
	vertical-align:text-bottom;
	content:"\2261";
	color:#888;
	padding-left:2px;
}*/
            .menu-wrap ul .moreliover ul {
                padding: 0;
                margin-top: -15px;
                height: auto;
            }

                .menu-wrap ul .moreliover ul li {
                    height: 1.1em;
                    overflow: hidden;
                    padding: 0 0 20px 0;
                    width: 90px;
                    font-size: 16px;
                }

                    .menu-wrap ul .moreliover ul li.subli {
                        font-size: 14px;
                    }
/************************************************************************************ MAIN STRUCTURE
*************************************************************************************/
.main-wrap {
    margin: 0 auto;
    width: 1000px;
}
/**************************************Left part**************************************/
.lbw-left-part {
    float: left;
    width: 624px;
}

.lbw-focus {
    position: relative;
    width: 624px;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    text-align: left;
    background: white;
}

.chanl-focus {
    overflow: hidden;
    width: 100%;
}

    .chanl-focus dt {
        position: relative;
        display: block;
        float: left;
        overflow: hidden;
        width: 400px;
        height: 200px;
    }

    .chanl-focus dd {
        display: block;
        float: left;
        width: 224px;
        height: 100px;
        overflow: hidden;
    }

        .chanl-focus dd a {
            display: block;
            float: left;
            width: 184px;
            height: 60px;
            overflow: hidden;
            word-break: break-all;
            padding: 20px;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
        }

            .chanl-focus dd a:hover {
                color: #fff;
            }

    .chanl-focus dd {
        background-color: #429de5;
    }

        .chanl-focus dd:nth-child(2) {
            background-color: #51c976;
        }

    .chanl-focus dt span {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 380px;
        height: 44px;
        padding: 0 10px;
        font: 24px/44px "Microsoft Yahei";
        color: #fff;
        z-index: 11;
    }

        .chanl-focus dt span a {
            display: block;
            width: 390px;
            height: 44px;
            font: 24px/44px "Microsoft Yahei";
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .chanl-focus dt span a:hover {
                color: #fff;
            }

    .chanl-focus dt .opacity {
        height: 40px;
        background: url(http://imgs.ebrun.com/images/201501/bg04.png) repeat-x left top;
        z-index: 10;
    }

.post-scroll {
    float: left;
    width: 624px;
}

.archive-title {
    width: 624px;
    margin-bottom: 1.5%;
}

    .archive-title h2 {
        text-align: center;
        width: 100%;
        line-height: 56px;
        height: 56px;
        font-size: 20px;
        border-bottom: 2px solid #d00;
    }

        .archive-title h2.indextitle {
            text-align: left;
            font-size: 18px;
            line-height: 56px;
            height: 56px;
            border-bottom: 2px solid #d00;
        }

    .archive-title span a {
        padding-left: 25px;
        font-size: 14px;
        line-height: 56px;
        display: inline-block;
        float: right;
    }

.type-post {
    /*float:left;*/
    padding: 0 0 3%;
    border-bottom: 1px solid #e5e5e5;
}

    .type-post h3 {
        line-height: 30px;
        font-size: 24px;
        padding: 2% 0;
        width: 100%;
    }

    .type-post .post-img {
        float: left;
        height: 93px;
        margin-right: 20px;
        overflow: hidden;
        width: 150px;
    }

    .type-post .post-preview em {
        margin-top: -7px;
        font-style: normal;
        color: #888;
    }

    .type-post .post-preview p {
        color: #888;
        min-height: 56px;
        overflow: hidden;
    }

    .type-post .post-preview span {
        margin-right: 20px;
        color: #888;
    }

    .type-post .post-preview {
        position: relative;
        font-size: 14px;
        line-height: 28px;
    }

    .type-post dl, .type-post dt, .type-post dd {
        float: left;
        display: block;
    }

    .type-post dl {
        width: 630px;
    }

        .type-post dl dt {
            height: 100px;
            width: 150px;
        }

        .type-post dl dd {
            padding: 0 0px 0 20px;
            position: relative;
            width: 460px;
            font-size: 14px;
            line-height: 28px;
        }

            .type-post dl dd em {
                display: block;
                margin-top: -7px;
                font-style: normal;
                color: #888;
            }

            .type-post dl dd p {
                color: #888;
            }

            .type-post dl dd span {
                float: left;
                margin-right: 20px;
                color: #888;
            }
/**************************************Right part**************************************/
.lbw-right-part {
    float: right;
    width: 336px;
    background: #fff;
}

.sidebar-title {
    float: left;
    height: 56px;
    width: 336px;
    border-bottom: 1px solid #ccc;
}

    .sidebar-title h2 {
        float: left;
        line-height: 56px;
        height: 55px;
        font-size: 18px;
        border-bottom: 2px solid #d00;
    }

    .sidebar-title span a {
        background: url("../images/icon-more.png") no-repeat right 20px;
        padding-right: 25px;
        font-size: 16px;
        line-height: 59px;
        _line-height: 55px;
        display: inline-block;
        float: right;
        height: 56px;
    }

        .sidebar-title span a:hover {
            background-position: right -56px;
        }

.lbw-pagenavi {
    clear: both;
    float: left;
    padding: 18px 0;
    width: 624px;
}

    .lbw-pagenavi .loading {
        color: #d00;
        display: block;
        height: 18px;
        padding-bottom: 25px;
        text-align: center;
    }

    .lbw-pagenavi ul {
        display: block;
        height: 34px;
        margin: 0 auto;
    }

        .lbw-pagenavi ul li {
            height: 34px;
            float: left;
            margin: 1% 0;
        }

            .lbw-pagenavi ul li a {
                border: 1px solid #d9d9d9;
                color: #d00;
                display: inline-block;
                line-height: 32px;
                margin-right: 6px;
                padding: 0 13px;
            }

                .lbw-pagenavi ul li a:hover {
                    border: 1px solid #d00;
                    color: #d00;
                    text-decoration: none;
                }

            .lbw-pagenavi ul li .ahover {
                background-color: #d00;
                border: 1px solid #d00;
                color: #fff;
                text-decoration: none;
            }

                .lbw-pagenavi ul li .ahover:hover {
                    color: #fff;
                }

            .lbw-pagenavi ul li .prev {
                padding: 0 0 0 15px;
                text-align: center;
                width: 60px;
            }

            .lbw-pagenavi ul li .next {
                padding: 0 15px 0 0;
                text-align: center;
                width: 60px;
            }

.lbw-footer {
    width: 100%;
    border-top: 3px solid #ccc;
    background: #fdfdfd;
}

.lbw-links {
    width: 990px;
    padding: 0px 5px 10px;
    border-bottom: 1px solid #ddd;
}

    .lbw-links ul li {
        float: left;
        margin-right: 30px;
    }

.copyright {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    line-height: 32px;
    padding: 16px 0;
    font-size: 14px;
}

    .copyright .cf {
        font-weight: normal;
    }

    .copyright p em {
        word-break: break-all;
    }

    .copyright p span.cp a {
        margin: 0 10px;
    }

.clickme a {
    background: #f60 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
    margin: 0 0 0 10px;
    padding: 0 8px 1px;
}

.nh {
    height: auto;
}

.hl {
    color: #ff6600;
}
/*high light*/
.copyright img {
    float: none;
}

.breadcrumb {
    border-bottom: 1px solid #ccc;
}

    .breadcrumb span {
        border: none;
        display: block;
        float: left;
        font: 18px/60px "\5B8B\4F53";
        outline: medium none;
        text-decoration: none;
    }

        .breadcrumb span a {
            border: medium none;
            display: block;
            float: left;
            font: 18px/60px "\5FAE\8F6F\96C5\9ED1";
            outline: medium none;
            padding: 0 10px;
            text-decoration: none;
        }

.post-title {
    clear: both;
    float: left;
    padding: 10px 0 15px;
    width: 624px;
    ;
    border-bottom: 1px solid #ccc;
}

    .post-title h1 {
        font: 30px/50px "Microsoft Yahei";
    }

.post-author {
    color: #999;
    display: block;
    font-size: 16px;
    line-height: 36px;
}

    .post-author span {
        display: inline-block;
        margin-right: 10px;
    }

.post-content {
    float: left;
    padding: 0;
}

    .post-content p {
        text-align: justify;
        text-indent: 2em;
        font-size: 18px;
        line-height: 36px;
        word-wrap: break-word;
        word-break: break-all;
        margin: 18px 0;
    }

        .post-content p a {
            font-size: 5%;
            color: #f5f5f5;
        }

        .post-content p b a {
            font-size: 16px;
            color: #333;
        }

    .post-content blockquote {
        background: #f5f5f5;
        padding: 10px 0;
        margin-bottom: 15px;
    }

        .post-content blockquote p {
            font: 18px/32px \4EFF\5B8B;
            text-indent: 32px;
            margin: 0;
        }

    .post-content h3 {
        text-indent: 1.9em;
        font-size: 18px;
        font-weight: bold;
    }

    .post-content p img {
        margin-left: -2em;
    }

    .post-content p.img-info {
        margin-left: -2em;
        margin-top: -18px;
        text-align: center;
        color: #666;
    }

.post-abstract {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-top: 20px !important;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.share {
    float: left;
    overflow: visible;
    position: relative;
}

    .share a {
        border-radius: 0;
        display: inline-block;
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        margin: 0 4px 0 0;
        padding: 4px 10px;
        width: auto;
    }

        .share a i {
            left: 1px;
            margin: 0;
            position: relative;
            top: 0px;
            _top: 4px;
            color: #fff;
        }

        .share a.sina_weibo {
            background: none repeat scroll 0 0 #d52b2a;
        }

            .share a.sina_weibo:hover {
                background: none repeat scroll 0 0 #e05454;
            }

        .share a.weixin {
            background: none repeat scroll 0 0 #8dc61f;
        }

            .share a.weixin:hover {
                background: none repeat scroll 0 0 #a3d642;
            }

        .share a.renren {
            background: none repeat scroll 0 0 #2daae2;
        }

            .share a.renren:hover {
                background: none repeat scroll 0 0 #54c6f9;
            }

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.form-submit #submit {
    background-color: #f60;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
    font-weight: 700;
    padding: 7px 40px 6px;
    /*box-shadow: 0 3px 0 #db4128;*/
    border-bottom: 3px solid #f50;
    _border-bottom: none;
}

p.form-submit {
    text-indent: 0em;
    margin-top: 2.5%;
    text-align: left;
}

.form-submit #submit:hover {
    background-color: #f70;
    color: #fff;
    cursor: pointer;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

/* - PageNavi -*/
.wp-pagenavi {
    display: block;
    text-align: center;
    margin: 3% 0;
    height: auto;
}

    .wp-pagenavi a, .wp-pagenavi span {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #dbdbdb;
        background: #fff;
        padding: 6px 12px;
        margin: 4px;
        color: #333;
    }

        .wp-pagenavi a:hover, .wp-pagenavi span.current, .apnavi span {
            border-color: #f80;
            background: #f80;
            color: #fff;
        }

        .wp-pagenavi span.current {
            font-weight: bold;
        }

.apnavi {
    text-align: center;
    margin-top: 25px;
    height: 40px;
}

    .apnavi strong {
        display: none;
    }

    .apnavi a, .apnavi span {
        border: 1px solid #dbdbdb;
    }

    .apnavi a, .apnavi span {
        display: inline-block;
        background: #fff;
        padding: 4px 10px;
        margin: 2px;
        color: #333;
    }

    .apnavi span {
        font-weight: bold;
        background: #f80;
        color: #fff;
        border: 1px solid #f80;
    }

    .apnavi a span {
        padding: 0px;
        font-weight: normal;
        background: #fff;
        color: #333;
        border: none;
        margin: 0px;
    }

    .apnavi a:hover, .apnavi a:hover span {
        border-color: #f80;
        background: #f80;
        color: #fff;
        text-decoration: none;
    }

.wenxue {
    float: left;
    line-height: 32px;
    margin: 2% 0;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    padding: 5px;
}

    .wenxue td {
        text-align: left;
        padding-left: 8px;
    }

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.t-r {
    text-align: right !important;
}

.mt10 {
    margin-top: 10px;
}

.mt {
    margin-top: 20px;
}

.mb {
    margin-bottom: 1.5%;
}

.mr {
    margin-right: 10px;
}

.m1 {
    width: 728px;
    height: 90px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.m2 {
    width: 260px;
    height: 90px;
    overflow: hidden;
    text-align: right;
}

.re-search {
    margin-top: 20px;
    width: 590px;
    float: left;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

#gotop {
    width: 40px;
    height: 40px;
    background: url('../images/icon.png') no-repeat;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

#code {
    background-position: -197px -205px;
    bottom: 60px;
    _margin-bottom: 60px;
}

#code_hover {
    background-position: -197px -205px;
    bottom: 60px;
    _margin-bottom: 60px;
}

#gotop {
    background-position: -197px -160px;
    bottom: 105px;
    _margin-bottom: 60px;
}

.lbwtable table {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.lbwtable tr, .lbwtable td {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

    .lbwtable td p {
        margin: 5px auto !important;
        text-align: left;
        text-indent: 1em !important;
    }

.post-content .lbwtable p a {
    font-size: 18px;
    color: #333;
}

.lbwtable p a {
    text-decoration: underline !important;
}

.inner-baby {
    float: right;
    margin: 25px 0 0 10px;
    width: 336px;
    height: 280px;
}

.adslot_1 {
    display: block;
}

.focus-image {
    margin: 0;
    padding: 0;
}

.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 624px;
}

    .slideBox .hd {
        position: absolute;
        height: 30px;
        line-height: 30px;
        bottom: 5px;
        right: 12px;
        z-index: 1;
        display: block;
    }

        .slideBox .hd li {
            display: inline-block;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            background: #fff;
            text-indent: -9999px;
            overflow: hidden;
            margin: 0 7px;
            cursor: pointer;
        }

            .slideBox .hd li.on {
                background: #f80;
            }

    .slideBox .bd {
        position: relative;
        z-index: 0;
    }

        .slideBox .bd li {
            position: relative;
            text-align: center;
        }

            .slideBox .bd li img {
                vertical-align: top;
                width: 100%;
            }

            .slideBox .bd li a {
                -webkit-tap-highlight-color: rgba(0,0,0,0);
            }

.slideBox {
    _height: 200px;
    _overflow: hidden;
}

.content-ads {
    display: none;
}
/**************************************New Page**************************************/
.lbw-page-main {
    float: left;
    width: 100%;
}

.page-post-scroll {
    float: left;
    width: 100%;
}

.page-post-title {
    clear: both;
    text-align: center;
    padding: 10px 0 15px;
    width: 100%;
    ;
    border-bottom: 1px solid #ccc;
}

.page-comment {
    float: left;
    width: 100%;
}

.comments-area {
    margin: 2.5% auto 0;
    max-width: 100%;
    font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
    /*padding: 0 10px;*/
}
/* pop book*/
.pop-books {
    margin-top: 1%;
    margin-left: 3px;
    /*border-bottom: 1px solid #ccc;*/
    /*height:210px;
	overflow:hidden;*/
}

.pop-book {
    float: left;
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0px 2% 51.7px;
    text-align: center;
    width: 120px;
}

.pop-books li:first-child {
    margin-left: 0;
}

.pop-book img {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto 1em;
}

.pop-book h2 {
    color: #985d3e;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}

.pop-book span {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2em;
}

.pop-books2 {
    margin-top: 4%;
    margin-bottom: 3%;
}

.pop-book2 {
    float: left;
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 2% 56.5px;
    text-align: center;
    width: 100px;
}

    .pop-book2 img {
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
        display: block;
        margin: 0 auto 1em;
    }

    .pop-book2 h2 {
        color: #985d3e;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.5em;
        max-height: 3em;
        overflow: hidden;
    }

    .pop-book2 span {
        display: block;
        color: #999;
        font-size: 14px;
        line-height: 1.5em;
        min-height: 1.5em;
        max-height: 3em;
        overflow: hidden;
    }

.to-info a {
    float: left;
    width: 46%;
    margin: 2px 1% 0 1%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #dddad8; /*#ff6766*/
    border-radius: 5px;
    color: #985d3e;
    font-size: 14px;
}


/*home hot sd*/
.hot-books {
    margin: 0 0 1% 0;
    padding: 2% 0 0 0;
    overflow: hidden;
    border-top: 1px solid #e4e4df;
}

    .hot-books ol {
        float: left;
    }

.hot-book {
    float: left;
    margin: 0 0.8em 0 0;
}

.margin2em {
    margin: 0 2em 0 0;
}

.hot-book h2 {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.5em;
}

        .hot-book h2.fw-b {
            font-weight: bold;
        }

    .hot-book span {
        float: left;
        color: #999;
        font-weight: normal;
        font-size: 12px;
        margin-left: 0.4em;
        position: relative;
        top: 14px;
    }

.hlight h2 {
    color: #de533c;
    font-weight: bold;
}

    .hlight h2.fw-b {
        font-weight: bold;
    }

.hlight span {
    color: #A3D046;
}

.hot-book-tit {
    float: left;
    margin: 0 0 0 0;
}

    .hot-book-tit h2 {
        float: left;
        font-weight: normal;
        font-size: 16px;
        line-height: 2.5em;
    }

.hot-books a {
    color: #985d3e;
    text-decoration: none;
    outline: none;
}

.banner {
    margin-left: 1%;
}
.cat-title-index {
    text-align: center;
    /*font: 700 20px/1 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;*/
    font: normal 22px/56px "\5FAE\8F6F\96C5\9ED1";
    /*padding-top: 12px;
    padding-bottom: 12px;*/
}
.cat-title {
    /*text-align: center;*/
    /*font: 700 20px/1 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;*/
    font: normal 20px/42px "\5FAE\8F6F\96C5\9ED1";
    /*padding-top: 12px;
    padding-bottom: 12px;*/
}

.cat-titleurl {
    text-align: center;
}

.cat-titleurl a {
    color: #d00;
}


.bb {
    border-bottom: 1px solid #ddd;
}

.bb2 {
    border-bottom: 1px solid #ddd;
}

.zxzjbox {
    font-size: 15px;
}

    .zxzjbox ul {
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        .zxzjbox ul li {
            float: left;
            width: 49%;
            line-height: 2.5em;
            border-width: 0 0 1px 0px;
            border-style: dashed;
            border-color: #dbdbdb;
            text-align: left;
            padding-left: 10px;
            overflow: hidden;
            white-space: nowrap;
        }

.xsnav {
    float: left;
    width: inherit;
    line-height: 3em;
    font-weight: bold;
    text-align: center;
}

.zxzjbox ul li a {
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    color: #985d3e;
    max-width: 42%;
    margin-right: 10px;
}

    .zxzjbox ul li a:visited {
        color: #985d3e;
    }

    .zxzjbox ul li a:hover {
        color: #985d3e;
    }

#ds-reset {
    padding: 0 !important;
}

.zxzjbox ul li:hover {
    background: #ecece8;
}

.zxzjbox ul li span {
    font-size: 12px;
    color: #999;
}

@media screen and (max-width: 808px) {
    .zxzjbox ul {
        width: 100%;
    }

        .zxzjbox ul li {
            width: 99%;
            font-size: 15px;
            line-height: 2.5em;
            text-align: left;
            padding-left: 2%;
        }

            .zxzjbox ul li a {
                max-width: 45%;
            }
}
/************************************************************************************
	smaller than 650
	*************************************************************************************/
@media screen and (max-width: 650px) {
    .zxzjbox ul li {
        text-align: left;
        line-height: 2.5em;
        width: 99%;
        height: 2.5em;
        overflow: hidden;
        padding: 0 5px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .zxzjbox ul li a {
            max-width: 45%;
        }
}
