@charset "utf-8";
/* CSS Document */

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}



.content {
    margin-bottom: 50px;
}

.main {
    padding: 30px 0;
    background: #fff;
}

.dqwz {
    background: url(dqwz.png) left center no-repeat;
    height: 20px;
    line-height: 20px;
    color: #999999;
    padding-left: 36px;
    margin-bottom: 30px;
}

.dqwz a {
    color: #999999;
}







/* 正文 */
.wz_con {
    width: 100%;
    box-shadow: 0 2px 12px 12px #99999933;
    padding: 30px 40px 40px 40px;
}

.wz_box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.wz_con .wz_tit {
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.fbsj {
    position: relative;
    margin: 13px 0 20px 0;
    line-height: 36px;
}

.fbsj span {
    color: #999999;
}

.fbsj .time {
    position: absolute;
    left: 0;
    top: 0;
}

.fbsj .llcs {
    position: absolute;
    right: 0;
    top: 0;
}

.zt_box {
    width: 180px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    color: #999999;
    text-align: center;
}
.zt_box span{
    cursor: pointer;
}
.zw_box p,
.zw_box a,
.zw_box span {
    font-size: 18px;
    line-height: 36px;
}
.zw_box table{
   margin: 0 auto;
}
.xxly {
    text-align: right;
    color: #996F44;
    font-size: 18px;
    margin-top: 40px;
}

.wz_fzbox {
    width: 100%;
    height: 60px;
    background: #F5F5F5;
    padding: 0 26px;
    line-height: 60px;
    margin-top: 40px;
}

.dy a {
    color: #333333;
}

.font_on {
    font-weight: bold;
    color: #A31D18 !important;
}

.share-way {
    float: left;
    margin-top: 13px;
}

.share-way a {
    display: block;
    width: 27px;
    height: 27px;
    margin-left: 20px;
    float: left;
}

.share-way .social-share-icon {
    background-repeat: no-repeat !important;
}

.social-share .icon-wechat {
    background-image: url(wz_wx.png) !important;
}

.social-share .icon-weibo {
    background-image: url(wz_wb.png) !important;
}

.social-share .icon-qq {
    background-image: url(wz_qq.png) !important;
}

.zw_box  .size_big {
    font-size: 22px !important;
}

.zw_box  .size_middle {
    font-size: 18px !important;
}

.zw_box .size_small {
    font-size: 14px !important;
}

/* 自适应 */
@media screen and (max-width: 1200px) {

.zw_box img{
  width: auto;
  max-width: 100%;
}

    .wz_con .wz_tit {

        font-size: 1.875rem;
        line-height: 3.75rem;
        border-bottom: .0625rem solid #EEEEEE;
        padding-bottom: .625rem;
    }

    .fbsj {
        margin: .8125rem 0 1.25rem 0;
        line-height: 2.25rem;
    }

    .zt_box {
        width: 10rem;
        font-size: 1.125rem;
        line-height: 2.25rem;
    }

    .zw_box p,
    .zw_box a {
        font-size: 1.125rem;
        line-height: 2.25rem;
    }

    .xxly {
        font-size: 1.125rem;
        margin-top: 2.5rem;
    }

    .wz_fzbox {
        width: 100%;
        height: 3.75rem;
        padding: 0 1.625rem;
        line-height: 3.75rem;
        margin-top: 2.5rem;
    }


    .share-way {
        margin-top: .8125rem;
    }

    .share-way a {
        width: 1.6875rem;
        height: 1.6875rem;
        margin-left: 1.25rem;
    }

    /* rem转换 */


    .w1200 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {


    .lm_con_right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .fbsj {
        padding-top: 40px;
    }

    .zt_box {
        display: none;
    }

    .lm_con_left {
        display: none;
    }

    .qhlm {
        display: block;
    }

    .mobile-lmgd {
        display: block;
    }

    .mobile_name {
        display: block;
    }

    .wz_fzbox {
        display: none;
    }
}
@media screen and (max-width: 468px) {
    .fbsj .llcs{
        display: none;
    }
}