#centerFrame .box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    #centerFrame .box:after {
        display: block;
        clear: both;
        content: "";
    }

.panelBox {
    background: #f9f9f9;
    width: 1000px;
    padding: 0 0 20px 0;
    float: right;
    border: 1px solid #cccccc;
    border-radius: 10px;
    min-height: 500px;
    white-space: normal;
    word-break: break-all;
}

.inner-content {
    min-height: 500px;
}

    .inner-content .set_top {
        position: absolute;
        right: 0;
        top: 0;
    }

.inner_top .font-left {
    float: left;
    width: 3px;
    height: 30px;
}

.tab_header {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    height: 50px;
}

#divSearch {
    float: right;
    width: 250px;
    height: 35px;
    position: relative;
    margin-top: 10px;
}

.infoTips {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    width: 470px;
    margin: 20px 0 20px 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px;
    position: relative;
}

    .infoTips > .left {
        float: left;
        width: 148px;
        height: 106px;
        margin-top: 7px;
    }
        .infoTips > .left > img {
            width:100%;
            height:100%;
        }

        #txtName {
            width: 250px;
            height: 35px;
            border-radius: 5px;
            border-width: 1px;
            border: 1px solid #dddddd;
            text-indent: 20px;
        }

.infoTips > .right {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    width: 280px;
}

    .infoTips > .right > p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.infoTips:after {
    display: block;
    clear: both;
    content: "";
}

.tipName {
    font-size: 18px;
    font-weight: bold;
}

.tipState {
    color: #999999;
}

    .tipState > span {
        font-weight: bold;
    }

    .tipState > .notStart {
        color: #008000;
    }

    .tipState > .start {
        color: #ff0000;
    }

    .tipState > .over {
        color: #666666;
    }

.talk {
    font-size: 0;
}

.click {
    cursor: pointer;
    font-size: 16px;
    margin-right: 20px;
    line-height: 50px;
}

.inner_top .font-qiye {
    float: left;
    margin-left: 15px;
    font-size: 24px;
    color: #999;
    padding-left: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    cursor: pointer;
}

    .inner_top .font-qiye.active {
        font-size: 30px;
        color: #000;
    }

.panelBox .dropdown {
    display: inline-block;
    margin: 20px 0 0 20px;
}

.panelBox #slcStatus {
    width: 160px !important;
}

.panelBox .tabNav {
    display: inline-block;
    margin-left: 100px;
}

    .panelBox .tabNav > button {
        padding: 9px 20px;
        border: none;
        border-radius: 5px;
        color: #ffffff;
    }

#slcStatus #dLabel, #selectCollegeList {
    width: 160px;
    height: 36px;
    border: 1px solid #d1d1d1;
    color: #333333;
    background-color: #ffffff;
}

.screenScoll {
    width:260px;
    height: 36px;
    border: 1px solid #d1d1d1;
    color: #333333;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
}

    .screenScoll a {
        color: #333;
    }

    .screenScoll .dropdown-menu {
        width: 260px;
        text-align: center;
    }

#selectCollegeList {
    width: 220px !important;
    margin-left: 20px;
}

#filter {
    margin-left: 20px;
    width: 80px;
    height: 36px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}

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;
    }

    table tbody tr td {
        color: #333;
    }

.nav > li > a {
    padding: 0 !important;
}

.erji {
    margin-top: 28px;
    background-color: #fff;
    width: 330px !important;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 0px #999;
    border: 1px solid #6EA7F4;
}

#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;
    }


.browse-num {
    float: right;
}