/* === 同期活动(简单的标题+图片) === */
.box-childen-w50 {
    background-color: #E9F4FA;
    padding-bottom: 15px;
    margin-top: 15px;
}

    .box-childen-w50 > div {
        width: 50%;
        text-align: center;
    }

    .box-childen-w50 h3 {
        text-align: left;
    }
