/**!
 * 搜索
 * author: ******
 * date:2020-07-10
 */

.tree {
    float: left;
    width: 230px;
}

.tree-hd {
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: url('../images/tree_hd.jpg') no-repeat;
}

.tree-item>li {
    height: 60px;
    line-height: 60px;
    margin-top: 1px;
}

.tree-item>li:first-child {
    margin-top: 0;
}

.tree-item>li>a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333;
    padding-left: 65px;
    padding-right: 55px;
    background: url('../images/tree_iconl.png') no-repeat 40px center #f5f6f7;
}


.tree-item>li>a:before {
    display: none;
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -8.5px;
    content: "";
    width: 17px;
    height: 17px;
    background: url('../images/tree_tri.png') no-repeat;
}

.tree-item>li.active>a:before,
.tree-item>li>a:hover:before {
    display: block;
}

.tree-item>li.active>a,
.tree-item>li:hover>a {
    background-color: #e3f1fd;
    background-image: url('../images/tree_iconlh.png');
}

.company-con {
    float: right;
    width: 945px;
}

.company-h {
    font-family: "SourceHanSansCN-Medium";
    padding-left: 16px;
    font-size: 22px;
    position: relative;
}

.company-h:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 22px;
    top: 50%;
    left: 0;
    margin-top: -11px;
    background-color: #487dd4;
}

.table-title {
    table-layout: fixed;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}


.table-title tr {
    background-color: #f5f6f7;
}

.table-title tr td {
    height: 42px;
}

.content-box {
    min-height: 300px;
}

.content-table {
    table-layout: fixed;
    width: 100%;
}

.content-table tr td {
    height: 42px;
    font-size: 14px;
    text-align: center;
    background: url("../images/notice/dashed_icon.png") center bottom no-repeat;
}

.content-table tr:hover td {
    color: #0852c3;
    background-color: #f6fafb;
}

.content-table tr td>p {
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td-mr {
    margin-left: 15px;
}

.table-btn {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/notice/see_icon1.png");
    cursor: pointer;
}

.content-table tr:hover .table-btn {
    background: url(../images/notice/see_icon2.png);
}

.content-table tr:hover .sign-time {
    color: #333;
}