﻿ .GongXu {
    min-height: 300px;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto;
    font-size:14px;
}
.GongXu .table-hover > tbody > tr:hover {
    background-color: #9fe4d8;
}
.td_type {
    width: 50px;
}

.td_typename {
    width: 120px;
}

.td_productname {
    width: 150px;
}

.td_description {
    width: 300px;
}

.td_address {
    width: 150px;
}

.td_date {
    width: 150px;
}

.td_action {
    width: 50px;
    cursor: pointer;
}

.moreSupDem {
    position: absolute;
    left: 90px;
    top: 35px;
    background: #fff;
    height: 280px;
    overflow-y: auto;
    padding: 10px;
    width: 785px;
    display: none;
    border: 1px solid #ccc;
    z-index: 10;
}

    .moreSupDem a {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        margin: 3px 0px;
        float: left;
        height: 26px;
        padding: 0 10px;
        line-height: 26px;
        color: #333;
        text-decoration: underline;
        font-size: 12px;
        text-align: center;
        margin-left: 3px;
        cursor: pointer;
        overflow: hidden;
        text-align: left;
        text-decoration: none;
    }

        .moreSupDem a.active {
            background-color: #ddd;
        }

        .moreSupDem a:hover {
            background: #ddd;
            color: #369;
        }

.closeSpan {
    position: absolute;
    right: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 50%;
    top: 0px;
    font-size: 18px;
    text-align: center;
    color: #999999;
    border: #CCCCCC solid 1px;
    cursor: pointer;
    z-index: 100000;
}


