.container {
    background: #e3e5f1;
}

.banners {
    width: 100%;
}

.banners img {
    width: 100%;
}

.main {}

.companyList {
    width: 1000px;
    margin: 0 auto 50px;
}


/* 搜索 */

.companyTitle {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
}

.companyTitle h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}

.searchBox {
    display: flex;
    align-items: center;
}

#seekInput {
    width: 310px;
    height: 40px;
    background: #1075dc;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 20px;
}

#seekCaseAid {
    display: block;
    width: 30px;
    height: 34px;
    line-height: 30px;
    margin-left: -40px;
    cursor: pointer;
}

#seekCaseAid img {
    vertical-align: middle;
    width: 24px;
}

input::-webkit-input-placeholder {
    color: #ffffff;
}


/* 企业分类 */

.companyType {
    width: 100%;
    /* height: 60px; */
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(16, 118, 219);
}

.companyType li {
    /* width: 14%; */
    padding: 0 10px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2974;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.companyType li p {
    width: 100%;
    text-align: center;
}

.companyType .typeActive {
    /* background: url('../images/company/companyTabActBg.png') no-repeat center;
    background-size: 100% 100%; */
    background: linear-gradient(to bottom, #4872de, #3e64c9, #3455b2);
    padding: 0 15px;
    color: #ffffff;
    border-radius: 8px;
}


/* 分类企业 */

.listBox {
    width: 100%;
}

.companyDetail {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.companyDetail li {
    width: 150px;
    padding: 15px 17px 5px;
    margin-right: 20px;
    margin-top: 25px;
    text-align: center;
    background: rgb(13, 96, 211);
    border-radius: 10px;
}

.companyDetail li:nth-child(5n) {
    margin-right: 0px;
}

.companyDetail li a {
    font-size: 16px;
    color: #ffffff;
}

.listLogo {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

.listLogo img {
    width: 100%;
    height: 40px;
}

.listInfo {
    padding: 6px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listInfo h4 {
    font-size: 16px;
    font-weight: 400;
}


/* 点赞数 */

.praiseNum {
    font-size: 14px;
    display: none;
}