body{
    background-color: #f8f8f9;
}


/* text */
.text{
    width: 100%;
}
.text_container{
    width: 1115px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 40px;
}
.text_head{
    display: flex;
    justify-content: space-between;
    border-bottom: #dedede 1px solid;
    
}
.text_name{
    padding: 10px 0;
    border-bottom: 2px #2058b4 solid;
}
.text_head h4{
    color: #2058b4;
    font-size: 22px;
    padding: 0 12px; 
}
.text_position{
    display: -webkit-box;
    -webkit-box-align: center;
}
.text_content{
    margin-top:30px;
}
.text_title{
    text-align: center;
}
.text_title h2{
    padding-bottom: 20px;
}
.text_title span{
    color: #999;
    padding: 0 12px;
}
.text_nr{
    padding: 40px 40px;
    border-bottom: 1px #dedede dashed;
}
.text_nr p{
    text-indent: 32px;
    line-height: 2rem;
    color: #333;
}
.text_nr img{
    margin: 10px 0;
    margin-bottom: 20px;
    max-width: 100%; 
}


.text_next{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}