#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;
}


/*热点活动内容*/

.praiseContent {
    width: 1200px;
    margin: 0 auto 80px;
}

.hotsActive {
    background: #f3f3f3;
}

.praiseNav {
    padding: 0 70px;
    background: linear-gradient(to right, #018ab8 0%, #026fdb 50%, #035cf4 100%);
    display: flex;
    justify-content: space-around;
}

.praiseNav li {
    font-size: 20px;
    color: #ffffff;
    padding: 15px 30px;
}

.praiseNav .praiseNavActive {
    background: #ffffff;
    color: #278ac9;
    border-top: 2px solid #278ac9;
    border-bottom: 2px solid #278ac9;
}

.factoryType {
    /* width: 100%;*/
    display: flex;
    overflow: auto;
    padding: 30px 25px;
    background: #f2f2f2;
}

.factoryType li {
    width: 25%;
    text-align: center;
    margin-right: 35px;
}

.factoryType li a {
    display: block;
    height: 100%;
}

.factoryType .factoryTypeActive p {
    color: #278ac9;
    border-left: 2px solid #278ac9;
}

.factoryType li img {
    width: 260px;
}

.factoryType li p {
    width: 248px;
    padding-left: 10px;
    font-size: 16px;
    color: #666;
    border-left: 2px solid #666;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*列表*/

.factoryListWrap {
    margin-top: 45px;
    display: none;
}

.factoryListWrap h3 {
    font-size: 22px;
    color: #666;
    font-weight: 600;
}

.factoryList {
    margin: 10px 0 30px;
}

.factoryList li {
    padding: 25px 25px;
    border-bottom: 2px solid #e4e4e4;
}

.factoryList li a {
    display: flex;
}

.factoryList li:hover {
    background: #f3f3f3;
}

.factoryLeft {
    margin-right: 35px;
}

.factoryLeft img {
    width: 250px;
    height: 150px;
}

.factoryRight {
    width: 860px;
    position: relative;
}

.factoryRight h4 {
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-top: 20px;
}

.factoryIntro {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.factoryIntro span {}

.factoryTime {
    font-size: 14px;
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
}

.factoryTime span {
    margin-left: 5px;
}