.testQuestionsItem{
    width: 100%;
    margin-bottom: 19px;
}
.testQuestionsItem .testQuestionsItemTop{
    height: 45px;
    border: 1px solid #C9C9C9;
    border-bottom: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'hzgb';
    color: #000000;
}
.testQuestionsItem .layui-table{
    margin: 0;
}
.testQuestionsItem .layui-table thead th{
    text-align: center;
    border: 1px solid #C9C9C9;
    font-size: 16px;
    font-family: 'hzgb';
    color: #000000;
    font-weight: normal;
    border-bottom: none;
    border-right: none;
}
.testQuestionsItem .layui-table tbody td{
    text-align: center;
    border: 1px solid #C9C9C9;
    font-size: 14px;
    font-family: 'YouYuan';
    color: #000000;
    border-right: none;
}
.testQuestionsItem .layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-mend, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]{
    border-color: #C9C9C9;
}
.testQuestionsItem .layui-table-header{
    border-bottom: none;
}
.testQuestionsItem .layui-border-box{
    border-left: none;
    border-top: none;
}
.testQuestionsItem .layui-table-hover{
    background: #EAEAEA;
}