﻿.list-Reports {
    text-align: center;
}
    .list-Reports li {
        display: inline-block;
        margin: 30px;
        cursor: pointer;
    }
        .list-Reports li div {
            display: inline-block;
            border: solid 1px #f0f0f0;
            padding: 8px;
            border-radius: 4px;
            text-align: center;
            min-height: 200px
        }
        .list-Reports li img {
            height: 300px;
            width: 200px;
            border: solid 1px #f3f3f3;
        }
        .list-Reports li:hover img {
            -webkit-filter: contrast(90%);
            filter: contrast(90%);
        }
        .list-Reports li span {
            display: block;
            width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: #f3f3f3;
            border: solid 1px #f3f3f3;
        }
.show_Reports {
    position: relative;
}
    .show_Reports * {
        width: 100%;
    }
.pdf-content {
    min-height: 1600px;
    width: 100%;
    border: solid 1px #e7e7e7;
}
@media screen and (max-width:800px) {
    .pdf-content {
        min-height: 1000px;
    }
}
@media screen and (max-width:650px) {
    .list-Reports li {
        margin: 10px;
    }
        .list-Reports li img {
            width: 160px;
            height: 220px;
        }
        .list-Reports li span {
            width: 160px;
        }
}
@media screen and (max-width:500px) {
    .list-Reports li {
        margin: 8px;
    }
        .list-Reports li img {
            width: 120px;
            height: 180px;
        }
        .list-Reports li span {
            width: 120px;
        }
}
#show_Info .layui-panel {
    border-radius: unset;
    margin-bottom: 15px;
}
#show_Info {
    line-height: 28px;
}
    #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 i {
        float: right;
        line-height: 24px;
        border: solid 1px #e1e1e1;
        padding: 0 4px;
        background-color: #efefef;
    }
        #show_Info i:hover {
            background-color: rgba(255, 164, 0, 0.3);
            cursor: pointer;
        }
#form_ShowReposts .layui-panel {
    background-color: #ffffffdb;
}
#form_ShowReposts .container * {
    line-height: 24px !important;
}
#form_ShowReposts .container .highlight {
    color: #441900;
    font-weight: normal;
}
#form_ShowReposts .container h4 {
    padding: 8px;
}
