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


.bigimg{
    width: 100%;
}
.baowenjs{
    padding: 15px 5% 0;
}
.baowenjsdown{
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}
.baowenjsdown .baowenimg{
    width: 74%;
    display: none;
    margin: 0 auto;
}
.baowenjsdown .baowenimg1{
    display: block;
    width: 74%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.baowenjsdowntext{
    display: flex;
    flex-direction: column;
    margin: 0px 5%;
    margin-bottom:15px ;
    padding: 5%;
    border: 1px solid #cccccc;
}
.baowenjsdowntext h2{
    display: flex;
    align-items: center;
}
.baowenjsdowntext h2 img{
    width: 20px;
    margin-right: 10px;
}
.baowenline{
    width: 100%;
    margin: 10px 0;
}
.baowenjsdowntext p{
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.baowenxingneng{
    padding: 15px 0;
    height: auto;
    background:url('../img/baowenxnbg.jpg') no-repeat left top;
    background-size: cover;
}
.baowenxingneng .title{
    width: auto;
    padding: 0 5%;
    color: #ffffff;
}
.baowenxnbox{
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.baowenxnpro{
    position: relative;
    width: 100%;
    background: #ffffff;
    padding:  20px;
    margin-top:20px;
    height: 90px;
}
.baowenxnpro h2{
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.baowenxnpro p{
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    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: 30px 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}
.baowenxnliubianxing i{
     margin-left: -5px;
}

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