.a_table {
    margin: auto;
    text-align: center;
    width: 100%;
}

#a_title {
    font-size: 32px;
}

#a_title_zh {
    font-size: 28px;
}

td{
    padding:0 20%;
}

.a_content p:not(#empty):nth-child(odd) {
    font-size: 25px;
}

.a_content p:not(#empty):nth-child(even) {
    font-size: 22px;
}

.a_content p:hover {
    background-color: rgb(255 255 255 / 0.32);
}


/*
#a_content {
    font-size: 25px;
    line-height: 2;
    white-space: pre-wrap;
}*/