.news-title{
    /* margin-top: 100px; */
    width: 100%;
    height: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.6rem;
line-height: 30px;

}
.news-title>span{
    height: 100%;
    /* background-color: aqua; */
    line-height: 60px;
    text-align: center;
    margin-right: 90px;
    line-height: 30px;
   display:flex;
   align-items: center;
}
.news-active{    
    line-height: 80px;
    text-align: center;
    margin-right: 90px;
    color: #004B7D;
    border-bottom: 1px solid #004B7D ;
}
.industry-top-img-title-mobile{
    /* width: 100%; */
    color: #fff;
    display: flex;
    /* background-color: #1df589; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.industry-top-img-title-mobile>div:nth-child(1){
    font-size: 20px;
}
.industry-top-img-title-mobile>div:nth-child(2){
    background-color: #F5AF1D;
    height: 3px;
    width: 50px;
    margin:10px 0px;
    
}
.industry-top-img-title{
    width: 20%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15%;

}
.industry-top-img-title-mobile :nth-child(3){
    font-size: 15px;
    line-height: 30px;
    
}
.industry-top-img-title :nth-child(1){
    font-size: 4.5rem;
    
}

.industry-top-img-title :nth-child(2){
    background-color: #F5AF1D;
    height: 6px;
    width: 90px;
    margin:40px 0px;
}
.industry-top-img-title :nth-child(3){
    font-size: 3rem;
    line-height: 30px;
}