/* 页面自定义css样式 */

body {
    min-width: 1200px;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.bt-place {
    width: 100%;
    height: 56px;
    line-height: 16px;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    color: #999;
    opacity: 1;
    position: relative;
    padding: 17px 0;
    background: #F3F8FC;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 20px;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb span {
    background: url(breadcrumb.png) no-repeat center;
    width: 7px;
    height: 14px;
    display: inline-block;
    margin: 0 7px 0 12px;
}


/* 内容部分 */

.container {
    background: #F3F8FC;
    padding-bottom: 40px;
}

.main {
    width: 100%;
    min-height: 715px;
    background: #FFFFFF;
    padding: 40px 150px;
}

.title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.wzzw-title {
    font-weight: 700;
    font-size: 30px;
    color: #0063AB;
    text-align: center;
    line-height: 42px;
}

.wzzw-bm {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.fzxx {
    text-align: center;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 20px 0;
}

.fzxx span {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

#zoom {
    margin-bottom: 40px;
    font-size: 18px;
}

#zoom *,
#zoom p,
#zoom span {
    color: #333333;
    text-align: justify;
    line-height: 36px;
}

.author,
.fwdata {
    font-size: 16px;
    color: #999999;
    text-align: right;
    line-height: 36px;
}

.bt-box-assist {
    height: 50px;
    line-height: 56px;
    background: #FAFAFB;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px 0 0;
}

#share {
    float: left;
}

.bt-box-assist-right span {
    font-size: 16px;
    float: left;
    color: #333;
    cursor: pointer;
    margin-left: 14px;
}

.social-share .social-share-icon {
    margin-left: 23px !important;
}

.social-share a {
    margin: -3px -10px 0 0 !important;
}


/* 底部 */