.banner-img{height: 454px;background-image: url(../images/new-banner.png);background-size: cover;position: relative;z-index:9}
            .mengban{position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, .5);width: 100%;height: 100%;
             display: flex;justify-content: center;align-items: center;}
            .mengban .txt-desc{z-index: 999;font-family: SourceHanSansCN-Regular;font-size: 72px;
                display: inline;color: rgba(255, 255, 255, 0.5);}

            .content-wrapper{display: flex;flex-direction: column;align-items: center;}
            .content-wrapper .title-text{width: 1200px;display: flex;justify-content: flex-end;margin-top: 40px;}
            .content-wrapper .title-text div{width: 120px;height: 40px;background-color: #4F89B9;line-height: 40px;
                text-align: center;font-size: 24px;color: #fff;}
            .content-wrapper .news-info-wrapper{width: 1200px;display: flex;}
            .news-info-wrapper .news-info{font-size: 36px;font-weight: bold;color: #3D3D3D;}
            .news-info-wrapper .news-right-line{display: flex;flex: 1;flex-direction: column;justify-content: center;margin-left: 20px;}
            .news-right-line .line{width: 100%;height: 2px;background-color: #4F89B9;}

            .industry-news-wrapper{width: 1030px;margin-top: 50px;margin-bottom:120px}
            .industry-news-wrapper .industry-news{font-size: 30px;font-weight: bold;line-height: 42px;color: #4F89B9;}
            .industry-news-wrapper .industry-news-img-list{display: flex;flex-wrap: wrap;justify-content: space-between;}

            
            .industry-news-img-list .industryNews-imgItem{width: 495px;height: 163px;margin-top: 20px;display: flex;}
            .industryNews-imgItem  .new-img{width: 234px;height: 163px;background: #D8D8D8;}
            .industryNews-imgItem .new-txt-right{margin-left: 23px;flex: 1;}
            .new-txt-right .right-title{height: 66px;font-family: MicrosoftYaHei-Bold;font-size: 16px;font-weight: bold;line-height: 22px;color: #373737;}
            .new-txt-right .date-wrapper i{display: inline-block;width: 12px;height: 13px;background-image: url(../images/Vector.png);
                  background-size: cover;}
            .new-txt-right .date-wrapper span{font-size: 16px;line-height: 25px;color: #9B9B9B;margin-left: 7px;}
            .new-txt-right .right-desc{font-family: Roboto-Regular;font-size: 16px;line-height: 22px;color: #373737;}