.title{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.title h2{
    font-size: 40px;
    font-weight: bold ;
}
.title span{
    display: block;
    color: #868686;
    margin:10px 0 20px ;
}
.imgbox{
    width: 90%;
    margin: 0 auto;
    margin-bottom:50px
}
.title_img{
    width: 100%;
    object-fit: cover;
}

.bigimg{
    width: 100%;
    display: block;
}
.baowenjs{
    padding: 0px 13%;
    padding-top: 60px;
}
.baowenjsdown{
    background: url('../img/baowenjsbg.png') no-repeat ;
    background-size: contain;
    padding-bottom: 60px;
}
.baowenjsdown .baowenimg{
    width: 74%;
    display: block;
    margin: 0 auto;
}
.baowenimg1{
    display: none;
}
.baowenjsdowntext{
    display: none;
}



.baowenxingneng{
    padding: 60px 0;
    background:url('../img/baowenxnbg.jpg') no-repeat left top;
}
.baowenxingneng .title{
    color: #ffffff;
}

.baowenxnbox{
    padding: 0 13%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.baowenxnpro{
    position: relative;
    width: 28%;
    height: 150px;
    background: #ffffff;
    padding:  20px 15px 28px;
    margin-top:60px;
}
.baowenxnpro h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 33px 0 26px;
}
.baowenxnpro p{
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.baowenxnliubianxing{
    background:url('../img/baowenxnliubianxing.png') no-repeat center ;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
}
.baowenxnliubianxing i{
     margin-left: -5px;
     font-weight: bold;
     font-size: 20px;
}

.else{
    background:#f2f2f2;
    padding: 60px 13%;
    display: flex;
    justify-content: space-around;
}
.else .elsepro{
    margin: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center ;
}
.elsepro img{
    width: 80%;
}
.elsepro h2{
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
.elsepro p{
    font-size: 12px;
    text-align: center;
}