html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.bannerTit {
    width: 100%;
    height: auto;
}

.imgBan {
    width: 100%;
    height: auto;
}

.new {
    width: 100%;
    height: auto;
    margin-top: 45px;
}

.newMargin {
    width: 75%;
    height: auto;
    min-width: 1260px;
    margin: 0 auto;
}

.newTit {
    font-size: 30px;
    color: #000;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.new_time {
    line-height: 22px;
    padding: 15px;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #666;
    text-align: center;
}

    .new_time span {
        float: left;
        margin: 0 15px;
    }

    .new_time .fen_xiang a {
        float: left;
        margin-right: 5px;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 18px;
        border: 1px solid #7a7a7a;
        border-radius: 50px;
    }

    .new_time .fen_xiang img {
        max-width: 14px;
        max-height: 15px;
        vertical-align: middle;
    }

.fen_xiang a {
    background: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.new_time .fen_xiang {
    float: left;
}

    .new_time .fen_xiang em {
        float: left;
        margin-right: 10px;
    }

.new_mes_con {
    padding: 40px 0;
    font-size: 16px;
    width: 85%;
    margin: 0 auto;
    min-width: 820px;
}
.new_mes_con {
	line-height: 28px;
}
.new_mes_con img{padding: 20px;min-width: 720px;
}
.pnv {
    padding-top: 36px;
    border-top: 1px solid #f3f3f3;
    position: relative;
    height: 140px;
    width: 100%;
    float: left;
}

dl, ol, ul {
    list-style-type: none;
}

.pnv li a {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    width: calc(100% - 65px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a {
    text-decoration: none;
}

.pnv .fan_h {
    position: absolute;
    right: 0;
    top: 35px;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #fe0002;
    margin-top: 20px;
}

    .pnv .fan_h:hover {
        background: #ff5253;
    }

.pnvLeft {
    width: calc(100% - 160px);
    float: left;
}

.pnvRight {
    width: 160px;
    height: 50px;
    float: right;
}

.newDesUl {
    width: 500px;
}

.newDesLi {
    width: 100%;
    float: left;
}

.lblNew {
    color: #666;
    font-size: 14px;
    float: left;
    margin-right: 8px;
}

.newDesA {
    float: left;
}

    .newDesA:hover {
        color: #fe0002;
    }

.newp {
    font-size: 16px;
    line-height: 26px;
    height: 70px;
}

/*分享到微信 start*/
.divh4 {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: 262px;
    /*left: -84px;*/
    width: 147px;
    height: 158px;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

    .wechat-qrcode:after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: -13px;
        width: 0;
        height: 0;
        border-width: 8px 6px 6px 6px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .wechat-qrcode .qrcode {
        width: 105px;
        margin: 10px auto;
    }
/*分享到微信 end*/
