.examination_after_view .nav_list_view{padding:10px 20px;background-color:var(--surface);display:flex;align-items:center;justify-content:start;margin:0 10px 10px 10px;border-bottom:1px solid var(--border)}.examination_after_view .nav_list_view .item{cursor:pointer;font-size:14px;font-weight:600;margin-right:20px}.examination_after_view .nav_list_view .item_1{color:var(--brand)}.examination_after_view .test_list_content{width:100%;height:calc(100vh - 160px);overflow-y:auto;margin-top:5px;padding-top:5px;background-color:var(--surface);margin-top:20px}.examination_after_view .test_list_content::-webkit-scrollbar{display:none}.examination_after_view .test_list_content .notData{font-size:16px;margin-top:20%;color:#82868d;transform:translateY(-50%);font-weight:600}.examination_after_view .test_list_content .content_header{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.examination_after_view .test_list_content .content_header .header_left{height:40px;flex:1;display:flex;justify-content:flex-start}.examination_after_view .test_list_content .content_header .header_right{width:200px}.examination_after_view .content_body{width:100%;height:calc(100vh - 310px);overflow-y:auto}