.wrap{
    width:1400px;
    margin:40px auto 40px;
    border:1px solid #ddd;
    padding:48px;
    border-radius: 8px;
    box-shadow: 1px 1px 14px #dde1e9;
    box-sizing: border-box;
}
.title{
    text-align:center;
    height:60px;
    line-height:60px;
    font-size:40px;
    color:#333;
    margin:20px 0 40px;
    font-weight:bold;
}
.oneTitle{
    font-size: 22px;
    font-weight:bold;
    line-height:35px;
    height:35px;
    margin-top:20px;
}
.content{
    text-indent: 2rem;
    font-size:16px;
    line-height:30px;
}
.bold{
    font-weight:600;
}
.mt10{
    margin-top:10px;
}
.wrap .imgWrap{
    margin-bottom:10px;
    text-align: center;
}