<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aboutus {
    width: 1200px;
    height: 220px;
    margin: 16px auto 0;
}
.aboutus img {
    width: 100%;
    height: 100%;
}
.newtype {
    width: 1200px;
    height: 440px;
    margin: 160px auto 190px;
    padding: 0 90px;

}
.newtype .left {
    float: left;
    width: 525px;
    height: 440px;
}
.newtype .left .head {
    width: 464px;
    height: 62px;
}
.newtype .left span {
    margin-left: 12px;
}
.newtype .left .head img{
    width: 100%;
    height: 100%;
}
.newtype .left p {
   font-size: 18px;
   color: #333;
}
.newtype .right {
    float: right;
    width: 448px;
    height: 360px;
}
.newtype .right img {
    width: 100%;
    height: 100%;
}</pre></body></html>