.warning_query_wrapper .warning_leve a {
    margin-left: 10px;
}

.item_list ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    max-height: 80%;
}

.item_list ul.header {
    font-weight: bolder;
    background-color: #00000024;
}

.item_list ul li {
    float: left;
    width: 25%;
    text-align: center;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.item_list ul.header li {
    background-color: #00000024;
}

.item_list ul.odd li {
    background-color: #00000000;
}

.item_list ul.even li {
    background-color: #00000024;
}

.item_list_wrapper {
}

.yj_red {
    background-color: #ff0000fa;
}

.yj_orange {
    background-color: #ff8400
}

.yj_yellow {
    background-color: #fffc00
}

.yj_blue {
    background-color: #00c6ff;
}

.proponew {
    cursor: pointer;
}

.lefbox {
    color: #0094cb;
    overflow: auto;
    padding: 15px;
    position: absolute;
    top: 10%;
    left: 90px;
    width: 20%;
    height: 85.4%;
    border: 0px solid #1e8cea;
    background-image: url('../img/box_bg_left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.warning_query_wrapper {
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 10%;
    left: calc(20% + 95px);
    width: calc(80% - 180px);
    height: 10%;
    border: 0px solid #1e8cea;
    background-image: url('../img/box_bg_line.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.item_list_wrapper {
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: calc(20% + 5px);
    left: calc(20% + 95px);
    width: calc(80% - 180px);
    height: 75%;
    border: 0px solid #1e8cea;
    background-image: url('../img/box_bg_big.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

body{
    overflow: hidden;
}