<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.introduce-item{
    display:block;
    float: left;
    width: 490px;
    height: 500px;
    margin-right: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}
.introduce-item:nth-child(2n){
    margin-right: 0;
}
.introduce-item .title{
    padding: 4px 38px;
    margin-top: 30px;
    line-height: 26px;
    font-size: 16px;
    color: #595757;
    font-weight:600;
}
.introduce-item .content{
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #595757;
}

.introduce-content p{
    margin-bottom:40px;
    line-height: 40px;
    text-indent: 2.2em;
    font-size: 15px;
    color: #595757;
    text-align: justify;
}

.EnterpriseNote .title{
    margin-bottom: 20px;
    font-size: 40px;
    color: #7f5733;
    font-weight: 400;
}
.EnterpriseNote .time{
    margin-left: 15px;
    font-size: 22px;
}
.enterprise-wrapper{
    padding-bottom: 40px;
}
.enterprise-wrapper .enter-item {
    display:block;
    float: left;
    width: 490px;
    margin-right: 60px;
    padding:20px 0;
    line-height: 30px;
    font-size: 16px;
    color: #717071;
}
.enterprise-wrapper .enter-item .bold{
    font-size: 28px;
    color: #595757;
    margin-right: 15px;
}
.enterprise-wrapper .enter-item:nth-child(2n){
    margin-right:0;
}</pre></body></html>