﻿#show_Info .layui-panel {
    border-radius: unset;
    margin-bottom: 15px;
}
#show_Info {
    padding: 10px;
    line-height: 28px;
    box-sizing: border-box;
}
    #show_Info dt {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
    }
    #show_Info b {
        display: inline-block;
        margin-right: 4px;
    }
    #show_Info span {
        color: #c95c1c
    }
    #show_Info h4 {
        display: inline-block;
        margin-right: 10px;
    }
    #show_Info .btn_ViewFiles {
        background-color: rgb(253 244 190);
        cursor: pointer;
        border: solid 1px #e1e1e1;
        padding: 0 4px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
        #show_Info .btn_ViewFiles:hover {
            background-color: rgba(255, 164, 0, 0.3);
            cursor: pointer;
        }
    #show_Info li i {
        float: right;
        line-height: 24px;
        border: solid 1px #e1e1e1;
        padding: 0 4px;
        background-color: #efefef;
    }
        #show_Info li i:hover {
            background-color: rgba(255, 164, 0, 0.3);
            cursor: pointer;
        }
