﻿/*通用类*/
*
{
    margin: 0;
    padding: 0;
}

.hide
{
    display: none;
}

body
{
    min-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: #f6f7f9;
    text-align: justify;
    color: #333;
}

.wb
{
    background: #fff;
}

h1, h2, h3
{
    font-weight: 500;
}

img
{
    border: none;
}

a
{
    cursor: pointer;
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover
    {
        color: #fa9481;
    }

ul
{
    list-style-type: none;
}

em
{
    font-style: normal;
}

.lt
{
    float: left;
}

.rt
{
    float: right;
}

input.sub, label
{
    border: none;
    cursor: pointer;
}

input, textarea
{
    font-family: "Microsoft Yahei";
    outline: none;
}

table
{
    border-collapse: collapse;
}

    table td, table th
    {
        padding: 0;
    }

div.clear
{
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.line5
{
    font-size: 1px;
    height: 5px;
    width: 100%;
    clear: both;
}

.line10
{
    font-size: 1px;
    height: 10px;
    width: 100%;
    clear: both;
}

.line20
{
    font-size: 1px;
    height: 20px;
    width: 100%;
    clear: both;
}

.line30
{
    font-size: 1px;
    height: 30px;
    width: 100%;
    clear: both;
}

/*wrapin 主体容器宽度*/
.wrapin
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

input::-webkit-input-placeholder
{
    color: #CBCBCB;
}

input::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    color: #CBCBCB;
}

input:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
    color: #CBCBCB;
}

input:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
    color: #CBCBCB;
}

/*公用CSS 开始*/

/*header 开始*/
.header
{
    height: 72px;
    background: #fff;
    box-shadow: 0px 15px 10px -15px #EAEBED;
}

    .header .wrapin
    {
        height: 72px;
        position: relative;
    }

    .header .logo
    {
        position: absolute;
        left: 0;
        top: 17px;
        display: block;
        width: 221px;
        height: 38px;
    }

        .header .logo img
        {
            display: block;
            width: 221px;
            height: 38px;
        }

.nav
{
    float: left;
    margin-left: 221px;
    height: 75px;
    line-height: 56px;
    font-size: 16px;
}

    .nav .bn
    {
        height: 62px;
        float: left;
        margin-right: 48px;
        text-align: center;
    }

        .nav .bn span
        {
            display: block;
            margin-top: 9px;
        }

    .nav .hover i
    {
        position: relative;
        bottom: 0px;
        background: #f86442;
        height: 0px;
        width: 20px;
        margin: 4px auto;
        display: block;
        height: 3px;
    }

    .nav .bn:hover, .nav .hover
    {
        color: #f86442;
        margin-bottom: 0;
    }

.wrapin .top_serach
{
    width: 300px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 17px;
    background: #fff;
    float: right;
    margin-top: 20px;
    margin-right: 2px;
}

    .wrapin .top_serach input
    {
        border: 0;
        width: 250px;
        margin-top: 5px;
        text-indent: 8px;
        margin-left: 5px;
    }

    .wrapin .top_serach .btn
    {
        background: url('../images/icon_search.png') no-repeat left center;
        background-size: auto 100%;
        width: 17px;
        height: 17px;
        float: right;
        margin: 6px 15px 0px 0px;
        cursor: pointer;
    }
/*header 结束*/

/*header 结束*/

/*hm 首页*/

.Cooldog_container
{
    width: 1200px;
    height: 300px;
    margin: 16px auto;
    position: relative;
    overflow: hidden;
}

    .Cooldog_container .Cooldog_content
    {
        position: absolute;
        width: 498px;
        height: 220px;
        top: 0;
        left: 50%;
        margin-left: -300px;
    }

        .Cooldog_container .Cooldog_content li
        {
            position: absolute;
            top: 0;
            left: 0;
            width: 770px;
            height: 300px;
            transition: all 0.3s ease;
        }

            .Cooldog_container .Cooldog_content li img
            {
                width: 100%;
                height: 100%;
                vertical-align: middle;
                display: inline-block;
            }



    .Cooldog_container .prev
    {
        display: block;
        z-index: 100;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 50px;
        top: 114px;
        left: 0px;
        background: url(../images/icon-prev.png) left bottom no-repeat;
    }


    .Cooldog_container .next
    {
        display: block;
        z-index: 100;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 50px;
        top: 114px;
        right: 0px;
        background: url(../images/icon-next.png) right bottom no-repeat;
    }




    .Cooldog_container i
    {
        font-size: 50px;
    }

    .Cooldog_container .btn_close
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        display: none;
        line-height: 20px;
        text-align: center;
        background-color: #BCB9B9;
        color: #fff;
    }

        .Cooldog_container .btn_close i
        {
            font-size: 18px;
        }

    .Cooldog_container .buttons
    {
        width: 370px;
        height: 5px;
        line-height: 5px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -185px;
        z-index: 80;
    }

        .Cooldog_container .buttons a
        {
            float: left;
            width: 40px;
            height: 5px;
            background-color: #898F94;
            margin-right: 15px;
        }

            .Cooldog_container .buttons a.color
            {
                background-color: #92ffff;
            }

            .Cooldog_container .buttons a:last-child
            {
                margin-right: 0;
            }

.p1
{
    transform: translate3d(-300px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.p2
{
    transform: translate3d(-88px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
}

.p3
{
    transform: translate3d(278px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.ht_keytip
{
    background: #fff;
    height: 120px;
    margin-top: 4px;
}

    .ht_keytip .ht_head
    {
        float: left;
        width: 121px;
        height: 18px;
        margin: 52px 36px 50px 20px;
        position: relative;
    }

.ht_head img
{
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.ht_head .tit
{
    font-size: 16px;
    float: left;
    margin-left: 55px;
}


.ht_keytip ul
{
    float: left;
}

    .ht_keytip ul li
    {
        width: 168px;
        height: 96px;
        float: left;
        margin-right: 36px;
    }

.ht_keytip .name
{
    color: #333;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 18px;
}

.ht_keytip .desc
{
    margin-top: 6px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.ht_keytip i
{
    position: relative;
    bottom: 0px;
    height: 0px;
    width: 14px;
    margin: 4px auto;
    display: block;
    height: 3px;
}

.ht_keytip li:nth-child(1) i
{
    background: #997AFB;
}

.ht_keytip li:nth-child(2) i
{
    background: #FC6F90;
}

.ht_keytip li:nth-child(3) i
{
    background: #5AE2A0;
}

.ht_keytip li:nth-child(4) i
{
    background: #FEAC67;
}

.ht_keytip li:nth-child(5) i
{
    background: #4FCEFB;
}



.hm_rec
{
    position: relative;
    margin-top: 22px;
}

    .hm_rec .rec_left
    {
        float: left;
        width: 886px;
        background: #fff;
        overflow: hidden;
        height: 626px;
    }

    .hm_rec .hm_head
    {
        margin: 25px 0 0 20px;
        height: 20px;
        position: relative;
    }

.hm_head img
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.hm_head .tit
{
    font-size: 20px;
    float: left;
    margin-left: 14px;
    margin-top: -7px;
}

.hm_rec .s_list
{
    margin: 20px 0 0 20px;
}

    .hm_rec .s_list div:nth-child(5)
    {
        margin: 0 0 20px 0;
    }

    .hm_rec .s_list div:nth-child(10)
    {
        margin: 0 0 20px 0;
    }

.hm_rec .hmrec_item
{
    width: 149px;
    height: 260px;
    float: left;
    margin: 0 25px 20px 0;
    text-align: center;
}

.hmrec_item img
{
    width: 149px;
    height: 210px;
    object-fit: cover;
}

.hmrec_item .name
{
    color: #333;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 10px;
}


.hmrec_item .desc
{
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm_rec .rec_right
{
    float: right;
    width: 294px;
    background: #fff;
    overflow: hidden;
    height: 626px;
}


.hm_head .handle
{
    position: absolute;
    top: -4px;
    right: 26px;
    bottom: 23px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.hm_head .line
{
    float: left;
    color: #ccc;
}

.hm_head .btn
{
    float: left;
    width: 82px;
    text-align: center;
}

.hm_head .hover
{
    color: #f86442;
}

.rec_right .data_list
{
    margin: 20px 0 0 20px;
}

.data_list
{
    display: none;
}

.show
{
    display: block;
}

.data_list li
{
    position: relative;
    height: 60px;
    margin-bottom: 19px;
}

.data_list em
{
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 22px;
    background: #ccc;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.data_list li:nth-child(1) em
{
    background: #ffd5d7;
    color: #ff273c;
    font-weight: bold;
}

.data_list li:nth-child(2) em
{
    background: #fccec6;
    color: #f97458;
    font-weight: bold;
}

.data_list li:nth-child(3) em
{
    background: #ffb534;
    color: #fce6c8;
    font-weight: bold;
}

.data_list img
{
    float: left;
    margin-left: 30px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.data_list .info
{
    float: left;
    margin-left: 10px;
    width: 156px;
}

    .data_list .info .name
    {
        color: #333;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        margin-top: 4px;
    }

    .data_list .info .desc
    {
        line-height: 20px;
        font-size: 12px;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.hm_zt
{
    position: relative;
    margin-top: 22px;
}

    .hm_zt .zt_left
    {
        float: left;
        width: 886px;
        background: #fff;
        overflow: hidden;
        height: 626px;
    }

    .hm_zt .hm_head
    {
        margin: 25px 0 0 20px;
        height: 20px;
        position: relative;
    }

        .hm_zt .hm_head img
        {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }

    .hm_zt .tit
    {
        font-size: 20px;
        float: left;
        margin-left: 14px;
        margin-top: -7px;
    }

    .hm_zt .more
    {
        float: right;
        color: #666;
        margin-right: 20px;
        font-size: 14px;
        margin-top: -3px;
    }

    .hm_zt .s_list
    {
        margin: 20px 0 0 20px;
        position: relative;
    }

        .hm_zt .s_list div:nth-child(2)
        {
            margin: 0 0 20px 0;
        }

        .hm_zt .s_list div:nth-child(4)
        {
            margin: 0 0 20px 0;
        }

        .hm_zt .s_list div:nth-child(6)
        {
            margin: 0 0 20px 0;
        }


    .hm_zt .hmzt_item
    {
        width: 402px;
        height: 150px;
        float: left;
        margin: 0 42px 26px 0;
    }

.hmzt_item .photo
{
    display: block;
    float: left;
    width: 149px;
    height: 149px;
    object-fit: cover;
}

.hmzt_item .info
{
    float: left;
    width: 244px;
    padding: 10px 0 0 8px;
}

.hmzt_item .name
{
    color: #333;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.hmzt_item .desc
{
    padding-top: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.hmzt_item .read
{
    font-size: 12px;
    color: #fa9481;
}

.hm_zt .rec_right
{
    float: right;
    width: 294px;
    background: #fff;
    overflow: hidden;
    height: 626px;
}

.hm_zt .spe_handle
{
    float: left;
    width: 650px;
    margin-left: 30px;
    margin-top: -4px;
    font-size: 14px;
}

    .hm_zt .spe_handle a
    {
        float: left;
    }


.spe_handle .hover
{
    color: #f8917f;
}

.spe_handle em
{
    float: left;
    color: #ccc;
    padding: 0 24px 0 24px;
}



.hm_news
{
    position: relative;
    margin-top: 22px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 510px;
}

    .hm_news .hm_head
    {
        margin: 25px 0 0 20px;
        height: 20px;
        position: relative;
    }

        .hm_news .hm_head img
        {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }

    .hm_news .tit
    {
        font-size: 20px;
        float: left;
        margin-left: 14px;
        margin-top: -7px;
    }

    .hm_news .more
    {
        float: right;
        color: #666;
        margin-right: 20px;
        font-size: 14px;
        margin-top: -3px;
    }


    .hm_news ul
    {
        padding: 20px 0 0 20px;
    }



    .hm_news li
    {
        width: 366px;
        float: left;
        margin-right: 27px;
        height: 42px;
        line-height: 42px;
    }

    .hm_news .row
    {
        background: #f9f9fa;
    }


    .hm_news li a
    {
        float: left;
        display: inline-block;
        max-width: 214px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 10px;
    }

    .hm_news li .name
    {
        padding-left: 20px;
    }

    .hm_news li .date
    {
        float: right;
        color: #999;
        font-size: 12px;
        margin-right: 10px;
    }

.hm_link
{
    position: relative;
    margin-top: 22px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 105px;
}

.fri_links
{
    padding: 40px 0 0 20px;
}

    .fri_links img
    {
        float: left;
        display: block;
        width: 19px;
        height: 19px;
    }

    .fri_links .tit
    {
        float: left;
        font-size: 16px;
        margin: -2px 4px 0 8px;
    }

    .fri_links a
    {
        font-size: 14px;
        float: left;
        margin-right: 24px;
    }


.footer
{
    height: 124px;
    background: #fff;
    margin-top: 58px;
    font-size: 14px;
}

    .footer p
    {
        text-align: center;
        color: #999;
    }

    .footer .ft_nav
    {
        width: 1200px;
        position: relative;
        text-align: center;
        border-top: 1px solid #ebeff4;
        padding: 18px 0 5px 0;
        height: 32px;
        line-height: 32px;
        color: #999;
        margin: auto;
    }

        .footer .ft_nav a
        {
            margin: 0 10px 0 8px;
        }

.hmbt_code
{
    width: 540px;
    margin: 0 auto;
    padding: 78px 0 53px 0;
}

    .hmbt_code .fls
    {
        width: 270px;
        float: left;
        text-align: center;
        color: #e65674;
        line-height: 1.5;
    }

        .hmbt_code .fls img
        {
            display: block;
            width: 114px;
            height: 114px;
            margin: 0 auto 10px auto;
        }



/*library 书库*/

.lib_cla
{
    margin: 16px auto;
    position: relative;
    height: 128px;
    background: #fff;
    font-size: 14px;
}

.lib_search
{
    margin-top: 5px;
    padding: 15px 0 0 15px;
    position: relative;
}

    .lib_search a
    {
        color: #666;
        border: 1px solid #f86442;
        line-height: 25px;
        padding: 8px 18px 8px 18px;
    }

        .lib_search a.hover
        {
            color: #fff;
            background: #f86442;
            border: 1px solid #f86442;
        }

.lib_cla h1,.lib_cla h2
{
    font-size: 14px;
    font-weight: normal;
}

.lib_cla .tit
{
    float: left;
    margin: 24px 0 0 20px;
}

.lib_cla a
{
    margin: 24px 0 0 20px;
    float: left;
    margin-left: 40px;
}

    .lib_cla a:hover, .lib_cla a.hover
    {
        color: #f86442;
    }

.lib_cla .row
{
    margin-bottom: 16px;
}


.hm_sk
{
    position: relative;
    margin-top: 22px;
    background: #fff;
}


    .hm_sk .hm_head
    {
        padding-top: 20px;
        margin-left: 20px;
        height: 20px;
        position: relative;
    }

        .hm_sk .hm_head img
        {
            display: block;
            position: absolute;
            left: 0;
            top: 20px;
        }

    .hm_sk .tit
    {
        font-size: 20px;
        float: left;
        margin-left: 14px;
        margin-top: -7px;
    }



    .hm_sk .s_list
    {
        margin: 20px 0 0 20px;
        position: relative;
    }


    .hm_sk .hmsk_item
    {
        width: 540px;
        height: 170px;
        float: left;
        margin: 0 50px 26px 0;
        border-bottom: 1px dashed #f2f2f2;
    }

    .hm_sk .photo
    {
        display: block;
        float: left;
        width: 110px;
        height: 146px;
        object-fit: cover;
    }

    .hm_sk .auto
    {
        font-size: 12px;
    }

        .hm_sk .auto a
        {
            float: left;
            color: #999;
            margin-top: 8px;
        }

        .hm_sk .auto em
        {
            float: left;
            color: #ccc;
            padding: 8px 16px 0 16px;
        }

    .hm_sk .info
    {
        float: left;
        width: 415px;
        padding-left: 8px;
        padding-top: 4px;
    }

    .hm_sk .name
    {
        color: #333;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .hm_sk .desc
    {
        padding-top: 16px;
        line-height: 20px;
        font-size: 12px;
        color: #999;
        height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .hm_sk .date
    {
        font-size: 12px;
        color: #999;
        margin-top: 15px;
    }


.page
{
    text-align: center;
    margin: 20px 0 66px 0;
    height: 32px;
}

    .page a
    {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 14px;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
    }

        .page a:hover, .page a.now
        {
            color: #fff;
            background: #f86442;
        }

    .page .jl em
    {
        color: #f86442;
    }

    .page span
    {
        margin: 0 5px;
    }
/*library 书库*/


/*special 专题*/

.hm_sp
{
    width: 1220px;
    position: relative;
    margin-top: 16px;
}

    .hm_sp li
    {
        width: 285px;
        float: left;
        margin: 0 20px 20px 0;
        background: #fff;
        border-radius: 5px;
    }

    .hm_sp .photo
    {
        display: block;
        width: 285px;
        height: 219px;
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
        border-radius: 5px 5px 0 0;
    }

        .hm_sp .photo img
        {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    .hm_sp .info
    {
        margin: 0 16px 0 16px;
    }


    .hm_sp .name
    {
        color: #333;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .hm_sp .desc
    {
        padding-top: 5px;
        line-height: 20px;
        font-size: 12px;
        color: #999;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .hm_sp .date
    {
        border-top: 1px solid #f2f2f2;
        font-size: 12px;
        color: #999;
        margin-top: 10px;
        padding: 16px;
    }

/*special 专题*/

/*spe-detail 专题详情*/
.hm_sps
{
    position: relative;
    margin-top: 16px;
}

    .hm_sps .nd_left
    {
        float: left;
        width: 814px;
    }

        .hm_sps .nd_left .nd_item
        {
            float: left;
            width: 814px;
            background: #fff;
            padding: 0 36px 0 36px;
            margin-bottom: 20px;
        }

    .hm_sps .spsp_list
    {
        margin: 30px auto 0;
        position: relative;
    }

.spsp_list .hmsps_item
{
    height: 250px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #f2f2f2;
}

    .spsp_list .hmsps_item .photo
    {
        display: block;
        float: left;
        width: 160px;
        height: 225px;
    }

    .spsp_list .hmsps_item .info
    {
        float: left;
        width: 630px;
        padding: 10px 0 0 20px;
    }

    .spsp_list .hmsps_item .name
    {
        color: #333;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-weight: bold;
    }



    .spsp_list .hmsps_item .date
    {
        font-size: 12px;
        color: #999;
        margin-top: 7px;
        float: left;
    }

    .spsp_list .hmsps_item .auto
    {
        font-size: 12px;
    }

        .spsp_list .hmsps_item .auto a
        {
            float: left;
            color: #999;
            margin-top: 8px;
        }

        .spsp_list .hmsps_item .auto em
        {
            float: left;
            color: #ccc;
            padding: 8px 16px 0 16px;
        }

    .spsp_list .hmsps_item .desc
    {
        margin-top: 14px;
        line-height: 20px;
        font-size: 12px;
        color: #666;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .spsp_list .hmsps_item .gourl
    {
        width: 146px;
        height: 40px;
        line-height: 40px;
        float: right;
        background: #ff7a58;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
    }

    .spsp_list .hmsps_item .row
    {
        margin-top: 38px;
    }

    .spsp_list .hmsps_item .name .score
    {
        float: left;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background: #ccc;
        font-size: 12px;
        text-align: center;
        color: #fff;
        margin: 2px 5px 0 0;
    }

    .spsp_list .hmsps_item .score1
    {
        background: #ffd5d7;
        color: #ff273c;
        float: left;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        font-size: 12px;
        text-align: center;
        margin: 2px 5px 0 0;
    }

    .spsp_list .hmsps_item .score2
    {
        background: #fccec6;
        color: #f97458;
        float: left;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        font-size: 12px;
        text-align: center;
        margin: 2px 5px 0 0;
    }

    .spsp_list .hmsps_item .score3
    {
        background: #fce6c8;
        color: #fdd7a3;
        float: left;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        font-size: 12px;
        text-align: center;
        margin: 2px 5px 0 0;
    }

/*spe-detail 专题详情*/
/*news 资讯*/
.hm_zixun
{
    position: relative;
    margin-top: 16px;
}

    .hm_zixun .zixun_left
    {
        float: left;
        width: 886px;
        background: #fff;
    }

    .hm_zixun .zixun_list
    {
        margin: 20px 0 0 20px;
        position: relative;
    }

.zixun_left .hm_head
{
    padding-top: 26px;
    margin-left: 20px;
    height: 20px;
    position: relative;
}

    .zixun_left .hm_head img
    {
        display: block;
        position: absolute;
        left: 0;
        top: 26px;
    }

.zixun_left .tit
{
    font-size: 20px;
    float: left;
    margin-left: 14px;
    margin-top: -7px;
}

.hm_zixun .hmzx_item
{
    height: 170px;
    margin: 0 20px 26px 0;
    border-bottom: 1px dashed #f2f2f2;
}

    .hm_zixun .hmzx_item .photo
    {
        display: block;
        float: left;
        width: 149px;
        height: 149px;
    }

.hm_zixun .info
{
    float: left;
    width: 688px;
    padding: 10px 0 0 8px;
}

.hmzx_item .name
{
    color: #333;
    display: inline-block;
    width: 246px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.hmzx_item .date
{
    font-size: 12px;
    color: #999;
    margin-top: 7px;
}

.hmzx_item .desc
{
    margin-top: 24px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.list_right
{
    float: right;
    width: 294px;
}

    .list_right .lr_item
    {
        width: 294px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 20px;
    }

.lr_item .hm_head
{
    margin: 25px 0 0 20px;
    height: 20px;
    position: relative;
}

.lr_item .data_list
{
    margin: 20px 0 0 20px;
    display: block;
}

.lr_item .info
{
    float: left;
    margin-left: 10px;
    width: 156px;
}

    .lr_item .info .name
    {
        color: #333;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        margin-top: 4px;
    }

    .lr_item .info .desc
    {
        line-height: 20px;
        font-size: 12px;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.lr_item .datai_list
{
    margin: 20px;
}

    .lr_item .datai_list li
    {
        margin-bottom: 20px;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
    }

    .lr_item .datai_list img
    {
        width: 100%;
        height: 196px;
    }

    .lr_item .datai_list .photo
    {
        display: block;
        width: 100%;
        height: 196px;
        position: relative;
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        margin-bottom: 12px;
    }

    .lr_item .datai_list .name
    {
        color: #333;
        display: inline-block;
        width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        margin-top: 4px;
        padding-bottom: 20px;
        margin: 0 20px 0 20px;
    }

.lr_item .datais_list li
{
    width: 254px;
    height: 44px;
    line-height: 44px;
    margin: auto;
}

.lr_item .datais_list .name
{
    color: #333;
    display: inline-block;
    width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.lr_item .datais_list .date
{
    float: right;
    color: #999;
    font-size: 12px;
}

/*news 资讯*/

/*news-detail 资讯详情*/
.hm_nd
{
    position: relative;
    margin-top: 16px;
}

    .hm_nd .nd_left
    {
        float: left;
        width: 814px;
    }

        .hm_nd .nd_left .nd_item
        {
            float: left;
            width: 814px;
            background: #fff;
            padding: 0 36px 0 36px;
            margin-bottom: 20px;
        }

.now_pos
{
    height: 54px;
    line-height: 54px;
    color: #999;
}

    .now_pos h2
    {
        color: #999;
        font-size: 0.9rem;
        font-weight: normal;
        display: initial;
    }

    .now_pos a
    {
        color: #999;
    }

        .now_pos a:hover
        {
            color: #f596aa;
        }

    .now_pos .tit
    {
        font-size: 24px;
        color: #333;
    }

.sd_head
{
    text-align: center;
}


    .sd_head .t1
    {
        line-height: 40px;
        font-weight: bold;
        font-size: 24px;
    }

    .sd_head .date
    {
        height: 36px;
        line-height: 36px;
        color: #999;
    }

.nd_tags
{
    padding-top: 20px;
    line-height: 32px;
}

.nd_rec
{
    padding: 40px;
}

    .nd_rec .photo
    {
        display: block;
        width: 180px;
        height: 260px;
        margin: 0 auto 4px auto;
        border: 10px solid #fff;
        border-radius: 10px;
        box-shadow: 0 0 15px #999;
        float: left;
    }

        .nd_rec .photo img
        {
            display: block;
            width: 180px;
            height: 260px;
            object-fit: cover;
        }

    .nd_rec .more
    {
        color: #f596aa;
        text-decoration: underline;
        height: 30px;
        line-height: 30px;
    }

    .nd_rec .ctrl
    {
        float: left;
        height: 32px;
        line-height: 32px;
        width: 502px;
        margin-left: 30px;
    }

        .nd_rec .ctrl .name
        {
            color: #333;
            /*display: inline-block;*/
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 22px;
            margin-top: 22px;
        }

        .nd_rec .ctrl .auto
        {
            font-size: 14px;
        }

            .nd_rec .ctrl .auto a
            {
                float: left;
                margin-top: 6px;
            }

            .nd_rec .ctrl .auto em
            {
                float: left;
                color: #ccc;
                padding: 8px 16px 0 16px;
            }

        .nd_rec .ctrl .date
        {
            font-size: 14px;
            color: #999;
            margin-top: 4px;
        }

    .nd_rec .stars
    {
        height: 36px;
        margin-top: 80px;
    }

        .nd_rec .stars .tit
        {
            float: left;
        }

        .nd_rec .stars .list
        {
            float: left;
        }

        .nd_rec .stars em
        {
            height: 32px;
            width: 17px;
            float: left;
            background: url("../images/star2.png") no-repeat left center;
        }

        .nd_rec .stars .ystar
        {
            background-image: url("../images/star.png");
        }

.title_p
{
    margin: 0 auto;
    line-height: 45px;
    background: #f6f6f6;
    border-left: 5px solid #f86442;
    font-size: 16px;
    text-indent: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.nd_rec .gourl
{
    width: 146px;
    height: 40px;
    line-height: 40px;
    float: right;
    background: #ff7a58;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 0px;
}

.nd_article
{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 32px;
    text-indent: 28px;
}

.nd_article a {
    color: #f76442;
}

.nd_ctrl
{
    margin: 64px 0 70px 0;
}

    .nd_ctrl a
    {
        display: block;
        margin: 0 10px;
        height: 30px;
        line-height: 30px;
        color: #f86442;
        padding: 0 13px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

.nd_card
{
    border: 1px solid #fce6ee;
    margin: 30px 0 70px 0;
    position: relative;
    padding: 20px;
}

    .nd_card .photo
    {
        float: left;
        display: block;
        width: 100px;
        height: 136px;
        position: relative;
        overflow: hidden;
    }

        .nd_card .photo img
        {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nd_card .inf
    {
        width: 340px;
        float: left;
        padding-left: 20px;
    }

    .nd_card .name
    {
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nd_card .tags
    {
        height: 34px;
        line-height: 34px;
        color: #999;
    }

        .nd_card .tags span
        {
            float: left;
            padding-right: 30px;
        }

    .nd_card .tip
    {
        padding-top: 16px;
        line-height: 20px;
        font-size: 14px;
        color: #666;
        height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .nd_card .fline
    {
        height: 136px;
        border-left: 1px solid #fce6ee;
        position: absolute;
        top: 20px;
        left: 540px;
    }

    .nd_card .c_right
    {
        width: 160px;
        position: absolute;
        right: 30px;
        top: 45px;
    }

    .nd_card .stars
    {
        height: 36px;
        text-align: center;
    }

        .nd_card .stars span
        {
            display: inline-block;
            width: 16px;
            height: 17px;
            background: url("../images/star2.png") no-repeat top center;
        }

        .nd_card .stars .hover
        {
            background-image: url("../images/star.png");
        }

    .nd_card .go
    {
        display: block;
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ff7a58;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
    }

    .nd_card .auto
    {
        font-size: 14px;
    }

        .nd_card .auto a
        {
            float: left;
            margin-top: 6px;
            color: #999;
        }

        .nd_card .auto em
        {
            float: left;
            color: #ccc;
            padding: 8px 16px 0 16px;
        }

.nd_item .cm_head
{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #fce6ee;
    position: relative;
    clear: both;
}



    .nd_item .cm_head .tit
    {
        font-size: 20px;
        float: left;
    }

    .nd_item .cm_head .more
    {
        float: right;
        font-size: 14px;
        color: #ff7a58;
    }

    .nd_item .cm_head .ident
    {
        height: 2px;
        background: #ff7a58;
        width: 80px;
        margin: 69px 0 0 -80px;
        float: left;
    }

.nd_item ul
{
    width: 930px;
    padding: 10px 0;
}

.nd_item li
{
    width: 250px;
    float: left;
    margin-right: 40px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
}

    .nd_item li a
    {
        display: inline-block;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.nd_title2 {
    margin: 0 auto;
    background: #f6f6f6;
    border-left: 5px solid #f86442;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-indent: 5px;
}
/*news-detail 资讯详情*/

/*book 小说*/
.hm_bk
{
    position: relative;
    margin-top: 16px;
}

    .hm_bk .bk_left
    {
        float: left;
        width: 814px;
    }

        .hm_bk .bk_left .bk_item
        {
            float: left;
            width: 814px;
            background: #fff;
            padding: 0 36px 0 36px;
            margin-bottom: 20px;
        }

.bk_rec
{
    margin: 10px 0 22px 0;
}

    .bk_rec .photo
    {
        display: block;
        width: 198px;
        height: 280px;
        border-radius: 10px;
        float: left;
    }

        .bk_rec .photo img
        {
            display: block;
            width: 180px;
            height: 260px;
        }

    .bk_rec .more
    {
        color: #f596aa;
        text-decoration: underline;
        height: 30px;
        line-height: 30px;
    }

    .bk_rec .ctrl
    {
        float: left;
        height: 32px;
        line-height: 32px;
        width: 606px;
        margin-left: 10px;
    }

        .bk_rec .ctrl .name
        {
            color: #333;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 22px;
            margin-top: 22px;
        }

        .bk_rec .ctrl .auto
        {
            font-size: 14px;
        }

            .bk_rec .ctrl .auto a
            {
                float: left;
                margin-top: 6px;
            }

            .bk_rec .ctrl .auto em
            {
                float: left;
                color: #ccc;
                padding: 8px 16px 0 16px;
            }

        .bk_rec .ctrl .date
        {
            font-size: 14px;
            color: #999;
            margin-top: 4px;
        }

    .bk_rec .stars
    {
        height: 36px;
        margin-top: 50px;
    }

        .bk_rec .stars .tit
        {
            float: left;
        }

        .bk_rec .stars .list
        {
            float: left;
        }

        .bk_rec .stars em
        {
            height: 32px;
            width: 17px;
            float: left;
            background: url("../images/star2.png") no-repeat left center;
        }

        .bk_rec .stars .ystar
        {
            background-image: url("../images/star.png");
        }

    .bk_rec .gourl
    {
        width: 146px;
        height: 40px;
        line-height: 40px;
        float: right;
        background: #ff7a58;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
    }


.ab_handle
{
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #f2f2f2;
}

    .ab_handle .btn
    {
        float: left;
        width: 180px;
        text-align: center;
        font-size: 16px;
    }

    .ab_handle .hover
    {
        font-size: 20px;
        border-bottom: 2px solid #ff7a58;
    }

.bk_item .datas_list
{
    display: none;
}

.bk_item .show
{
    display: block;
}


.bk_item .datas_list .imgrow
{
    margin: 24px auto;
    height: 528px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2px 2px 2px #EAEBED;
}

    .bk_item .datas_list .imgrow img
    {
        width: 320px;
        height: 442px;
        float: left;
        padding: 38px;
    }


    .bk_item .datas_list .imgrow .fline
    {
        float: left;
        height: 528px;
        border-left: 1px solid #EAEBED;
        margin: 0 4px 0 12px;
    }



.bk_item .zj
{
    width: 820px;
    margin-top: 20px;
}

    .bk_item .zj li
    {
        height: 44px;
        line-height: 44px;
        width: 300px;
        padding-right: 110px;
        float: left;
    }

    .bk_item .zj .name
    {
        display: inline-block;
        width: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bk_item .zj span
    {
        float: right;
        color: #999;
    }

.bk_item .reada
{
    color: #ff7a58;
    line-height: 40px;
    display: block;
    width: 160px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.bk_item .cm_head
{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    clear: both;
}

    .bk_item .cm_head .tit
    {
        font-size: 20px;
        float: left;
    }

    .bk_item .cm_head .more
    {
        float: right;
        font-size: 14px;
        color: #ff7a58;
    }

    .bk_item .cm_head .ident
    {
        height: 2px;
        background: #ff7a58;
        width: 80px;
        margin: 69px 0 0 -80px;
        float: left;
    }



.bk_item .zs
{
    width: 908px;
    margin-top: 20px;
}

    .bk_item .zs li
    {
        height: 44px;
        line-height: 44px;
        width: 360px;
        margin-right: 92px;
        float: left;
    }

    .bk_item .zs .name
    {
        display: inline-block;
        width: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bk_item .zs span
    {
        float: right;
        color: #999;
        font-size: 12px;
        margin-top: 2px;
    }
/*book 小说*/
