<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aboutBtn ul li{

    width: 20%;

}



.industryBox h1{

    text-align: center;

    color: #0b4da2;

    font-size: 32px;

    margin-top: 50px;

}

.industryMain{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin-bottom: 90px;

}

.industryList {

    width: 32%;

    margin-top: 60px;

    

}
.industryList section .box_shadow{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);

    padding-bottom: 40px;
}
.industryList .industryImg{width: 100%;height: 11.72vw;overflow: hidden;}

.industryList .industryImg i{width: 100%;height: 100%;transform: scale(1);transition: all 0.5s;}

.industryList:hover .industryImg i{transform: scale(1.08);transition: all 0.5s;}



.industryList h2{

    font-size: 18px;

    margin-top: 20px;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;

    transition-duration: 0.5s;

}



.industInfo{

    width: 90%;

    margin: 0 auto;

}

.industryText{

    margin-top: 20px;

    text-indent: 2em;

    color: #666666;

    line-height: 25px;

    min-height: 225px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

}

.viewDetails{

    margin-top: 20px;

    line-height: 40px;

    background: #f5f5f5;

    width: 140px;

    text-align: center;

    color: #0b4da2;

    transition-duration: 0.5s;

}

.industryList:hover .industInfo h2{

    color: #0b4da2;

}

.industryList:hover .viewDetails{

     background: #0b4da2;

    color: #fff;

 }

.industryBox a{

    color: #333;

}
</pre></body></html>