.banner {
    height: 345px;
    width: 100%;
    background: url('/img/news_banner.png') center center no-repeat;
}

.news1 {
    padding-top: 77px;
    padding-bottom: 160px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.newsLeft {
    margin-right: 27px;
    width: 790px;
}
.detail_title {
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin-bottom: 30px;
}
.detail_share {
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 28px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.detail_share p:nth-child(1){
    color: #7C7C7C;
    font-size: 13px;
}
.detail_share p:nth-child(1) span {
    margin-right: 40px;
}
.detail_share p:nth-child(2) img {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 18px;
}
.detail_share p:nth-child(2) img:nth-child(1) {
    margin-left: 0;
}
.detail_desc {
    padding: 49px 0 160px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    line-height: 32px;
    color: #333333;
}
.detail_desc p{
    text-indent: 28px;
}
.detail_desc img {
    max-width: 100%;
}
.botImg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.12;
    width:154px;
    height:105px;
}
.botImg img {
    width: 100%;
    height: 100%;
}
.newsRight {
    padding: 0 0 0 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.img1{
    width: 360px;
    height: 249px;
    margin-bottom: 19px;
}
.newsImgBox {
    position: relative;
    height: 262px;
    width: 360px;
}
.img2 {
    height: 262px;
    width: 360px;
}
.new_p p:nth-child(1){
    position: absolute;
    right: 23px;
    bottom: 145px;
    color: #333333;
    font-size: 24px;
}
.new_p p:nth-child(2){
    position: absolute;
    right: 23px;
    bottom: 116px;
    color: #555555;
    font-size: 14px;
}
.new_p p:nth-child(3){
    text-align: right;
    position: absolute;
    right: 23px;
    bottom: 27px;
    line-height: 23px;
    color: #555555;
    font-size: 12px;
}

.shareBox {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    align-items: center;
}
.bdsharebuttonbox a{
    display:flex;
    align-items:center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    margin: 0 0 0 18px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    padding: 0!important;
    color: #fff;
    font-size: .32rem !important;
}

.bdsharebuttonbox a:nth-child(1){
    background: url(/img/shareqq.png) no-repeat center center !important;
}
.bdsharebuttonbox a:nth-child(2){
    background: url(/img/sharewb.png) no-repeat center center !important;
}
.bdsharebuttonbox a:nth-child(3){
    background: url(/img/sharewx.png) no-repeat center center !important;
}