.content {
    min-height: 1108px;
    height: auto;
}
.content_info {
    margin: 20px auto 0px;
    width: 1240px;
    display: flex;
    background: #fff;
    align-items: center;
    flex-direction: column;
    min-height: 1090px;
    height: auto;
    border: 1px solid #DBDBDB;
    padding: 38px 100px;
    box-sizing: border-box;
}
.content_title {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 24px;
    text-align: center;
}
.content_text {
    text-align: left;
    width: 100%;
    max-height: 872px;
    padding: 0 15px;
    overflow: hidden;
    overflow-y: auto;
}
.content .row {
    text-indent: 2em;
    font-weight: 400;
    color: #333;
    line-height: 27px;
    margin-bottom: 14px;
}