.container > .navigation {
    width: 1200px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
}
.container > .content > .left > .top .bg {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
.container > .content > .left > .top .bg > .top{
    font-size: 24px;
    font-weight: 500;
    color: #323232;
}
.container > .content > .left > .top .bg > .bottom{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #969696;
}