.home-search {
    background: #fff;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    font-size: 14px;
    left: 50%;
    width: 1000px;
    height: 350px;
    margin-left: -500px;
}

@media screen and (max-width: 1200px) {
    .home-search {
        margin-left: -480px !important;
    }
}

.home-search-content {
    display: flex;
    align-items: center;
    height: calc(100% - 77px);
    margin-top: 11px;
    padding: 0 12px 12px;
}

.home-search .item {
    background-color: #f9fbfe;
    text-align: left;
    padding: 12px;
    height: 100%;
}

.home-search .industry-wrap {
    width: 65.2%;
    margin-right: 12px;
}

.home-search .project-wrap {
    width: 33.2%;
}

.home-search .title {
    color: #999;
    margin-bottom: 16px;
}

.home-search .list>li {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.home-search .industry-wrap li {
    margin-bottom: 18px;
}

.home-search .project-wrap li {
    margin-bottom: 20px;
}

.home-search .list .left {
    display: flex;
    align-items: center;
}

.home-search .project-wrap .project-text {
    width: 193px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-search .list .left:hover {
    color: #3b81ea;
}


.home-search .industry-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.home-search .industry-text {
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-search .right {
    max-width: 100px;
    color: #666;
    background: #f6f6f6;
    padding: 1px 4px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-search .tag-list-wrap {
    display: flex;
    font-size: 12px;
    color: #666;
    padding: 12px;
}

.home-search .tag-list-title {
    margin-right: 12px;
}

.home-search .tag-list {
    display: flex;
    align-items: center;
}

.home-search .tag-item {
    padding: 1px 4px;
    background: #f6f6f6;
    margin-right: 10px;
    cursor: pointer;
}

/* 默认logo样式 */
.project-logo {
    margin-right: 6px;
}

.com-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.com-logo img {
    position: relative;
}

.com-logo .com-default-logo {
    width: 100%;
    height: 100%;
    background-color: #409eff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.com-radius-logo .com-default-logo {
    border-radius: 50%;
}