#listDetail {
    width: 1000px;
    margin-left: -500px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 10%;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #C6D8E7;
    box-shadow: 0 3px 3px #666;
}

#listDetail #closeBtn {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius: 40px;
    margin: 10px;
    font-family: Helvetica, sans-serif;
    position: absolute;
    z-index: 1;
    top: -30px;
    right: -20px;
    color: #fff;
    background-color: #014A8F;
    border: 2px solid #fff;
    text-align: center;
}

#listDetail #tableBox {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#detailBox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    display: none;
    top: 0%;
    left: 0%;
}

#detailBox .detailBoxbg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    z-index: 1;
}

#tableBox table {
    margin: 20px;
    width: 950px;
}

#tableBox table td {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    line-height: 160%;
    font-size: 14px;
}

#tableBox table .th {
    color: #014A8F;
    font-size: 16px;
    background-color: #C6D8E7;
    letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
    #listDetail {
        width: 100%;
        top: 2%;
        margin-left: -50%;
    }
    #tableBox table {
        width: 100%;
        margin: 0;
    }
}


.zj-detail#tableBox table{
    width: 100%;
    margin: 0px 0 80px;
}
.zj-detail#tableBox table td{
    line-height:30px;
    padding: 11px 10px;
}