.IndustryType {
    margin-top: 31px;
}

.qiye-list-content>ul {
    /* padding: 0 10px; */
    background-color: #fff;
    height: auto;
}

.qiye-list-content>ul>li {
    padding: 25px 18px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  	align-items: center;
}

.qiye-list-content>ul>li:hover {
    border: 1px solid #0695FE;
    padding: 24px 17px 25px 17px;
    background-color: #f4f8ff;
}

.qiye-list-content>ul>li>img {
    max-width: 100px;
    width: 100px;
}

/* .qiye-list-content>ul>li:last-child {
    border: none;
} */

.qiye-info-conten {
    width: 555px;
}

.qiye-info-conten>h2>a {
    font-size: 18px;
    color: #333333;
}

.qiye-info-conten>h2>span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-left: 22px;
}

.qiye-info-conten>p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-top: 4px;
}

.qiye-info-conten>p>span {
    color: #0362D2;
}

.fenx-ckxq {
    display: flex;
    flex-direction: column;
    position: relative;
}

.fenx-ckxq>a {
    width: 100px;
    height: 34px;
    background: #E4FFEF;
    border-radius: 17px;
    display: block;
    color: #148544;
    text-align: center;
    line-height: 34px;
}

.qylist-ckxq {
    background: #D8EAFF !important;
    margin-top: 10px;
    color: #0362D2 !important;
}

.fenx-ckxq>img {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -66px;
    left: -160px;
    z-index: 20;
    display: none;
}