.banner{
    background-image:url('../images/banner/journalism.png');
    background-position:center;
    width: 100vw;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner-box .text{
    color: #fff;
    margin: 0 auto;
}
.banner-box .title{
    color: #fff;
    font-size: 3rem;
}
main{
    width: 100vw;
    padding: 30px 0;
    background-color:#F3F4F6 ;
}
.new-box{
    padding: 16px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    margin-bottom:20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.new-img{
    width: 11rem;
    height: 11rem;
    background-image: url('../images/journalism/能源管理的优势.png');
    background-size: cover;
    background-position: center;
}
.new-img1{
    background-position: 25%;
}
.new-img2{
    background-image: url('../images/journalism/智慧社区.png');
    background-position: 15%;
}
.new-img3{
    background-image: url('../images/journalism/高新企业认证.jpeg');
}
.new-img4{
    background-image: url('../images/journalism/黄山智慧连廊.png');
    background-position: 20%;
}
.new-img5{
    background-image: url('../images/journalism/黄奇帆.png');
}
.new-img6{
    background-image: url('../images/journalism/BIMIBMS功能界面.png');
}
.new-img7{
    background-image: url('../images/journalism/5G.png');
}
.new-img8{
    background-image: url('../images/journalism/大数据时代.jpeg');
}
.new-right{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: center;*/
}
.new-box:hover .new-title{
    color: #0d6efd;
}
.new-right .new-title{
    font-size: 1.5rem;
    font-weight: 500;
    width: 20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-text{
    color: #808080;
}

/*.new-img img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/