<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about{
    width: 1190px;
    margin: 40px auto 0px;
    display: flex;
    justify-content:space-between;
}
.about&gt;.about1{
    margin-right: 30px;
}
.about&gt;.about1&gt;img{
    width: 500px;
}
.about&gt;.about2{
    font-family: "Microsoft YaHei",Arial;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    color: #333;
    flex-grow:1;
}
#news{
    width: 1190px;
    margin: 40px auto 0px;
}
#news&gt;div&gt;h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#news&gt;div:first-child&gt;p{
    font-size: 14px;
    text-align: center; 
    color: #666;
    margin-bottom: 20px;
}
#news&gt;div+div{
    font-size: 14px;
    color: #000;
    font-family: "宋体",Microsoft YaHei,Arial;
    line-height: 24px;
}
#news&gt;div+div img{
    margin: 0px auto;  
}
#news .p{
    display: flex;
    justify-content: center;
}
#news .p span{
    padding: 10px;
    margin-top: 30px;
}</pre></body></html>