.all{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-top: 210px;
    height: auto;
    background: url("../image/common/Inner_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.content_block{
    display: flex;
    flex-direction: row;
    top:210px;
    margin: auto;
}

.content{
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.content_top{
    width: 360px;
    height: 210px;
}

.content_bottom{
    width: 360px;
    height: 360px;
    background-color: #FFFFFF;
}

.text_title{
    display: block;
    font-size: 24px;
    color: #464646;
    text-align: center;
    padding-top: 30px;
}

.text_content{
    display: block;
    width: 302px;
    font-size: 16px;
    line-height: 28px;
    color: #464646;
    text-align: left;
    padding-top: 26px;
    margin: auto;
}