/**!
 * 搜索
 * author: ******
 * date:2020-07-10
 */

.search-count {
    padding-top: 12px;
    vertical-align: top;
}

.search-count span {
    height: 59px;
    line-height: 59px;
    font-size: 0;
    font-size: 20px;
}

.search-count .num {
    color: #fc1717;
}

.company-con {
    padding-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.basic {
    padding-top: 5px;
    padding-left: 17px;
    border-top: 1px solid #d9e4f8;
    background-color: #e9effa;
}

.basic-con {
    padding-bottom: 30px;
}

.basic-list {
    position: relative;
    float: left;
    height: 39px;
    line-height: 35px;
    padding: 0 34px;
    font-size: 18px;
    color: #5c7cad;
    cursor: pointer;
}

.basic-list.active {
    font-family: "SourceHanSansCN-Bold";
    color: #2469db;
}

.basic-list.active::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -76px;
    bottom: 0;
    margin-bottom: -9px;
    width: 152px;
    height: 12px;
    background: url("../images/notice/basic_icon.png") center center no-repeat;
}

.content-box {
    padding: 14px 50px 0 30px;
    max-height: 434px;
    overflow: auto;
}

.content-table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.content-table tr td {
    padding: 0 5px;
    height: 42px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/notice/dashed_icon.png") center bottom no-repeat;
}

.content-table tr td span {
    color: #fc1717;
}

.content-table tr td:last-child {
    padding-right: 161px;
}