body {
    font-family: "microsoft Yahei";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.content {
    background: url(bg.png) no-repeat center top;
}

.zhuti {
    width: 75rem;
    margin: 0 auto;
}


/* ---当前位置--- */

.bt-place {
    line-height: 3.6875rem;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 1.375rem;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb a:last-child {
    color: #3a83e9;
}

.bt-breadcrumb span {
    margin: 0 .0625rem;
}


/* 内容 */

.wzzw-box {
    width: 1200px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 16px #e7edf5;
    padding: 40px 150px;
}

.wzzw-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.wzzw-text {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.wzzw-text ul li {
    float: left;
    font-size: 16px;
    color: #999;
    margin-left: 30px;
}

.wzzw-text ul li:first-child {
    margin-left: 0;
}

.wzzw-article {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
}

.wzzw-article p {
    font-size: 18px;
    line-height: 36px;
}

.wzzw-article img {
    max-width: 100%;
}

.wzzw-tply {
    font-size: 16px;
    color: #999;
    text-align: right;
    margin: 40px 0;
}

.tips {
    font-size: 16px;
    color: #999;
    text-align: center;
}

#div_div {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 20px;
}

.fenx {
    width: 100%;
    height: 50px;
    background: #eee;
    margin-top: 40px;
    line-height: 50px;
    padding: 0 20px;
}

#share-2 {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #999;
}

#share-2 span {
    padding-right: 10px;
}

.social-share .social-share-icon {
    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.social-share .icon-qzone {
    display: none;
}

.fenx-r ul li {
    float: left;
    font-size: 16px;
    margin-left: 20px;
    color: #999;
}

.fenx-r ul li a {
    color: #999;
}

.sxp {
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
}

.dqwz {
    display: none;
}

@media (max-width: 768px) {
    body {
    background: #fff !important;
}
.content {
    background: none;
}
.zhuti {
    width: 100%;
}
.bt-breadcrumb {
    display: none;
}
.bt-place {
    padding: 0 0;
}
.dqwz {
    display: block;
    width: 100%;
    line-height: 5.5rem;
    background: #F5FBFF;
    color: #999;
    padding-left: 1.5rem;
}
.dqwz a {
    color: #999;
    font-size: 1.625rem;
}
.wzzw-box {
    box-shadow: none;
    padding: 2.5rem 1.5rem 0 1.5rem;
    width: 100%;
}
.wzzw-title {
    font-size: 3.375rem;
    line-height: 4.6875rem;
    color: #333;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
}
.wzzw-text ul li {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-left: 0rem;
}
.wzzw-text ul li:nth-child(3) {
    display: none;
}
.wzzw-article {
    margin-top: 2.5rem;
    font-size: 2.25rem;
    line-height: 4rem;
}
.wzzw-article p {
    font-size: 2.25rem;
    line-height: 4rem;
    color: #333;
}
.wzzw-article p * {
    font-size: 2.25rem;
    line-height: 4rem;
    color: #333;
}
.wzzw-tply,
.tips,
#div_div,
.fenx,
.sxp {
    display: none;
}
  /* 较大 */
    html body #hanwebFontSize .wzzw-title.moreFontSize {
        font-size: 4rem !important;
        line-height: 5.625rem;
    }
    .wzzw-text ul li.moreFontSize {
        line-height: 2.8125rem;
    }
    /* 特大 */
    html body #hanwebFontSize .wzzw-title.mastFontSize {
        font-size: 5rem !important;
        line-height: 6.625rem;
    }
    .wzzw-text ul li.mastFontSize {
        line-height: 2.8125rem;
    }
    /* 适老化 */
    html body #hanwebFontSize .wzzw-title.mobileoldSize {
        font-size: 5rem !important;
        line-height: 6.625rem;
    }
    .wzzw-text ul li.mobileoldSize {
        line-height: 2.8125rem;
    }
}