﻿#show_Title {
    text-align: center;
    border-bottom: solid 1px #b3b3b3;
}
#show_Info {
    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;
        }
    #show_Info .img {
        border: solid 1px #e1e1e1;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        position: relative;
    }
        #show_Info .img img {
            width: 100%;
            z-index: -100;
        }
        #show_Info .img span {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            margin: -10px;
        }
span.copyright::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url(/images/logo.png) no-repeat center;
}
.show_Content {
    margin: 20px;
    padding: 20px;
    line-height: 24px;
}
    .show_Content img {
        height: auto;
        max-width: 1400px;
        max-height: 1980px;
    }
     .show_Content p {
       margin:8px 0;
    }