.advert {
    display: flex;
    width: 94%;
    height: 150px;
    background-color: #065586;
    margin: 0 auto;
    border-radius: 4px;
}

.title-bar {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.title-text-H1 {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-indent: 1em;
    line-height: 80px;
    height: 80px;
}

.title-text-H2 {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-indent: 1.5em;
    line-height: 40px;
    height: 40px;
}

.title-text-H3 {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-indent: 1.5em;
    line-height: 20px;
    height: 20px;
}

.title-text-H4 {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-indent: 6.5em;
    line-height: 20px;
    height: 20px;
}

.title-text-author {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-indent: 15em;
    line-height: 30px;
    height: 30px;
}

.banner {
    flex: 0 0 360px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    background-image: url('Banner_150x360_001.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.content article {
    width: 90%;
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 18px;
    color: #666666;
    text-align: justify;
}