.content .law h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 60px;
}
.content .law h2::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .law h2::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .law table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}
.content .law table td{
    padding: 10px 20px;
    border: 1px solid #000;
    font-size: 1.6rem;
}