﻿@media screen and (min-width: 1200px) {
    .wx_wrap {
        width: 50% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .wx_wrap {
        width: 50% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wx_wrap {
        width: 65% !important;
    }
}

@media screen and (max-width: 767px) {
    .wx_wrap {
        width: 50% !important;
    }
}

.new_container {
    margin: 0 auto;
    background: #fff;
}

.new_title{
    margin-left: auto;
    margin-right: auto;
}
.contentTopTime:after{
    clear: both;
    content: '.';
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
}
.bd_weixin_popup_foot{
    opacity: 0!important;
}
.togglePage a:hover{
    text-decoration: underline;
}
@media screen and (min-width: 900px) {
    .new_container {
        width: 900px;
        padding: 20px 30px 0;
    }
    .new_title{
        width: 900px;
        padding: 18px 0 10px;
    }
    .new_title a{
        font-size: 14px;
    }
    .new_title h5{
        margin-bottom: 0!important;
        font-size: 14px;
    }
    .contentTopDiv{
        border-bottom:1px dashed #cccccc;
        overflow:hidden;
        width: 95%;
        margin-right: auto;
        margin-left:auto;
    }
    .shareA{
        float: left;
    }
    .shareA a{
        font-size: 12px!important;
        line-height: 30px!important;
        display: block;
        border-radius: 20px;
        width: 90px;
        text-align: center;
        border: 1px solid #999;
    }
    .shareA i{
        font-size: 16px;
        line-height: 30px;
    }
    .Date{
        float: right;
        color:#333;
        margin-bottom:0px;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .contentTopTime{
        padding-bottom: 10px;
    }
    .togglePage{
        font-size: 14px;
        margin: 45px 0;
        line-height: 28px;
    }
    .togglePage a{
        font-size: 14px;
    }
}

@media screen and (max-width: 899px) {
    .new_container {
        width: 100%;
        padding: 15px 9px 0;
    }
    .new_title{
        width: 100%;
        padding: 12px 0 6px;
    }
    .new_title a{
        font-size: 14px;
    }
    .new_title h5{
        margin-bottom: 0!important;
        font-size: 14px;
    }
    .contentTopDiv{
        border-bottom:1px dashed #cccccc;
        overflow:hidden;
        width: 95%;
        margin-right: auto;
        margin-left:auto;
    }
    .shareA{
        float: left;
    }
    .shareA a{
        font-size: 12px!important;
        line-height: 30px!important;
        display: block;
        border-radius: 20px;
        width: 90px;
        text-align: center;
        border: 1px solid #999;
    }
    .shareA i{
        font-size: 16px;
        line-height: 30px;
    }
    .Date{
        float: right;
        color:#333;
        margin-bottom:0px;
        font-size: 12px;
    }
    .contentTopTime{
        padding-bottom: 10px;
    }
    .togglePage{
        font-size: 12px;
        margin: 8px 0;
        line-height: 24px;
    }
    .togglePage a{
        font-size: 12px;
    }
}

.suojin {
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
}
.lead{
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    background: #ededed;
    padding: 6px 10px;
    margin: 30px 0;
    color: #000;
    border-radius: 6px; 
}
.lead .span1{
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

h5 {
    font-size: 16px

}

h3 {
    font-size: 24px;
    font-weight: bold;

}