.detail_main{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}
.detail{
    width: 96%;
    margin: 0 auto;
}
.d_main{
    width: 100%;
    margin: 12px auto 0;
    border: 1px solid #d7d7d7;
}
.d_m_list{
    width: 96%;
    margin: 20px auto;
    border: 1px solid #d7d7d7;
}
.d_m_list ul{
    overflow: hidden;
    padding: 10px 0;
}
.d_m_list ul li{
    float: left;
    width: 47%;
    font-size: 14px;
    margin-left: 2%;
    padding: 5px 0;
}
.d_m_list ul li b{
    display: inline-block;
    width: 14%;
    color: #1a4d99;
    white-space: nowrap;
    text-align: justify ;
    text-align-last:justify;
    -moz-text-align-last: justify ;
    -webkit-text-align-last:justify;
    word-wrap: break-word;   
    word-break: break-all;
    text-justify:inter-ideograph;
    text-align-last:justify;
}
.d_m_list ul li span{
    color: #1a4d99;
}
.d_m{
    width: 100%;
}
.d_m_top{
    width: 96%;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d7d7d7;
}
.d_m_centre{
    width: 96%;
    margin: 0 auto;
}
.d_m_top h2{
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
}
.top_main{
    width: 100%;
    overflow: hidden;
    padding: 15px 0 0;
}
.top_main p{
    float: left;
    font-size: 14px;
    color: #7b7b7b;
    margin-right: 8%;
}
.top_main p span{
    cursor: pointer;
}
.top_main div.top_div{
    float: right;
    font-size: 14px;
    color: #7b7b7b;
    overflow: hidden;
    position: relative;
    margin: -8px 0 0;
}
.bdsharebuttonbox{
    display: inline-flex;
}

/*分享*/
.mainShareDiv_24{
    width: auto !important;
    background-image: none !important;
    overflow: hidden !important;
}
.mainShareDiv_24>img{
    display: block !important;
    float: left !important;
    margin: 0 7px !important;
}
#gwdShare_con_1{
    float: left !important;
}
.gwds_tools_24 a{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background-image: none !important;
    margin: 0 7px !important;
}
.gwds_more{
    display: none !important;
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}
.zz{
    width: 92%;
    font-size: 16px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: right;
    margin: 0 auto;
}
.zz p{
    padding-top: 10px;
}
/*分享*/

.d_m_bottom{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.d_m_bottom div#div_div{
    width: 132px;
    padding: 30px 0 5px;
    margin: 0 auto;
}
.d_m_bottom div#div_div p{
    color: #b5b5b5;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}
.d_m_bottom div#div_div canvas{
    width: 100%;
}
.d_m_bottom div.xian{
    width: 96%;
    height: 1px;
    padding: 0;
    background-color: #ccc;
    margin: 0 auto;
}
.d_m_bottom>p{
    width: 88%;
    font-size: 22px;
    text-indent: 0.8em;
    padding: 10px 0;
    position: relative;
    margin: 0 auto;
}
.d_m_bottom>p span{
    display: block;
    width: 5px;
    height: 40%;
    background-color: #1a4d99;
    position: absolute;
    top: 30%;
    left: 0;
}
.d_m_bottom ul{
    width: 88%;
    margin: 0 auto;
}
.d_m_bottom ul li{
    padding: 5px 0;
}
.d_m_bottom ul li a{
    display: block;
    font-size: 16px;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s linear;
}
.d_m_bottom ul li a::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 42%;
    left: 0;
}
.d_m_bottom ul li a:hover{
    text-indent: 1.5em;
}

/* ios */
@media (max-width: 760px) {
    .detail_main{
        width: 100%;
    }
    .d_m_list{
        margin: 5px auto 0;
    }
    .d_m_list ul{
        width: 100%;
        padding: 0;
    }
    .d_m_list ul li{
        float: none;
        width: 90%;
        margin: 0 auto;
        overflow: auto;
    }
    .d_m_list ul li b{
        width: 22%;
    }
    .d_m_top h2{
        font-size: 22px;
        padding: 20px 0 0;
    }
    .top_main p{
        width: 50%;
        margin: 0 auto;
        padding: 5px 0;
        text-align: center;
    }
    .top_main p.top_p{
        width: 100%;
    }
    .top_main p#dy,
    .top_main p#zt,
    .top_div{
        display: none;
    }
    .top_main div.top_div{
        float: none;
        width: 100%;
        padding: 5px 0;
    }
    .mainSha#c50001iv_24>img {
        margin: 0 7px 0 30%!important;
    }
    .d_m_bottom div#div_div,
    .zt{
        display: none;
    }
    .d_m_bottom{
        padding-bottom: 15px;
    }
    .d_m_bottom>p{
        font-size: 18px;
    }
    .d_m_bottom ul li a{
        font-size: 14px;
    }

    .d_m_centre table{
        width: 100% !important;
    }

}