.pz_main{background: #f5f5f5;}

.sous_box{margin-bottom: 60px;}
.sous_box tr{background: #fff;}
/*.sous_box tr:hover{background: #da2827;}*/
.sous_box tr:hover td{color: #da2827;}
.sous_box tr:hover td a{color: #da2827;}
.sous_box td{font-size: 14px;line-height: 40px;border: 1px solid #ccc;text-align: center;}
.sous_box th {
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    background: #da2827;
    color: #fff;
}
.search_box .sous_box th {
    background: #aaa9a9;
}
.search_box .sous_box tr:hover{background: #fff;}
.search_box .sous_box tr:hover td {color: #da2827;border: 1px solid #ccc;}
.search_box .sous_box tr:hover td a {color: #da2827;}
.sous_box td a{-webkit-transition:none;}
@media (max-width: 767px) {
    .sous_box td{font-size: 12px;line-height: 26px;}



}