/* 评选企业 */

.companyList {
    width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}


/* 搜索 */

.companyTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.companyTitle h3 {
    font-size: 30px;
    font-weight: bold;
    color: #FEFFFF;
}

.searchBox {
    display: flex;
    align-items: center;
    /* position: relative; */
}

#seekInput {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding-left: 15px;
    background: url('../images/company/searchBg.png') no-repeat center;
    background-size: cover;
    width: 300px;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 16px;
}

#seekCaseAid {
    display: block;
    width: 30px;
    height: 34px;
    line-height: 30px;
    margin-left: -30px;
    cursor: pointer;
}

#seekCaseAid img {
    vertical-align: middle;
    /* position: absolute;
    right: 30px; */
}

input::-webkit-input-placeholder {
    color: #cccccc;
}


/* 企业分类 */

.companyType {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3dbb4;
}

.companyType li {
    /* width: 16%;
    padding: 0 10px; */
    height: 80px;
    font-size: 18px;
    color: #570907;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
    font-weight: 600;
}

.companyType li p {
    width: 100%;
    text-align: center;
}

.companyType .typeActive {
    background: url('../images/company/tabActive.png') no-repeat center;
    background-size: cover;
    font-weight: bold;
    /* padding: 0 30px; */
    color: #58070d;
}


/* 分类企业 */

.listBox {
    width: 1000px;
    margin: 0 auto;
    /* background: url('../images/company/companylistBg.png') no-repeat center;
    background-size: cover; */
    background: rgb(105, 0, 0);
}

.companyDetail {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin-top: 15px;
}

.companyDetail li {
    width: 185px;
    margin-right: 11px;
    margin-bottom: 15px;
    text-align: center;
    /* background: #58090a; */
    border-radius: 2px;
    overflow: hidden;
}

.companyDetail li:nth-child(5n) {
    margin-right: 0px;
}

.companyDetail li a {
    font-size: 16px;
    color: #58090a;
}

.listLogo {
    padding: 5px 10px;
    background: #ffffff;
    height: 50px;
}

.listLogo img {
    width: 100%;
    height: 100%;
}

.listInfo {
    padding: 5px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../images/company/companyBg.png') no-repeat center;
    background-size: cover;
}

.listInfo h4 {
    font-size: 16px;
    font-weight: 400;
    color: #58090A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.praiseNum {
    font-size: 14px;
    background: url('../images/company/praiseNum.png') no-repeat left;
    background-size: 12px 12px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    /* display: none; */
}