@charset 'utf-8';
.container {
    background: #ffffff;
    padding: 20px;
}
.qzqd_tab {
    width: 100%;
}
.qzqd_tab > h3 {
    font-size: 18px;
    text-align: center;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px auto 0;
}
.table2 .tbtit{font-weight: bold;background: #f4f6f9;color: #245399;text-align: right;font-size: 12px;}
.table2 td{height: 50px;border: 2px solid #e9edf4;padding:0 15px;font-size: 16px !important;}
.table2 td.tbtit {
    text-align: left;
}
.table2 tr.big {
    min-height: 200px;
}
.table2 td.lct {
    padding: 20px;
}
@media (max-width: 750px){
    .tab tr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    } 
    .table2 td {
        height: auto;
    }
    .table2 tr td {
        text-align: center;
        width: 50%;
        line-height: 50px;
        border: 1px solid #e9edf4;
    }
    .table2 tr.big {
        min-height:50px;
    }
}