.content{
    background: #F4F4F4;
}
.content-box{
    width: 1200px;
    /* background-color: orange; */
}
.news-box{
    
   
}
.news-content{
    /* margin-top: 100px; */
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 34px;
}
.bottom-nav{

}
.news-tip{
    font-size: 16px;
    color: #333333;

}
.news-title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
    
}
.news{
    padding: 20px 0;
}
.bottom-nav{
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* background-color: orange; */
    margin-top: 38px; 
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 42px;
}
.left-btn,.middle-btn,.right-btn{
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    /* padding: 10px; */
    width: 145px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border-radius: 4px;
    color: #999999;
}
.new-list{
    display: flex;
    width: 100%;
    padding: 46px 30px;
    justify-content: space-around;
}
.news-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-item img{
    width: 512px;
    height: 384px;
    background: #707070;
}
.news-item .tip{
    font-size: 16px;
    color: #333333;
    padding: 17px 0;
}
.news-item .title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

