.text{
    width: 100%;
}
.text_main{
    width: 1200px;
    margin: 20px auto;
    padding:20px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);
}
.text_main_name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #02a1b2;
    line-height: 40px;
}
.text_main_name h3{
    padding: 0  6px;
    font-size: 21px;
    border-bottom: 2px solid #02a1b2;
}
.text_main_content{
    padding: 30px 50px;
    
}
.text_main_title{
    text-align: center;
    border-bottom: 1px dashed #ededed;
}
.text_main_title h4{
    font-size: 21px;
    line-height: 28px;
}
.text_main_title span{
    font-size: 14px;
    line-height: 40px;
    color: #9a9a9a;
    padding: 0 20px;
}
.text_box{
    padding:20px 60px;
    border-bottom: 1px dashed #ededed;
}
.text_box p{
    font-size:18px;
    line-height: 1.7;
    text-indent: 32px;
}
.text_box img{
    max-width: 100%;
    height: auto;
    display: block;
    margin:  0 auto;
}
table p{
    text-indent: 0!important;
}
.enclosure{
    margin-top: 30px;
}
.enclosure span:nth-child(2) a:hover{
    color: #02a1b2;
}
.text_page{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.text_page{
font-size:18px;
}
.text_page a:hover{
    color: #02a1b2;
}