#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;
}


/*新闻动态内容*/

.newsContent {
    width: 1200px;
    margin: 0 auto 80px;
}

.newsList {
    margin-bottom: 30px;
}

.newsList li {
    padding: 20px 25px 20px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.newsList li a {}

.newsTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.newsTitle h4 {
    font-size: 20px;
    color: #3c689a;
    font-weight: 600;
    background: url('/img/shuangbai-images/news/arrow.png') no-repeat left;
    padding-left: 15px;
}

.newsTime {
    font-size: 14px;
    color: #999999;
}

.newsList li a p {
    font-size: 14px;
    color: #7c7c7c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 15px;
}

.newsActive {
    background: #f3f3f3;
}