.newsBox{ padding: 0 .32rem; margin-bottom: 1.95rem;
}
.newsBox h1{
    padding-top:.12rem;
    /*max-height: 1.6rem;*/
    line-height:.79rem;
    font-size: .56rem;
    font-weight: 700;
    color: #333;
}
.newsBox .tbox{
    height: 1.2rem; line-height: 1.2rem; margin-bottom: .15rem;
    display:flex; display:-webkit-flex; justify-content:space-between;
    -webkit-justify-content:space-between;
}
.newsBox .tbox .news-from{ font-size: 0.32rem; color:#999;}
.newsBox .tbox .news-from a{ font-size:.32rem; color:#FE7E00; padding-right:.2rem;}
.newsBox .tbox .font-size{
    display:block; padding-left: 0.593rem;
    font-size:0.347rem; color:#999;
    background:url("/newWeb/images/Information/fts.png") no-repeat left 0.35rem;
    background-size:.56rem .44rem;
}

.newsBox .tbox .Collect-information{
    display:block; padding-left: 0.493rem; font-size:0.347rem; color:#999;
    background:url("/newWeb/images/Information/sav.png") no-repeat left 0.35rem;
    background-size:.43rem .44rem;
}

.newsBox .tbox .Collect-information.active{
    background:url("/newWeb/images/Information/sav_no.png") no-repeat left 0.35rem;
    background-size:.43rem .44rem;
}
.newsBox .news-con{ position: relative; z-index: 1; font-size:.42rem; line-height:.69rem; margin-bottom: 0.533rem;}

.newsBox .news-con p{ color:#333; margin-bottom: 0.4rem;}
.newsBox .news-con img{ max-width:100%; margin:0 auto   }



.contedel{
    padding: 10px 15px 10px;
}
.contedel .title{
    font-size:25px;
    font-weight:bold;
}
.contedel .info{
    font-size:13px;
    color:#999;
    margin:10px 0;
}
.contedel .contents{
    font-size:16px;
    line-height:32px;
}
.contedel .contents img{
    max-width:100%;
}