#mainCont {}


/* 专家团队查询 */

.expertTop {
    width: 100%;
    padding: 30px 0 10px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}

.expertDec {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.expertTop a {}


/* 专家查询 */

#searchForm {
    position: absolute;
    right: 0;
    display: flex;
}

.expertSearch {
    padding: 2px 10px;
    border: 1px solid #00bacb;
    font-size: 12px;
}

input::placeholder {
    color: #d1d1d1;
}

#searchBtn {
    width: 20px;
    height: 22px;
    display: block;
    background: url('/img/shuangbai-images/search.png') no-repeat right;
    background-size: 16px 16px;
    position: absolute;
    right: 8px;
}

.expertContent {
    width: 1200px;
    margin: 0 auto 80px;
}

.expertInfo {
    border-left: 4px solid #00bacb;
    padding-left: 20px;
    margin-bottom: 25px;
}

.expertInfo a {
    display: flex;
}

.expertInfo a p {
    font-size: 24px;
    font-weight: 500;
    color: #313131;
}

.expertInfo a span {
    font-size: 14px;
    margin-left: 15px;
    color: #666666;
    display: flex;
    align-items: flex-end;
}

.expertMain {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.expertMainLeft {
    width: 245px;
    background: #eef5f6;
    /* height: 1010px;*/
    padding: 15px 20px;
    margin-right: 25px;
}

.expertMainLeft #searchForm {
    position: relative;
    padding: 30px 20px;
    background: #54b0bd;
    border-radius: 5px;
}

.expertMainLeft .expertSearch {
    width: 100%;
    padding: 10px;
}

.expertMainLeft #searchBtn {
    right: 30px;
    height: 38px;
    cursor: pointer;
}


/* 导航 */

.expertMainNav {
    margin-top: 20px;
}

.expertMainNav li {
    font-size: 20px;
    font-weight: 500;
    color: #fefefe;
    padding: 15px 0;
    text-align: center;
    background: url('/img/shuangbai-images/icon/benchBtn.png') no-repeat center;
    background-size: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.expertMainNav li:last-child {
    margin-bottom: 0;
}

.expertMainNav .expertActive {
    width: 255px;
    background: url('/img/shuangbai-images/icon/benchActive1.png') no-repeat center;
    background-size: 100%;
}

.expertmarkList {
    display: none;
    width: 845px;
    padding: 50px 30px;
    background: #eef5f6;
}

.expertmarkList ul {
    display: flex;
    flex-wrap: wrap;
}

.expertmarkList ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.expertmarkList ul li a {}

.expertmarkList ul li a h4 {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    margin: 10px 0 5px;
}

.expertmarkList ul li a p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 2px;
    color: #888a8a;
    padding: 0 20px;
    /*显示两行，超出显示省略号*/
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}