/* 通用样式 */
p {
    line-height: 20px;
}

.content {
    padding: 44px 16px;
}

.title-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
}

.indent-2 {
    text-indent: 2em;
}

.indent-6 {
    text-indent: 6em;
}

.text-bottom {
    margin-bottom: 16px;
}

table,
table tr td {
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
}

table tr td{
    text-align: center;
}

table thead tr td{
    background-color: #EDEDED;
}

td{
    padding: 4px 6px;
}

.table-box{
    margin-bottom: 20px;
}

.font-size-16{
    font-size: 16px;
}