.x-warp{
    width: 1230px;
    margin: 0 auto;
}
.name{
    width: 1230px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 1px dashed #b5b5b5;
}
.name p{
    font-size: 30px;
}
.self{
    width: 1230px;
}

.self td{
    padding: 19px 30px;
    font-size: 18px;
    width: 615px;
    border-bottom: 1px dashed #b5b5b5;
}
.detial{
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 40px;
}
.x-table{
    width: 1230px;
    margin: 0 auto;
    background: url(../img/bg1.jpg) no-repeat;
}
.x-table .table-top{
    height: 68px;
}
.x-table .table th{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 68px;
    display: table-cell;
    padding: 0;
}
.x-table table td{
    font-size: 14px;
    color: #333;
    padding: 23px 0;
    text-align: center;
    border-bottom: 1px dashed #b5b5b5;
}
table{
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    
}
.til{
    height: 80px;
    width: 1230px;
    margin: 0 auto;
}
.til h1{
    font-size: 38px;
    text-align: center;
    line-height: 80px;
}
