.pb-main {
    background: rgb(245,245,245);
    padding-top: 0.2rem;
}
.pb-main:before{
    display: none;
}
.s1 {
    width: 6.9rem;
    margin: auto;
}

.newstit {
    width: 100%;
    font-size: 0.48rem;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.newstag {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #929292;
    font-size: 0.2rem;
}

.newstag_l {
    /* width: 100%; */
    /* color: #929292; */
    /* text-align: left; */
    /* overflow: hidden; */
}

.newstag_l .bds {
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 6px;
    margin-right: 50px;
    display: inline-block
}

.newstag_c {
    width: 140px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
    display: inline
}

.newstag_c em {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    display: inline-block;
    background-position: -127px -67px
}

.newstag_c span {
    float: left
}

.newstag_c span a {
    color: #818181;
    font-size: 14px
}

.newstag_c span a:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/button_discuss.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    left: -5px;
    background-size: cover
}


.s2 {

    width: 6.9rem;

    margin: auto;
}

.s2 .s2-con {
    width: 100%;
    text-align: left;
}

.s2-con p {
    font-size: 16px;
    margin: 10px 0 10px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.s2-con p img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}
