#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;
    cursor: pointer;
}


/*热点活动内容*/

.hotsContent {
    width: 1200px;
    margin: 0 auto 80px;
}

.hotsListWrap {
    width: 100%;
    margin-top: 15px;
    display: none;
}


/*列表*/

.hotsList {
    margin-bottom: 30px;
}

.hotsActive {
    background: #f3f3f3;
}

.hotsNav {
    padding: 0 70px;
    background: linear-gradient(to right, #018ab8 0%, #026fdb 50%, #035cf4 100%);
    display: flex;
}

.hotsNav li {
    font-size: 20px;
    color: #ffffff;
    padding: 15px 30px;
    cursor: pointer;
}

.hotsNav .hotsNavActive {
    background: #ffffff;
    color: #278ac9;
    border-top: 2px solid #278ac9;
    border-bottom: 2px solid #278ac9;
}

.hotsList {}

.hotsList li {
    padding: 20px 25px;
}

.hotsList li a {
    display: flex;
}

.hotsList li:hover {
    background: #f3f3f3;
}

.hotsLeft {
    margin-right: 35px;
}

.hotsLeft img {}

.hotsRight {
    width: 860px;
    position: relative;
}

.hotsRight h4 {
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-top: 20px;
}

.hotsIntro {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.hotsIntro span {}

.hotsTime {
    font-size: 14px;
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hotsTime span {
    margin-left: 5px;
}