.laws {
    min-height: calc(100vh - 360px);
}
.laws h3 {
    height: 70px;
    padding: 18px 0;
    margin-top: 19px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333333;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
}
.laws > article > h4 {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
}

.laws .apiWrap {
    border: 1px solid #ddd;
    margin-bottom: 100px;
}
.laws > article {
    padding-bottom: 60px;
}
.laws > article > .lawTable {
    border: 1px solid #ddd;
    border-bottom: none;
}
.laws > article > .lawTable:last-of-type {
    border: 1px solid #ddd;
}
.laws > article > .lawTable > .lawTab {}
.laws > article > .lawTable > .lawTab > li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    height: 20px;
    width: 25%;
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.laws > article > .lawTable > .lawTab > li:nth-of-type(1) {
    background-color: #0050a3;
    color: #fff;
}
.laws > article > .lawTable > .lawTab > li:nth-of-type(2) {}
.laws > article > .lawTable > .lawTab > li:nth-of-type(3) {}
.laws > article > .lawTable > .lawTab > li:nth-of-type(4) {}
.laws > article > .lawTable > .lawTab > li span {
    /*text-decoration: underline !important;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.laws > article > .lawTable > .lawTab > li > button {
    font-size: 16px;
    padding: 0;
    border: none;
    background-color: #fff;
}
.laws > article > .lawTable > .lawTab > li > button > img {
    margin-bottom: 3px;
    margin-left: 5px;
}