﻿    /*搜索样式*/
        #MonitorInqure2 {
            height: 48px;
            white-space: nowrap;
            overflow-x: scroll;
            overflow-y: hidden;
            margin-top: -5px;
        }

        #MonitorInqure {
            min-width: inherit;
            max-width: 2000px;
            white-space: nowrap;
        }

        .deletearry {
            background-color: white;
        }

            .deletearry:hover {
                background-color: #eee;
            }

        #alldelete:hover {
            background-color: #eee;
        }