@charset "gb2312";
/* CSS Document */
html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dd, dt, ol, ul, li, form, label, input, textarea, button, b, i, u {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none
}
figure {
    margin: 0;
    padding: 0;
    display: block;
}

/*figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}*/

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400
}

a, img {
    text-decoration: none;
    border: 0
}

body {
    font-family: "Microsoft YaHei",Arial,"simsun";
    background: #ffffff;
    font-size: 14px;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

/*以上有调整*/

.clear {
    clear: both;
    font-size: 0;
    font-family: "sans-serif";
    height: 0;
    line-height: 0;
}



.clearfix {
    *zoom: 1
}

    .clearfix:after {
        display: block;
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden
    }


.fl {
    float: left
}

.fr {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 2
}

.header {
    width: 1200px;
    margin: 32px auto;
    overflow: hidden;
}

.logo-icon {
    width: 106px;
    height: 29px;
    background-size: 106px 29px;
    background-repeat: no-repeat;
    background-image: url("/static/images/logo-home.svg");
    padding-left: 0px;
}

.header .share {
    position: absolute;
    right: 0;
    top: 8px;
    height: 22px
}



    .header .share a {
        display: block;
        /*height: 22px;
            width: 25px;*/
        float: left;
        /*background: url(/static/images/share.png) no-repeat;*/
        /*margin-left: 12px;*/
        cursor: pointer;
        position: relative;
    }

        .header .share a:hover {
            opacity: .6
        }



.header .sharenav-icon {
    background: center bottom no-repeat;
    display: block;
    /*margin: 0 auto 0 12px;*/
    height: 16px;

}

.header .share .qq {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url("/static/images/instgram.svg");
    margin-top: 1px;
    margin-right: 8px;
    /*background-position: 2px center*/
}

.header .share .f {
    width: 7.58px;
    height: 16px;
    background-size: 7.58px 16px;
    background-repeat: no-repeat;
    background-image: url("/static/images/facebook.svg");
    margin-right: 11px;
    /*background-position: -31px center*/
}

.header .share .be {
    width: 19.2px;
    height: 12px;
    background-size: 19.2px 12px;
    background-repeat: no-repeat;
    background-image: url("/static/images/behance.svg");
    margin-top: 2px;
    margin-right: 9px;
    /*background-position: -67px center*/
}

.header .share .weixin {
    width: 18.53px;
    height: 15px;
    background-size: 18.53px 15px;
    background-repeat: no-repeat;
    background-image: url("/static/images/wechat.svg");
    margin-top: 2px;
    margin-right: 8px;
    /*background-position: -108px center*/
}

.header .share .sina {
    width: 16.25px;
    height: 13px;
    background-size: 16.25px 13px;
    background-repeat: no-repeat;
    background-image: url("/static/images/sina.svg");
    margin-top: 2px;
    margin-right: 0px;
    /*background-position: right center*/
}



.nav {
    left: 0;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    /*overflow: hidden;*/
    line-height: 94px;
    height: 68px;
    position: fixed;
    background-color: #ffffff;
}

    .nav .nav-l ul li {
        float: left;
        margin-right: 60px;
        font-size: 14px;
        color: #919191;
    }

        .nav .nav-l ul li.on a {
            color: #000;
            font-weight: bold;
        }


    .nav .nav-r {
        display: inline-block;
        position: relative
    }


        .nav .nav-r ul {
       
        }

        .nav .nav-r li {
            display: inline-block;
            vertical-align: middle;
            /*padding: 0 10px;*/
            position: relative;
        }

            .nav .nav-r li:first-child {
                padding-left: 0
            }

            .nav .nav-r li a {
                font-size: 14px;
                color: #000;
                text-align:center;
            }

            .nav .nav-r li:after {
                content: '|';
                height: 14px;
                line-height: 14px;
                position: absolute;
                right: 0;
                top: 39px;
                display: block;
                color: #000;
                padding:0;
            }

            .nav .nav-r li:last-child {
                padding-right: 0;
            }

                .nav .nav-r li:last-child:after {
                    content: '';
                }

        /*.nav .nav-r .input-control {
            width: 154px;
            height: 22px;
            line-height: 22px;
            border: 1px solid #000;
            border-radius: 10px;
            background: none;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
            display: none
        }

        .nav .nav-r .btn {
            width: 10px;
            height: 13px;
            background: url(/static/images/search.jpg) no-repeat;
            border: 0;
            cursor: pointer;
        }*/



        .nav .nav-r .searchContainer {
            width: 260px;
            height: 22px;
            line-height: 22px;
            border: 1px solid #000;
            border-radius: 10px;
            background: none;
            padding-right: 5px;
            /*padding: 0 10px;*/
            font-size: 12px;
            /*-webkit-box-sizing: border-box;
            box-sizing: border-box;*/
            /*display: none*/
            z-index: 99999;
          
        }


.nav .nav-r .searchContainer .searchtypeContainer {
    float: left;
    position: relative;
    height: 24px;
}

.nav .nav-r .searchContainer .searchtypearrow {
    background-image: url(/static/images/search-ddl.png);
    width: 8px;
    height: 4px;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 90px;
    transition: all .3s;
    z-index: 9999;
}
        .nav .nav-r .search-type {
            float: left;
            width: 110px;
            height: 22px;
            overflow: hidden;
            margin: 0;
            padding-left: 0;
            background-color: #eeeeef;
            /*background-color: #eeeeef;*/
            /*background: rgba(236, 225, 224, 0.6);*/
            /*filter: alpha(opacity:50);*/
            /*opacity: 0.5;
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;*/
            border-radius: 10px;
            /*background: url(/static/images/search-nav.png) no-repeat center top;*/
            position: relative;
            z-index: 999;
        }

/*.slider-nav .search .searchContainer .search-type .active {
                height: 120px;

            }*/
        .nav .nav-r .searchContainer ul.search-type li {
            width: 97px !important;
            float: left;
            height: 22px !important;
            text-align: center;
            line-height: 22px;
            padding: 0px;
            background: 0 0;
            padding: 0px 6px 6px 8px;
            content: '';
            box-sizing: border-box;
            font-size: 10px;
        }

            .nav .nav-r .searchContainer ul.search-type li:after {
                content: '';
                font-size: 10px;
                padding: 0 6px 6px 2px;
            }

        .nav .nav-r .searchContainer form {
            width: 150px;
            position: relative;
            float: left;
        }

            .nav .nav-r .searchContainer form .input-control {
                width: 129px;
                border: none;
                padding: 0;
                font-size: 12px;
                display: block;
                height: 22px;
                line-height: 22px;
                overflow: hidden;
                background-color: transparent;
            }

        .nav .nav-r .searchContainer .btn {
           
            width: 10px;
            height: 13px;
            background-size: 10px 13px;
            background-repeat: no-repeat;
            background-image: url("/static/images/magnifier.svg");
            /*background: url(/static/images/search.png) no-repeat;*/
            border: 0;
            cursor: pointer;
            display: block;
            position: absolute;
            top: 4px;
            right: 9px;
        }



    /*12-15调整过 begin*/
    .apd {
        width: 1200px;
        margin: 25px auto;
    }

    .apd ul li {
        width: 236px;
        height: 368px;
        box-sizing: border-box;
        float: left;
        padding: 27px 23px 18px 23px;
        background: #eeeeef;
        margin-right: 5px;
        margin-bottom: 26px;
    }



        .apd ul li:hover {
            background: #d8d9d9;
            cursor: pointer;
        }

        .apd ul li:nth-child(5n) {
            margin-right: 0;
        }

        .apd ul li .adp-tit {
            font-size: 13px;
            color: #000;
            font-weight: bold;
            margin: 15px 0 30px;
        }

        .apd ul li .adp-dis {
            font-size: 12px;
            color: #000;
            font-weight: bold;
        }

/*12-15调整过 end*/

.footer {
    line-height: 50px;
    text-align: center;
}

.APD-detailed {
    width: 1200px;
    margin: 25px auto;
}

.APD-detailed-l {
    width: 156px;
}

    .APD-detailed-l ul li {
        font-size: 14px;
        color: #919191;
        margin-bottom: 32px;
    }

        .APD-detailed-l ul li a {
            font-size: 14px;
            color: #919191;
        }

        .APD-detailed-l ul li.on {
            font-weight: bold;
            color: #000;
        }

.APD-detailed-r {
    width: 1044px;
}


    .APD-detailed-r .banner-flexslider {
        height: 383px;
        position: relative;
        margin-bottom: 42px;
        overflow: hidden;
    }

        .APD-detailed-r .banner-flexslider .slides {
            height: 383px
        }

            .APD-detailed-r .banner-flexslider .slides li {
                height: 383px
            }


        .APD-detailed-r .banner-flexslider .flex-control-nav {
            position: absolute;
            left: 0;
            width: 100%;
            height: 15px;
            bottom: 18px;
            text-align: center;
            z-index: 50
        }

            .APD-detailed-r .banner-flexslider .flex-control-nav li {
                display: inline-block;
                vertical-align: middle;
                width: 12px;
                height: 12px;
                margin: 0 5px
            }

                .APD-detailed-r .banner-flexslider .flex-control-nav li a {
                    display: block;
                    background: #f3f3f3;
                    overflow: hidden;
                    font-size: 0;
                    text-indent: -999px;
                    height: 12px;
                    border-radius: 50%;
                    opacity: .6
                }

                    .APD-detailed-r .banner-flexslider .flex-control-nav li a.flex-active {
                        opacity: 1
                    }



/* flash */
.zhengshu_pic {
    width: 100%;
}

#flash {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: relative;
}

    #flash a {
        width: 100%;
        display: none;
    }

    #flash img {
        width: 100%;
    }

.flash_bar {
    width: 100%;
    text-align: center;
    height: 24px;
    overflow: hidden;
    position: absolute;
    padding-top: 8px !important;
    padding-top: 0px;
    bottom: 0px;
    left: 0px;
    background: url(/static/images/tg_flashbar.png);
    text-align: center;
}

    .flash_bar .dq {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        cursor: pointer;
        background: #fff;
       
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .flash_bar .no {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 5px;
    }

#flashBg {
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

#flashLine {
    background: url(/static/images/touming.png) repeat-x center bottom;
    width: 100%;
    clear: both;
}


.APD-detailed-info {
    /*padding: 44px;*/
    margin-bottom: 55px;
    overflow: hidden;
    position: relative;
}

.APD-detailed-info-l {
    padding: 0 53px 0 40px;
    overflow: hidden;
  
    position: relative;
    /*width: 225px;*/
    height: 302px;
}

    .APD-detailed-info-l .img {
     
        /*z-index: 5;
       
        text-align: center;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s*/
    }

        .APD-detailed-info-l .img:hover {
            /*opacity: 1;
            background: rgba(255,255,255,0.8);*/
        }

/*.APD-detailed-info-l img {
  width:225px;
  height:302px;
}*/

.APD-detailed-info-magnifier {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 5;
    background: rgba(255,255,255,0.8);
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
   
}

    .APD-detailed-info-magnifier:hover {
        opacity: 1;
        CURSOR: url(http://sandu.chepin88.com/Static/images/big.cur),auto;
    }

    .APD-detailed-info-magnifier img {
        display: block;
        width: 30px;
        height: 31px;
        left: 50%;
        top: 50%;
        position: absolute;
    }
    
    .APD-detailed-info-m {
        /*margin: 0 40px;*/
        width: 443px;
        margin-right: 50px;
    }

        .APD-detailed-info-m .APD-detailed-info-m-tit {
            font-size: 27px;
            color: #000;
            font-weight: 700;
            letter-spacing: 1px;
        }

    .APD-detailed-info-m .APD-detailed-info-m-time {
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #b0b0b0;
        line-height:25px;
    }

        .APD-detailed-info-m .APD-detailed-info-m-dis {
            width: 448px;
            font-size: 12px;
            line-height: 22px;
            color: #000;
            /*height: 200px;*/
            margin-bottom: 35px;
            letter-spacing:2px;
        }


        .APD-detailed-info-m .APD-detailed-info-m-dis-en {
            width: 444px;
            font-size: 12px;
            line-height: 17px;
            color: #000;
            /*height: 200px;*/
            margin-bottom: 35px;
            letter-spacing: 0px;
        }

.APD-detailed-info-r {
    width: 228px;
   
}

    .APD-detailed-info-r .APD-detailed-info-r-dis {
        width: 200px;
        font-size: 12px;
        line-height: 18px;
        color: #919191;
        margin-top: 76px;
        padding-top: 15px;
        border-top: 1px solid #b0b0b0;
        /*height: 210px;*/
        margin-bottom: 15px;
    }
    /*.APD-detailed-info-r*/
.APD-detailed-info-r-btn {
    font-size: 14px;
    background: #e1e1e1;
    display: inline-block;
    padding: 0 26px;
    line-height: 29px;
    font-weight: bold;
    font-family: "宋体";
}

.APD-detailed-like {
}

.APD-detailed-like-btit {
    color: #919191;
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #919191;
}

.APD-detailed-like ul li {
    width: 257px;
    height: 360px;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    background: #eeeeef;
    margin-right: 5px;
    margin-bottom: 26px;
}


    .APD-detailed-like ul li:hover {
        background: #d8d9d9;
        cursor: pointer;
    }



    .APD-detailed-like ul li:nth-child(4n) {
        margin-right: 0;
    }

    .APD-detailed-like ul li .APD-detailed-like-tit {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        margin-top: 15px;
    }

    .APD-detailed-like ul li .APD-detailed-like-dis {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        margin: 15px 0;
    }

    .APD-detailed-like ul li .APD-detailed-like-dis2 {
        font-size: 10px;
        color: #000;
    }

/*文章*/
.Article {
}

    .Article ul li {
        background: #e2e2e2;
        width: 520px;
        padding: 25px 40px;
        box-sizing: border-box;
        float: left;
        margin: 0 4px 25px 0;
    }


        .Article ul li:hover {
            background: #d8d9d9;
            cursor: pointer;
        }

        .Article ul li .img {
            /*width: 433px;*/
            width: 100%;
            height: 211px;
            overflow: hidden;
            display: inline-block;
        }

        .Article ul li:nth-child(2n) {
            margin-right: 0;
        }

        .Article ul li .Article-tit {
            font-size: 14px;
            color: #000;
           
            line-height: 28px;
            margin: 15px 0;
           overflow:hidden;
        }
        .Article ul li .Article-tit a{
            font-weight:bold;
        }
        .Article ul li .Article-dis {
            font-size: 12px;
            color: #000;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
        }


/*文章详细*/
.Article-details {
    width: 1200px;
    margin: 24px auto;
    overflow: hidden;
}

.Article-details-l {
    width: 830px;
}

.Article-details-l-tit {
    font-size: 32px;
    color: #000;
    margin-bottom: 44px;
}

.Article-details-l-time {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
    padding-bottom: 8px;
    color: #919191;
    font-size: 10px;
}
    .Article-details-l-time .Article-details-l-time-date {
        color: #919191;
       
    }


.Article-details-l-info {
    font-size: 12px;
    color: #000;
    line-height: 28px;
}

.Article-details-r {
    /*width: 345px;*/
    position: fixed;
}

    .Article-details-r ul li {
        background: #e2e2e2;
        width: 316px;
        padding: 14.5px;
        margin-bottom: 6px;
        
    }

.Article-details-r ul li:hover {
    background: #d8d9d9;
    cursor: pointer;
}


        .Article-details-r ul li .Article-details-tit {
            font-size: 12px;
            color: #000;
            line-height: 26px;
            margin: 10px 0;
            font-weight:bold;
        }

        .Article-details-r ul li .Article-details-dis {
            font-size: 10px;
            color: #000;
        }


        .Article-details-r ul li .img {
            /*316px*/ 
                width: 100%;
            height: 151px;
            overflow: hidden;
            /*display: inline-block;*/
        }

/*关于*/
.about {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.about-l {
    width: 388px;
}

.about-r {
    width: 790px;
}

.about-r-introduction {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    background: #eeeeef;
    padding: 27px 15px 16px 15px;
    margin-bottom: 24px;
    height: 211px;
}

.about-r-join {
    width: 341px;
    background: #eeeeef;
    padding-top:30px;
    padding-left:13px;
    /*padding-bottom:30px;*/
    padding-right:28px;
    /*padding: 20px;*/
    min-height: 386px;
    margin-right:8px;
}
.about-r-contactus {
    width: 389px;
    background: #eeeeef;
    padding-top: 30px;
    padding-left: 11px;
    /*padding-bottom: 30px;
    padding-right: 28px;*/
    /*padding: 20px;*/
    min-height: 386px;
}



.about-r-tit {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
   line-height:18px;
}

.about-r-join-content p {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    margin-bottom: 22px;
}

.about-r-dis {
    font-size: 12px;
    color: #000;
    line-height: 26px;
}





.about-r-join a {
    color: #003cff;
}

.about-tel {
    width: 175px;
}

/*book*/
.book {
    width: 1200px;
    margin: 25px auto;
}

.book-l {
    width: 156px;
}



    .book-l a {
        color: #919191;
    }

        .book-l a:hover {
            text-decoration: none;
            color: #919191
        }

    .book-l .item {
        color: #919191;
        font-size: 14px;
        margin-bottom: 30px;
     
    }

    .book-l .subitem {
        font-size: 12px;
        color: #000;
        display: none;
        /*margin-left: 8px;*/
    }

        .book-l .subitem ul li {
            margin-top: 8px;
        }

            .book-l .subitem ul li:nth-last-child(1) {
                margin-bottom: 30px;
            }

    .book-l .item .on {
        font-weight: bold;
        color: #919191;
        /*color: #000;*/
    }



/*.book-l h2 {
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .book-l ul li {
        font-size: 14px;
        color: #919191;
        margin-bottom: 20px;
    }

        .book-l ul li.on {
            font-weight: bold;
            color: #000;
        }*/

.book-r {
    width: 1044px;
    overflow: hidden;
}

    .book-r ul li {
        width: 257px;
        height: 364px;
        box-sizing: border-box;
        float: left;
        padding: 20px;
        background: #eeeeef;
        margin-right: 5px;
        margin-bottom: 26px;
    }

        .book-r ul li:hover {
            background: #d8d9d9;
           cursor:pointer;
        }


        .book-r ul li .img {
            width: 162px;
            width: 100%;
            height: 216px;
            overflow: hidden;
            display: block;
        }

    .book-r ul li a {



            /*display: block;
            height: 344px;
            padding: 20px 20px 0px 20px;
            background: #eeeeef;*/
        }

            .book-r ul li a:hover {
                /*background: #d8d9d9;*/
            }

        .book-r ul li:nth-child(4n) {
            margin-right: 0;
        }



.book-tit {
    font-size: 14px;
    color: #000;
    /*margin-bottom: 20px;*/
    overflow: hidden;
    height:40px;
    font-weight: bold;
    margin-top: 20px;
    max-height: 20px;
}

.book-dis {
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
    height: 30px;
    /*line-height: 20px;*/
    max-height: 40px;
}

.book-author {
    font-size: 12px;
    position: relative;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #8f8f8f;
    /*margin-bottom: 24px;*/
}

    .book-author a {
        font-size: 10px;
        color: #8f8f8f;
        font-weight: bold;
        cursor: pointer;
    }

    .book-author .book-category-more {
        background: #eeeeef;
        width: 180px;
        position: absolute;
        z-index: 500;
       padding-bottom:5px;
    }

    .book-author .book-category-more .book-category-more-li {
        width:100%;
   
        text-align: left;
     
        float: left;
    margin-top:2px;
    height:22px;
    line-height:22px;

    }

        .book-author .book-category-more .book-category-more-li a {
            display: block;
            color: #000;
     
        }

    .book-author span {
        font-weight:normal;
    }


/*360*/
.subNavBox {
    background: #fff;
}

.subNav {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #8f8f8f;
}

    .subNav:hover {
        color: #000;
    }

.currentDd {
    color: #8f8f8f;
}

.currentDt {
    color: #8f8f8f;
}

.navContent {
    display: none;
}

    .navContent:last-child {
    }

    .navContent li {
        font-size: 14px;
        color: #919191;
        font-weight: bold;
        padding-left: 15px;
    }

        .navContent li a {
            color: #919191;
        }

            .navContent li a:hover {
                color: #000;
            }


.slz-tit {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    line-height: 26px;
}

.slz-dis {
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
}


/*分享*/
.share {
    /*width:300px;*/
}

    /*.share a {
        margin: 0 3px;
        display: inline-block;
        cursor: pointer;
    }

.share1 {
    width: 17px;
    height: 16px;
    
  
    background: url(/static/images/share1.jpg) no-repeat;
}

.share2 {
    width: 8px;
    height: 16px;
    background: url(/static/images/share1.jpg) no-repeat -30px 0px;
}

.share3 {
    width: 24px;
    height: 15px;
    background: url(/static/images/share1.jpg) no-repeat -53px 0px;
}

.share4 {
    width: 21px;
    height: 16px;
    background: url(/static/images/share1.jpg) no-repeat -85px 0px;
}

.share5 {
    width: 21px;
    height: 16px;
    background: url(/static/images/share1.jpg) no-repeat -111px 0px;
}*/


.share-b1 {
    width: 7px;
    height: 14px;
    background: url(/static/images/share2.png) no-repeat;
}

.share-b2 {
    width: 14px;
    height: 14px;
    background: url(/static/images/share2.png) no-repeat -15px 0px;
}

.share-b3 {
    width: 12px;
    height: 14px;
    background: url(/static/images/share2.png) no-repeat -33px 0px;
}

.share-b4 {
    width: 15px;
    height: 14px;
    background: url(/static/images/share2.png) no-repeat -50px 0px;
}

.share-b5 {
    width: 14px;
    height: 14px;
    background: url(/static/images/share2.png) no-repeat -71px 0px;
}

.share-b6 {
    width: 17px;
    height: 14px;
    background: url(/static/images/share2.png) no-repeat -91px 0px;
}

.yema span {
    color: #919191;
    font-weight: bold;
    margin: 0 3px;
    font-size:12px;
}

    .yema span.on {
        border-bottom: 1px solid #dedede;
       
    }


    .yema span.active {
        border-bottom: 1px solid #dedede;
        text-decoration-color: #dedede;
        text-decoration: underline;
   
    }





.magazine-l {
    width: 156px;
}

    .magazine-l a {
        color: #919191;
    }

    .magazine-l .item {
        color: #919191;
        font-size: 14px;
        margin-bottom: 32px;
    }

    .magazine-l .subitem {
        font-size: 12px;
        color: #919191;
        margin-left: 8px;
    }

        .magazine-l .subitem ul li {
            margin-top: 12px;
        }


    .magazine-l .on {
        font-weight: bold;
        color: #919191;
    }


/*.magazine-l h2 {
        font-size: 14px;
        color: #000;
        margin-bottom: 12px;
        font-weight: bold;
    }*/


.img-hook {
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

    .img-hook img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

    .img-hook .hook {
        display: inline-block;
        width: 0;
        height: 100%;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
    }

.magnify-body-css {
    /*position :relative;
        width: 100%;
    background: rgba(255,255,255,0.8);
    opacity: 0.4;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index:5;*/
}






.yema a {
    color: #919191;
    font-weight: bold;
    margin: 0 3px;
}

    .yema a.on {
        border-bottom: 1px solid #dedede;
    }


.news-details-share a {
    display: block;
    float:left;
    right:0px;
}


/* 搜索 */

.search {
    width: 1200px;
    margin: 67px auto;
}

    .search .searchbar {
        height: 60px;
        border-bottom: 2px solid #ececec;
    }

    .search .search-bar {
        height: 60px;
        border-bottom: 2px solid #ececec;
    }

        .search .search-bar .search-bar-content {


            height: 42px;
            line-height: 42px;
        }


.btnsearch {
    width: 10px;
    height: 13px;
    background-size: 10px 13px;
    background-repeat: no-repeat;
    background-image: url("/static/images/magnifier.svg");
  
    cursor: pointer;
}


