.text{
    width: 100%;
}
.text_main{
    width: 1260px;
    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: 20px;
    border-bottom: 2px solid #02a1b2;
}
.text_main_content{
    padding: 30px 50px;
    
}
#vsb_content p{
    font-size:18px;
    padding-top: 12px;
    line-height: 1.7;
}
.text_main_content p{
    font-size:18px;
    line-height: 1.5;
    text-indent: 32px;
}
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 a:hover{
    color: #02a1b2;
}