.companyList {
    width: 1050px;
    margin: 0 auto 100px;
}


/* 搜索 */

.companyTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 0 30px;
}

.companyTitle h3 {
    font-size: 28px;
    color: #045448;
    font-weight: 600;
}

.searchBox {
    display: flex;
    align-items: center;
    /* position: relative; */
}

#seekInput {
    width: 300px;
    background: #eaf9f4;
    border-radius: 12px;
    border: 1px solid #0db986;
    color: #000000;
    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: 30%;
    padding: 0 10px;
    height: 80px;
    font-size: 20px;
    color: #58090a;
    text-align: center;
    display: flex;
    align-items: center;
}

.companyType li p {
    width: 100%;
    text-align: center;
}

.companyType .typeActive {
    background: #fad26a;
    background: linear-gradient(to bottom, #fef0ae 0%, #fad26a 100%);
    font-weight: 600;
}


/* 分类企业 */

.listBox {
    /* width: 100%; */
    background: #eaf9f4;
    padding: 40px;
    margin-top: 25px;
    border-radius: 4px;
}

.companyDetail {
    display: flex;
    flex-wrap: wrap;
    /* padding: 15px 15px 0px; */
    /* margin-top: 35px; */
}

.companyDetail li {
    width: 185px;
    margin-right: 11px;
    margin-bottom: 12px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.companyDetail li:nth-child(5n) {
    margin-right: 0px;
}

.companyDetail li a {
    font-size: 16px;
    color: #4C2A04;
}

.listLogo {
    padding: 5px 10px;
    background: #ffffff;
    height: 50px;
}

.listLogo img {
    width: 100%;
    height: 100%;
}

.listInfo {
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0db986;
    /* background: url('../images/company/companyBg.png') no-repeat center;
    background-size: cover; */
}

.listInfo h4 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.praiseNum {
    font-size: 14px;
    color: #ffffff;
    background: url('../images/company/praiseNum.png') no-repeat left;
    background-size: 12px 12px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    /* display: none; */
}

[v-cloak] {
    display: none;
}

input::placeholder {
    color: #0db986;
}