
.content{
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    padding: 0.3rem;
    box-sizing: border-box;
    padding-top: 1.2rem;
}

.information_news_list{width: 100%;background-color: #fff;margin-bottom: 0.3rem;border-radius: 0.1rem;cursor: pointer;}

.information_news_list .new-pic{height: 3.5rem;overflow: hidden;text-align: center;display: flex;align-items: center;justify-content: center;}
.information_news_list .new-pic img{height: 3.5rem;width: auto;}
.information_news_list .new-content{height: 2.5rem;font-size: 0.24rem;padding: 0.2rem 0.3rem;box-sizing: border-box;}

.new-content .new-title{font-size: 0.28rem; color: #666666; margin: 0.15rem 0; overflow: hidden; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.new-content .new-desc{font-size: 0.2rem; color: #999999; margin-bottom: 0.15rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new-content .new-time{font-size: 0.2rem; color: #999999; text-align: right;}
.top {background-color: #fff !important;}
.logo_1{display: none !important;}
.menu_1{display: none !important;}
.logo_2{display: block !important;}
.menu_2{display: block !important;}