.about{
    width: 1190px;
    margin: 40px auto 0px;
    display: flex;
    justify-content:space-between;
}
.about>.about1{
    margin-right: 30px;
}
.about>.about1>img{
    width: 500px;
}
.about>.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>div>h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#news>div:first-child>p{
    font-size: 14px;
    text-align: center; 
    color: #666;
    margin-bottom: 20px;
}
#news>div+div{
    font-size: 14px;
    color: #000;
    font-family: "ËÎÌå",Microsoft YaHei,Arial;
    line-height: 24px;
}
#news>div+div img{
    margin: 0px auto;  
}
#news .p{
    display: flex;
    justify-content: center;
}
#news .p span{
    padding: 10px;
    margin-top: 30px;
}