﻿
.box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .box:after {
        display: block;
        clear: both;
        content: "";
    }

.panel {
    float: right;
    width: 1000px;
    min-height: 500px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    border-radius: 5px;
}

.inner-content {
    min-height: 500px;
}

#centerFrame {
    padding-top: 0;
}

.panelBox {
    border-radius: 5px;
    border: #cccccc 1px solid;
    background: #f9f9f9;
    float: right;
    width: 1000px;
    min-height:500px;
}

.CommonBox {
}

#centerFrame .CommonBox .inner-top {
    width: 1000px;
    height: 50px;
    padding: 0 24px 0 24px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
}

#divSearch {
    float: right;
    width: 250px;
    height: 35px;
    position: relative;
    margin-top: 10px;
}

#centerFrame .CommonBox .inner-top .total {
    float: left;
}

#centerFrame .CommonBox .inner-top .search {
    float: right;
}

    #centerFrame .CommonBox .inner-top .search input {
        margin-top: 7px;
        width: 259px;
        height: 34px;
        border: 1px solid #cccccc;
        border-radius: 17px;
        font-size: 12px;
        color: #999999;
        text-indent: 20px;
    }

#centerFrame .CommonBox .inner-top:after {
    display: block;
    clear: both;
    content: "";
}

table {
    width: 100%;
    height: auto;
    color: #999;
    border-collapse: collapse;
}

    table tr {
        width: 100%;
    }

        table tr td {
            width: 12%;
            text-align: center;
        }

            table tr td.tname {
                width: 16%;
            }

            table tr td.black {
                color: #333;
            }

    table thead {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }

        table thead tr {
            height: 50px;
        }

    table tbody tr {
        height: 130px;
    }

    table thead td {
        font-size: 14px;
    }

    table tbody td {
        font-size: 15px;
    }


.companyLogo {
    display: inline;
    float: left;
    position: relative;
    height: 130px;
    width: 460px;
    border: 1px solid #cccccc;
    margin: 30px 0 0 28px;
    background-color: #ffffff;
}

    .companyLogo .triangle {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
    }

        .companyLogo .triangle img {
            width: 100%;
            height: 100%;
        }

    .companyLogo :hover {
        opacity: 0.8;
    }

.CommonBox a:after {
    display: block;
    clear: both;
    content: "";
}

.companyLogo a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 17px 0 18px 15px;
}

    .companyLogo a img {
        float: left;
    }

    .companyLogo a .content-right {
        float: left;
        width: 300px;
        height: 100%;
        margin-left: 20px;
        color: #333333;
    }

        .companyLogo a .content-right .details-title {
            font-size: 18px;
            font-weight: bold;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            width: 280px;
            overflow: hidden;
        }

        .companyLogo a .content-right .details-industry {
            font-size: 12px;
            line-height: 50px;
        }

        .companyLogo a .content-right .details-nature {
            font-size: 12px;
        }

        .companyLogo a .content-right .details-scale {
            font-size: 12px;
        }

#emptyPage {
    width: 998px;
    height: 450px;
    background-image: url(../images/images-details/emptyPage.png);
    background-size: cover;
    padding-top: 320px;
}

    #emptyPage > p {
        font-size: 18px;
        text-align: center;
    }
