﻿@charset "UTF-8";

/**!
* 专家管理
* date:2021-09-15
* author: zsy;
*/

.query-box {
    margin-top: 11px;
}

.deal-info-lists {
    position: relative;
    font-size: 16px;
    margin-top: 8px;
}

.deal-info-lists:before {
    position: absolute;
    left: 9px;
    top: 18px;
    content: "";
    height: calc(100% - 36px);
    border-left: 1px dashed #d9dce0;
}

.deal-info-list {
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 39px;
    cursor: pointer;
}

.deal-info-list:before {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 2.5px solid #d9dce0;
}

.deal-list-txt {
    display: block;
    width: calc(100% - 150px);
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.deal-list-date {
    color: #999;
}

.deal-info-list:hover .deal-list-txt,
.deal-info-list:hover .deal-list-date {
    color: #2d528a;
}

.deal-info-list:hover:before {
    border: 5px solid #2d528a;
    left: 2px;
}

.pager {
    margin-top: 12px;
}