﻿.main > .container {
    height: auto;
    background: url(../images/icon/mainbg.png) no-repeat;
    padding: 75px 0 20px;
}
/* 导航 */
.box {
    height: 655px;
    overflow: auto;
    padding: 0 30px;
}
.crumbs {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.crumbs li {
    float: left;
    margin-right: 8px;
}
.crumbs li:first-child {
    padding-left: 30px;
    background: url(../images/icon/dqwz.png) no-repeat  2px 4px;
}
.crumbs li:first-child a {
    color: #000;
}
.details {
    padding: 21px 30px;
}
.d_top h2 {
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
}
.top_main {
    height: 34px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 30px;
}
.top_main p {
    float: left;
    font-size: 14px;
    color: #7b7b7b;
    margin-right: 4%;
}
.top_main p span {
    cursor: pointer;
}
.top_main .top_div {
    float: right;
    overflow: hidden;
    position: relative;
}
/*分享*/
.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 {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}
.zz {
    width: 92%;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}
.zz p {
    float: right;
    margin-left: 2%;
}
/*分享*/

.d_center img {
    display: block;
    max-width: 90%;
    margin: 30px auto;
}
.d_center > p {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    padding-bottom: 20px;
}

.d_bottom div {
    width: 132px;
    padding: 30px 0;
    margin: 0 auto;
}
.d_bottom div p {
    color: #b5b5b5;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}
.d_bottom div canvas {
    width: 100%;
}
.d_bottom .xian {
    width: 100%;
    height: 1px;
    padding: 0;
    background-color: #ccc;
}
.d_bottom > p {
    font-size: 22px;
    text-indent: 0.8em;
    padding: 0 42px;
    margin-top: 46px;
    margin-bottom: 10px;
    position: relative;
    background: url(../images/icon/pdf.png) no-repeat 44px 7px;
}

.d_bottom ul{
    padding: 0 42px;
}
.d_bottom ul li{
    padding: 5px 0;
}
.d_bottom ul li a{
    display: block;
    font-size: 16px;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon/dian.png) no-repeat 0 10px;
}
.d_m_list{
    width: 92%;
    margin: 20px auto;
    border: 1px solid #d7d7d7;
}
.d_m_list ul{
    overflow: hidden;
    padding: 10px 0;
}
.d_m_list ul li{
    float: left;
    width: 30%;
    font-size: 14px;
    margin-left: 2%;
    padding: 5px 0;
}
.d_m_list ul li.li{
    margin-left: 6%;
}
@media screen and (max-width: 768px) {
    .main > .container {
        padding: 15px 10px;
        height: auto;
        background: #fff;
    }
    .box {
        padding: 0;
        height: auto;
    }
    .none {
        display: none;
    }
    .details {
        padding: 10px;
    }
    .d_top h2 {
        font-size: 22px;
        padding: 10px 0;
    }
    .top_main p{
        width: 50%;
        margin: 0 auto;
        padding: 5px 0;
        text-align: center;
    }
    .top_main .top_p{
        width: 100%;
    }
    .top_main #dy,
    .top_main #zt,
    .top_div{
        display: none;
    }
    .top_main {
        height: 70px;
        margin-bottom: 15px;
    }
    .d_center img {
        margin: 15px auto;
    }
    .d_bottom div {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .mainShareDiv_24>img {
        margin: 0 7px 0 30%!important;
    }
    .d_bottom > p {
        padding: 0 10px;
        margin-top: 15px;
        background-position-x: 12px;
    }
    .d_bottom ul {
        padding: 0 12px;
    }
    #div_div {
        display: none;
    }
}
@media print {
    #zt,
    #dy,
    .top_div,
    .d_bottom {
        display: none;
    }
}