.wlgj-banner{
    height: 260px;
    background:url('/resources/images/about/banner.png') no-repeat;
}
.wlgj-banner-box{
    width: 1080px;
    margin: 0 auto;
}
.wlgj-banner-text p{
    font-size: 48px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 24px;
}
.wlgj-banner-text span{
    font-size: 16px;
    color: #FFFFFF;
}

.wlgj-con{
    width: 750px;
    padding-top: 60px;
    padding-bottom: 70px;
    margin: 0 auto;
}
.wlgj-con p{
    font-size: 16px;
    color: #3D4A5E;
    text-indent: 2em;
}
.wlgj-con .img-box{
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}
.wlgj-con .img-box img{
    width: 600px;
}
.wlgj-item-titel{
    font-size: 20px;
    color: #3D4A5E;
    text-indent: 32px;
    margin-bottom: 16px;
    font-weight: bold;
}
.wlgj-titel{
    font-size: 32px;
    color: #3D4A5E;
    text-align: center;
    font-weight: bold;
}





.flexBox{
    display: flex;
}
.flexBetween{
    justify-content: space-between;
}
.alignCenter{
    align-items: center;
}