*{
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    list-style: none;
    font-family: 微软雅黑;
}
.container{
    text-align: center;
}

.about{
    width: 100%;
}
.about .content{
    width: 1000px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about .content .box{
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}
.about .content .box img{
    width: 100%;
    height: 100%;
}
.about .content .box p{
    text-align: left;
    text-indent: 32px;
    color: #333333;
    line-height: 28px;
}